/** {*/
	/*font-family: 'OpenSansRegular', sans-serif !important;*/
	/*font-size: 11px;*/
/*}*/
h1 {
	font-size: 25px;
	text-transform: uppercase;
	color: #2e698e;
}
/*a {*/
	/*color: #183b6e;*/
	/*text-decoration: none;*/
	/*cursor: pointer;*/
/*}*/
/*a:hover {*/
	/*color: #0677bc;*/
/*}*/
input,
select,
textarea,
a,
h1,
h2,
h3,
button {
	outline: none;
}
/*input,
select {
	border: 2px solid rgb(236, 236, 236);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #316889;
	text-align: left;
	text-transform: uppercase;
	padding: 3px 10px;
}*/
/* ID */

#username,
#password {
	border: 2px solid rgb(236, 236, 236);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 30px;
	width: 180px;
	color: #316889;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
	margin: 2px;
}
#menu_usuario foto {
	width: 40px;
	height: 50px;
}
#menu_usuario .datos_usuario {
	margin-left: 20px
}
#menu_usuario .datos_usuario div {
	height: 25px;
}
#menu_usuario .datos_usuario .boton {
	height: 30px;
	text-transform: uppercase;
}
#seleccion_colegio {
	margin-top: 50px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#cargando {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#cargando .imagen {
	position: absolute;
	width: 60px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
}
#logo > img {
	height: 54px;
	margin-top: 20px;
}
#logo_colegium {
	height: 36px;
	margin-top: 20px;
}

#logo_dte {
	height: 60px;
	margin-top: 10px;
}
/* CLASS */

.header {
	height: 85px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background: #ECEFF1;
	margin: 0 auto 0 auto;
}
.open-sans-light {
	font-family: 'OpenSansLight', sans-serif !important;
}
/*.botonazul,*/
/*.ui-dialog-buttonset .ui-button {*/
	/*font-family: OpenSansRegular;*/
	/*font-weight: 100;*/
	/*font-size: 12px;*/
	/*color: #FFFFFF;*/
	/*background: #4477b9;*/
	/* Old browsers */
	/*background: -moz-linear-gradient(top, #4477b9 0%, #345498 100%);*/
	/* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4477b9), color-stop(100%, #345498));*/
	/* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #4477b9 0%, #345498 100%);*/
	/* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #4477b9 0%, #345498 100%);*/
	/* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #4477b9 0%, #345498 100%);*/
	/* IE10+ */
	/*background: linear-gradient(to bottom, #4477b9 0%, #345498 100%);*/
	/* W3C */
	/*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4477b9', endColorstr='#345498', GradientType=0);*/
	/* IE6-9 */
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*-ms-border-radius: 5px;*/
	/*-o-border-radius: 5px;*/
	/*border-radius: 5px;*/
	/*border: 0px solid #345498;*/
	/*cursor: pointer;*/
	/*height: 30px;*/
	/*position: relative;*/
	/*width: 160px;*/
	/*box-shadow: 0 0 0px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(255, 255, 255, 0.3) inset*/
/*}*/
/*.botonazul:hover,*/
/*.ui-dialog-buttonset .ui-button:hover {*/
	/*background: #4477b9;*/
	/* Old browsers */
	/*background: -moz-linear-gradient(top, #4477b9 0%, #4d7db7 100%);*/
	/* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4477b9), color-stop(100%, #4d7db7));*/
	/* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #4477b9 0%, #4d7db7 100%);*/
	/* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #4477b9 0%, #4d7db7 100%);*/
	/* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #4477b9 0%, #4d7db7 100%);*/
	/* IE10+ */
	/*background: linear-gradient(to bottom, #4477b9 0%, #4d7db7 100%);*/
	/* W3C */
	/*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4477b9', endColorstr='#4d7db7', GradientType=0);*/
	/* IE6-9 */
/*}*/
.pie {
	height: 35px;
	width: 100%;
	margin: 0 auto 0 auto;
	background: #183b6e;
	text-align: center;
	color: white;
	line-height: 35px;
	clear: both;
}
.contenedor {
	width: 100%;
}
.contenedor_principal {
	text-align: center;
	margin: auto;
	position: relative;
	top: 151.5px;
	left: 0px;
	color: #253379 !important;
	background: white;
}
.contenedor_login {
	border: 1px solid #ECECEC;
	background: #ECECEC;
	padding: 15px;
	position: relative;
	margin: auto;
	width: 400PX;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.titulo {
	clear: both;
	font-size: large;
	color: #0d77bc;
}
.titulomediano {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #0677bc;
}
/*.botonazul {*/
	/*width: 100px;*/
/*}*/
.barra_ruta {
	height: 30px;
	background-color: #F1F2F2;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.barra_ruta a {
	height: 30px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.barra_ruta a img {
	position: relative;
	bottom: -5px;
}
.seccion {
	margin: 30px 0px;
	padding: 0px 5%;
	position: relative;
	min-height: 100%;
	width: 90%;
	min-width: 600px;
	overflow: hidden;
}
#pie {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cuerpo {
	margin-top: 20px;
	padding: 10px;
	background: #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.colegio {
	float: left;
	text-align: center;
	cursor: pointer;
	width: 200px;
	height: 200px;
	min-height: 200px;
	border: 1px solid white;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.colegio:hover {
	color: #0677bc;
}
.colegio .imagen {
	width: 200px;
	height: 150px;
}
.colegio .texto {
	width: 200px;
	height: 50px;
}
.colegio img {
	background-size: contain;
	max-width: 200px;
	max-height: 150px;
}
.logo_cliente_chico {
	float: left;
	width: 30px;
	height: 30px;
}
.logo_cliente_chico img {
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
}
.nombre_cliente_chico {
	float: left;
	margin-left: 10px;
	height: 30px;
}
.responsive {
	padding: 30px 5% 0px;
}
.responsive_left {
	padding: 30px 20px 0px 5%;
}
.responsive_right {
	padding: 30px 5% 0px 20px;
}
.menuPrincipal {
	text-transform: uppercase;
}
.menuPrincipal ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menuPrincipal li {
	background: #2b698f;
	padding: 15px 10px;
	color: white;
	border: 1px solid white;
	border-bottom: 0px;
	cursor: pointer;
}
.menuPrincipal li:hover {
	background: #0d77bc;
}
.flechaMenu {
	background-image: url(../images/icono_menu.png);
	background-repeat: no-repeat;
	float: right;
	background-position: 5px 2px;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
.menuPrincipal li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.menuPrincipal li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*.tabs ul {*/
	/*background: none;*/
	/*border: 0px;*/
	/*border-radius: 0px;*/
	/*text-transform: uppercase;*/
/*}*/
/*.tabs li {*/
	/*height: 30px;*/
/*}*/
/*.tabs > div {*/
	/*border: 1px solid #dad8d6 !important;*/
	/*border-bottom-right-radius: 0px;*/
	/*border-bottom-left-radius: 0px;*/
	/*background: #ececec !important;*/
	/*border-radius: 5px;*/
	/*padding: 0px !important;*/
	/*border-radius: 0px;*/
	/*border-top-right-radius: 5px;*/
	/*min-height: 400px;*/
	/*min-width: 100%;*/
/*}*/
/*.dialogo {*/
	/*min-width: 200px;*/
/*}*/
/*.dialogo input,*/
/*.alerta input {*/
	/*border: 2px solid #ececec;*/
/*}*/
.colegio_lista {
	clear: both;
	overflow: hidden;
	padding: 1%;
	width: 100%;
}
