
body {
    color: #262626 !important;
    font-family: 'Roboto',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
/*     line-height: 1 !important; */
    cursor: default !important;
	 font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',"Helvetica Neue","Helvetica",Helvetica,Arial,!sans-serif important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #262626 !important;
    text-rendering: optimizeLegibility !important;
    letter-spacing: -.02em !important;
    line-height: 1.25 !important;
}

.fondoEscuelas {
	background-color: #ecf5ff;
}
.columnaCheck {
	width:130px;
	float:left;
}

.QuikLinks {
	font-family: HelveNeueBold, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
.clear { clear:both }

.gruposEnlistadosMargin {
	
	margin-left:20px !important;
}
@media only screen and (max-width: 844px) {
	.gruposEnlistadosMargin {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.gruposEnlistados {
	
	position: relative;
	background-color: #F1F1F1;
	border-radius: 6px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
	padding: 15px 5px 10px;
	width: 200px;
	display: inline-block;
	margin-right:20px;
	margin-top:20px;
	border: 1px solid #fc6565;
/*
	background-color: white;
    position: relative;
    padding: 10px 5px;

	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #000000;
	text-align:center;   
	-webkit-box-shadow: 5px 2px 5px 0px rgba(194,194,194,1);
	-moz-box-shadow: 5px 2px 5px 0px rgba(194,194,194,1);
	box-shadow: 5px 2px 5px 0px rgba(194,194,194,1);
	*/
}
@media only screen and (max-width: 844px) {
	.gruposEnlistados {
		max-width: 29%;
		flex: 29%;
	}
}
@media only screen and (max-width: 578px) {
	.gruposEnlistados {
		max-width: 44%;
		flex: 44%;
	}
}
@media only screen and (max-width: 382px) {
	.gruposEnlistados {
		max-width: 43%;
		flex: 43%;
	}
}
.gruposEnlistados img{
	max-width:100%;
	height:auto;
	display: block; 
	margin: 0 auto;  
	
	
}
.gruposEnlistados p{
	margin-top:20px;
	font-size:14px;
	text-align: center;
}
.gruposEnlistados:hover {
-webkit-box-shadow: 5px 2px 5px 0px #CCCCCC;
-moz-box-shadow: 5px 2px 5px 0px #CCCCCC;
box-shadow: 5px 2px 5px 0px #CCCCCC;
}


a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


@media only screen and (min-width: 991px) {
	.menuSalon{
		text-align:right;
	}
	.menuSalon .menuSalonDiv{
		margin-top: 45px; 
	}
}

.menuSalonDiv .btn-light{
	    border: 1px solid #ccc;
}

/* Calendario
-------------------------------------------------- */

#UltimosEventos {
	width: 90%;
	float: left;
	margin: 0 auto;
	margin-top:20px;
	margin-left:15px;
	margin-bottom:20px;
	}
	
	
.FechaCalend {
	height: 52px;
	width: 52px;
	text-align: center;
	border: 1px solid #bcd0b9;
	border-radius: 6px;
	-moz-box-shadow: 0 0 2px 2px #e6eae5;
	-webkit-box-shadow: 0 0 2px 2px #e6eae5;
	box-shadow: 0 0 2px 2px #e6eae5;
	float: left;
	margin-right:20px;
	margin-top: 10px;
	}
@media only screen and (min-width: 991px) {
	.FechaCalend {
		margin-top: 28px;
	}
}
.FechaCalendMes {
	font-family: 'Kreon', serif;
	font-weight: 700;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 5px;
	}
.FechaCalendDia {
	font-family: 'Kreon', serif;
	font-weight: 700;
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	margin-top: -10px;
	}
.FechaCalendDescripcion {
	float: right;
	width: 380px;
	}
.FechaCalendDepto {
	font-size: 13px;
	color: #580303;
	text-transform: uppercase;
	}
.FechaCalendDepto a:link, .FechaCalendDepto a:visited{
	color: #580303;
	text-decoration:none;
	}
.FechaCalendDepto a:hover, .FechaCalendDepto a:active{
	color: #de5935;
	text-decoration:none;
	}
.FechaCalendTitulo {
	font-size: 17px;
	color: #000;
	}
.FechaCalendTitulo a:link, .FechaCalendTitulo a:visited{
	color: #000;
	text-decoration:none;
	}
.FechaCalendTitulo a:hover, .FechaCalendTitulo a:active{
	color: #de5935;
	text-decoration:none;
	}

.FechaCalendTituloPrint {
	font-size: 24px;
	color: #000;
	}

.eventoCalend {
	clear: both;
	margin-bottom: 10px;
	height: 5px;
	}

.AlumnosEnlistadosMargin {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
@media only screen and (max-width: 610px) {
	.AlumnosEnlistadosMargin {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.AlumnosEnlistados img{
	width:150px;
	height:180px;
	display: block; 
}
.AlumnosEnlistados p{
	margin-top:20px;
	font-size:14px;
	text-align: center;
}

.AlumnosEnlistados:hover {
	box-shadow: 1px 1px 16px 0px rgba(107,107,107,0.74);
	-webkit-box-shadow: 1px 1px 16px 0px rgba(107,107,107,0.74);
	-moz-box-shadow: 1px 1px 16px 0px rgba(107,107,107,0.74);
	cursor: pointer;
	transition:all .2s ease-in-out;
}






.AlumnosEnlistadosSM {
   
	position: relative;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
	width: 100px;
	
	display: inline-block;
	margin-right:10px;
	margin-top:10px;

}
.AlumnosEnlistadosSM img{
	width:100px;
	height:120px;
	display: block; 
}
.AlumnosEnlistadosSM p{
	margin-top:20px;
	font-size:11px;
	text-align: center;
}
.AlumnosEnlistadosSM:hover {
-webkit-box-shadow: 5px 2px 5px 0px #CCCCCC;
-moz-box-shadow: 5px 2px 5px 0px #CCCCCC;
box-shadow: 5px 2px 5px 0px #CCCCCC;
	cursor: pointer;
}


.AlumnosEnlistadosNombre {
	float:left;
	width:80%;
	border-radius: 0px 0px 0px 6px;
-moz-border-radius: 0px 0px 0px 6px;
-webkit-border-radius: 0px 0px 0px 6px;
padding: 10px 5px;
}
.DivAlumnoPuntosE {
	text-align:center;
	border-radius: 0px 0px 6px 0px;
	-moz-border-radius: 0px 0px 6px 0px;
	-webkit-border-radius: 0px 0px 6px 0px;
	width:20%;
	padding: 10px 5px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
}

.AlumnosEnlistadosPleca {
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0px;
}


.AlumnosEnlistadosPlecaApagado {
	background:#525252;
	overflow: hidden;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	z-index:100;
	color:#fff;
}
.AlumnosEnlistadosNombreAsistio {
	background:#a6eb98;
}
.AlumnosEnlistadosNombreTarde {
	background:#fcc277;
}

.AlumnosEnlistadosNombreRemoto {
	background:#5498ff;
}
.AlumnosEnlistadosNombreSeFue {
	background:#dededc;
}
.AlumnosEnlistadosNombrePendiente {
	background:#cee3fa;
}


.DivAlumnoPuntosEPositivo {
	background:#27a20e;
	color:#FFF;
}
.DivAlumnoPuntosENegativos {
	background:#cf2f0a;
	color:#FFF;
}
.DivAlumnoPuntosENeutro {
	background:#67a9f2;
	color:#FFF;
}
.pestaniasInfo .BotonesEval {
    background-color: #dee1de;
    padding: 0px;
    width: 16%;
    margin-right: 5px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 1078px) {
	.pestaniasInfo .BotonesEval {
    width: 19%;
	}
}
@media only screen and (max-width: 542px) {
	.pestaniasInfo .BotonesEval {
    width: 31%;
    max-width: 31%;
	flex: 31%;
	}
}
.AlumnosEnlistados {
    position: relative;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    width: 150px;
    display: inline-block;
    margin-right: 35px;
    margin-top: 35px;
    position: relative;
    transition:all .5s ease-in-out;
    padding-bottom: 40px;
}
@media only screen and (max-width: 418px) {
	.AlumnosEnlistados {
		max-width: 42%;
		flex: 42%;
		margin-right:20px;
	}
}
.iconoCumple {
	position: absolute;
	top: 5px;
	left: 5px;
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	padding: 3px;
	border: solid 1px #f4b802;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.34);
-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.34);
}
.iconoCumple img{
	width: 40px !important;
	height: auto !important;
}
.pestaniasInfo .BotonesEval img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}
.AlumnosEnlistados img {
    width: 150px;
    height: 180px;
    display: block;
}
@media only screen and (max-width: 418px) {
	.AlumnosEnlistados img {
    width: 100%;
    height: auto;
	}
}
.BotonesEvalValor {
    background-color: #787974;
    padding: 10px;
    color: #FFF;
    border-radius: 0px 0px 6px 6px;
    position: absolute;
	width: 100%;
	bottom: 0px;
}
@media only screen and (max-width: 548px) {
.menuSalonDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
}
@media only screen and (max-width: 991px) {
	
}


.Asistencia_s{
	background-color: #23C42E !important;
}

.Asistencia_o{
	background-color: #5498ff !important;
}

.Asistencia_n{
	background-color: #FF0000 !important;
}

.Asistencia_u{
	background-color: #dededc !important;
}


.Asistencia_r{
	background-color: #FFB236 !important;
}



.Asistencia_Repo{
	background-color: #dab5eb !important;
}


/* estilos mas claritos */


.Asistencia_s_Trans{
	background-color: #b0d9b2 !important;
}

.Asistencia_o_Trans{
	background-color: #cadefc !important;
}

.Asistencia_n_Trans{
	background-color: #fccccc !important;
}

.Asistencia_u_Trans{
	background-color: #dededc !important;
}

.Asistencia_r_Trans{
	background-color: #ffedd1 !important;
}




.estiloColMaestrosOFF {
	
	display:none !important;
	
}

.estiloColMaestrosON {
	
	/*display:block !important;*/
	
}

@media print {
.estiloColMaestrosOFF {
	
	display:none !important;
	
}
.estiloColMaestrosON {
	
	display:none !important;
	
}
}


.blog-post {
	background-color:#dbe9f5;
	border-bottom: solid 1px #428bca;
	padding-bottom:15px;
/*para Firefox*/
	-moz-border-radius: 15px 15px 0px 0px;
/*para Safari y Chrome*/
	-webkit-border-radius: 15px 15px 0px 0px;
/* para Opera */
	border-radius: 15px 15px 0px 0px;
	}
.blog-post h2 {
	float:left;
	}
	
.blog-post-meta {
	margin-top:-22px;
	font-size:11px;
	color:#949494;
	float:left;
		padding:0px 20px 20px 20px;
	}
.imagenesPost {
	padding-top:25px;
	padding-left:85px;
	float:right;
	}
	
	
.TitPost {
	background-color:#f2f2f2;
	padding:0px 20px 20px 20px;
/*para Firefox*/
	-moz-border-radius: 15px 15px 0px 0px;
/*para Safari y Chrome*/
	-webkit-border-radius: 15px 15px 0px 0px;
/* para Opera */
	border-radius: 15px 15px 0px 0px;
	 overflow: hidden;
	}
.navUbicacion {
    display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #273b59;
border-radius: .25rem;
	margin-right: -15px;
margin-left: -15px;
}
.navUbicacion a{
	color: #FFF;
}
.navUbicacion-item {
	float: left;
}
.navUbicacion-item.active {
    color: #FFF;
}
.navUbicacion::after {
  display: block;
  clear: both;
  content: "";
}
.navUbicacion-item + .navUbicacion-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.navUbicacion-item + .navUbicacion-item:hover::before {
  text-decoration: underline;
}

.navUbicacion-item + .navUbicacion-item:hover::before {
  text-decoration: none;
}
.navUbicacion-item + .navUbicacion-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .6rem;
    color: #fc6565;
    content: ' \25CF';
    font-size: 10px;
    line-height: 10px;
}


.proxEventos {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	border: solid 1px #f8fafe;
	
}
.proxEventos:hover {
	border: solid 1px #e7e9eb;
	-webkit-box-shadow: 12px 13px 5px -14px rgba(214,214,214,1);
	-moz-box-shadow: 12px 13px 5px -14px rgba(214,214,214,1);
	box-shadow: 12px 13px 5px -14px rgba(214,214,214,1);
}
.proxEventos a {
    color: #5d3a3a;
    text-decoration: none;
}
.proxEventosFecha {
    margin-right: 10px;
	background-color: #fc6565;
	padding: 10px;
	text-align: center;
	display: table-cell;
	float: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 3px solid #e3eaf1;
	color: #febfbf;
	text-transform: uppercase;
}
.proxEventosFecha span {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}


.proxEventosFechaHOY {
    margin-right: 10px;
	background-color: #0B92D2;
	padding: 10px;
	text-align: center;
	display: table-cell;
	float: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 3px solid #e3eaf1;
	color: #9EDFFD;
	text-transform: uppercase;
}
.proxEventosFechaHOY span {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}


.proxEventosFechaURGENTE {
    margin-right: 10px;
	background-color: #FF0004;
	padding: 10px;
	text-align: center;
	display: table-cell;
	float: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 3px solid #B90003;
	color: #febfbf;
	text-transform: uppercase;
}
.proxEventosFechaURGENTE span {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}

.proxEventosText {
	padding: 10px;
	background-color: #f0f2f6;
	display: table-cell;
	float: none;
	width: 100%;
	color: #000;
}
.proxEventosCheck {
	background-color: #e9e8ed;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	color: #a0a1a5;
	padding: 10px;
}

.proxEventosCheck a {
	color: #a0a1a5;
}


.proxEventosCheck svg {
	font-size: 20px;
	padding: 1px;
}
.proxEventosCheck svg:hover {
	color: #000;
}
.botVer {
	width: 100%;
	background-color: #e3eaf1;
	border-bottom: solid 1px #fc6565; 
	display: block;
	text-align: right;
	padding: 8px 5px;
	font-size: 14px;
	color: #000;
}
.botVer svg {
	margin-left: 5px;
	color: #fc6565;
}
.avisosNoti {
	overflow: hidden;
	margin-bottom:10px;
}
.avisosNoti a {
	width: 100%;
}
.avisosNotiText {
	padding: 10px;
	float: left;
	width: 70%;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.avisosNotiText {
	width: 50%;
}
}
.avisosNotiImage{
	width: 100%;
	height: 400px;
	float: left;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border: 3px solid #e3eaf1;
	background-size: 500px;
	background-position: center;
}
.avisosNotiImage img{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	/*border: 3px solid #fc6565;*/
}
.contenidoEscuela {
	padding-top: 20px;
}


.fondoPleca {
	background-color: #f8fafe;
	padding-top: 20px;
}
.galerias {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cardServicios {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 5px solid #e3eaf1;
    background-color: #273b59;
    width: 130px;
	height: 60px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
	position: relative;
}
.cardServicios:hover{
	background-color: #08111f;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	text-decoration: none;
}
.cardServicios svg {
	font-size: 25px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 5px;
}
.cardServicios p {
	font-weight: 100 !important;
	margin-top: 5px;
	line-height: 20px !important;
	font-size: 13px;
	position: absolute;
	left: 40px;
	color: #FFF;
}
.cardServicios div {
	margin: 0 auto;
}
@media only screen and (max-width: 466px) {
	.cardServicios {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}
.cardServicios .notificaciones {
	position: absolute;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	background-color: #ff7e66;
	width: 30px;
	height: 30px;
	color: #FFF;
	padding: 1px;
	text-align: center;
	top: -10px;
	right: -10px;
	border: solid 3px #b35d4d;
}
.contenedorFecha {
	float: left;
}
.contenedorTit {
	float: left;
	margin-left: 5px;
}
@media only screen and (max-width: 460px) {
	.contenedorTit {
	float: none;
		margin-left: 60px;
	}
}
.txt_evntos_home {
	background-color: #f8fafe;
	padding: 15px 15px 1px 15px;
	margin-bottom: 5px;
}
.contenedorAvisos {
	margin-top: 20px;
	width: 100%;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 2;
}
.headerEscInfo {
	text-align: right;
}
.headerEscInfoheaderEscCont{
	padding-top:20px; 
	background-image: url(../images_sistema/fondo.png);
    background-repeat: no-repeat;
    background-position: center -45px;
} 
.headerEscInfo .btn-secondary {
	background-color: #fc6565;
	border: solid 3px #b35d4d;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 15px;
}
.headerEscInfo .btn-secondary.active, .headerEscInfo .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
	background-color: #fc6565;
	border: solid 3px #b35d4d;
	color: #FFF;
}

.headerEscuelaBot .btn-secondary {
	border: 2px solid #FFF;
}



.headerEscFecha {
	color: #333333;
	margin-top: 15px;
	font-size: 13px;
}
.alertaPago {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #e9e9e9;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
	.alertaPago  {
	font-size: 16px;
}
}
.alertaPago ul {
	display: inline-block;
	text-align: left;
}
.alertaPagoTit {
	background-color: #ff2727;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	padding: 5px 0;
}
.alertaPagoTit h1 {
	color: #FFF !important;
}
@media only screen and (max-width: 575px) {
	.alertaPagoTit h1 {
	margin-top: 50px;
}
}
@media only screen and (max-width: 767px) {
	.alertaPagoTit h1 {
	font-size: 29px;
	}
}
.alertaPagoMensaje {
	padding: 10px 0 5px 0;
}
.alertaPagoMensaje h4 {
	color: #c40812 !important;
}
@media only screen and (max-width: 575px) {
	.alertaPagoMensaje h4 {
	font-size: 18px;
}
}
.alertaPagoTit svg {
	position: absolute;
	left: 28%;
	top: 10px;;
	font-size: 2.5rem;
	color: #FFF;
}
@media only screen and (max-width: 1199px) {
	.alertaPagoTit svg {
	left: 24%;
	}
}
@media only screen and (max-width: 988px) {
	.alertaPagoTit svg {
	left: 14%;
	}
}
@media only screen and (max-width: 767px) {
	.alertaPagoTit svg {
	top: 5px;
	left: 12%;
	}
}
@media only screen and (max-width: 575px) {
	.alertaPagoTit svg {
	top: 5px;
	left: 50%;
transform: translateX(-50%);
	}
}
.contenedorCardGal {
	margin-left: 15px;
	display: flex;
	margin-top: 20px;
}
@media only screen and (max-width: 991px) {
	.contenedorCardGal {
	margin-left: 0px;
}
}
.cardGal {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 5px solid #e3eaf1;
    background-color: #f7fafe;
    width: 230px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 8px;
    position: relative;
}
@media only screen and (max-width: 991px) {
	.cardGal {
	width: 100%;
    height: auto;
	}
}

.cardGal:hover{
	background-color: #f6e6e2;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	text-decoration: none;
}
.cardGal h5 {
	color:#273b59 !important;
	font-size: 18px;
	margin-top: 5px;
}
.logoEscuelaHeader {
    max-height: 90px;
    max-width: 100%;
	vertical-align: middle;
}
.titComun {
	padding-top: 60px;
	text-align: center;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	color: #FFFFFF !important;
}
.eventosAdjunto {
	margin-top: 10px;
}
.botCali{
	margin: 0px;
	padding: 0px;
}
.botCali li{
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 1px solid #eb5151;
	background-color: #fc6565;
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	margin-left: 10px;
	margin-top: 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: none;
    transition: box-shadow .5s;
}
.botCali li:hover {
    box-shadow: 0 0 3px rgba(0,0,0,0.62);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #EFEFEF !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EFEFEF !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #EFEFEF !important;
}
.tituloIMA {
	font-size: 15px;
	font-weight: bold;
}
.TextosTop {
	font-size: 12px;

}
.avisosNotiImageG {
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border: 3px solid #e3eaf1;
}



/* Estancia */
/* Todo */
.Comida_t{
	background-color: #8aff3c !important;
}
/* Bastante */
.Comida_b{
	background-color: #3afff3 !important;
}

/* Poco */
.Comida_p{
	background-color: #ffbc3c !important;
}
/* Nada */
.Comida_n{
	background-color: #ff513a !important;
}

/* Postre */
.Comida_ps{
	background-color: #FBAF39 !important;
}
.Comida_pn{
	background-color: #8A6A36 !important;
}

.tdPromedio{
	background-color:#66CCFF !important;
}

.tdExcentado {
	background: #39F !important;
	/* color:#FFF !important; */
}

.tdBanned {
	background: #F00 !important;
	/* color:#FFF !important; */
}

.tdPromedio{
	background-color:#66CCFF !important;
}

.tdError{
	background-color:red !important; 
	color: #ffffff !important;

}

.tdError{
	background-color:red !important; 
	color: #ffffff !important;

}

/*  este estilo permite que se cambie el color blanco de las letras */
.tdErrorEdit{
	background-color:red !important; 
	color: #ffffff;

}

.SinCalifTD{
	background-color:#CCC !important; 
	

}








.contenedorOutlineInfo {
	padding: 0px 20px;
}


.menuPildoraTab {
  padding: 0px;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  display: block;

}
@media only screen and (max-width: 992px) {
  .menuPildoraEscondo {
    display: none;
  }
}
 @media print {
      .menuPildoraTab {display: none;}
   }
.menuPildoraTab .btn-secondary {
  background-color: transparent;
  border-color: transparent;
}
.menuPildoraTab li{
  display: inline-block;
  border-right: solid 1px #135288 !important;
  font-size: 18px;
  font-weight: lighter;
}
.menuPildoraTab li:first-child {
  border-radius: 4px 0px 0px 0px;
  -moz-border-radius: 4px 0px 0px 0px;
  -webkit-border-radius: 4px 0px 0px 0px; 
}
@media only screen and (max-width: 992px) {
  .menuPildoraTab li:first-child {
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px; 
  }
}
.menuPildoraTab li:last-child {
  border-right:none;
  border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
  border-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .menuPildoraTab li:last-child {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; 
  }
}
.menuPildoraTab a{
  color: #1b6fb8;
  display: block;
  padding: 10px;
}
.menuPildoraTab .btn {
  border-radius: 0;
  background-color: #9db5ca;
  margin-right: -3px;
  border: none;
  position: relative;
}
.menuPildoraTab .btn-secondary a:link, .menuPildoraTab .btn-secondary a:visited{
  color: #FFF;
  text-decoration: none;
  display: block;
}
.menuPildoraTab .btn-secondary a:hover{
  color: #ecf5ff;
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 992px) {
.menuPildoraTab li{
  margin-bottom: 5px;
}
}
@media only screen and (max-width: 992px) {
.menuPildoraTab li{
  width: 100%;
  border-radius: 0;
  border-right: none !important;
}
}
.menuPildoraTab .activo {
  background-color: #FFF;
}
.menuPildoraTab .activo a{
  color: #1b6fb8  !important;
}

.activoLinea {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-top: solid 4px #fc6565;
}





