/* ESTILOS PARTE PUBLICA */

a:link{color: #767676; text-decoration:none;}
a:visited{color: #767676; text-decoration:none;}
a:active{color: #767676; text-decoration:none;}
a:hover{color: #767676; text-decoration:none;}

:focus {
	outline: 0;
}
html,body{
  padding: 0px;
  margin: 0px;
  
  text-align: center;
  line-height: 1.4em;
  
  background:#a6ba31 url('../images/fondoweb.jpg') no-repeat top center;
}
#container{
  /* DIV CON TODA LA WEB */
  overflow:hidden;
  width:960px;
  height: auto;
  margin: auto;
  padding:0px;  
}

#enlaceinicio{
  height: 100px;
  width: 960px;
  text-align: right;
  
}
#cabecera{
  width: 960px;
  height:140px;
  padding: 0px;
  margin: 0px;
  text-align:left;
 

}

.menuholder { height:37px;margin-bottom: 5px;}
.menuholder li {float:left;}
.menuholder a {background:url('../images/fnd_menu.jpg');display:block; text-indent:-9000%;height:37px;}

/* ESTADO REPOSO*/
.comersano a{width: 200px;}
.campana a{width:235px; background-position:-200px 0px;}
.colegios a{width:190px; background-position:-435px 0px;}
.recetas a{ width:185px; background-position:-625px 0px;}
.juegos a{ width:150px; background-position:-810px 0px;}

/* ESTADO ROLLOVER*/
.comersano a:hover{width: 200px; background-position: 0px -37px;}
.campana a:hover{width:235px; background-position:-200px -37px;}
.colegios a:hover{width:190px; background-position:-435px -37px;}
.recetas a:hover{ width:185px; background-position:-625px -37px;}
.juegos a:hover{ width:150px; background-position:-810px -37px;}

/* ESTADO activo*/
.comersano a:active{width: 200px; background-position: 0px -74px;}
.campana a:active{width:235px; background-position:-200px -74px;}
.colegios a:active{width:190px; background-position:-435px -74px;}
.recetas a:active{ width:185px; background-position:-625px -74px;}
.juegos a:active{ width:150px; background-position:-810px -74px;}



/* CONTENIDO */

#contenido{
  /* DIV con el contenido (ruta,titulo, ficha...) */  
  float: left;
  width: 960px;
  margin:0px 0px 0px 0px;
  padding:0px;  
  font: normal 0.87em "Trebuchet MS", sans-serif;
}

/* FICHA DE CONTENIDOS SECCION/PAGINA*/

#ficha{
  /* DIV con la zona de contenidos*/
  clear: left;
  float:left;
  width:960px;
  margin-bottom: 50px;
  padding:0px 0px 0px 0px;
  color: #7a5338;
 /* background: #f9fff4; */
}

/* PIE DE PAGINA */
#pie{
  clear: both;
  height:145px;
  width: 960px;
 
  padding:20px 0px 0px 0px;
  font: normal 0.6em Verdana, sans-serif;  
  text-align: left;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  
  background: url('../images/pie_inicio.jpg') no-repeat left top;
}
#enlacespie{
 float: left;
  width: 520px; 
 padding: 20px 0px 0px 20px;
 
 }
#logcoexphal{
  float:left;
  width: 130px;
  height: 40px;
  padding: 20px 0px 0px 40px;
  }
#gg{
 float: left;
 width: 190px;
  padding: 68px 0px 0px 20px;
}


/*AVISO LEGAL*/
#contenido_aviso{
  width: 600px;
  margin: 30px 0px 20px 0px;
  padding: 10px 20px 10px 20px;
  background: #ffffff;

}
#tituloav{
 font: normal 1.6em Helvetica, Arial, sans-serif;
}

#textoav{
 text-align: left;
 font-size: 0.8em;
}