@charset "iso-8859-1";
/* CSS Document */
div#mainBlock{position:relative; margin:0 auto; width:850px;height:400px;}

div#rotulo{position:absolute;margin-top:17px;margin-left:171px}
div#isla{position:absolute;margin-top:137px;margin-left:230px}

/* Botones */

div#botonBusqueda {position:absolute; margin-top:402px; margin-left:51px;}
div#botonBusqueda a {position:absolute;  background-image:url(../imgs/index/botonBusqueda.gif); height: 119px; width:212px; }
div#botonBusqueda a:hover{ background-image:url(../imgs/index/botonBusqueda-s.gif); }

div#botonMunicipios { position:absolute; margin-top:171px; margin-left:40px;  }
div#botonMunicipios a {position:absolute; height: 110px; width:212px; background-image:url(../imgs/index/botonMunicipios.gif)}
div#botonMunicipios a:hover{ background-image:url(../imgs/index/botonMunicipios-s.gif);}

div#botonFechas { position:absolute; margin-top:155px; margin-left:585px; }
div#botonFechas a { position:absolute; height: 109px; width:204px; background-image:url(../imgs/index/botonFecha.gif);}
div#botonFechas a:hover{ background-image:url(../imgs/index/botonFecha-s.gif);}


div#botonInfo { position:absolute; margin-top:392px; margin-left:577px;}
div#botonInfo a { position:absolute; height: 129px; width:204px; background-image:url(../imgs/index/botonInfo.gif);}
div#botonInfo a:hover{ background-image:url(../imgs/index/botonInfo-s.gif);border-color: #001;}


/* PopUps */
a.botones{position:absolute; z-index:24; text-decoration:none; }
a.botones:hover{z-index:100; border-color:#CC6600; }
a.botones span{display:block;position:absolute;margin-top:100px;margin-left:20px; width:180px;
	font:0.7em  Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#B7A71D;	
	}
	
