/* CSS Document */

BODY {
font-size: small;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 500;
}

#head {
text-align: center;
width: 51%;
margin-left: 24%;
}

#content H1 {
font-size: 1.2em;
text-align: center;
color: #ff0000;

}

#container {
width: auto;
align: middle;
}

#left {
width: 46%;
float:left;
}

#left ul {
list-style:none;
margin-left:0;
}

#left h3 {
color: #0099FF;
font-size: 1.3em;
}

#left li a:link { font-family: Verdana, Arial, sans-serif; color: #006600; text-decoration: none;    } 
#left li a:visited { font-family: Verdana, Arial, sans-serif; color: #006600; text-decoration: none;   } 
#left li a:active { font-family: Verdana, Arial, sans-serif; color: #999990 text-decoration: none; font-weight: normal; border-bottom: 1px dotted rgb(33,78,93)} 
#left li a:hover { font-family: Verdana, Arial, sans-serif; color: #999990; border-bottom: 1px dotted rgb(33,78,93); font-weight: normal;} 


#right {
float: right;
width: 46%;
}

#right ul {
list-style:none;
margin-left:0;
}

#right h3 {
color: #0099FF;
font-size: 1.3em;
}

#right li a:link { font-family: Verdana, Arial, sans-serif; color: #006600; text-decoration: none;    } 
#right li a:visited { font-family: Verdana, Arial, sans-serif; color: #006600; text-decoration: none;   } 
#right li a:active { font-family: Verdana, Arial, sans-serif; color: #996666; text-decoration: none; font-weight: normal; border-bottom: 1px dotted rgb(33,78,93)} 
#right li a:hover { font-family: Verdana, Arial, sans-serif; color: #999900; border-bottom: 1px dotted rgb(33,78,93); font-weight: normal;} 

#menunav {
text-align: center;
padding:1%;
}

#menunav ul {
display: block;
}

#menunav li {
_margin-left: 0.4em;
display: inline;
padding: 1%;
border: 1px #000000 solid;
background-color: #009900;
}

#menunav li a{
color: #FFFF00;
text-decoration: none;
}

#menunav li a:hover {
color: #0066FF;
}

#content {
width: 51%;
border: 1px solid #0066FF;
padding: 1.2em;
position: absolute;
margin-left: 24%;
}

*html #content{
width: 58%;
border: 1px solid #0066FF;
padding: 1em;
position: absolute;
margin-left: 22%;
}

#fotos {
margin-left: 2%;
}

*html #fotos {
text-align: center;
}

img {
padding: 0.5em;
border: solid 2px;
border-color:#0066FF;
}

#entrar h1{
text-align: center;
}

#varios {
width: 100%;
padding: 1em;
}

#varios  h3{
color: #0099FF;
font-size: 1.3em;
margin-left: 40%;}

.ej{
display: block;
margin: auto;
}

.sinborde {
border:none;
padding: 0;
margin-right: 0.1em;
}

.textcent{
text-align: center;}

.centform{
margin-left: 20%;}

.estlista{
list-style-image: url(../imagenes/escudo-lista.gif);
margin-left: 20%;}