body{
    background: rgba(201, 195, 195, 0.2);
    color: #5F5C52;
}
header img{
	width: 80px;
}
header h1{
	text-align: center;
	line-height: 1.1851851851;
	font-size: 25px;

}
header h2{
	text-align: center;
	font-size: 18px;

}
footer{
	text-align: center;
	padding: 15px 0;
	bottom: 0;
	vertical-align: bottom;
}
footer a{
	font-size:10px;
}
section.tipo *{
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
section.tipo{
	width: 300px;
	height: 300px;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	border-radius: 50%;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #0074B8;
	vertical-align: middle;
	text-align: center;
	margin: 25px auto;
	display: block;
}
select{
	padding: 3px;
}
form select{
	padding: 3px;
}
.tipo nav a{
	display: block;
	height: 150px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 0.5px;
	text-indent: -8888px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.tipo nav > a:nth-child(1){
	background: url("../imagenes/docente.svg");
	background-repeat: no-repeat;
	padding-top: 15px;
	 background-size: 140px;
	background-position: 70px 5px;
	-moz-border-radius: 150px 150px 0 0;
    -webkit-border-radius: 150px 150px 0 0;
    border-radius: 150px 150px 0 0;
}
.tipo nav > a:nth-child(1):hover{
	background-color: rgba(12, 19, 236, 0.08);
	background-size: 160px;
	text-indent: 0;
}
.tipo nav > a:nth-child(3){
	background: url("../imagenes/estudiante.svg");
	padding-top: 15px;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 80px 5px;
	-moz-border-radius: 0 0 150px 150px;
    -webkit-border-radius:  0 0 150px 150px;
    border-radius: 0 0 150px 150px;

}
.tipo nav > a:nth-child(3):hover{
	background-color: rgba(97, 100, 213, 0.31);
	text-indent: 0;
	background-size: 140px;
	background-position: 90px 3px;
}
.conte-formulario{
	max-width: 400px;
	margin: 25px auto;
}
.conte-formulario select{
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: #5b5b5b;
    padding: 3px 6px;
}
.conte-formulario select:hover{
    background-color: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid rgb(149, 183, 238);
    border-radius: 0;
    color: #5b5b5b;
    padding: 3px 6px;
}
header.conte-cabeza{
	position: relative;
	margin: auto;
	padding: 25px 2px ;
	text-align: center;
}
.conte-cabeza hr{
	display: block;
	margin: 5px 0px;
}
.conte-cabeza span{
	display: block;
}
.conte-cabeza img, .conte-cabeza div{
	display: inline-block;
}
.conte-cabeza div{
	vertical-align: middle;
	margin-left: 25px;
}
.conte-cabeza div *,.conte-cabeza span *{
	margin: 0px;
}
.conte-cabeza div h1{
	margin-top:-5px;
}
.systems{
	text-align: left !important;
	padding:5px;
}
.systems > a{
	margin-left: 25px;
}
.systems > div{
	text-align: left !important;
	padding:0px;
	max-width: 640px;
}
.sombra{
	text-shadow: 0 0 5px rgb(248, 252, 253), 0 0 10px rgb(251, 252, 253), 0 0 20px rgb(252, 253, 253), 0 0 40px rgb(250, 251, 251), 0 0 80px rgb(245, 248, 249), 0 0 90px rgb(255, 255, 255), 0 0 100px rgba(255, 255, 255, 0), 0 0 140px rgb(95, 92, 82), 0 0 180px rgb(95, 92, 82);
}
/***
***
*** Ventana Emergente
***/
.ventanaCarga{
	color: #fff;
	position: fixed;
	padding: 4px;
  	top: 52%;
  	left: 50%;
  	border-radius: 50%;
  	-ms-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	background: #fff ;
  	min-width: 40px;
  	z-index: 999999;
  	font-size: 14px;
  	box-shadow:  0px 0px 10px rgb(193, 193, 193);
  	-ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ventanaMsg{
	color: #fff;
	position: fixed;
  	top: 25%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	padding: 10px;
  	padding-left:25px;
  	min-width: 50px;
  	z-index: 99999;
  	font-size: 14px;
  	box-shadow:  0px 0px 10px rgb(0, 128, 202);
  	-ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.errorMgs{
	background: #A21414 url(../imagenes/error.png) no-repeat 1% center!important;
}
.cargandoMgs{
	background: rgb(192,192,192) url(../imagenes/ok.png) no-repeat 1% center!important;
}
.okMsg{
	background: rgb(15, 160, 40) url(../imagenes/ok.png) no-repeat 1% center !important;
}
.ventanaEmergente {
    background-color: rgba(0, 0, 0, .9);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
.conte-emergente {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    max-height: 535px;
    overflow: auto;
    margin: auto;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    top: 5%;
    max-width: 700px;
}
.cerrar {
	color: red;
	font-size: 35px;
	font-weight: 700;
	background-image: url("../imagnes/cerrar.png");
	height: 32px;
	position: absolute;
	cursor: pointer;
	right: 5px;
	text-decoration: none;
	top: 5px;
	width: 32px;
	display:block;
}
/*MENU */
.hola-texto{
	vertical-align: top !important;
	position: absolute;
	top:5px;
	right: 5px;
}
.hola-texto > a{
	display: block;
	text-align: right;
	color: #A21414;
	float: right;
	position: relative;
}
.hola-texto > a:active,.hola-texto > a:hover{
	color: #F23E3E;
}
.systems menu > ul> li {
	display: inline-block;
	margin-left: 10px;
	padding: 5px;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.systems menu > ul> li:hover a{
	background-color: rgb(0, 128, 202);
	border-radius: 5px;
	color: #fff;

}
.menu-activo{
	background-color: rgb(0, 128, 202);
    border-radius: 5px;
    color: #fff !important;
}
.systems menu > ul> li>a{

	font-size: 18px;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 188, 212, 0.48);
	-ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*TABLA NOTAS */
.nota-titulo{
	text-align: center;
	width: 45px;
	height: 45px;
	padding:0px;
}
.clsEliminar{
	color: #A21414 !important;
    position: absolute;
    top: 0px;
    right: 2px;

}
a.clsEliminar:focus,a.clsEliminar:hover{
	color: #f23e3e !important;
}
.notasEliminar{
	color: #A21414 !important;
    position: absolute;
    top: 0px;
    right: 2px;
    display: none;
}
td:focus .notasEliminar,
td:active .notasEliminar,
td:hover .notasEliminar{
	color: #A21414 !important;
    position: ;
    top: 0px;
    right: 2px;
    display: block;
}
a.notasEliminar:focus,a.notasEliminar:hover{
	color: #f23e3e !important;
}

.vertical{
	display:block;
	white-space:nowrap;
	-webkit-transform-origin:25px 10px; /* ESTE VALOR SE CALCULA: A/2 */
	-webkit-transform: rotate(-90deg);
	-moz-transform-origin:25px 10px; /* ESTE VALOR SE CALCULA: A/2 */
	-moz-transform: rotate(-90deg);
	-ms-transform-origin:25px 10px; /* ESTE VALOR SE CALCULA: A/2 */
	-ms-transform: rotate(-90deg);
	-o-transform-origin:25px 10px; /* ESTE VALOR SE CALCULA: A/2 */
	-o-transform: rotate(-90deg);
	transform-origin:25px 10px; /* ESTE VALOR SE CALCULA: A/2 */
	transform: rotate(-90deg);
	position:absolute;
	bottom:0px; /* ESTE VALOR SE CALCULA: A/2 -5 */
	left:0;
	line-height:20px;
}
.verticalDestrezas { 
	/*writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);*/

	line-height:15px;
	width: 120px !important;
	font-weight: normal!important;
	margin: 1px;
	font-size: 12px!important;
	white-space:normal;
	max-height: 280px;
	text-align: justify!important;
	padding: 0px 1px 0px 1px;
    }
th.nota-titulo:hover { 
	border: 1px solid rgba(104, 158, 227, 0.48);
	}
.inAux{
	width: 122px;
	height: 45px;
	color: #2382BE;
	border: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
}
.inAux:focus{
	background-color: #fff;
	border: 1px solid rgba(0, 188, 212, 0.48);
	color: #232323;
	outline: 0;
}
/*
.ingresonotaAux{
	width: 122px;
	height: 45px;
	color: #2382BE;
	border: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
}
.ingresonotaAux:focus{
	background-color: #fff;
	border: 1px solid rgba(0, 188, 212, 0.48);
	color: #232323;
	outline: 0;
}omitido por pruebas*/
.ingresonota{
	width: 45px;
	height: 45px;
	color: #2382BE;
	border: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
}
.ingresonota:focus{
	background-color: #fff;
	border: 1px solid rgba(0, 188, 212, 0.48);
	color: #232323;
	outline: 0;
}
.ingresoOb{
	background-color: rgba(255, 255, 255, 0);
	width: 278px;
	height: 45px;
	border: none;
}
.datos{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
.ingresoOb:focus{
	background-color: #fff;
	border: 1px solid rgba(0, 188, 212, 0.48);
	color: #232323;
	outline: 0;
}
.conte{
	background-color: #fff;
	max-width: 850px;
	margin: 5px auto;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 10px rgba(155, 151, 151, 0.97);
	-moz-box-shadow:    0px 0px 10px rgba(155, 151, 151, 0.97);
	box-shadow:         0px 0px 10px rgba(155, 151, 151, 0.97);
}
.tituloprincipal{
	text-align: center;
    font-size: 25px;
    font-weight: 900;
}
.radioabajo{
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.radioarriba{
	margin-top: 10px !important;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/* SI SE DESEA AGREGAR EL FONDO */
.fondo-cabeza{
	
       background-image: url(../imagenes/fondo_cabeza_sindicatostodgo.jpeg);

       /* NO RECOMENDADO */
       background-size: 25px;
       background-size: 100%;
       background-size: auto 50px;
       background-size: auto 100%;

       /* OKAY */
       background-size: 25px 50px;
       background-size: 100% 100%;
}
.fondo-conten{
	
       background-image: url(../imagenes/fondo_sindicatostodgo.jpeg);

       /* NO RECOMENDADO */
       background-size: 25px;
       background-size: 100%;
       background-size: auto 50px;
       background-size: auto 100%;

       /* OKAY */
       background-size: 25px 50px;
       background-size: 100% 100%;
}
.circulo{
	 border-radius: 50%;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
/* SI SE DESEA AGREGAR EL FONDO */
.nomina tr:nth-child(even) {
    background-color: #eee;
}
.nomina tr:nth-child(odd) {
   background-color:#fff;
}

.nomina th {
    background-color: rgb(98, 126, 144);
    color: #fff;
    font-size: 14px;
    position: relative;
}

.nomina th p{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.conte-tipos{
	width: 98%;
	margin: 3px;
	margin-left: 25px;
	padding: 5px;
}
#conte-nomina{
	padding:5px;
	margin: auto;
}
#conte-nomina form{
	margin: auto;
	text-align: center;
}
/***
***cursos
***
***/
.activo{
	background: #0074b8 !important;
    outline: 2px solid #d2d2d2;
}
.cursosc{
	max-width: 400px;
	min-width: 300px;
	margin: 15px auto;
	text-align: justify;
}
#optionesp{
	text-align: center;
}
#optionesa{
	text-align: center;
}
h2{
	font-size: 18px;
}
.boton{
	/*-webkit-appearance: button;*/
	display: inline-block;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background: #232323;
	border: 0;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 11px 16px 9px;
	text-transform: uppercase;
}
.boton:hover{
	background: #0074b8;
}
.boton:focus,.boton:active{
	background: #0074b8;
	outline: 2px solid #d2d2d2;
}
.boton-nuevo{
	background: rgb(15, 160, 40) !important;
}
.boton-nuevo:hover,
.boton-nuevo:active,
.boton-nuevo:focus{
	background: #A21414 !important;
}
.nuevo{
	background-color: rgb(15, 160, 40);
}
/****
***
***habilitar
***
***/
.fechas-habilitar{

}
.fechas-habilitar b{
	width: 50%;
	display: block;
}
.fechas-habilitar input{
	width: 80px;
	display: inline-block;
}
.tabla-habilitar th{
	border-bottom: 1px solid rgb(14, 221, 49);
	background: rgba(0, 127, 200, 0.4);
}
.tabla-habilitar tr:nth-child(even) {
    background-color: #fff;
}
.tabla-habilitar tr:nth-child(odd) {
   background-color:#eee;
}
/****
***
***AÑO LECTIVO
***
***/
.anio-form{
	margin: auto;
	text-align: center;
	width: 200px;
}
#nuevo-anio{
	-ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.fechas{
	width: 100px !important;
}
/****
***
***perfil
***
***/
.perfil {
	width: 80%;
	padding: 5px;
	padding-left: 14px;
	font-size: 15px;
}
.perfil p{
	font-size: 15px;
	margin: 3px
}
.perfil b{
	color: #000;
	font-weight: 700;
}
/****
**** tabla estudiatne resumen
***
****/
.individual-tabla{
	padding: 5px;
}
.individual-tabla table{
	margin: auto
}
/****
**** formularios
***
****/
.editorText[disabled]{
	background: rgba(255, 255, 255, 0);
	color: #000;
	opacity: 1;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}
.editorText{
	background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 188, 212, 0.48);
    color: #232323;
    outline: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.necesary{
	color: rgb(255, 0, 0);
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.nota-formulario{
	color: #0074b8;
    text-align: left;
    font-size: 10px;
    padding: 0px;
    display: block;
}
.nota-formulario b{
	color: rgb(255, 0, 0);
    font-size: 10px;
    padding: 0px;
}
.nota-formulario strong{
    font-size: 10px;
}
form p{
	position: relative;
}
form input:focus:invalid, form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(../imagenes/invalid.gif) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
form input:required:valid, form textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../imagenes/valid.gif) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.error_msg{
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left: 1px;
	padding: 1px 6px;
	font-size: 14px;
	-webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.form_msg {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white; margin-left: 8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_msg::before {
	content: "\25C0"; /*< &#x25CO ^ &#9650 > &#9654 V &#9660*/
	color: #d45252;
	position: absolute;
	top: 1px;
	left: -6px;
}
form input:focus + .form_msg {
	display: inline;
}

form input:required:valid + .form_msg {
	background: #28921f;
}

form input:required:valid + .form_msg::before {
	color: #28921f;
}@-webkit-keyframes wobble
{
  0%
  {
    -webkit-transform:none;
    transform:none
  }
  15%
  {
    -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }
  30%
  {
    -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }
  45%{
    -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }
  60%
  {
    -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }
  75%
  {
    -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
  100%
    {
    -webkit-transform:none;transform:none
    }
  }
  @keyframes wobble
  {
    0%{
      -webkit-transform:none;transform:none
      }15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}
/**
**buscando
**
**
**/
.opciones-buscado{
	padding: 10px;
	font-size: 14px;
}
.opciones-buscado b{
	padding: 10px;
	font-size: 14px;
}
.individual-tabla h3{
	font-size: 25px;
}
