/* HISTORIA */
#body_historia {
}

/* *****  Bloque Lateral                             */
/* ************************************************* */
div.bloque_lateral {
	float: right;
	width: 232px; /* 264 - 15 - 15 */
	padding: 30px 15px 30px 15px;
}
div.bloque_lateral div.bloque_lateral_content {
	padding: 30px 0px 0px 0px;
}
div.menu_lateral ul {
	margin: 0; padding: 10px 0px 0px 0px;
	list-style: none;
}

/* *****  Bloque contenido historia                  */
/* ************************************************* */
div.bloque_content {
	width: 484px; /* 516 - 15 - 15 */
	padding: 30px 15px 0px 15px;
}

#body_historia div.bloque_content img.banner {
	margin-top: 25px;
	margin-bottom: 25px;
}
div.bloque_content p.introduccion {
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	color: #666666;
}
div.bloque_content p {
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #666666;
}
div.bloque_content p span.fecha {
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	color: #037B31;
	margin-right: 4px;
}

#body_como_llegar div.bloque_content p.introduccion {
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	color: #666666;
}
#body_como_llegar div.bloque_content div.mapa_situacion {
	position: relative;
	padding: 20px 0px 20px 0px;
}
#body_como_llegar div.bloque_content div.mapa_situacion div.banner_google_maps {
	position: absolute;
	top: 332px;
	left: 10px;
}

#body_como_llegar div.bloque_content div.mapa_situacion div.bandera_ausa {
	position: absolute;
	top: 150px;
	left: 160px;
}


