/*@import url('media-querys.css');*/

html {
	position: relative;
	min-height: 100%;
}

body {
	background: url(../img/background/background-cuaderno2.png);
	padding: 0 0 100px 0;
}

body#body-index {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/background/background_login.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: cover;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
}

.index-contenedor-header {
	background-color: #A57454;
	min-height: 100px;
}

.index-contenedor-login {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: calc(100vh - 100px);
}

.index-contenedor-header .titulo-header {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	font-size: 48px;
	justify-content: center;
	letter-spacing: 2px;
	min-height: 100px;
	text-shadow: -2px -2px 0 #00b050, 2px -2px 0 #00b050, -2px 2px 0 #00b050, 2px 2px 0 #00b050;
}

.index-contenedor-header .logo-ne {
	margin-left: 20px;
	margin-top: 20px;
	width: 100px;
}

body#body-index.background {
	background: url(../img/background/background_inicio.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


body#no-style {
	background: none;
}

a,
a * {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}


/* Fix para los tooltip de Bootstrap */
.tooltip-inner {
	max-width: 350px;
	width: 350px;
}


.font-size-01 {
	font-size: 0.1em;
}

.font-size-02 {
	font-size: 0.2em;
}

.font-size-03 {
	font-size: 0.3em;
}

.font-size-04 {
	font-size: 0.4em;
}

.font-size-05 {
	font-size: 0.5em;
}

.font-size-06 {
	font-size: 0.6em;
}

.font-size-07 {
	font-size: 0.7em;
}

.font-size-08 {
	font-size: 0.8em;
}

.font-size-09 {
	font-size: 0.9em;
}

.font-size-1 {
	font-size: 1em;
}

.font-size-11 {
	font-size: 1.1em;
}

.font-size-12 {
	font-size: 1.2em;
}

.font-size-13 {
	font-size: 1.3em;
}

.font-size-14 {
	font-size: 1.4em;
}

.font-size-15 {
	font-size: 1.5em;
}

.font-size-16 {
	font-size: 1.6em;
}

.font-size-17 {
	font-size: 1.7em;
}

.font-size-18 {
	font-size: 1.8em;
}

.font-size-19 {
	font-size: 1.9em;
}

.font-size-2 {
	font-size: 2em;
}

.font-size-21 {
	font-size: 2.1em;
}

.font-size-22 {
	font-size: 2.2em;
}

.font-size-23 {
	font-size: 2.3em;
}

.font-size-24 {
	font-size: 2.4em;
}

.font-size-25 {
	font-size: 2.5em;
}

.font-size-26 {
	font-size: 2.6em;
}

.font-size-27 {
	font-size: 2.7em;
}

.font-size-28 {
	font-size: 2.8em;
}

.font-size-29 {
	font-size: 2.9em;
}

.font-size-3 {
	font-size: 3em;
}

.font-size-31 {
	font-size: 3.1em;
}

.font-size-32 {
	font-size: 3.2em;
}

.font-size-33 {
	font-size: 3.3em;
}

.font-size-34 {
	font-size: 3.4em;
}

.font-size-35 {
	font-size: 3.5em;
}

.font-size-36 {
	font-size: 3.6em;
}

.font-size-37 {
	font-size: 3.7em;
}

.font-size-38 {
	font-size: 3.8em;
}

.font-size-39 {
	font-size: 3.9em;
}

.font-size-4 {
	font-size: 4em;
}

.text-uppercase {
	text-transform: uppercase;
}

.align-center {
	text-align: center;
	display: block;
}

.align-left {
	text-align: left;
	display: block;
}

.align-right {
	text-align: right;
	display: block;
}

.align-justify {
	text-align: justify;
	display: block;
}


.cursor-pointer {
	cursor: pointer;
}

.letter-spacing-1 {
	letter-spacing: 1px;
}

.letter-spacing-2 {
	letter-spacing: 2px;
}

.letter-spacing-3 {
	letter-spacing: 3px;
}


.color-celeste {
	color: #00a4cf;
}

.color-azul {
	color: #0466aa;
}

.color-rosado {
	color: #d10aa1;
}

.index-titulo {
	font-size: 4em;
	font-weight: bold;
	color: #FFFFFF;
}




#login_incorrecto {
	color: #dd2527;
	font-size: 1.5em;
	font-weight: bold;
}

.btn {
	margin-bottom: 10px !important;
}

.mensaje {
	border: 1px dashed #cccccc;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.mensaje .fecha {
	font-size: 0.7em;
}

.mensaje .nombre {
	font-size: 0.9em;
}

.mensaje .texto {
	font-size: 0.8em;
}

.tabla-horario {
	width: 100%;
}

.tabla-horario tr:nth-child(1) td {
	text-align: center;
}

.tabla-horario tr td:nth-child(1) {
	padding-right: 5px;
	text-align: right;
	width: 20%;
}


.tabla-horario tr td:nth-child(2),
.tabla-horario tr td:nth-child(3),
.tabla-horario tr td:nth-child(4),
.tabla-horario tr td:nth-child(5),
.tabla-horario tr td:nth-child(6) {
	width: 16%;
}

.horario-clase {
	text-align: center;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
}

.horario-clase.ingles9 {
	background-color: #7030a0;
}

.horario-clase.ingles8 {
	background-color: #ffc000;
}

.horario-clase.ingles7 {
	background-color: #385723;
}

.btn-ingles9 {
	background-color: #7030a0;
	color: #FFFFFF;
}

.btn-ingles8 {
	background-color: #ffc000;
	color: #FFFFFF;
}

.btn-ingles7 {
	background-color: #385723;
	color: #FFFFFF;
}

.recursos {
	border-bottom: 1px solid #5b9bd5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 95%;
}

.borde-derecho {
	border-right: 1px solid #5b9bd5;
}

.borde-izquierdo {
	border-left: 1px solid #5b9bd5;
}

.borde-arriba {
	border-top: 1px solid #5b9bd5;
}

.borde-abajo {
	border-bottom: 1px solid #5b9bd5;
	padding-bottom: 10px;
}

#header {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	padding: 5px 5px 25px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
}

.div-header-bienvenido {}

.div-header-bienvenido p {
	color: rgba(0, 196, 180, 0.7);
	font-size: 3em;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}


#img-logo {
	margin-left: 20px;
	width: 100px;
}

.header-logos {
	margin-left: 10px;
	width: 40px;
}



#header #alumno-nombre {
	bottom: 20px;
	left: 150px;
	position: absolute;
	z-index: 1000;
}

#header #estas-en {
	bottom: 0;
	left: 150px;
	position: absolute;
	z-index: 1000;
}

.btn-alu-mate {
	background-color: #ed7d31;
	color: #FFFFFF;
}

.btn-alu-leng {
	background-color: #c00000;
	color: #FFFFFF;
}

.btn-alu-cien {
	background-color: #ffd966;
	color: #385723;
}

.btn-alu-hist {
	background-color: #f4b183;
	color: #385723;
}

.btn-alu-artes {
	background-color: #2f5597;
	color: #FFFFFF;
}

.btn-alu-tecno {
	background-color: #548235;
	color: #FFFFFF;
}

.btn-alu-efi {
	background-color: #333f50;
	color: #FFFFFF;
}

.btn-alu-mus {
	background-color: #ffc000;
	color: #385723;
}

.btn-alu-orient {
	background-color: #7030a0;
	color: #FFFFFF;
}

.btn-alu-ingles {
	background-color: #4472c4;
	color: #FFFFFF;
}




.horario-clase.alu-mate {
	background-color: #ed7d31;
	color: #FFFFFF;
}

.horario-clase.alu-leng {
	background-color: #c00000;
	color: #FFFFFF;
}

.horario-clase.alu-cien {
	background-color: #ffd966;
	color: #385723;
}

.horario-clase.alu-hist {
	background-color: #f4b183;
	color: #385723;
}

.horario-clase.alu-artes {
	background-color: #2f5597;
	color: #FFFFFF;
}

.horario-clase.alu-tecno {
	background-color: #548235;
	color: #FFFFFF;
}

.horario-clase.alu-efi {
	background-color: #333f50;
	color: #FFFFFF;
}

.horario-clase.alu-mus {
	background-color: #ffc000;
	color: #385723;
}

.horario-clase.alu-orient {
	background-color: #7030a0;
	color: #FFFFFF;
}

.horario-clase.alu-ingles {
	background-color: #4472c4;
	color: #FFFFFF;
}

.horario-clase.alu-indef {
	background-color: #6b1313;
	color: #FFFFFF;
}

.horario-clase a {
	color: #FFFFFF;
}

#div-recursos-sugeridos {
	height: 500px;
	overflow: auto;
}


#mi-header a {
	color: #FFFFFF;
}

a.btn-activo {
	background-color: rgba(0, 0, 0, 0.3);
}



#div-login {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	padding: 20px;
	width: 350px;
}

#div-bienvenida {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	float: right;
}

#div-login input[type="text"],
#div-login input[type="password"] {
	border: 0;
	color: #00a4cf;
	padding: 10px;
	text-indent: 30px;
	width: 100%;
}

#div-login input[type="text"] {
	background-image: url(../img/input_user.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
}

#div-login input[type="password"] {
	background-image: url(../img/input_pass.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
}



#div-login a label {
	cursor: pointer;
}


.btn-celeste {
	background-color: #00a4cf;
	border: 0;
	color: #FFFFFF;
	font-size: 2em;
	padding: 5px;
	width: 100%;
}

#mi-menu {
	vertical-align: bottom;
	position: absolute;
	width: 100%;
	bottom: 0;
}

#mi-menu div div div {
	height: 50px;
	text-align: center;
	font-weight: bold;
	display: table;
}

#mi-menu div div div a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}


#mi-menu div div div:nth-child(1) {
	border-bottom: 10px solid #006833;
}

#mi-menu div div div:nth-child(2) {
	border-bottom: 10px solid #278365;
	border-right: 1px solid #000;
}

#mi-menu div div div:nth-child(3) {
	border-bottom: 10px solid #d6182b;
	border-right: 1px solid #000;
}

#mi-menu div div div:nth-child(4) {
	border-bottom: 10px solid #ffa831;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#mi-menu div div div:nth-child(5) {
	border-bottom: 10px solid #d6182b;
}

#mi-menu div div div:nth-child(6) {
	border-bottom: 10px solid #efe600;
}

#mi-menu div div div:nth-child(7) {
	border-bottom: 10px solid #75298c;
}


#mi-menu-mobile {
	margin-bottom: 20px;
}

#mi-menu-mobile div div div {
	height: 50px;
	text-align: center;
	font-weight: bold;
	display: table;
	width: 100%;
	margin-bottom: 2px;
}

#mi-menu-mobile div div div a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}


#mi-menu-mobile div div div:nth-child(1) {
	background-color: #278365;
}

#mi-menu-mobile div div div:nth-child(2) {
	background-color: #d6182b;
}

#mi-menu-mobile div div div:nth-child(3) {
	background-color: #ffa831;
}





.caja-encabezado {
	padding: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
	box-shadow: inset 1px 1px 2px #211d1d,
		3px 0px 2px #ccc,
		-3px 0px 2px #ccc;
}

.caja-cuerpo {
	background-color: #ebecec;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 3px 0px 2px #ccc,
		-3px 0px 2px #ccc;
}


#div-portada-mis-asignaturas {}

#div-portada-pizarra {}

#div-portada-mis-asignaturas .caja-encabezado {
	background-color: #d73f3f;
}

#div-portada-mis-asignaturas .caja-cuerpo {}

#div-portada-mis-asignaturas,
#div-portada-pizarra,
#div-portada-mensajes,
#div-portada-tareas {
	margin-bottom: 20px
}



#div-portada-tareas .portada-tarea {
	border-bottom: 1px solid #ccc;
	width: 98%;
	margin: 0 auto;
	margin-top: 10px;
}

#div-portada-mensajes .caja-encabezado {
	background-color: #90c5c1;
}

#div-portada-mensajes .caja-cuerpo {}


#div-portada-tareas .caja-encabezado {
	background-color: #ffa831;
}

#div-portada-tareas .caja-cuerpo {}



.caja-cuerpo-asignatura {
	box-shadow: 0px 1px 1px #868484,
		0px -1px 1px #868484;
	height: 55px;
}

.caja-cuerpo-asignatura div {
	display: table;
}

.caja-cuerpo-asignatura div:nth-child(1) {
	/*background-color: #0000FF;*/
	/* Lo asigno en la clase color-asig */
	color: #FFFFFF;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	vertical-align: middle;
}

.caja-cuerpo-asignatura div:nth-child(1) label {
	cursor: pointer;
	height: 100%;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.caja-cuerpo-asignatura div:nth-child(2) {
	/* Triangulito */
	width: 0px;
	/*border-left:20px solid #0000FF;*/
	/* base flecha y color*/
	/* Lo asigno en la clase color-asig */
	border-bottom: 28px solid transparent;
	/* izquierda flecha */
	border-top: 28px solid transparent;
	/* derecha flecha */
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.caja-cuerpo-asignatura div:nth-child(3) label {
	cursor: pointer;
	height: 100%;
	line-height: 50px;
	text-indent: -30px;
	width: 100%;
}

.caja-cuerpo-asignatura div:nth-child(3) {
	color: #868484;
}


.caja-cuerpo-asignatura div:nth-child(1).color-asig-ingles {
	background-color: #3fa9f5;
}

.caja-cuerpo-asignatura div:nth-child(2).color-asig-ingles {
	border-left: 20px solid #3fa9f5;
}

.caja-cuerpo-asignatura div:nth-child(1).color-asig-lenguaje {
	background-color: #ff1d25;
}

.caja-cuerpo-asignatura div:nth-child(2).color-asig-lenguaje {
	border-left: 20px solid #ff1d25;
}

.caja-cuerpo-asignatura div:nth-child(1).color-asig-orientacion {
	background-color: #8cc63f;
}

.caja-cuerpo-asignatura div:nth-child(2).color-asig-orientacion {
	border-left: 20px solid #8cc63f;
}


.caja-cuerpo-asignatura div:nth-child(1).color-asig-matematica {
	background-color: #ff931e;
}

.caja-cuerpo-asignatura div:nth-child(2).color-asig-matematica {
	border-left: 20px solid #ff931e;
}


.caja-tipo {
	background-position: 99% 80%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: block;
	height: 115px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	width: 100%;
}

.caja-tipo label {
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: -10px;
}

.caja-tipo:after {
	bottom: 0;
	color: #FFFFFF;
	font-size: 0.8em;
	position: absolute;
	right: 5px;
}

.caja-tipo.desactivado:after {
	content: "Desactivado";
	background-color: #dd2527;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 2px;
}


.caja-tipo:hover {
	transition: 0.2s;
}

.caja-tipo-documento {
	border: 5px solid #96d5d0;
	background-color: #01b4ac;
	background-image: url(../img/icon_documento.png);
}

.caja-tipo-video {
	border: 5px solid #eaefaa;
	background-color: #bdd531;
	background-image: url(../img/icon_video.png);
}

.caja-tipo-audio {
	border: 5px solid #cfb5d7;
	background-color: #804e9f;
	background-image: url(../img/icon_audio.png);
}

.caja-tipo-presentacion {
	border: 5px solid #9fd8f0;
	background-color: #009bd8;
	background-image: url(../img/icon_presentacion.png);
}

.caja-tipo-link {
	border: 5px solid #fbba95;
	background-color: #f15a23;
	background-image: url(../img/icon_link.png);
}

.caja-tipo-imagenes {
	border: 5px solid #f8d5e6;
	background-color: #d46cab;
	background-image: url(../img/icon_imagen.png);
}

.caja-tipo-actividades {
	border: 5px solid #b5daa6;
	background-color: #61bc4d;
	background-image: url(../img/icon_actividades.png);
}

.caja-tipo-evaluacion {
	border: 5px solid #f79c87;
	background-color: #dd2527;
	background-image: url(../img/icon_actividades.png);
}


.caja-tipo-documento:after {
	content: "Guía de estudio";
}

.caja-tipo-video:after {
	content: "Video";
}

.caja-tipo-audio:after {
	content: "Audio";
}

.caja-tipo-presentacion:after {
	content: "Presentación";
}

.caja-tipo-link:after {
	content: "Link";
}

.caja-tipo-imagenes:after {
	content: "Imagenes";
}

.caja-tipo-actividades:after {
	content: "Actividad";
}

.caja-tipo-evaluacion:after {
	content: "Evaluación";
}

.caja-tipo-documento:hover {
	border: 5px solid #01b4ac;
}

.caja-tipo-video:hover {
	border: 5px solid #bdd531;
}

.caja-tipo-audio:hover {
	border: 5px solid #804e9f;
}

.caja-tipo-presentacion:hover {
	border: 5px solid #009bd8;
}

.caja-tipo-link:hover {
	border: 5px solid #f15a23;
}

.caja-tipo-imagenes:hover {
	border: 5px solid #d46cab;
}

.caja-tipo-actividades:hover {
	border: 5px solid #61bc4d;
}

.caja-tipo-evaluacion:hover {
	border: 5px solid #dd2527;
}



.caja-tipo-tags {
	bottom: 7px;
	font-size: 0.9em;
	left: 5px;
	opacity: 0.7;
	position: absolute;
}












.contenido {
	width: 100%;
}

.bienvenidos {
	background-color: rgba(209, 10, 161, 0.7);
	float: left;
	margin-top: 1%;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 15px;
	width: 60%;
}

.bienvenidos p {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	text-align: justify;
}

#footer {
	background-color: rgba(51, 51, 51, 1);
	background-image: url(../img/line_color.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	height: 100px;
	left: 0;
	position: absolute;
	width: 100%;
}

#footer p,
#footer a {
	color: #FFFFFF;
}


#footer a.ne-logo {
	bottom: 0;
	position: absolute;
	right: 0;
}


#contenido-central {
	padding: 50px 0 30px 0;
	min-height: 500px;
	position: relative;
}


a.link-subir-contenido {
	background-image: url(../img/mas.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30px 30px;
	border-bottom: 5px solid #009bd8;
	color: #009bd8;
	font-size: 1.5em;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 200px;
}

a.link-subir-contenido:hover {
	text-decoration: none;
	color: #009bd8;
}


.box_1 {
	background-color: #CCC;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	width: 78%;
}

.box_2 {
	background-color: #CCC;
	float: right;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: center;
	width: 10%;
}

.box_3 {
	background-color: #CCC;
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: center;
	width: 10%;
}



.recurso-mas-visto-fila {
	margin-bottom: 5px;
	min-height: 30px;
}

.recurso-mas-visto-fila div {
	display: inline-block;
	min-height: 30px;
	background-color: #e9daeb;
	padding: 5px;
}

.recurso-mas-visto-fila .recurso-mas-visto-fila-col1 {
	width: 78%;
}

.recurso-mas-visto-fila .recurso-mas-visto-fila-col2 {
	width: 10%;
}

.recurso-mas-visto-fila .recurso-mas-visto-fila-col3 {
	width: 10%;
}



.btn-recurso {
	position: relative;
}

.btn-recurso-nombre {
	position: absolute;
	right: 20px;
	top: 5px;
	z-index: 1000;
}

.btn-recurso-nombre .recurso-usuario-img {
	background-color: #FFFFFF;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	z-index: 1000;
}

#div-profesores {
	background-color: #FFFFFF;
	padding: 20px;
}

.caja-profesor {
	background-color: #e5ebf4;
	border: 5px solid #7399bc;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
}

/*.caja-profesor:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.caja-profesor.antartica { background-image: url(../img/back-profe-antartica.png); }
.caja-profesor.amanda { background-image: url(../img/back-profe-amanda.png); }
*/


.caja-profesor.mi-amigo {
	border: 5px solid #61bc4d;
	background-color: #f2f9ed;
}

.caja-profesor .caja-profesor-img,
.caja-profesor .caja-profesor-datos {
	display: inline-block;
	vertical-align: top;
}

.caja-profesor .caja-profesor-img {
	background-color: #FFFFFF;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #cccccc;
	height: 100px;
	width: 100px;
	z-index: 1000;
}

.caja-profesor .caja-profesor-datos {
	height: 100px;
	padding-left: 5px;
	position: relative;
	-webkit-width: calc(100% - 110px);
	/* width: 100px de la imagen + 5px del padding */
	-moz-width: calc(100% - 110px);
	-ms-width: calc(100% - 110px);
	-o-width: calc(100% - 110px);
	width: calc(100% - 110px);

}

.caja-profesor .caja-profesor-datos p {
	margin-bottom: -5px;
}

.caja-profesor .caja-profesor-datos .btn-amigo {
	bottom: 0;
	height: 30px;
	position: absolute;
	right: -10px;
	width: 30px;
}


.caja-profesor-colegios {
	position: absolute;
	top: 2px;
	right: 2px;
}




.btn-amigo.btn-agregar-amigo {
	background-image: url(../img/amigo_agregar.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.btn-amigo.btn-quitar-amigo {
	background-image: url(../img/amigo_quitar.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
}


a.btn-leer-perfil {
	bottom: 0;
	position: absolute;
	font-size: 0.9em;
}





.titulo-pagina {
	font-size: 3em;
	text-indent: 20px;
}

.titulo-pagina.documentos {
	border-bottom: 5px solid #61bc4d;
	color: #61bc4d;
}

.titulo-pagina.coleccion {
	border-bottom: 5px solid #81cfef;
	color: #81cfef;
}

.titulo-pagina.faqs {
	border-bottom: 5px solid #f15a23;
	color: #f15a23;
}

.titulo-pagina.guias {
	border-bottom: 5px solid #83c671;
	color: #83c671;
}


.titulo-pagina.administracion {
	border-bottom: 5px solid #f15a23;
	color: #f15a23;
	font-size: 2.5em;
}

.msj-nodisponible {
	background-image: url(../img/sad_smiley.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	border: 5px solid #bbbbbb;
	color: #bbbbbb;
	font-size: 1.5em;
	padding: 20px;
	text-indent: 50px;
}


a.btn-administracion {
	color: #01b4ac;
	font-size: 1.5em;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
}


a.btn-eliminar {
	background-image: url(../img/delete_32.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: block;
	height: 30px;
	margin: 0 auto;
	width: 30px;
}

a.btn-visible {
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: block;
	height: 30px;
	margin: 0 auto;
	width: 30px;
}

a.btn-visible.visible-on {
	background-image: url(../img/visible_on.png);
}

a.btn-visible.visible-off {
	background-image: url(../img/visible_off.png);
}


#estoy-en {
	color: #7399bc;
	font-size: 1.1em;
	margin-top: -20px;
	padding: 5px;
}

#estoy-en a {
	color: #009bd8;
	text-decoration: none;
}



.bloque-home {
	min-height: 300px;
	margin-bottom: 20px;
}



.titulo-bloque-home {
	height: 50px;
}

.titulo-bloque-home label {
	color: #FFFFFF;
	font-size: 1.5em;
	height: 50px;
	line-height: 50px;
	min-width: 30%;
	padding: 0 20px 0 20px;
}

.titulo-bloque-home.profesores {
	background-color: #83c671;
}

.titulo-bloque-home.profesores label {
	background-color: #61bc4d;
}

.titulo-bloque-home.mas-vistos {
	background-color: #b491c3;
}

.titulo-bloque-home.mas-vistos label {
	background-color: #804e9f;
}

.titulo-bloque-home.mural {
	background-color: #81cfef;
}

.titulo-bloque-home.mural label {
	background-color: #009bd8;
}

.titulo-bloque-home.tips {
	background-color: #f9ac7c;
}

.titulo-bloque-home.tips label {
	background-color: #f15a23;
}


.bloque-menu-sup {
	margin-bottom: 20px;
	margin-top: -15px;
	z-index: 1000;
}

a.btn-menu-sup {
	color: #FFFFFF;
	display: block;
	margin: 0 -15px;
	/* Elimino los margin por defecto que trae las cols de bootstrap */
	padding: 5px;
	text-align: center;
	text-decoration: none;
}


a.btn-menu-sup.menu-primero {
	border-radius: 10px 0 0 10px;
}

a.btn-menu-sup.menu-ultimo {
	border-radius: 0 10px 10px 0;
}


a.btn-menu-sup:hover {
	text-decoration: none;
}

a.btn-menu-sup.sup1 {
	background-color: #009bd8;
	border: 1px solid #009bd8;
}

a.btn-menu-sup.sup2 {
	background-color: #81cfef;
	border: 1px solid #81cfef;
}

a.btn-menu-sup.sup3 {
	background-color: #61bc4d;
	border: 1px solid #61bc4d;
}

a.btn-menu-sup.sup4 {
	background-color: #83c671;
	border: 1px solid #83c671;
}

a.btn-menu-sup.sup5 {
	background-color: #f15a23;
	border: 1px solid #f15a23;
}

a.btn-menu-sup.sup6 {
	background-color: #f15a23;
	border: 1px solid #f15a23;
}


a.btn-menu-sup.sup1:hover {
	color: #009bd8;
	background-color: #FFFFFF;
	border: 1px solid #009bd8;
}

a.btn-menu-sup.sup2:hover {
	color: #81cfef;
	background-color: #FFFFFF;
	border: 1px solid #81cfef;
}

a.btn-menu-sup.sup3:hover {
	color: #61bc4d;
	background-color: #FFFFFF;
	border: 1px solid #61bc4d;
}

a.btn-menu-sup.sup4:hover {
	color: #83c671;
	background-color: #FFFFFF;
	border: 1px solid #83c671;
}

a.btn-menu-sup.sup5:hover {
	color: #f15a23;
	background-color: #FFFFFF;
	border: 1px solid #f15a23;
}

a.btn-menu-sup.sup6:hover {
	color: #f15a23;
	background-color: #FFFFFF;
	border: 1px solid #f15a23;
}



/* Diario Mural */
.div-mural {
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.slick-prev:before,
.slick-next:before {
	color: black !important;
}

.imagen-mural {
	background-color: #FFFFFF;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #cccccc;
	height: 200px;
	width: 200px;
	z-index: 1000;
}

a.btn-publicar-mural {
	border-bottom: 2px solid #FFFFFF;
	top: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	text-decoration: none;
}

/* /Diario Mural */






/* Tips */

.div-tips {
	width: 90%;
	margin: 0 auto;
}

a.btn-tips {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 300px;
	position: relative;
	text-decoration: none;
}

a.btn-tips label {
	cursor: pointer;
	left: 30%;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 40%;
	transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
}

.btn-tips.postit1 {
	background-image: url(../img/postit_amarillo.png);
}

.btn-tips.postit2 {
	background-image: url(../img/postit_verde.png);
}

.btn-tips.postit1 label {
	color: #b5af7c;
}

.btn-tips.postit2 label {
	color: #00d648;
}

/* /Tips */







a.link-portada-guias {
	border-bottom: 3px solid #b491c3;
	color: #804e9f;
	display: block;
	font-size: 1.5em;
	margin-bottom: 5px;
	text-decoration: none;
	text-indent: 10px;
}

a.link-portada-guias:hover {
	text-indent: 20px;
	transition: 0.5s;
}

a.link-portada-guias.fecha-finalizada {
	color: #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
}


a.link-portada-recursos {
	border-bottom: 1px solid #333333;
	color: #333333;
	display: block;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-decoration: none;
	text-indent: 1px;
}

a.link-portada-recursos:hover {
	color: #b491c3;
	transition: 0.5s;
}
















.faq-pregunta {
	background-image: url(../img/manito.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	font-size: 1.5em;
	text-indent: 35px;
}

.faq-respuesta {
	margin: 0 3%;
	text-align: justify;
	width: 94%;
}








a#btn-menu-mobile {
	background-color: #009bd8;
	color: #FFFFFF;
	display: none;
	font-size: 2em;
	height: 40px;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
}


a#btn-menu-mobile label {
	font-size: 15px;
	line-height: 40px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	text-indent: 10px;
}


















.filtro-check {
	color: #FFFFFF;
	padding: 0 5px;
	border-radius: 5px;
}

.filtro-check.documento {
	background-color: #01b4ac;
}

.filtro-check.video {
	background-color: #bdd531;
}

.filtro-check.audio {
	background-color: #dd2527;
}

.filtro-check.presentacion {
	background-color: #009bd8;
}

.filtro-check.link {
	background-color: #f15a23;
}

.filtro-check.imagenes {
	background-color: #d46cab;
}

.filtro-check.actividades {
	background-color: #61bc4d;
}

.filtro-check.evaluacion {
	background-color: #dd2527;
}

.filtro-check.generico {
	background-color: #a1a1a1;
}





.recurso-valoracion {
	background-image: url(../img/estrella_amarilla.png);
	background-size: 40px 40px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 5px;
	width: 40px;
}




/* recurso.php */

.caja-recurso-comentario {
	border: 2px solid #5fc4ea;
	margin-bottom: 10px;
	padding-top: 20px;
	position: relative;
	padding: 25px 10px 10px 10px;
}


.caja-recurso-comentario .recurso-comentario-cabezera {
	background-color: #5fc4ea;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	color: #FFFFFF;
	text-indent: 10px;
}

.caja-recurso-comentario .comentario-fecha {
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	margin-right: 10px;
	text-align: right;
}

.caja-recurso-comentario .comentario-nombre {
	font-style: italic;
}

.caja-recurso-comentario .comentario-comentario {
	text-indent: 20px;
}

.caja-recurso-comentario a.btn-registra-comentario {
	background-color: #5fc4ea;
	bottom: 0;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 2px 20px;
	position: absolute;
	right: 0;
}






#div-cabezera-recurso {
	border: 5px solid #81cfef;
	margin-bottom: 70px;
	padding: 50px 20px 20px 20px;
	position: relative;
}


#div-cabezera-recurso .cabezera-recurso {
	background-color: #81cfef;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#div-cabezera-recurso .cabezera-recurso label {
	background-color: #009bd8;
	color: #FFFFFF;
	font-size: 2em;
	height: 55px;
	left: -5px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: -5px;
	width: 300px;
}


.cabezera-recurso-lista {
	text-indent: 20px;
}


.cabezera-recurso-lista span.glyphicon {
	color: #009bd8 !important;
	font-size: 0.8em;
	margin-right: 20px;
}


a.btn-abrir-recurso {
	background-color: #81cfef;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 5px;
	position: absolute;
	top: 100%;
	right: 20px;
}



#div-cabezera-recurso a.btn-editar {
	color: #FFFFFF;
	font-size: 2em;
	position: absolute;
	right: 0;
	top: 0;
}

#div-cabezera-recurso a.btn-editar:after {
	content: "Editar";
	font-size: 0.4em;

}



#div-puntuacion {
	color: #FFFFFF;
	width: 100%;
	background-color: #4c4c4c;
	padding: 20px;
	font-size: 2em;
}


#div-puntuacion * {
	display: inline-block;
	vertical-align: middle;
}

.estrella-rating {
	background-image: url(../img/estrella_gris.png);
	background-size: 30px 30px;
	display: inline-block;
	height: 30px;
	margin-left: -4px;
	width: 30px;
}

.estrella-rating.seleccionada {
	background-image: url(../img/estrella_amarilla.png);
}

.estrella-rating-valorada {
	background-image: url(../img/estrella_amarilla.png);
	background-size: 30px 30px;
	display: inline-block;
	height: 30px;
	margin-left: -4px;
	width: 30px;
}

/* /recurso.php */




#div-busqueda-avanzada {
	background-color: #b9e2f4;
	border-radius: 10px 10px 10px 0;
	padding: 5px 10px;
	position: relative;
}

#div-busqueda-avanzada.guias {
	background-color: #83c671;
	box-shadow: 2px 2px 2px #61bc4d;
}

#div-busqueda-avanzada.coleccion {
	background-color: #81cfef;
	box-shadow: 2px 2px 2px #00a5dd;
}

#div-busqueda-avanzada.documentos {
	background-color: #72c15e;
	box-shadow: 2px 2px 2px #61bc4d;
}

#div-busqueda-avanzada hr {
	margin: 3px;
}

#div-busqueda-avanzada label {
	font-size: 0.8em;
}

#busqueda-orden {
	margin-bottom: 10px;
	margin-left: 10px;
}





#div-col-filtro-nivel {
	background-color: #b9e2f4;
	border-radius: 0 0 10px 10px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding: 10px;
	position: relative;
}

#div-col-filtro-nivel.guias {
	background-color: #83c671;
	box-shadow: 2px 2px 2px #61bc4d;
}

#div-col-filtro-nivel.coleccion {
	background-color: #81cfef;
	box-shadow: 2px 2px 2px #00a5dd;
}

#div-col-filtro-nivel.documentos {
	background-color: #72c15e;
	box-shadow: 2px 2px 2px #61bc4d;
}

#div-col-filtro-nivel a {
	font-size: 0.8em;
	color: #000000;
}


#div-col-filtro-nivel .bloque-filtro-nivel {
	margin-left: 5%;
	width: 95%;
	margin-bottom: 5px;
	margin-top: -10px;
}

#div-col-filtro-nivel .bloque-filtro-nivel p {
	margin-bottom: 0;
}


.cajavisible.caja-enabled {
	display: block;
}

/* Para filtros de coleccion.php */
.cajavisible.caja-disabled {
	display: none;
}

/* Para filtros de coleccion.php */



a.btn-quitar-filtro-nivel {
	bottom: 5px;
	color: #dd2527 !important;
	position: absolute;
	right: 10px;
}








a.btn-editar-documento {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-radius: 0 0 0 5px;
	color: #FFFFFF;
	padding: 2px;
	position: absolute;
	right: 20px;
	top: 5px;
}

a.btn-editar-documento:after {
	content: "Editar";
	font-size: 0.7em;
}

a.btn-editar-documento:hover {
	background-color: #FFFFFF;
	color: #01b4ac;
}



a.btn-amigo-comparte {
	background-color: #FFFFFF;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 0 0 0 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 5px;
	width: 40px;
	z-index: 1000;
}




#btn-n-mas {
	background-color: #dddddd;
	color: #aaaaaa;
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	width: 100%;
}




.form-text-error {
	border: 1px solid #da0007;
}



.campo-obligatorio {
	color: #da0007;
	font-size: 0.6em;
}







.div-check-eje,
.div-check-oa,
.div-check-ot,
.div-check-ia,
.div-check-ar {
	display: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2px;
}



.error-404 {
	color: #dddddd;
	display: block;
	height: 300px;
	text-align: center;
}

.error-404:before {
	content: "404";
	display: block;
	font-size: 8em;
}

.error-404:after {
	content: "Página no encontrada";
	font-size: 1.5em;
}





.tooltip-inner {
	width: 500px;
}













/* coleccion-recurso.php */


.recurso-hoja {
	background-color: #FFFFFF;
}


.recurso-header {
	background-color: #2998ff;
	color: #FFFFFF;
	padding: 30px;
	position: relative;
}


.recurso-header label {
	display: block;
	margin: 0;
}


.recurso-header-asignatura {
	text-align: right;
}

.recurso-header-curso {
	font-size: 3em;
	margin-top: -10px !important;
	text-align: right;
}

.recurso-header-correlativo {
	margin-top: -10px !important;
	text-align: center;
}

.recurso-header-titulo {
	font-size: 2em;
}

.recurso-header-ejes {}

.recurso-header-sigla {
	font-size: 4em;
	margin-top: -10px !important;
	text-align: center;
}

.recurso-header-tipo {
	margin-top: -15px !important;
	text-align: center;
}

.recurso-header-tiempo {
	font-size: 0.9em;
	margin-top: -5px !important;
	text-align: center;
}

.recurso-tags {
	background-color: #bfe0ff;
	display: inline-block;
	margin-left: 25%;
	padding: 5px 10px;
}

.recurso-tags-tag {
	background-image: url(../img/check-solo.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	text-indent: 20px;
}

.recurso-tags-tag.ticket {
	background-image: url(../img/check-ticket.png);
}

a.recurso-link {
	background-color: #bfe0ff;
	background-image: url(../img/link.png);
	background-position: 5px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	color: #e24d3d;
	font-size: 1.5em;
	margin-right: 40px;
	padding: 5px 10px;
	text-indent: 45px;
}

a.recurso-link:hover {
	color: #e24d3d;
}

.caja-recurso-bloque {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.recurso-bloque {}

.recurso-bloque-titulo {
	background-image: url(../img/libro.png);
	background-repeat: no-repeat;
	background-size: 25px 20px;
	color: #4c4c4c;
	text-indent: 30px;
}

.recurso-bloque-contenido {
	background-color: #e2e2e2;
	color: #4c4c4c;
	font-size: 1.2em;
	padding: 5px 10px;
}


/* IMPORTANTE no modificar la estructura de row-cols de bootstrap */
.caja-recurso-bloque .row {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* IMPORTANTE no modificar la estructura de row-cols de bootstrap */
.caja-recurso-bloque .row .caja-recurso-bloque {
	width: 100%;
}

.caja-recurso-bloque .row>div {
	margin: 0;
	padding: 0;
}

/* IMPORTANTE no modificar la estructura de row-cols de bootstrap */
.caja-recurso-bloque .row>div.caja-izquierda .recurso-bloque-contenido {
	width: 98%;
}

.recurso-conceptos-claves {
	background-color: #2998ff;
	border-radius: 5px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1.5em;
}

/* /coleccion-recurso.php */





.titulo-index {
	text-shadow: 2px 2px 4px #FFFFFF, -2px -2px 4px #FFFFFF;
	font-size: 3em;
}




a.btn-export-pdf {
	background-image: url(../img/pdf_icon.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 30px auto;
	border-bottom: 5px solid #4c4c4c;
	color: #4c4c4c;
	font-size: 1.5em;
	padding: 20px 20px 10px 50px;
	text-decoration: none;
}





















@media screen and (max-width: 767px) {

	body {
		padding: 0 0 150px 0;
		/* height del footer */
	}

	.titulo-index {
		font-size: 1.5em;
		text-align: center;
	}

	#footer {
		height: 150px;
	}

	#footer a.ne-logo {
		position: relative;
		width: 100px;
	}


	a#btn-menu-mobile {
		display: block;
	}


	a.btn-menu-sup {
		margin-left: 0;
	}

	a.btn-menu-sup.menu-primero,
	a.btn-menu-sup.menu-ultimo {
		border-radius: 0;
	}


	a.btn-menu-sup.sup1 {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	a.btn-menu-sup.sup2 {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	a.btn-menu-sup.sup3 {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	a.btn-menu-sup.sup4 {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	a.btn-menu-sup.sup5 {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	a.btn-menu-sup.sup6 {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	a.btn-menu-sup.sup1:hover {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}

	a.btn-menu-sup.sup2:hover {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}

	a.btn-menu-sup.sup3:hover {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}

	a.btn-menu-sup.sup4:hover {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}

	a.btn-menu-sup.sup5:hover {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}

	a.btn-menu-sup.sup6:hover {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}


	.bloque-menu-sup {
		background-color: #5fc4ea !important;
		left: -100%;
		position: absolute;
		top: 55px;
		width: 80%;
	}


	.bloque-menu-sup a {
		background-color: #5fc4ea !important;
		border-bottom: 1px solid #FFFFFF;
		text-align: left;
		text-indent: 10px;
	}



	.header-titulo {
		font-size: 1em;
	}

	.bloque-home {
		min-height: 200px;
		/* Corregir Recursos más vistos */
	}

	.imagen-mural {
		height: 100px;
		width: 100px;
	}

	a.link-portada-guias {
		font-size: 0.8em;
	}

	.titulo-pagina {
		font-size: 1.5em;
		text-indent: 20px;
	}



	.bienvenidos {
		float: left;
		width: 85%;
		background-color: rgba(209, 10, 161, 0.7);
	}

	.bienvenidos p {
		text-align: right;
		font-size: 10px;
		color: rgba(255, 255, 255, 1);
	}


	#div-puntuacion {
		font-size: 1em;
	}

	#div-cabezera-recurso .cabezera-recurso label {
		width: 200px;
		font-size: 1.5em;
	}

	.cabezera-recurso-lista {
		text-indent: 5px;
	}

	.cabezera-recurso-lista span.glyphicon {
		margin-right: 0;
	}

	.caja-tipo {
		height: auto;
	}

	.caja-tipo-tags {
		display: block;
		font-size: 1em;
		margin-top: 10px;
		opacity: 0.7;
		position: relative;
	}


	.checkbox {
		margin-bottom: -10px;
	}



	#div-busqueda-avanzada,
	#div-col-filtro-nivel {
		border-radius: 10px;
	}

	#busqueda-orden {
		width: 100%;
	}







	.recurso-header {
		padding: 10px;
	}




	.recurso-header-asignatura {
		text-align: center;
	}

	.recurso-header-curso {
		font-size: 2em;
		margin-top: -10px !important;
		text-align: center;
	}

	.recurso-header-correlativo {
		margin-top: -10px !important;
		text-align: center;
	}

	.recurso-header-titulo {
		font-size: 1em;
		text-align: center;
	}

	.recurso-header-ejes {
		font-size: 0.8em;
		text-align: center;
	}

	.recurso-header-sigla {
		font-size: 2em;
		text-align: center;
		margin-top: 5px !important;
	}


	.recurso-tags {
		margin: 0;
		width: 100%;
	}

	a.recurso-link {
		width: 100%;
		margin: 10px 0 10px 0;
	}






}