.espacioDivMedio{
	margin-top: 10px;
	/*clear: both; */

}
.fancybox-iframe{
	padding-top: 20px !important;
	background-color: #FFF;
}
.input-requerido {
	box-shadow: 0  0 3px rgba(255,0,0,0.5);
}
.menuPildora {
 	padding: 0px;
	margin-top: 10px;
}
.menuPildora li{
 padding: 0px;
}
.menuPildora a{
display: block;
	width: 100%;
	height: 100%;
	padding: .5rem .75rem;
}
.menuPildora .btn-warning a:link, .menuPildora .btn-warning a:visited{
	color: black;
	text-decoration: none;
	display: block;
}
.menuPildora .btn-secondary a:link, .menuPildora .btn-secondary a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
}
@media only screen and (min-width: 1170px) {
.menuPildora li{
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 1170px) {
.menuPildora li{
	width: 100%;
	border-radius: 0;
}
}
.NoVerenPantalla {
	display:none !important;
}
.fondoBlanco h1{
	line-height: .9 !important;
}
/*-------------------------------------*/
/* Estilos para no imprimir elementos */

@media print {
  .NoImprimir {
	  display:none !important;
  }
  
  .NoVerenPantalla {
	display:block !important;
	}
	.MainContenido::before {
		display:none !important;
	}
	.fondoBlanco {
		min-height: auto !important;
		margin-top: 0px !important;
	}
	nav .breadcrumb {
		display:none !important;
	}
	nav .navUbicacion {
		display:none !important;
	}
	.menuPildora {
		display: none !important;
	}
}
/*-------------------------------------*/
.TDBotones a{
	margin-right: 10px;
}
.TDBotones a:last-child {
	margin-right: 0px;
}
.btn-dvcore {
	color: #fff;
	background: rgba(210,82,82,1);
	background: -moz-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,82,82,1)), color-stop(100%, rgba(254,102,101,1)));
	background: -webkit-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: -o-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: linear-gradient(to bottom, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d25252', endColorstr='#fe6665', GradientType=0 );
	border-color: #d25253;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
}
.btn-dvcore:hover {
	color: #fff;
	background: rgba(89,134,224,1);
	background: -moz-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,134,224,1)), color-stop(100%, rgba(102,153,255,1)));
	background: -webkit-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: -o-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: linear-gradient(to bottom, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5986e0', endColorstr='#6699ff', GradientType=0 );
	border-color: #5986e0;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
}
.btn-dvcore:disabled {
	color: #fff;
	background: rgba(210,82,82,1);
	background: -moz-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,82,82,1)), color-stop(100%, rgba(254,102,101,1)));
	background: -webkit-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: -o-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	background: linear-gradient(to bottom, rgba(210,82,82,1) 0%, rgba(254,102,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d25252', endColorstr='#fe6665', GradientType=0 );
	border-color: #d25253;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	cursor: not-allowed; 
}
.btn-dvcore:focus, .btn-dvcore.focus {
  box-shadow: 0 0 0 0.2rem rgba(89,134,224, 0.5);
}
.btn-dvcore:not(:disabled):not(.disabled):active, .btn-dvcore:not(:disabled):not(.disabled).active,
.show > .btn-dvcore.dropdown-toggle {
  color: #fff;
  background-color: #4c77cd;
  border-color: #4c77cd;
}

.btn-dvcore:not(:disabled):not(.disabled):active:focus, .btn-dvcore:not(:disabled):not(.disabled).active:focus,
.show > .btn-dvcore.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89,134,224, 0.5);
}
a.btn-dvcore:hover, a.btn-dvcore:focus,
button.btn-dvcore:hover,
button.btn-dvcore:focus {
  background-color: #4c77cd !important;
}
.btn-cancelar {
	color: #FFF;
	background: rgba(255,115,0,1);
	background: -moz-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,115,0,1)), color-stop(76%, rgba(255,157,0,1)), color-stop(100%, rgba(255,157,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7300', endColorstr='#ff9d00', GradientType=0 );
	border-color: #ff7200;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
}
.btn-cancelar:hover {
	color: #fff;
	background: rgba(89,134,224,1);
	background: -moz-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,134,224,1)), color-stop(100%, rgba(102,153,255,1)));
	background: -webkit-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: -o-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	background: linear-gradient(to bottom, rgba(89,134,224,1) 0%, rgba(102,153,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5986e0', endColorstr='#6699ff', GradientType=0 );
	border-color: #5986e0;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
}
.btn-cancelar:disabled {
	color: #fff;
	background: rgba(255,115,0,1);
	background: -moz-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,115,0,1)), color-stop(76%, rgba(255,157,0,1)), color-stop(100%, rgba(255,157,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,115,0,1) 0%, rgba(255,157,0,1) 76%, rgba(255,157,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7300', endColorstr='#ff9d00', GradientType=0 );
	border-color: #ff7200;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	cursor: not-allowed; 
}
.btn-cancelar:focus, .btn-cancelar.focus {
  box-shadow: 0 0 0 0.2rem rgba(89,134,224, 0.5);
}
.btn-cancelar:not(:disabled):not(.disabled):active, .btn-cancelar:not(:disabled):not(.disabled).active,
.show > .btn-cancelar.dropdown-toggle {
  color: #fff;
  background-color: #4c77cd;
  border-color: #4c77cd;
}

.btn-cancelar:not(:disabled):not(.disabled):active:focus, .btn-cancelar:not(:disabled):not(.disabled).active:focus,
.show > .btn-cancelar.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89,134,224, 0.5);
}
a.btn-cancelar:hover, a.btn-cancelar:focus,
button.btn-cancelar:hover,
button.btn-cancelar:focus {
  background-color: #4c77cd !important;
}
.contenedorOutline {
	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: #FFF;
}



/*  Celulares */

@media (min-width: 320px) and (max-width: 767px) {

      .contenedorOutline {
		 border: none;
	 	width: 100%;
	 }
	 .contenedorOutlineInfo{
		 padding: 0px !important;
	 }
}

/*  IPADS */
@media (min-width: 768px) and (max-width: 1024px) {

      .contenedorOutline {
		 border: none;
	 	width: 100%;
	 }
	
	 .contenedorOutlineInfo{
		 padding: 0px !important;
	 }
}


 @media print {
      .contenedorOutline {
		 border: none;
	 	width: 100%;
	 }
	 .fondoBlanco {
		 padding-top:0px;
	 }
	 .contenedorOutlineInfo{
		 padding: 0px !important;
	 }
   }
.contenedorOutlineInfo {
	padding: 0px 20px 20px 20px;
}





.alert-dvcore {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 14px !important;
	background-color: #ecf5ff;
	border: 3px solid #FFE2DA;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	form .row div {
	padding-bottom: 8px;
	padding-top: 8px;
}
}




.cardSistemaEscolar {
    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: 150px; */
    /* height: 150px; */
    width: 130px;
		height: 130px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
		text-align: center;
		padding: 0 10px;
		position: relative;
}
.cardSistemaEscolar:hover{
	background-color: #f6e6e2;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	text-decoration: none;
}
.cardSistemaEscolar svg {
	/* font-size: 70px; */
	font-size: 50px;
	color: black;
}
.cardSistemaEscolar h4 {
	font-weight: 100 !important;
	margin-top: 7px;
	line-height: 20px !important;
	/* font-size: 1.1rem; */
	font-size: 15px;
	margin-bottom: 0px;
}
.cardSistemaEscolar div {
	margin: 0 auto;
}
@media only screen and (max-width: 425px) {
	.cardSistemaEscolar {
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
}
.cardSistemaEscolar .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;
}
.cardSistemaEscolar .notificaciones span{
	margin: 0 auto;
}

.contenedorCardSistemaEscolar {
	margin-left: 15px;
	display: flex;
	/* justify-content: center; */
}
@media only screen and (max-width: 425px) {
	.contenedorCardSistemaEscolar {
	margin-left: -15px;
	}
}
.contenedorCardSistemaEscolar h3 {
	width: 100%;
	margin: 20px 0;
}
.BaseFormatos {
	background-color: #f3f2ee;
	color: #5f5f5f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	margin-top: 10px;
	border-radius:4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
	

.blogPost {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
}
.blogPostFoto {
	border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 8px;
}
.blogPostCont {
	margin-left: 50px;
	border: solid 1px #e2e2e2;
	background-color: #f6f6f6;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	 padding: 20px;
}
.blogPost h4 {
	font-size: 17px;
}
.blogPostFecha{
	color: #9e9e9e !important;
	font-size: 12px;
	font-style: italic !important;
	font-weight: 100 !important;
	position: absolute;
	right: 40px;
	top: 40px;
} 

@media only screen and (max-width: 580px) {
	.blogPostFecha{
		position: relative;
		right: 0px;
		top: 0px;
	}
}
.blogPostFecha svg {
	color: #ff7e66;
}
.blogPostBot {
	padding-top: 10px;
}
.blogPostText {
	border-bottom: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	padding: 20px 0;
}
.blogPostText,  .blogPostText p{
	color: #4e4e4e !important;
	font-weight: 100 !important;
}
.blogPostText img {
	max-width: 100%;
}
.BotCanalesContenedor {
	display: flex;
	flex-wrap: wrap;
}



.notificacionesGen {

	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;
}
.notificacionesGen span{
	margin: 0 auto;
} 
.contenidoFlex {
	display: flex;
	flex-wrap: wrap;
}



/* ----------------- ANIMACIONES ----------------- */
.zoomIN {

	transition: all .2s ease-in-out;

}

.zoomIN:hover {
  transform: scale(1.2) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomIN2 {

	transition: all .2s ease-in-out;

}

.zoomIN2:hover {
  transform: scale(1.02) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



.delay1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.pointerHand {
	cursor: pointer;
}
.misFav .list-group-item {
	padding: .2rem 1.25rem;
	transition: all .2s ease-in-out;
	-webkit-animation-name: zoomIn;	
	animation-name: zoomIn;
}
.misFav .list-group-item:hover {
	font-weight: 900;
	background-color: #f6e6e2;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	 transform: scale(1.1) !important;
	-webkit-box-shadow: 12px 13px 5px -14px rgba(104,104,104,1);
	-moz-box-shadow: 12px 13px 5px -14px rgba(104,104,104,1);
	box-shadow: 12px 13px 5px -14px rgba(104,104,104,1);
}


.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: #FFF;
    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;
}
.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;
}

	.jumbotron {
	background-image: url(../images_sistema/fondoJumbo.jpg);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
}
.jumbotron h1 {
    color: rgb(255, 255, 255) !important;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.jumbotron small {
    color: rgb(255, 255, 255) !important;
}
@media only screen and (max-width: 464px) {
	.jumbotron h1{
		font-size: 27px !important;
	}
}
@media only screen and (max-width: 991px) {
	.jumbotron {
		height: 214px;
		position: relative;
	}
	.jumbotron h1{
		position: absolute;
		bottom: 0px;
	}
}
@media only screen and (max-width: 464px) {
	.jumbotron {
		height: 150px;
		position: relative;
	}
}


.DVcreditos  {
	color: #9bafca !important;
	font-size: 10px;
	margin-top: 10px;
}

.DVcreditos  a {
	color: #9bafca;
}

.DVcreditos  a:hover {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.DVcreditos  {
		color: #bdc9db !important;
		font-size: 10px;
		margin-top: 10px;
	}

	.DVcreditos  a {
		color: #bdc9db;
	}

	.DVcreditos  a:hover {
		color: #000;
	}
}


.pregunta {
	display: inline-block;
	margin-right: 20px;
	width: 70%;
	font-size: 17px;
}
.preguntaCont {
	border-bottom: 1px solid #c8c7cc;
	padding: 4px;
	margin-bottom: 4px;
}
.Rno {
	background-color: #e9f2fd;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
}
.Rsi {
	background-color: #fbeded;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
}
.RnoCheck {
	background-color: #007eff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}
.RsiCheck {
	background-color: #f73f3f;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}
.Covid_semaforo_amarillo {
	background-color: #ffdd1c;
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.Covid_semaforo_verde {
	background-color: #00ff3c;
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.Covid_semaforo_rojo {
	background-color: #ff0000;
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}



