body{
color: black;
background: #ffffff;
font-size: 11px;
overflow: hidden;
font-family: sans-serif;
margin: 0;
padding: 0;
}

div.principal{
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
border: 0px solid;
text-align: center;
overflow: auto;
}


div.secundario{
top: 0px;
margin: auto;
position: relative;
width: 980px;
/* height: 2440px; */
/* border: 1px solid; */
text-align: center;
/* border: 0px solid #000000; */
overflow: hidden;
}
 

div.cabecera {
height: 125px; 
border: 0px solid;
font-family: Geneva,Arial;
color: #003300;
font-size: 16px;

}

/* divs de pagina */

div .contenido { 
padding: 12px; border: 0px solid red;
}

div.cab_cont {
height: 90px; border: 0px solid blue;
}

div.cont_cont {
height: 350px; margin-top: 10px;
}

div.foto {
float: left; height: 350px; margin-right: 15px; width: 350px; border: 0px solid;
text-align: left; 
color: black;
}

div.texto {
float: left; height: 315px; margin-right: 15px; width: 260px; border: 0px solid;
padding-top: 35px;
color: #003300;
font-family: Geneva,Arial;
font-size: 14px;
text-align: justify;
}

div.blog {
float: left; height: 350px; width: 255px; border: 0px solid;
}

div.fotos {
height: 185px; border: 1px solid green; margin-top: 20px;
}

div.datos {
height: 800px; border: 0px solid blue; margin-top: 15px;
color: #003300;
font-family: Geneva,Arial;
font-size: 14px;
text-align: justify;
}

div.mapa {
height: 300px; border: 1px solid orange; margin-top: 15px;
}

div.pie {
height: 150px; border-top: 1px dotted black; margin-top: 15px;
}

/*  */

p.datatit{
font-family: Geneva,Arial;
font-size: 14px;
color: #000066;
font-weight: bold;
font-style: normal;
}

p.titucasa{
font-family: Geneva,Verdana;
font-size: 20px;
color: #003300;
font-weight: bold;

}

p.titublog{
font-family: Geneva,Verdana;
font-size: 18.72px;
color: #003300;
font-weight: bold;

}


A.cab, A.cab:visited, A.cab:active  {
font-family: Geneva,Arial;
font-size: 10.67px;

	font-weight : bold;
color: #003300;

	text-decoration : none;
	cursor: pointer;

}

A.cab:hover  {
	text-decoration : underline;
}
	
