body{margin: 0px;}
img{max-width: 100%;height: auto;}
.contenedor{width: 80%;margin:0px auto;}
header{padding: 20px 0px 0px 0px}
.logo{text-align: center;}
.home{margin: 60px 0px 15px 0px}
.home a{background:#26488C;padding: 15px 190px; color:#fff;text-decoration: none;border-radius: 0px 30px 0px 0px}
.home a:hover{color:#94D7F2}
.banner{background: url(../imagenes/banner.jpg)no-repeat;background-size: cover;height: 400px;}
.banner{text-align: left;font-size: 60px;padding: 130px 60px;line-height: 70px;color: #26488C;font-weight: bold;}
.logueate{padding: 30px 0px 60px 0px;}
.tabla{padding: 80px 0px;font-size: 18px}
.tabla h6{font-size: 20px;font-weight: bold;}
.tabla p{margin: 20px 0px}


footer{background:#1f1f1f;color: #fff;padding: 40px 0px}
footer p{text-align: center;font-size: 11px;letter-spacing: 1px;line-height: 20px}
footer a{color: #fff}
footer a:hover{color:#068BBF}













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

header img{width: 70%;height: 50%}
.home{margin: 60px 0px 12px 0px}
.home a{font-size: 16px;padding: 15px 150px}
.banner{background: url(../imagenes/banner.jpg)no-repeat;background-size: contain;height: 200px}
.banner{font-size: 25px; padding:40px 10px;line-height:30px;}

table {
        width: 100%;
    }
/* Ocultar fecha */
    table tr th:nth-child(1),
    table tr td:nth-child(1) {
        display: none;}


}