html,
body {
    margin:0;
    padding:0;
    height:100%;
text-align:center;
 background: url('../img/fondo.png') top center no-repeat;
font-family:verdana;
color:#666666;
font-size:14px;
}
img{
border:none;
}
#wrapper {
background:#fff;
margin:70px auto 0 auto; width:1020px;
    min-height:100%;
    position:relative;
text-align:left;
border-top:10px solid #13B1CC;
border-right:10px solid #13B1CC;
border-left:10px solid #13B1CC;
}
#header {
background:url('../img/logo.png') top center no-repeat;
width:100%;
height:130px;
}
.menu {
border-top-right-radius:20px;
border-bottom-right-radius:20px;
background:#F1EDED;
line-height:30px;
list-style-image: url('../img/mm.png');
}
.menu ul{
width:150px;
}
.menu a{
color:#800000;
text-decoration:none;
display: block;
}
.menu a:hover{
color:#800000;
text-decoration:none;
font-weight:bold;
background:#FFD388;
}
#content {

    padding:10px 10px 100px 10px; /* Altura del footer */
}
#footer {
    width:100%;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;
 background:#13B1CC url('../img/fondo2.png') bottom center no-repeat;
}
#izq{

width:20%;
float:left;
}

#der{
padding:10px;
width:70%;
height:auto;
float:left;
}
#validadores{
    float:right;    
    }
#validadores img{
    width:60px;
    height:21px;
    }
