﻿body{
    background: url(../images/fondo.jpeg) no-repeat center center fixed;
    background-size: cover;
    font-family: "Lato", sans-serif;
}

.pagina{
    background: white;
    padding-bottom: 30px;
}


.cabecera{
    padding-top: 7px;
    padding-bottom: 7px;
}

.logotipo img{
    width: 100%;
}


.leyenda{
    text-align: center;
}
.leyenda strong{
    width: 100%;
    color: red;
    font-size: 30px;
    line-height: 33px;
    display: inline-block;
    margin-bottom: 12px;
}
.leyenda span{
    color: blue;
    font-size: 23px;
}



.datos{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.datos strong{
    width: 100%;
    display: inline-block;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu{
    background: #f7f7f7;
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
}
.menu:hover{
    background: #2d2e84;
    color: white;
}


.titulos{
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    text-align: center;
    color: red;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}


.subtitulo{
    text-align: center;
    font-size: 20px;
    color: gray;
}


.uno{
    padding-top: 40px;
    padding-bottom: 40px;
}


.imagen img{
    width: 100%;
}

.texto{
    font-size: 18px;
    line-height: 28px;
}


.amarillo{
    background: #f7edd2;
}
.gris{
    background: #f7f7f7;
    margin-top: 40px ;
    margin-bottom: 40px ;
}

.super{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}


.imagenes img{
    margin: 0 10px 20px;
}


.seccion{
    font-size: 19px;
    line-height: 26px;
}
.seccion strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}

.imagen iframe{
    width: 100%;
}


.p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.p strong{
    width: 100%;
    display: inline-block;
}
.p img{
    height: 120px;
}


.form-group{
    margin-bottom: 12px;
}


footer{
    background: #2d2e84;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer b{
    color: yellow;
    font-size: 23px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}