@charset "UTF-8";
/* CSS Document */

html, 
html * {
	margin: 0;
	box-sizing: border-box;
}

header {
    margin-top: 0px;
	padding: 5px;
	background-color: #ED1B24;
    width: 100%;
    height: auto;
}
footer {
	padding: 30px 30px 12px 60px;
	background-color: #272727;
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
   text-decoration: none; 
}

h1 {
    font-family: 'Mada', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #00567C;
    text-decoration: none;
}
h2 {
    font-family: 'Mada', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #222;
    text-decoration: none;
}
h3 {
    font-family: 'Mada', sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: #FFF;
    text-decoration: none;
}
h4 {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #333;
    text-decoration: none;
}
h5 {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-decoration: none;
    line-height: 26px;
}

.home {
	padding: 0px 0px 0px 0px;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.col_logo {
    padding: 20px 20px 20px 20px;
    margin-top: 50px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	height: 60px;
    display: block;
}
.style-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 33px;
	height: 33px;
    
}
.style-nav ul {
	list-style-type: none;
    text-align: center;
}
.style-nav ul li {
	display: inline-block;
	padding: 6px;
    margin:10px 10px 0px 0px;
}

.row:before, .row:after {
	content: "";
	display: table;
    
}
.row:after {
	clear: both;
}
.col {
	width: 100%;
}

.row-flex {
    display: flex;
}
.col-neutro {
    width: 99%;
    padding: 20px;
    margin: 20px 10px 10px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
}

.col-centro {
    width: 100%;
    text-align: center;
    padding: 20px 20px 20px 20px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto; 
}

.contenido_centrado {
    margin: 30px 10px 10px 10px;
    text-align: center;
}

.boton_login:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00567C;
    text-decoration: none;
    background-color: #FFF;
    line-height: 26px;
    padding: 7px 12px 7px 12px;
    border-radius: 9px;
    border: 1px solid #FFF;
    margin: 0px 0px 0px 0px;
}
.boton_login {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    line-height: 26px;
    padding: 7px 12px 7px 12px;
    border-radius: 9px;
    border: 1px solid #FFF;
    margin: 0px 0px 0px 0px;
}
.navega:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #FFF;
    text-decoration: underline;
    line-height: 26px;
    margin: 0px 20px 0px 0px;
}
.navega {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    line-height: 26px;
    margin: 0px 20px 0px 0px;
}

.box-deco {
    background-color: #FFF;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
    box-shadow: 1px 1px 8px 3px #EEE;
    margin-top: 4px;
    margin-left: 12px;
    margin-right: 4px;
}
.info-box-inicial:hover {
    background-color: #FFF;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
    box-shadow: 1px 1px 8px 3px #EEE;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}
.info-box-inicial {
    background-color: #F0F0F0;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
    box-shadow: 1px 1px 8px 3px #EEE;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}
.info-box-login {
    background-color: #F6F6F6;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
    box-shadow: 1px 1px 8px 3px #EEE;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}
.info-box-videos:hover {
    background-color: #FFF;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
    box-shadow: 1px 1px 12px 4px #DDD;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}
.info-box-videos {
    background-color: #F6F6F6;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
    box-shadow: 1px 1px 8px 3px #EEE;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}


.titulo_corp {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ED1B24;
    text-decoration: none;
    line-height: 26px;
}
.titulo_blanco {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: #FFF;
    text-decoration: none;
    line-height: 26px;
}

.texto_negro {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    margin: 0px 0px 0px 6px;
}
.texto_negro_med {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    margin: 12px 0px 0px 0px;
}
.texto_negro_xch {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    margin: 12px 0px 0px 0px;
}
.texto_negro_ch {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    margin: 12px 0px 0px 0px;
}

.link_blanco_footer:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: underline;
    text-align: left;
    line-height: 30px;
}
.link_blanco_footer {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
}
.link_blanco_ch:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: underline;
    text-align: left;
    line-height: 17px;
}
.link_blanco_ch {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #EEE;
    text-decoration: none;
    text-align: left;
    line-height: 17px;
}
.link_blanco_xch:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    text-decoration: underline;
    text-align: left;
    line-height: 20px;
}
.link_blanco_xch {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #CCC;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
}

.link_gris_ch:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    text-decoration: underline;
    text-align: left;
    line-height: 17px;
}
.link_gris_ch {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    text-align: left;
    line-height: 17px;
}
.link_gris_xch:hover {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #555;
    text-decoration: underline;
    text-align: left;
    line-height: 20px;
}
.link_gris_xch {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #777;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
}
.texto_blanco_ch {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #EEE;
    text-decoration: none;
    text-align: left;
    line-height: 17px;
}
.texto_rojo_med {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FF0000;
    text-decoration: none;
    text-align: left;
    padding: 3px;
}
.texto_gris_med {
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    text-align: left;
    padding: 3px;
}
.alerta {
    width: 90%;
    padding: 12px 50px 12px 50px;
    border-radius: 9px;
    border: 1px solid #FF0000;
    margin: 20px 0px 0px 0px;
    background-color: #FFFFBF;
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FF0000;
    text-align: center;
    text-decoration: none;
}

/*Tablet View*/

@media (min-width: 768px){
    
    body {
		max-width: 100%;
	}
   
    h1 {
        font-family: 'Mada', sans-serif;
        font-weight: bold;
        font-size: 46px;
        color: #00567C;
        text-decoration: none;
    }
    h2 {
        font-family: 'Mada', sans-serif;
        font-weight: 100;
        font-size: 43px;
        color: #222;
        text-decoration: none;
    }
    h3 {
        font-family: 'Mada', sans-serif;
        font-weight: 600;
        font-size: 30px;
        color: #00567C;
        text-decoration: none;
    }
    h4 {
        font-family: 'Mada', sans-serif;
        font-weight: 600;
        font-size: 29px;
        color: #333;
        text-decoration: none;
    }
    h5 {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 21px;
        color: #666;
        text-decoration: none;
        line-height: 26px;
    }
    
    .style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
    
    .home {
        padding: 0px 0px 0px 0px;
        height: 400px;
        width: 100%;
        background-color: #FFF;
    }

    .col_logo {
        padding: 20px 20px 20px 20px;
        margin-top: 140px;
        margin-left: 12px;
        margin-right: 12px;
        text-align: center;
    }
    
    .col {
		float: left;
	}
    
    .col-50 {
		width: 50%;
    }
    
    .col-30 {
        width: 33%;
        float: center;
    }
    
    .info-box-login {
        background-color: #F6F6F6;
        padding: 20px 20px 20px 20px;
        border: 1px solid #E3E3E3;
        border-radius: 9px;
        -webkit-box-shadow: 3px 3px 5px 1px #F0F0F0;
        box-shadow: 1px 1px 8px 3px #EEE;
        margin-top: 170px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .alerta {
        width: 60%;
        padding: 12px 50px 12px 50px;
        border-radius: 9px;
        border: 1px solid #FF0000;
        margin: 20px 0px 0px 0px;
        background-color: #FFFFBF;
        font-family: 'Mada', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #FF0000;
        text-align: center;
        text-decoration: none;
    }
}

/*Desktop View*/

@media (min-width: 1024px){
 
    body {
		max-width: 100%;
	}
    
    h1 {
        font-family: 'Mada', sans-serif;
        font-weight: bold;
        font-size: 62px;
        color: #00567C;
        text-decoration: none;
        text-align: center;
    }
    h2 {
        font-family: 'Mada', sans-serif;
        font-weight: 100;
        font-size: 48px;
        color: #222;
        text-decoration: none;
    }
    h3 {
        font-family: 'Mada', sans-serif;
        font-weight: 600;
        font-size: 33px;
        color: #00567C;
        text-decoration: none;
    }
    h4 {
        font-family: 'Mada', sans-serif;
        font-weight: 600;
        font-size: 34px;
        color: #333;
        text-decoration: none;
    }
    h5 {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 28px;
        color: #666;
        text-decoration: none;
    }
    
    .style-logo {
		float: left;
        
	}   
	.style-nav {
		float: right;
	}
	.style-nav {
		float: right;
	}

    .layout {
        background-image: url(../imagenes/background.jpg);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        height: 480px;
        background-repeat: no-repeat;
        background-color: #EEE;
        background-position: center;
    }
    
    .col-25 {
		width: 25%;
	}    
    
   
    
}

