body{
	padding-bottom: 50px;
	font-family: 'Roboto', sans-serif;
    position: relative;
    overflow-x: hidden;
}
p{
	margin: 0;
	padding: 5px;
    min-height: 60px;
}

h2{
	margin: 0;
	color: #5a5a5c;
}
section.rutas{
	font-size: 11px;
}
label{
    font-size: 14px;
}

.mBottom50{margin-bottom: 50px !important;}
.marginB40{margin-bottom: 40px !important}
.sinborde{border: none !important;}

.padLR0{padding-left: 0; padding-right: 0;}
.padL15{padding-left: 15px;}
.padL0{padding-left: 0;}




.navbar{
	min-height: 70px;
}
.navbar-brand{
	height: 70px;
	padding: 5px;
}

.navbar-right{
    color: #fff;
}
.navbar-right .btn.btn-primary{
    color: #333;
    height: 45px;
    padding-top: 11px;
    margin-top: 13px;
    background-color: transparent;
    border-color: #999;
    width: 100px;
    float: right;
}
.navbar-right .btn.btn-primary:hover{
    background-color: transparent;
}
.navbar-right .btn.btn-primary span{
    margin-left: 10px;
}

.row{
	margin-bottom: 10px;
}

.contenidosAutocompletados{
    margin-top: 30px;
    
}
.contenidosAutocompletados .col-sm-2 a{
    text-decoration: none !important;
}
.cuadro{
    height: 200px;
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    overflow: hidden;
}
.cuadro img:hover{
    transform: scale(1.2) rotate(2deg);
}
.cuadro img{
    border: 7px solid #fff;
    position: relative;
    display: block;
    transition: all 0.8s ease-in-out;
}


.cuadro p{
    padding-left: 5px;
    color: white;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 8px;
}

.verde p{
 background-color:  #2aac70;  
}

.azul p{
    background-color: #93b2c1;
}

.azulado p{
    background-color: #519cb0;
}

.cafe p{
    background-color: #bd916d;
}

.cafeOscuro p{
    background-color: #b46d3d;
}

.gris p{
    background-color: #9fa4ad;
}

.naranja p{
    background-color: #d09c47;
}

.mandarina p{
    background-color: #deb577;
}

.oro p{
    background-color: #e9cca0;
}

.rectangulo{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
background-color:darkgray;}

.rectangulo p{
    padding-top: 15px;
    padding-left: 25px;  
}

.cuadroGrande{
    width: 100%;
    height: 170px;
background-color:darkgray;}

.cuadroGrande p{
    padding-top: 75px;
    padding-left: 25px; 
    padding-right: 5px;
}

.container .row h2:nth-child(2){
	color: #82a1ae !important;
	font-weight: 300;
    display: inline-block;
}

.tituloPrograma{
	background-color: #7ca2b5;
	padding: 5px;
	color: #fff;
}

.tituloPrograma p{
    min-height: inherit;
}

#blue .tituloPrograma{
    background-color: #166381;
}

#orange .tituloPrograma{
    background-color: #f2753f;
}

#lightgreen .tituloPrograma {
    background-color: #d1ca6d;
}

#naranja .tituloPrograma{
	background-color: #c6a351;
}
#green .tituloPrograma{
	background-color: #87aa74;
}
#gray .tituloPrograma{
	background-color: #aaaab2;
}
#brown .tituloPrograma{
	background-color: #987347;
}

#mustard .tituloPrograma{
    background-color: #b3b27f;
}

#naranja .col-sm-1{
	border: 1px dashed #c6a351;	
}
#green .col-sm-1{
	border: 1px dashed #87aa74;	
}
#gray .col-sm-1{
	border: 1px dashed #aaaab2;
}
#brown .col-sm-1{
	border: 1px dashed #987347;	
}

.col-sm-1{
	padding: 0px;
	border: 1px dashed #7ca2b5;
}
.salidaOcupacional{
	border: none !important;
	padding: 0 5px;
}
.salidaOcupacional p{
	background-color: #d9dade;
	color: #8b8c90;
	padding: 2px;
    min-height: inherit;
    line-height: 1em;
    border-bottom: 1px solid #fff;
}

.salidaOcupacional p.green{
	background-color: #82f28f;
	color: #8b8c90;
	padding: 2px;
    min-height: inherit;
    line-height: 1em;
    border-bottom: 1px solid #fff;
}
.nivel{
	border: none !important;
	padding: 0px 5px 5px;
}
.nivel p{
	background-color: #f3efe3;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 0;

}
.nivel span{
	color: #717714;
	font-size: 56px;
	display: block;
}

.informacionRuta{
	padding: 5px;
}

.informacionRuta:first-child p{
	padding: 5px;
	border: 1px dashed #d9dade;
}
.informacionRuta:last-child p{
	padding: 5px;
	background-color: #d9dade;
}



@media (min-width: 1200px){
	.container {
	    width: 1270px;
	}
}

/*Detalle programa de formacion*/

#cuadrosPrograma{
    margin-top: 20px;
}
#cuadrosPrograma h3{
    margin-bottom: 30px;
}

#cuadrosPrograma .detalle{
    height: 150px;
    background-color: #fff;
    margin-top: 10px;
    padding: 7px;
    border: 1px solid #ccc;
}

#cuadrosPrograma p{
    text-align: center;
}

#cuadrosPrograma small{
    margin-top: 10px;
    display: block;
}

#cuadrosPrograma p:first-child{
    line-height: 123px;
    font-size: 61px;
    border: 1px solid #ddd;
    font-weight: 300;
    color: #999;
}

#cuadrosPrograma a{
   color:#000;
   text-decoration: none;
}

#cuadrosPrograma p:nth-child(2){
    color: white;
    width: 100%;
    height: 75px;
    display: table;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    /* line-height: 1.1em; */
    padding-top: 11px;
}

#cuadrosPrograma .naranja{
    background-color: #f47534;
}

.punNar{
    border: 0;
}

#cuadrosPrograma .gris{
    background-color: #9fa4ad;
}

.punGris{
    border: 1px dotted #9fa4ad;
}

#cuadrosPrograma .rojo{
    background-color: #c51f30;
}

.punRoj{
    border: 1px dotted #c51f30;
}

#cuadrosPrograma .violeta{
    background-color: #7a2a90;
}

.punVio{
    border: 1px dotted #7a2a90;
}

#cuadrosPrograma .verde{
    background-color: #a7aa72;
}

.punVer{
    border: 1px dotted #a7aa72;
}

#cuadrosPrograma .mostaza{
    background-color: #c8ba00;
}

.punMoz{
    border: 1px dotted #c8ba00;
}

#cuadrosPrograma .azul{
    background-color: #697b79;
}

.punAzu{
    border: 1px dotted #697b79;
}

#cuadrosPrograma .whiteblue{
    background-color: #0b8acb;
}

punWb{
    border: 1px dotted #0b8acb;
}

#cuadrosPrograma .cyan{
    background-color: #3ae0cf;
}

punCyan{
    border: 1px dotted #3ae0cf;
}

#cuadrosDetalle{
    margin-top: 20px;
}

.no{
    border: none;
}


#cuadrosDetalle .detalleDescargas{
    height: 215px;
    width: 100%;
    background-color: #fcfcfc;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
}

#cuadrosDetalle .grande{
    height: 450px;
    width: 100%;
    background-color: #fcfcfc;
    padding: 30px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    
}

#cuadrosDetalle .detalleDescargas p{
    padding: 0px;
    min-height: 0px;
}

#cuadrosDetalle .detalleDescargas h2{
    color: #313131;
    font-size:18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#cuadrosDetalle .detalleDescargas img{
    width: 100%;
}

#cuadrosDetalle a.boton{
    height: 250px;
    width: 100%;
    position: absolute;
}

#cuadrosDetalle .botonG{
    width: 100%;    
    height: 35px;
    color: white;
    margin-top: 100px;
    margin-left: 25px;
    bottom: 0px;
    background-color: #f8cc15;   
}

#cuadrosDetalle .botonD{
    width: 100%;
        height: 35px;
    color: white;
    margin-top: 100px;
    bottom: 0px;
    background-color: #6a7c90;
    
    
}

#formacionRutas h1{
    margin-bottom: 50px;
}

.nivelRut{
    font-size: 11px;
    text-align: center;
}

/*Detalle vistas*/

#formacion h2{
    margin-bottom: 50px;
    
}


/*Footer*/

/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;	
	background: #272727;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

.fl_top{
    width: 3px;
    height: 15px;
    background-color: #797a36;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%;);
    -webkit-transform: translate(-50%, -50%;);
    -moz-transform: translate(-50%, -50%;);
    -ms-transform: translate(-50%, -50%;);
    -o-transform: translate(-50%, -50%;);
}
.fl_top:after{
    content: " ";
    background: url(../img/arrow.png) no-repeat top;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -6px;
    left: -6px;
}
.fl_top.bottom{
    top: inherit;
    bottom: -30px;
}
/*Without arrow*/
.fl_top.wa:after{
    background: transparent;
}


.fl_right{
    width: 20px;
    height: 3px;
    background-color: #797a36;
    position: absolute;
    right: -17px;
    top: 85%;
    transform: translateY(-85%;);
    -webkit-transform: translateY(-85%;);
    -moz-transform: translateY(-85%;);
    -ms-transform: translateY(-85%;);
    -o-transform: translateY(-85%;);
    z-index: 99999;
}
.fl_right:after{
    content: " ";
    background: url(../img/arrowR.png) no-repeat top;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -6px;
    right: -6px;
}


.fl_left{
    width: 20px;
    height: 3px;
    background-color: #797a36;
    position: absolute;
    left: -17px;
    top: 85%;
    transform: translateY(-85%;);
    -webkit-transform: translateY(-85%;);
    -moz-transform: translateY(-85%;);
    -ms-transform: translateY(-85%;);
    -o-transform: translateY(-85%;);
}
.fl_left:after{
    content: " ";
    background: url(../img/arrowL.png) no-repeat top;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -6px;
    left: -6px;
}

.fl_hor{
    display: block;
    height: 3px;
    background-color: #797a36;
    margin-top: 13px;
    margin-bottom: 5px;
}


.mtop-10{
    margin-top: -10px !important;
}
.mtop-5{
    margin-top: -5px !important;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

.trayectoria{
    font-size: 15px !important;
    height: 130px;
    text-align: center !important;
    border: 1px solid #ddd !important;
    font-weight: 300;
    color: #999 !important;
    padding-left: 2px !important;
}

#hijos p{
    padding-left: 15px;
    min-height: auto;
    line-height: 20px !important;
}
#hijos .subTitle{
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 20px !important;
}
#hijos .tituloHijo, #hijos .nivel{
    border: 1px dotted #666 !important;
    text-align: center;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

#hijos .nivel{
    border-top: none !important;
    padding: 5px;
    max-height: 31px;
    background-color: #848484;
}
#hijos .tituloHijo{
    padding: 10px;
    font-size: 12px;
}
#hijos .hijo{
    padding: 15px;
    border-left: 1px dotted #666;
    border-right: 1px dotted #666;
    height: 140px;
    background-color: #efefef;
}
#hijos .hijo a{
    font-size: 12px;
    color: #333;
}

#hijos .color1 .tituloHijo{
    border-color: #2aac70;
    background-color: #2aac70;
}
#hijos .color2 .tituloHijo{
    border-color: #b3b1af;
    background-color: #b3b1af;
    margin-bottom: -10px;
}
#hijos .color3 .tituloHijo{
    border-color: #d09c47;
    background-color: #d09c47;
}
#hijos .color4 .tituloHijo{
    border-color: #e9cca0;
    background-color: #e9cca0;
}
#hijos .color5 .tituloHijo{
    border-color: #93b2c1;
    background-color: #93b2c1;
}
#hijos .color6 .tituloHijo{
    border-color: #deb577;
    background-color: #deb577;
}
#hijos .color7 .tituloHijo{
    border-color: #bd916d;
    background-color: #bd916d;
}
#hijos .color8 .tituloHijo{
    border-color: #2aac70;
    background-color: #2aac70;
}
#hijos .color9 .tituloHijo{
    border-color: #93b2c1;
    background-color: #93b2c1;
}
#hijos .color10 .tituloHijo{
    border-color: #519cb0;
    background-color: #519cb0;
}
#hijos .color11 .tituloHijo{
    border-color: #9fa4ad;
    background-color: #9fa4ad;
}

.alert{
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#descargas-guardadas .elimina label{
    margin-top: 55px;
    display: block;
    float: left;
    font-size: 14px;
}
#descargas-guardadas .elimina input{
    float: left;
    display: block;
    margin-right: 6px;
    margin-top: 7px;
}
#descargas-guardadas .elimina .btn-default{
    width: 100%;
}
#cuadrosDetalle .alert{
    position: relative;
    top: 0;
}


input[ng-model*="buscador"]{
    background-image: url('../img/lupaSearch.png');
    background-repeat: no-repeat;
    background-position: 95% 10px;
    background-size: 16px;
}

@media (max-width: 770px) {
    .navbar-brand{
        width: 100%;
        overflow: hidden;
    }


    .cuadro{
        height: 160px;
        margin-bottom: 10px;
    }
    
    .cuadro img{
        height: 95px;
    }

    .navbar-header{
        width: 50%;
        float: left;
    }
    .navbar-right .btn.btn-primary{
        margin-right: 20px;
        margin-top: 6px;
    }
    .fl_top, .fl_left, .fl_right, .fl_hor{
        display: none;
    }

    .salidaOcupacional{
        margin-bottom: 15px;
    }
    .salidaOcupacional p{
        padding: 5px;
        font-size: 12px;
    }

    .rutas{
        overflow: scroll;
    }
    .rutas .container{
        width: 150%;
    }

    .rutas .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    .rutas .nivel{
        padding: 0;
        margin-bottom: 5px;
    }
    .rutas .salidaOcupacional{
        padding: 0;
        margin-top: 5px;
    }
    p{
        font-size: 13px;
    }


    .no{
        width: 100px;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    #cuadrosDetalle .botonG{
        margin-top: 0px;
        margin-left: 60px;
        margin-bottom: -70px;
    }
    #cuadrosDetalle .botonD{
        margin-top: 10px;
    }

    #cuadrosPrograma .col-sm-2 p:first-child{
        line-height: 173px;
    }
    #cuadrosPrograma .detalle{
        height: 200px;
    }

    #descargas-guardadas .elimina label{
        margin-top: 15px;
    }
    #cuadrosDetalle{
        padding: 0 10px;
    }

    #cuadrosPrograma p:first-child{
        line-height: 173px;
    }

    .detalleDescargas .col-sm-2{
        padding-left: 5px;
        padding-right: 5px;
    }


    #cuadrosPrograma .col-sm-2{
        width: 25%;
    }

    #cuadrosDetalle .detalleDescargas{
        padding: 20px 0;
    }

    
}

@media (max-width: 480px) {


    #cuadrosDetalle .detalleDescargas{
        height: auto;
        padding: 30px;
    }
    .cuadro{
        height: 230px;
        margin-bottom: 10px;
    }
    
    .cuadro img{
        height: 195px;
    }

    .rutas .container{
        width: 100%;
    }

    #cuadrosDetalle .botonG{
        margin-top: 30px;
        margin-left: 0;
    }

    #cuadrosPrograma .col-sm-2{
        width: 100%;
    }


}


/************** Estilos Industrias 4.0 ********************/

body{
	margin: 0;
	padding: 0;
}

.page-inicio{
	height: 800px;
}

.page-inicio .velo{
	height: 100%;
}

.page-inicio .content-banner{
	bottom:none;
	top:250px;
	width: 50%;
	right: 40px;
}
.page-inicio .content-banner h1,
.page-inicio .content-banner h3,
.page-inicio .content-banner p{
	text-align: left;
	color:#fff;
}

.page-inicio .content-banner .module-content h3{
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	border:none;
	padding: 0;
	margin: 0;
}

.page-inicio .content-banner .module-content h1{
	font-size: 40px;
	font-weight:bolder;
}

.page-inicio .content-banner .module-content p{
	border-left:2px solid #fff;
	padding: 10px 20px;
	line-height: 150%;
}

#estandares{
	margin-top: -100px;
}

#estandares .cuadro,
#estandares .cuadro img{
	border:none;
}

#estandares .cuadro{
	height: 300px;
	margin-bottom: 40px;
	width: 100%;
	display: block;
	background-size: cover;	
	transition-duration:.2s;
}

#estandares .cuadro:hover{
	transform: scale(1.1)
}

#estandares .cuadro .veil{
	width: 100%;
	height: 100%;
	position: absolute;
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(45deg,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}

#estandares .cuadro .veil div{
	text-align: left;
	float:left;
	position: absolute;
	bottom:20px;
	left:20px;
}

#estandares .cuadro .veil div h4{
	font-size: 21px;
	font-weight: bold;
	color:#fff;
	margin: 0;
}

#estandares .cuadro .veil div p{
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-transform: none;
	min-height: 0;
}

#estandares #cuadrosPrograma h3,
h3.title-estandares {
    margin: 50px auto 80px;
    text-align: center;
}

#estandares a.detail{
	background-color:#000;
	background-size: cover;
	background-position: center center;
	float: left;
	padding: 0;
	display: block;
	width: 30%;
	margin-right: 3%;
	transition-duration:.2s;
	overflow: hidden;
	margin-bottom: 30px;
}

#estandares a.detail:hover{
	transform: scale(1.1)
}

#estandares a.detail .veil{
	position: absolute;
	width: 100%;
	height:100%;
	display: block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
}

#estandares a.detail .container-products{
	width: 100%;
	display: flex;
	align-items:center;
	justify-content:center;
	position: relative;
	z-index: 9;
}

#estandares .detail p.number{
	font-size: 40px;
	width: 25%;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 0;
	border:none;
}

#estandares .detail p.description{
	width: calc(70% - 40px);
	float: left;
	text-align: left;
	height: auto;
	border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    padding: 20px 10px 20px 20px;
    border-left: 1px solid rgba(255,255,255,0.4);
    text-transform: none;
    font-size: 14px;
    margin-right: 50px;
}

#estandares .detail span.veil-right{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.15) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.15) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#1affffff',GradientType=0 );
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	right:0;
}

#estandares .detail .veil-right span{
	right:15px;
	background-image: url('../img/arrow-right.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:16px auto;
	width: 100%;
	height: 100%;
	display: block;
}

#estandares .disclaimer{
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

.rutas{
	background-color:#000;
}

.rutas h2{
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color:#fff;
}

.rutas h2 strong{
	font-weight: 300;
}

.rutas .row.mBottom50{
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	width: 50%;
}

.rutas .row.mBottom50 h2:nth-child(2){
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	color:#fff!important;
}

.rutas .container{
	width: 90%;
}

.rutas .row{
	background-color: #ccc;
	border:2px solid #fff;
	margin:0 0 20px;
	padding: 15px 15px 15px 15%;
	font-size: 12px;
	position: relative;
}

.rutas .row .col-sm-1,
.rutas .row .col-sm-1 div,
.rutas .row .col-sm-1 p{
	font-size: 12px!important;
	line-height: 130%;
}

.rutas .row .col-sm-1{
	background-color: #fff;
	border:1px solid #ccc;
	margin: 1%;
}

.rutas .row .col-sm-1 .tituloPrograma{
	background-color: #fff!important;
	border-bottom: 1px solid #999;
}

.rutas .row .col-sm-1 .tituloPrograma p{
	color:#333;
	font-weight: bold!important;
	font-size: 11px!important;	
}

.rutas .row .salidaOcupacional{
	margin-left: 2%;
}

.rutas .row .salidaOcupacional p{
	color:#333;
	background-color: #fff;
	font-size: 12px;
	margin-top: 2px;
	padding: 10px;
}

.rutas .row .nivel{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	background-color: #fff;
	color:#333;
	margin: 0;
}

.rutas .row .nivel p{
	background-color:#fff;
	font-size: 16px!important;
	font-weight: 300;
}

.rutas .row .nivel span{
	color:#333;
	margin-top: 10px;	
	font-weight: bold;
}

.rutas .fl_hor{
	background-color:#666;
	border:none;
	position: absolute;
	z-index: 9;
	display: none;
}

.rutas .fl_top,
.rutas .fl_right,
.rutas .fl_bottom,
.rutas .fl_left{
	background-color:#777;
}

.rutas .fl_top::after,
.rutas .fl_right::after,
.rutas .fl_bottom::after,
.rutas .fl_left::after{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.rutas .row .acceso p{
	font-size: 12px;
	line-height: 130%;
}

.rutas .col-sm-offset-1{
	margin-left: 4%;
}

.rutas .row a{
	color:#2d82ff;
}

.rutas .row a:hover{
	color:#2d33c0;
}

footer{
	margin:5px 0 0!important;
}

.cualificaciones{
	background-color: #000;
}

.cualificaciones .form-control{
	background-color: #fff;
	border:none;
	color:#333;
	font-size: 13px;
	padding: 12px;
	height: auto;
}

.cualificaciones .form-control:focus{
	border:none!important;
}

.cualificaciones .form-control::placeholder{
	color:#333;
}

.cualificaciones .label-form{
	color:#fff;
}

.btn-download{
	background-color: rgba(255,255,255,0.5);
	border:2px solid #fff;
	color:#fff;
	transition:0.3s;
	border-radius: 0;
	font-size: 13px;
	padding: 10px 20px;
	display:inline-block;
	margin: 0 auto 40px;
}

.btn-download:hover{
	transform: scale(1.1);
	background-color: rgba(255,255,255,0.5);
	color:#fff;
	border:2px solid #fff;;
}

.glyphicon-download-alt{
	color:#fff;
	padding: 5px 0 5px 10px;
	border-left: 2px solid #fff;
	margin-left: 10px;
}

.cualificaciones .detalleDescargas h2{
	color:#333;
	font-size: 21px;
}

.cualificaciones .detalleDescargas .icon{
	margin: 0;
	padding: 0;
}

.cualificaciones .detalleDescargas .icon img{
	width: 70%;
}

.cualificaciones .detalleDescargas p.ng-binding{
	font-size: 12px;
	line-height: 130%;
}

#cuadrosDetalle .detalleDescargas{
	height: 310px;
}

#cuadrosDetalle.cualificaciones .detalleDescargas .botonG{
	margin: 20px 0;
	float: left;
	background-color: #333;
	padding: 10px 20px;
	width: auto;
	border-radius: none;
	border:2px solid #fff;
	font-size: 12px;
	height: auto;
	transition:0.3s;
}

#cuadrosDetalle.cualificaciones .detalleDescargas .botonG:hover{
	transform:scale(1.1);
}

.cualificaciones .detalleDescargas .glyphicon-star{
	color:#fff;
	border-left:2px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}

.visible_menu{
	top:0;
}

.container.container-index{
	padding: 0;
}

.content-module{
	float: left;
}

.module-standar{
	clear: both;
}

.img-module{
	height: 400px;
	float:left;
}

.button.dropdown-container{
	position: relative;
	width: 200px;
	cursor: pointer;
}

.button.dropdown-container:hover{
	background: rgba(3,8,87,1);
	background: -moz-linear-gradient(top, rgba(3,8,87,1) 0%, rgba(0,0,0,1) 0%, rgba(3,8,87,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,8,87,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(3,8,87,1)));
	background: -webkit-linear-gradient(top, rgba(3,8,87,1) 0%, rgba(0,0,0,1) 0%, rgba(3,8,87,1) 100%);
	background: -o-linear-gradient(top, rgba(3,8,87,1) 0%, rgba(0,0,0,1) 0%, rgba(3,8,87,1) 100%);
	background: -ms-linear-gradient(top, rgba(3,8,87,1) 0%, rgba(0,0,0,1) 0%, rgba(3,8,87,1) 100%);
	background: linear-gradient(to bottom, rgba(3,8,87,1) 0%, rgba(0,0,0,1) 0%, rgba(3,8,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030857', endColorstr='#030857', GradientType=0 );
	color: #fff;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	transition: 0.3s;
	margin-left: 0px;
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.28);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.28);
}

.button.dropdown-container:after{
	left:150px;
	background-color: #fff!important;
}

.button.dropdown-container .dropdown{
	float:left;
	display: none;
	position: absolute;
	top: 54px;
	left: -1px;
	width: auto;
	z-index: 9;
	cursor: pointer;
	transition:0.3s;
	background-color: #fff;
}

.button.dropdown-container:hover .dropdown{
	display: block;
}

.button.dropdown-container .dropdown a{
	float:left;
	width: 520px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: 1px solid #fff;
	transition:0.3s;
	background-color:rgba(3,8,87,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030857', endColorstr='#030857', GradientType=0 );
	background-color: rgba(0,0,0,1);

}

.button.dropdown-container .dropdown a:hover{
	color:#fff;
	background: rgba(3,8,87,1);
}

.button.dropdown-container .dropdown a:after{
	background-color: transparent!important;
}

.desciption-standar{
	text-align: center;
	margin: 0 auto 50px;
	width: 80%;
}

.footer-content,
.text-footer,
.footer .share{
	display: flex;
	flex-wrap: wrap;
}

footer .share{
	width: 103px;
}

#cuadrosPrograma .padLR0{
	background-color: #fff;
}

#cuadrosPrograma hr{
	display: none;
}
