@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: '';
	src: url('fonts/.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

.web {
	max-width: 1600px;
	margin: auto;
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
	outline: 0px;
}

input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

a:active {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

a img { border: 0px;}

p {margin: 0px; margin-bottom: 10px;}

h1 {
	font-size: 1.8rem;
	line-height: 40px;
	margin: 0px;
	margin-left: 20px;
}

h2 {
	font-size: 1.2rem;
	line-height: 30px;
	margin: 0px;
	font-style: italic;
	margin-bottom: 10px;
	padding-left: 25px;
	box-sizing: border-box;
}

h2:before {
	content: '» ';
}

table {
	background-color: #FFF;
	border-collapse: collapse;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-right: none;
	border-left: none;
}

tr {
	width: 25px;
}

td {	
	border-right: none;
	border-left: none;
}

.overflow {
	width: 100%;
	float: left;
	overflow-x: auto;
	overflow-y: hidden;
}

.overflow::-webkit-scrollbar {
	-webkit-appearance: none;
}

.overflow::-webkit-scrollbar:vertical {
    width:10px;
}

.overflow::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.overflow::-webkit-scrollbar:horizontal {
    height: 10px;
}

.overflow::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.overflow::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.centrado {
	width: 100%;
	float: left;
	text-align: center;
}

.left {float: left;}
.right {float: right;}

.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

.bg-blanco {background-color: #FFF;}
.bg-negro {background-color: #000;}
.bg-rojo {background-color: #F00;}

.blanco {color: #FFF;}
.negro {color: #000;}
.rojo {color: #F00;}

.blur {box-shadow: 10px 10px 15px #999;}

.redondeado {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.inline {width: 100%; float: left;}
.diline {width: 50%; float: left;}
.triline {width: 33%; float: left;}
.ditriline {width: 66%; float: left;}
.tetraline {width: 25%; float: left;}

.lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.lightbox-web {
	position: relative;
	width: 90%;
	height: 90%;
	max-width: 800px;
	display: inline-block;
}

.lightbox-iframe {
	background-color: #FFF;
	background-image: url(imagenes/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	width: 100%;
	height: 70%;
	margin-top: 15%;
	box-shadow: 15px 15px 20px #000;
}

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
/*	margin-top: 15% - 15px;*/
	margin-top: -moz-calc(15% - 15px);
	margin-top: -webkit-calc(15% - 15px);
	margin-top: -o-calc(15% - 15px);
	margin-top: calc(15% - 15px);
	z-index: 550;
}

.lightbox-main {
/*	background-color: #FFF;*/
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -o-calc(100% - 40px);
	height: calc(100% - 40px);
	float: left;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.lightbox-header {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

.lightbox-logo {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px;
}

.vacio-header {
	width: 100%;
	height: 60px;
	float: left;
}

.bg-header {
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 50;
}

.header {
	width: 100%;
	float: left;
}

.logo {
	width: auto;
	height: 50px;
	float: left;
	margin: 5px 10px;
}

.menu {
	width: 100%;
	float: left;
	line-height: 40px;
	text-align: left;
	color: #FFF;
	margin-top: 50px;
}

.menu-img {
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px;
}

.menu-txt {
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: -o-calc(100% - 35px);
	width: calc(100% - 35px);
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 5px;
}

.redes-sociales {
	width: auto;
	float: right;
	text-align: right;
	margin: 10px;
	margin-top: 5px;
}

.ico {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.bg-contenido {
	background-image: url(imagenes/background.jpg);
	background-repeat: repeat;
	width: 100%;
	max-width: -moz-calc(100% - 200px);
	max-width: -webkit-calc(100% - 200px);
	max-width: -o-calc(100% - 200px);
	max-width: calc(100% - 200px);
	height: -moz-calc(100% - 85px);
	height: -webkit-calc(100% - 85px);
	height: -o-calc(100% - 85px);
	height: calc(100% - 85px);
	float: left;
	overflow: auto;
}

.bg-contenido-completo {
	width: 100%;
	max-width: 100%;
}

.contenido {
	width: 100%;
	float: left;
	text-align: justify;
}

.info {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	float: left;
	margin: 20px;
	text-align: justify;
}

.bg-login-alumnos {
	background-image: url(imagenes/bg-login-alumnos.jpg);
	background-size: cover;
	background-position: center center;
}

.form-alta-alumno {
	background-color: rgba(255, 255, 255, 0.75);
	width: -moz-calc(30% - 40px);
	width: -webkit-calc(30% - 40px);
	width: -o-calc(30% - 40px);
	width: calc(30% - 40px);
	max-height: -moz-calc(90% - 40px);
	max-height: -webkit-calc(90% - 40px);
	max-height: -o-calc(90% - 40px);
	max-height: calc(90% - 40px);
	float: left;
	margin: 5% 0px;
	margin-left: 60%;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

label {
	width: 100%;
	float: left;
	font-size: 1rem;
	text-align: left;
	margin-bottom: 5px;
}

.input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px 10px;
	font-size: 0.9rem;
	box-sizing: border-box;
}

.input-login {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	padding: 0px 10px;
	font-size: 1.2rem;
	box-sizing: border-box;
}

.readonly {
	background-color: #EBEBEB;
}

.btn {
	border: none;
	background-color: #333;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0px 25px;
	color: #FFF;
	font-size: 1rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.calendario-login {
	width: 25px;
	height: 25px;
	float: left;
	margin-left: -30px;
	margin-top: 5px;
	cursor: pointer;
	z-index: 25;
}

.columna-izquierda {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.columna-derecha {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

.columna-izquierda-login {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.columna-derecha-login {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

.columna-izquierda-mi-cuenta {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.columna-derecha-mi-cuenta {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

.respuesta {
	width: 100%;
	float: left;
	height: 40px;
	margin: 10px 0px;
}

.msj {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	color: #FFF;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 70%;
	text-align: left;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.ok {
	border: rgb(0, 100, 65, 1);
	background-color: rgba(0, 100, 65, 0.85);
	background-image: url(imagenes/ok.png);
}

.error {
	border: rgba(221, 85, 85, 1);
	background-color: rgba(221, 85, 85, 0.85);
	background-image: url(imagenes/error.png);
}

.mi-cuenta-form {
	background-color: #FFF;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.input-redes-sociales {
	padding-left: 30px;
}

.redes-sociales-mi-cuenta {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-left: calc(-100% + 5px);
}

.titular {
	background-color: #FFF;
	width: 100%;
	height: 60px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.titular-bienvenido {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 40px;
	float: left;
}

.titular-logueado {
	position: relative;
	background-image: url(imagenes/flecha-cuenta.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 20px;
	width: 40px;
	height: 40px;
	float: right;
}

.logout-main {
	position: absolute;
	width: 100%;
	top: 40px;
	right: 0px;
	padding-top: 10px;
	box-sizing: border-box;
}

.logout-link {
	background-color: #333;
	width: 100%;
	height: 20px;
	float: left;
	padding: 5px;
	color: #FFF;
}

.logout-link:hover {
	background-color: #CCC;
	color: #000;
}

.bg-mi-cuenta {
	position: relative;
	background-color: #111;
	width: 100%;
	max-width: 200px;
	height: -moz-calc(100% - 85px);
	height: -webkit-calc(100% - 85px);
	height: -o-calc(100% - 85px);
	height: calc(100% - 85px);
	float: left;
}

.ocultar-menu {
	background-color: #333;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 25px;
	right: 0px;
	color: #FFF;
	font-size: 2.2rem;
	z-index: 50;
}

.ver-menu {
	display: none;
	background-color: #333;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 25px;
	right: 0px;
	color: #FFF;
	font-size: 2.2rem;
	z-index: 50;
}

.mi-cuenta {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	line-height: 30px;
	margin: 30px 10px;
}

.mi-cuenta-img {
	width: 75px;
	height: 75px;
	display: inline;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.mi-cuenta-nombre {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	color: #FFF;
	font-size: 1.5rem;
}

.mi-cuenta-tipo {
	width: 100%;
	height: 15px;
	float: left;
	line-height: 25px;
	margin-top: -5px;
	color: #FC0;
	font-size: 0.9rem;
}

.acceso-directo-main {
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	width: calc(100% + 20px);
	float: left;
	margin-left: -10px;
}

.acceso-directo {
	width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	width: -o-calc(25% - 20px);
	width: calc(25% - 20px);
	min-width: 250px;
	height: 170px;
	float: left;
	margin: 20px 10px;
}

.acceso-directo:hover {
	box-shadow: 0px 0px 10px #000;
}

.acceso-directo-img {
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.acceso-directo-titulo {
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	max-height: 60px;
	float: left;
	margin: 20px 10px;
	margin-bottom: 0px;
	font-size: 1.8rem;
	letter-spacing: -0.075rem;
	text-align: right;
	color: #FFF;
}

.acceso-directo-info {
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 20px;
	float: left;
	margin: 0px 10px;
	font-size: 1.2rem;
	text-align: right;
	color: #FFF;
}

.acceso-directo-entrar {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	height: 40px;
	line-height: 40px;
	float: left;
	font-weight: bolder;
	font-size: 1rem;
	padding: 0px 15px;
	margin-top: 35px;
}

.acceso-directo-flecha {
	background-image: url(imagenes/flecha-entrar.png);
	background-size: 40px;
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 35px;
}

.buscar {
	border: #999 1px solid;
	width: -moz-calc(100% - 122px);
	width: -webkit-calc(100% - 122px);
	width: -o-calc(100% - 122px);
	width: calc(100% - 122px);
	height: 40px;
	float: left;
	padding: 0px 5px;
	margin-bottom: 20px;
}

.btn-buscar {
	background-image: url(imagenes/buscar.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 75%;
	border: none;
	width: 110px;
	height: 40px;
	float: left;
	color: #FFF;
	padding-left: 30px;
	font-size: 1.2rem;
	box-sizing: border-box;
}

.tabla-titulo {
	height: 40px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.tabla-fila {
	background-color: #F5F5F5;
}

.columna-final {
	background-color: #666; /* rgba(0, 102, 51, 0.5);*/
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
}

.documento-main {
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	width: calc(100% + 20px);
	float: left;
	margin-left: -10px;
}

.documento {
	width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	width: -o-calc(25% - 20px);
	width: calc(25% - 20px);
	min-width: 250px;
	height: 350px;
	float: left;
	margin: 20px 10px;
}

.documento:hover {
	box-shadow: 0px 0px 10px #000;
}

.documento-img-main {
	background-color: #FFF;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 240px;
	float: left;
	margin: 15px 0px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.documento-img {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 10px;
	object-fit: contain;
	object-position: 50% 50%;
}

.documento-titulo {
	background-color: #666;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	max-height: 60px;
	float: left;
	margin: 0px 50px;
	font-size: 1.5rem;
	letter-spacing: -0.075rem;
	text-align: center;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.documento-info {
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 20px;
	float: left;
	margin: 0px 10px;
	font-size: 1.2rem;
	text-align: right;
	color: #FFF;
}

.documento-entrar {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	height: 40px;
	line-height: 40px;
	float: left;
	font-weight: bolder;
	font-size: 1rem;
	padding: 0px 15px;
	margin-top: 35px;
}

.documento-flecha {
	background-image: url(imagenes/flecha-entrar.png);
	background-size: 40px;
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 35px;
}

.sin-documento {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

.vacio-footer {
	width: 100%;
	height: 25px;
	float: left;
}

.bg-footer {
	position: fixed;
	background-color: #000;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 50;
}

.footer {
	width: 100%;
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

#desarrollador-web {
	font-size: 11px;
	color: #FF0;
}