.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;
}


/* pongo rojo un campo */
.input-SaldoDanger {
		background-color:#F00 !important; 
		color:#FFF !important;
}



/*--------- Inicio Menú combo responsive -------------*/

.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; 
	margin: 0 auto 15px !important;
	background-color: #e2e6ea;
	display: none;
	
	z-index: 501 !important; /* para que este arriba del posible editor HTML que esta en el 500 SUMMERNOTE */

}
@media only screen and (max-width: 992px) {
	.nice-select {
		display: block;
	}
}
  .nice-select:hover {
    border-color: #d25253; 
	background-color: #f4e4e4;}
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #6090f0; 
	  background-color: #e4ebf4;
}
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #9db5ca;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	color: #FFF;
}
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 100;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
font-size: 14px;
border-bottom: solid 1px #135288 !important;}
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #fc6565; 
	}
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; 
}
.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
.nice-select .current {
	color: #1b6fb8;
}


/*--------- Fin Menú combo responsive -------------*/





/*-------------------------------------*/
/* 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;
}



/* titulos que tienen un icono para mostrar más info */
.TitulosAlertDVcore {
		position: relative;
		cursor: pointer;
}

.TitulosAlertDVcore:hover{
		color: #007bff !important;
}

.TitulosAlertDVcoreIcono {
	color: #fc6565;
	position: absolute;
	right: 0;
}


@media only screen and (max-width: 768px) {
	form .row div {
	padding-bottom: 4px;
	padding-top: 4px;
}

form .filter-option-inner {
		padding: 0px !important;
	}
	form .filter-option-inner-inner {
		padding: 0px !important;
	}
	form .filter-option {
		padding: 0px !important;
	}
	form .bootstrap-select {
		margin-bottom: 10px !important;
	}
}




.cardSistemaEscolar {
    width: 16.66%;
	margin-bottom: 10px;
    text-align: center;
	position: relative;
	text-decoration: none;
}
.cardSistemaEscolar svg {
	font-size: 50px;
	color: black;
}
.cardSistemaEscolar h4 {
	font-weight: 100 !important;
	margin-top: 7px;
	line-height: 20px !important;
	font-size: 16px;
	text-decoration: none;
}
.cardSistemaEscolar div {
	margin: 0 auto;
	border: 5px solid #e3eaf1;
    background-color: #f7fafe;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 10px;
    width: 100%;
	height: 100%;
}
.cardSistemaEscolar div: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 .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;
}


@media only screen and (max-width: 1802px) {
	.cardSistemaEscolar {
		width: 20%;
	}
}
@media only screen and (max-width: 1568px) {
	.cardSistemaEscolar {
		width: 25%;
	}
}
@media only screen and (max-width: 991px) {
	.cardSistemaEscolar {
		width: 16.66%;
	}
}
@media only screen and (max-width: 930px) {
	.cardSistemaEscolar {
		width: 20%;
	}
}
@media only screen and (max-width: 800px) {
	.cardSistemaEscolar {
		width: 25%;
	}
}
@media only screen and (max-width: 780px) {
	.cardSistemaEscolar {
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
		width: 20%;
	}

	.cardSistemaEscolar svg {
		font-size: 34px;
		color: black;
	}

	.cardSistemaEscolar h4 {
		font-weight: 80 !important;
		margin-top: 10px;
		line-height: 13px !important;
		font-size: .9rem;
	}

}
@media only screen and (max-width: 558px) {
	.cardSistemaEscolar {
		width: 25%;
	}
}
@media only screen and (max-width: 420px) {
	.cardSistemaEscolar {
		width: 33.33%;
	}
}

.cardSistemaEscolarSM {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 5px solid #e3eaf1;
    background-color: #f7fafe;
    width: 100px;
	height: 100px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
	text-align: center;
	padding: 0 4px;
	position: relative;
}
.cardSistemaEscolarSM:hover{
	background-color: #f6e6e2;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	text-decoration: none;
}
.cardSistemaEscolarSM svg {
	font-size: 36px;
	color: black;
}
.cardSistemaEscolarSM h4 {
	font-weight: 10 !important;
	margin-top: 2px;
	line-height: 15px !important;
	font-size: 1rem;
}
.cardSistemaEscolarSM div {
	margin: 0 auto;
}
@media only screen and (max-width: 425px) {
	.cardSistemaEscolarSM {
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
}



.contenedorCardSistemaEscolar {
	margin-left: 15px;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 425px) {
	.contenedorCardSistemaEscolar {
	margin-left: -15px;
	}
}




.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;
	 overflow: hidden;
}
.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) */
  text-decoration: none;
}



.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: #5d3a3a;
    text-decoration: none;
}
.proxEventos2 {
  line-height: 18px;
  font-size: 15px;
  margin-bottom: 10px;
	display: inline-block;
}
.proxEventos2:hover {
	-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);
}
.proxEventos2 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;
}
.proxEventosFecha2 {
	background-color: #fc6565;
	padding: 10px;
	text-align: center;
	display: inline-block;
	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;
}
.proxEventosFecha2 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;
}


.proxEventosFechaFUTURO {
    margin-right: 10px;
	background-color: #8dba90;
	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: #c3e8c5;
	text-transform: uppercase;
}
.proxEventosFechaFUTURO 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;
}

.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 p {
    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: 412px) {
	.jumbotron {
		height: 220px;
		position: relative;
	}
}

.fechaDes {
	color:#979797;
	font-size: 12px;
}


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

.DVcreditos  a {
	color: #9bafca;
}

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

@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;
	}
}
.botAdjuntos {
	margin-top: 10px;
}
.botAdjuntos svg {
  font-size: 18px;
  padding-right: 5px;
}
.botAdjuntosEdit {
	float: right;
}
.botAdjuntosEdit svg {
  color: #fc6565;
  font-size: 18px;
  padding-right: 5px;
  margin-top: 5px;
}
.botAdjuntosDoc {
	float: left;
	 width: 80%;
}
.botAdjuntosDoc svg {
	color: #82a4c7;
}
.adjuntarFormWrap {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}
.adjuntarFormTit {
	width: 100%;
	background: #36424e;
	color: #fff !important;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}
.adjuntarFormText {
	padding: 20px;
}
.btnAdjuntar {
	background-color: #36424e;
	color: #fff;
}
.btnAdjuntar:hover {
	background-color: #ff4c5f;
	color: #fff;
}



.buscadorListProyectos {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'Roboto',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
	font-size: 20px;
	font-weight: 300;
	border-radius: .25rem;
	margin-bottom: 20px;
}

.buscadorListProyectos:focus {
	outline: none;
	border-bottom: 2px solid #fc6565;
}
.buscadorListProyectos:hover {
	border-bottom: 2px solid #fc6565;
}
.buscadorListProyectos::placeholder {
	color: #495057 !important;
	opacity: .5 !important;
}
.buscadorListProyectos:-ms-input-placeholder {
	color: #495057 !important;
	opacity: .5 !important;
}
.buscadorListProyectos::-ms-input-placeholder {
	color: #495057 !important;
	opacity: .5 !important;
}
.menuNivel2 ul{
	color: #000;
	margin-top: 20px;
	list-style: none;
	padding: 0px;
	overflow: auto;
	display: inline-flex;
	max-width: 100%;
	align-items: flex-end;
}
.menuNivel2 li {
	float: left;
	padding-right:20px;
	padding-bottom: 10px;
	display: inline-flex;
	margin: 0 0.4em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.menuNivel2 li  svg {
	font-size: 20px;
	margin-right: 5px;
	color: #ff4c5f;
}
.menuNivel2 li a {
	color: #828181;
	font-size: 17px;
	font-weight: 100;
}
.menuNivel2 li a:hover {
	text-decoration: underline;
    -webkit-text-decoration-color:#ff4c5f; /* Safari */    
    text-decoration-color: #ff4c5f;
}
.menuNivel2 li .activo {
	text-decoration: underline;
    -webkit-text-decoration-color:#ff4c5f; /* Safari */    
    text-decoration-color: #ff4c5f;
}

.menuToogleTop {
	top: 20px !important;
}

@media print {
	.menuNivel2 {
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.tdEscondo {
		display: none;
	}
}
.listaReticula {
	margin-top:4px;
	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;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.5s ease-out;
}
.listaReticula ul {
	padding:0px;
	margin: 0px;
}
.response{
	  background-color: #36424e;
  color: #FFF;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border: 5px solid #36424e;
  padding: 10px;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}
.listaReticula li {
	padding:12px;
	border-top:solid 1px #e0e0e0;
	color: #333;
	list-style: none;
	cursor:move;
}
.listaReticula li:first-child {
  border-top: none;
}
.listaReticula li:hover { 
	background-color:#e7e7e7;
	display: block;
	border-bottom: solid 2px #ff4c5f;;
}
.listaReticula li span{
	padding:1px 5px;
}
.form-control:focus {
	border-bottom: 2px solid #ff4c5f;
	border-top:  none;
	border-left:  none;
	border-right:  none;
	box-shadow: 0 0 0 .2rem rgba(255, 76, 95, .25);
}


.thead-dark a {
	color: #fff !important;
}

.thead-dark a:hover {

	text-decoration: underline !important;
    -webkit-text-decoration-color:#ff4c5f !important; /* Safari */    
    text-decoration-color: #ff4c5f !important;	
}
/* Fancy Ventana 100% */

@media (max-width: 440px) {
	.fancybox-slide--iframe .fancybox-content {
	    width  : 100%;
	    height : 100%;
	    max-width  : 100%;
	    min-width  : 100%;
	    max-height : 100%;
	    margin: 0;
	}
	.fancybox-slide {
	padding: 0px;
	}
}

/* Fancy Ventana 100% */

.ui-datepicker {
  z-index: 1000 !important;
}











.tareasTableroCont {
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
	transition: all 0.3s ease-out;
}
.tareasTableroCol {
	background-color: #F3F2EE;
	border-radius: 8px 8px 0 0;
	margin: 0 3px;
	padding: 5px;
	transition: all 0.3s ease-out;
}
.tareasTableroEstatusTit {
	padding: 10px;
	font-family: 'Roboto',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
	color: #40424E;
	font-weight: 600;
	font-size: 16px;
}
.tareasTableroTarea {
	background-color: #fff;
	padding: 19px 5px 10px 5px;
	margin-bottom: 16px;
	position: relative;
	font-family: 'Roboto',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
	border-radius: 5px;

}
.tareasTableroPrio {
	position: absolute;
	top: 3px;
	right: 3px;
	transition: all 0.3s ease-out;
}
.tareasTableroFoto {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}
.tareasTableroDatos {
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1122px){
	.tareasTableroCont {
		display: block;
		transition: all 0.3s ease-out;
	}
	.tareasTableroCol {
		float: none !important;
		width: 99% !important;
		/*overflow: hidden;*/
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-radius: 8px;
		display: flex;
		flex-wrap: wrap;
		transition: all 0.3s ease-out;
		position: relative;
	}
	.tareasTableroTarea {
		margin: 5px 5px;
		flex: 0 0 22%;
		max-width: 22%;

	}
}
@media only screen and (max-width: 597px){
	.tareasTableroTarea {
		margin: 3px 3px;
		flex: 0 0 48%;
		max-width: 48%;

	}
}




/*------------ Horarios ------------*/


.TD_addHorario {
    cursor: pointer;
}

.TD_addHorario:hover {
    background-color: #e0f7fa;
    /*outline: 1px solid #00838f;*/
}


.HorarioDetDiv {

		outline: 2px solid #e0f7fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
}

.HorarioDetDiv:hover {
	background-color: #e9f2f2;
	outline: 2px solid #697878;
}


.HorarioDetDivProf {
		outline: 1px solid #e0f7fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    margin: 3px;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
}

.HorarioDetDivProf:hover {
	background-color: #e9f2f2;
	outline: 1px solid #697878;
}



/* botón agregar horario */
.HorarioDetAdd {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	color: #bababa;
}

.HorarioDetAdd a {
	color: #bababa;
}
.HorarioDetAdd a:hover {
	color: #bd3737;
}


/* botón Edición horario */
.HorarioEditIcons {
	color: #bababa;
}

.HorarioEditIcons:a {
	color: #bababa;
}
.HorarioEditIcons:hover {
	color: #bd3737;
}


/* DIV del aforo al horario */
.HorarioAforoOK {
	margin-top: 4px;
  font-size: 0.8em;
  color: #666;
	background-color: #f7f7f7;
	text-align: right;
	padding: 4px;

}

.HorarioAforoError {
	margin-top: 4px;
  font-size: 0.8em;
  color: #FFF;
	background-color: #db3030;
	text-align: right;
	padding: 4px;

}


#TD_addTitulo {
    margin-top: 4px;
}

#TD_addTitulo span {
    display: block;
    font-size: 1.0em;
    font-weight: bold;
}

#TD_addTitulo small {
    font-size: 0.8em;
    color: #666;
}

.TablaHorarioDet {
    width: 100%;
    margin-top: 10px;
}

.TablaHorarioDet td {
	font-size: 0.9em;
    padding: 2px;
    vertical-align: top;
}

.TablaHorarioDet i {
    color: #007bff;
    margin-right: 10px;
}

.TablaHorarioDet td span {
    font-size: 0.7em;
    color: #666;
}

.TD_addbotones-edicion {
    position: absolute;
    top: 5px;
    right: 8px;
}

.TD_addbotones-edicion a {
    color: #007bff;
    margin-left: 5px;
    font-size: 0.9em;
}

.TD_addbotones-edicion a:hover {
    color: #0056b3;
}




/*----------------------------------*/





