/*body{
 margin: 0px;
 padding:0;
 color: #333333;
 }*/
.afecha{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
font-weight: bold;
color: black;
width: 94%;
 }
 .contenido{
 	/*position: relative;*/
	background: White;
	margin:0;
padding: 0;
 }
.titular {
background-color: white;
color: #488586;
margin: 0;
padding: 0;
font-weight: bold;
border-bottom: 1px solid;
border-bottom-color: #000;
}
.nombre{
	border: 1px solid #000;
	/*border-bottom-width: 1px;
	border-bottom: solid #000;*/
	background-color: #488586;
	color: white;
	margin: 0;
	width: auto;
	font-weight: bold;
}
.columnaizquierda{
float: left;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 150px;
 width: 150px;
 }
.lugar{
font-weight: bold;
 }
 .afecha img{
 /*max-height: 100%;
 max-width: 100%;*/
 vertical-align: middle;
 border: none;
 }
.columnaderecha{
float: right;
 color: #333333;
 width: 70%;
 padding: 3px;
 }
.informacion{
font-style: normal;
}
.entrada{
font-weight: bold;
	vertical-align: bottom;
	 }
.separador {
	clear: both;
	margin: 0px;
}
a.nombre{
	color: White;
}
.contenido_bloque, .lista_bloque {
	list-style: circle;
	margin-bottom: 0px;
	font-size: 0.9em;	
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bloque {
font-weight: bold;
}
.bloque a:link {
    color: #000;
  font-weight: bolder;
  text-decoration: none;
}
.bloque a:visited{
    color: #000;
  font-weight: normal;
  text-decoration: none;
}
.bloque a:hover {
    color: #a00000;
  font-weight: bolder;
  text-decoration: none;
}
.titular, .data, .resaltado {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

.titular {
	padding-bottom: 4px;
	float: left;
}

.data {
	position:absolute;
	top: 12px;
	right: 20px;
}

.resaltado {
	font-size: 0.9em;
}

