/* CSS Document */


html, body  
{
  margin: 0;
  padding:0;
  border:0;
  text-align: center;
  line-height: 1.5em;
}


body
{
  text-align:center;
  background:#ffffff url(../img/fondo.jpg) repeat-x fixed;
  font-family: Verdana, Arial, "Trebuchet MS";
  font-size: 12px;
}


#c{
  height: auto;
  margin: auto;
  width: 940px;
  img{border:none;}
}

#c img{border:none;}

a:link, a:visited, a:active {
  color:#006600;
  text-decoration: none;
} 

a:hover{
  color:#000000;
}

a:link.enlace, a:visited.enlace, a:active.enlace {
  color:#006600;
  text-decoration: none;
  font-weight:bold; 
} 

a:hover.enlace{
  color:#000000;
  background:#dddddd;
}



h1 {
  color:#14930D;
  font-size:18px ;
  margin:15px 0px 0px 0px;
  clear:both;
}


h2 {
  color:#000000;
  font-size:16px ;
  margin:20px 0 10px 0;
  clear:both;
}


h3 {
  color:#14930D;
  font-size:14px;
  margin:20px 0 5px 0;
  clear:both;
}

h4 {
  color:#14930D;
  font-size:12px;
  margin:20px 0 5px 0;
  clear:both;
}



#contenedor{
  text-align: left;
  height: auto;
  width: 940px;
  background:#ffffff url(../img/fondozonas.jpg) repeat-y;
  margin:auto;
  border-right: 5px solid #003300;
  border-left: 5px solid #000000;
  border-bottom: 5px solid #003300;
  float: left;
  
} 



#navegador{
  float: left;
  width: 200px;
} 



ul#menu{
   list-style-image: url(../img/huella.jpg);
   line-height: 1.5em;
   padding: 5px 0px 10px 30px; 
   margin: 0px; 
}


ul#menu li a{
    border-bottom:none;
    text-decoration:none;
    color:#ffffff;
    font-size: 13px;
}

ul#menu li a:hover{color:#669966;}


ul#submenu{
   list-style-image: url(../img/huella.jpg);
   line-height: 1.2em;
   padding: 0px 0px 10px 50px; 
    margin: 0px; 
}

ul#submenu li a{
    border-bottom:none;
    text-decoration:none;
    color:#ffffff;
    font-size: 11px;
    
}

ul#submenu li a:hover{ color:#669966; }


#cuerpo{
  width: 660px;
  float: right;
  text-align:justify;
  padding: 5px 40px 25px 40px;
} 

#cuerpo1{
  width: 440px;
  float: left;
  text-align:justify;
} 

#cuerpo2{
  width: 200px;
  float: right;
  text-align:center;
  
} 

#ficha{
 
  width: 645px;
  background:#eeeeee;
  float: right;
  text-align:justify;
  border-right: 3px solid #999999;
  border-left: 2px solid #cccccc;
  border-bottom: 3px solid #999999;
  border-top: 2px solid #cccccc;
  padding: 5px 5px 5px 5px;
  margin: 40px 0px 0px 0px;
} 




ul#listado{
  width: 620px;
  list-style-type: disc;
}

ul#listado li {
  float: left;
  width: 310px; 
}

div.listado{
  width: 650px;
  margin-bottom:10px;
  float: left;

}


#galeria{
 
  width: 500px;
  margin: 40px 0px 0px 0px;
}

#pie{
  width: 660px;
  float: left;
  text-align:justify;
  margin: 35px 0px 0px 0px;
} 