html { height: auto !important; }
body {
	background: #3c3c3c;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Lato, Geneva, sans-serif;
}
.container-login{
	position: relative;
	text-align: center;
}
.caja-login {
	width: 420px;
	margin: 80px auto;
	background-color: #fdfdfd;
	border: solid 1px #4d7cde;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.32);
}
.box-ingreso {
	width: 305px;
	margin: 20px auto;
}
.col-inp-ingreso {
	margin: 10px 0px;
	width: 305px;
}
.md-form-help .col-inp-ingreso { width: 430px; }
.label-icon-ingreso {
	float: left;
	height: 29px;
	width: 60px;
	background-color: #4d7cde;
	background-position: 16px 2px;
	border: 1px solid #9BABC2;
	border-right-width: 0;
}
.margin_right_icon_login {
	
}
.login-titulo { 
	background-color: #4d7cde;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: Montserrat;
	padding: 10px 0; 
}
.usuario-white {
	background-image:url(../imagenes/iconos/usuario-white.png);
	background-repeat:no-repeat;
}
.mail-white {
	background-image:url(../imagenes/iconos/mail-white.png);
	background-repeat:no-repeat;
}
.candado-white {
	background-image: url(../imagenes/iconos/candado-white.png);
	background-repeat: no-repeat;
}
.znTextRut { width: 125px; text-align: right; }
.znTextBox { height: 23px !important; padding: 3px !important; border-radius: 0px 4px 4px 0px; }
.login-error { color: #f00; }
.size-232 { width: 232px; }
.size-350 { width: 350px; }
/*  VALIDAR  */
.error {
	background-color:#F00 !important;
}
.valido {
	background-color:#3baf29 !important;
}
.dialog-email { background: url("../imagenes/iconos/email.gif") no-repeat center center; height: 130px; width: 150px; overflow:hidden; }


.barra {
	width: 100%;
	height: 30px;
	background-color: #d2d2d2;
	position: fixed;
	z-index: 100;
	top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-info {
	min-width: 580px;
	height: 30px;
	float: right;
	margin-right: 30px;
}
.info-section {
	width: auto;
	height:25px;
	margin-top:4px;
	margin-left:15px;
	margin-right:10px;
	float:left;
	font-size:14px;
	color:#667;
	margin:0px;
}



.md-form-help { background-color: #FFFFFF; padding: 15px 45px; }
.col-inp {
	width:100%;
	height:30px;
	margin:10px 5px;
}
.mt-20 { margin-top:20px;}
.box-100 {
	float:left;
	height:auto;
	width:100%;
}


.header-mineduc {
	width: 100%;
	height: 90px;
	padding-top:25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	background-color:#f9f9f9;
}
#logo-mineduc {
	float:left;
	height:auto;
	width:auto;
	background-color:#FFF;
	margin-left:20PX;
}
#aplicacion { font-size: 20px; font-weight: 600; color: #4d7cde; font-family: Verdana; }
.footer-mineduc {
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f9f9f9;
}
.box_footer {
	width: auto; 
	height: auto; 
	float: left;
	text-align: center;
	padding: 5px;
	margin: 20px 20px;
	font-size: 14px;
	color: #fff; 
}
.box_footer-right-mineduc {
	width: auto; 
	height: auto; 
	float: right;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	color: #FFF; 
}


/*  SLIDE INGRESAR  */
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
	padding:0px;
	margin:0px;
	opacity: 0.4;
}
.cb-slideshow:after { 
    content: '';
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../imagenes/slider/img_zn2.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../imagenes/slider/img_zn4.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../imagenes/slider/img_zn3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../imagenes/slider/img_zn.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../imagenes/slider/img_zn5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../imagenes/slider/img_zn6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}

/* Animation for the slideshow imagenes */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}