

#div-logo{
float: left;
display: block;
margin-top: 13px;
margin-left: 20px;
background-color: transparent;
}
#div-head{
display: block;
width: 100%;
min-height: 500px;
border: 0px;
background-color: transparent;
background-image: url(../img/fon-head.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
#div-menu{
display: block;
width: 100%;
border: 0px;
background-color: transparent;
}
#div-presentacion{
display: block;
width: 100%;
border: 0px;
margin-top: -10px;
padding-top: 0px;
background-color: transparent;
}
#div-contenido{
display: block;
width: 100%;
padding: 0;
border: 0px;
background-color: transparent;
}
#div-botones{
display: block;
width: 100%;
padding: 0;
border: 0px;
background-color: transparent;
}
#div-slogan{
display: block;
width: 100%;
padding: 0;
border: 0px;
background-color: #ffffff;
}
#div-pie{
display: block;
width: 100%;
padding: 40px 0 100px 0;
border: 0px;
border-top: 1px solid #93BAF1;
background-color: #003A7A;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-image: url(../img/fondo-ruta.png);
}

