/*

  "Emilio"
  Planeta-Template
  (c) by Carlos Emilio Ruiz Llaven
  www.emilio.com.mx

*/


body {
width: 790px;
text-align: center;
margin: 0px auto;
padding: 0px;
background: white url(cabezas/bg.jpg)  repeat-x top;
}


#contenido{
width: 788px;
margin: 0px;
padding: 0px;
border-left: solid 1px #70b03f;
border-right: solid 1px #70b03f;
text-align: left;
font: normal normal small arial, sans-serif;
}

#col1{
float: left;
width:550px;
padding: 0px 0px 0px 10px;
border-right: solid 1px   #ebecbc;
}

#pie{
border-top: solid 1px #ebecbc;
padding: 10px;
clear: left;
color: gray;
}

h1 {
display: none;
margin: 0px;
}

h2 {
color: #4a7e20;
font-size: 18px;
border-bottom: solid 2px gray;
}

h3 {
background-color: #ebecbc;
padding: 4px;
font-size: 16px;
}

h3 a {
text-decoration: none;
}

h4 {
font-weight: bold;
font-size: 14px;
}

h4 a {
}

img.face {
float: right;
margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
font: normal normal 9px arial, sans-serif;
color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.sidebar {
	float: left;
	top: 0px;
	right: 0px;
	width: 200px;

	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;

	padding-top: 20px;
	padding-left: 0px;

font-size: 85%;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	padding-left: 5px;
	margin-left: 0px;
}

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
	color: blue !important;
}
