body{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#cabecera{
	border-bottom: 1px solid #cc0033;
	height: 100px;
}
div#cabecera img{
	position: absolute;
	top: 0px;
	left: 0px;
}
a img{
	border: 0;
}
h1{
	font-size: 30px;
	font-weight: normal;
	color: #cc0033;
	margin: 0;
	display: inline;
	position: absolute;
	top: 20px;
	left: 110px;
}
h1 a{
	color: #cc0033;
	text-decoration: none;
}
h2{
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	display: inline;
	position: absolute;
	top: 50px;
	left: 110px;
}
h2 a{
	color: #660066;
	text-decoration: none;
}
h3, h4{
	color: #cc0033;
}
h4{
	font-variant: small-caps;
	border-bottom: 1px solid #cc0033;
}
div#contenido{
	margin-right: 1em;
	margin-left: 1em;
}
div#derecha{
	margin-right: 15px;
	margin-left: 265px;
}
.hora, .cargo{
	font-weight: bold;
	color: #cc0033;
}
.titular{
	font-weight: bold;
}
.retrato{
  font-size: small;
	text-align: center;
	margin-bottom: 1em;
	margin-left: 1em;
	float: right;
}
.direccion{
  font-size: small;
  text-align: right;
  border-top: 1px solid #cc0033;
	clear: both;
}
div#izquierda{
	font-size: 83%;
	background-color: #cccc99;
	text-align: center;
	width: 240px;
	position: absolute;
	top: 110px;
	left: 10px;
}
div#izquierda h3{
	font-weight: bold;
	font-size: 100%;
	background-color: #cc0033;
	color: #ffffff;
	margin: 0;
	border-top: 10px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
div#izquierda p a{
	color: #990000;
	display: block;
	text-decoration: none;
}
div#izquierda p{
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ffffff;
}
div#izquierda p a:hover{
	color: #ffffcc;
	background-color: #999999;
}


