<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4{
color:#6f4208;	
}

#areamapa
{
	float:left;
	position:relative;
	width: 242px; 
	margin:0px 0px 0px 0px;
}
#areamapa h1,#areamapa h2,#areatexto h2
{
padding-bottom:0px;
margin-bottom:0px;	
}
#botonesmapa
{
position:relative;
 
}
#mapa
{
  position:relative;
  background:url(../img/general/fondomapa2.jpg) no-repeat;
  width:240px;
  height:435px;
  padding:6px;
}

#map
{
  width:227px;
  height:420px;	
}

#areatexto
{
	position:relative;
	float:right;
	width:610px;
	margin-bottom:20px;
}
#areatexto img
{
	clear:both;
	margin-left:20px;
	margin-bottom:20px;	
}
#areatexto p
{
	/*color:#75643a;*/
}
#areatexto h2 {
	margin-top: 0;
}

#fotos {
list-style:none;
margin:0;
padding:0; 
}

#fotos li{
display:inline-block;
float:left;
margin-right:4px;
margin-bottom: 5px;
text-align:center;
overflow: hidden;
    border:1px solid white;  
}

#fotos li:hover{
    border:1px solid black;
}

#tituloynavegacion {
	margin-bottom: 20px;
}
</pre></body></html>