﻿/*
/////////////////////////////////////////////////////////
   __   _______  ___  ____  __________  ______ 
  / /  /  _/ _ )/ _ \/ __ \/ ___/ __/ |/ / __ \
 / /___/ // _  / , _/ /_/ / (_ / _//    / /_/ /
/____/___/____/_/|_|\____/\___/___/_/|_/\____/ 

Colores librogeno:

colorprincipal // 92ab2e
colorsecundario // 008fd0 / 4aaad1 / 4194b6
colorbarra // 333

/////////////////////////////////////////////////////////
*/

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('fonts/SourceSansPro-Regular.eot?') format('eot'), url('fonts/SourceSansPro-Regular.otf')  format('opentype'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf')  format('truetype'), url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Bold') format('svg');
}

.target {
    min-height: 100vh;
    float: left;
    display: none;
    overflow-x: hidden;
    background:/*colorprincipal*/#D8D8D8;/*-colorprincipal*/ /*#d9d9d9*/;
}

body {
	font-family: 'Arial', Sans-Serif;
	font-size: 16px;
	line-height: 22px;
	color: #6c6c6c;
	margin: 0px;
	padding: 0px;
	background: #f4f4f4;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #6c6c6c;
}

.cabecera a, .cabecera a:active, .cabecera a:visited {
	text-decoration: none;
	color: #ffffff;
}

.cabecera_libro a, .cabecera_libro a:active, .cabecera_libro a:visited {
	text-decoration: none;
}

.desaturada {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.lateral {
	display: block;
	width: 320px;
	padding: 20px 14px;
}

.lateral img {
	width: calc(100% - 8px);
}

.cubierta {
}

.cabecera {
	width: 100vw;
	height: 50px;
	background: /*colorbarra*/#333233;/*-colorbarra*/;
	font-family: 'SourceSansPro-Bold';
}

.icon {
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
    height: 50px;
}

.titulo {
	font-family: 'SourceSansPro-Regular', Sans-Serif;
	font-size: 21px;
	display: inline-block;
	line-height: 50px;
	margin: 0px;
	padding-left: 0px;
	position: relative;
	float: left;
	color: #ffffff;
	border-left: 50px solid /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	cursor: pointer;
	padding-right: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.titulo:hover {
	background-color: rgba(255,255,255,.1);
}

.icon img{
	max-height: 50px;
}

.triangulo {
	display: inline-block;
}
.Chevron{
    position:relative;
    display:inline-block;
    height:22px;
    margin-left: 16px;
}
.Chevron:before,
.Chevron:after{
    position:absolute;
    display:inline-block;
    content:"";
    border:11px solid transparent;/*adjust size*/
}
/* Replace all text `top` below with left/right/bottom to rotate the chevron */
.Chevron:before{
    top:11px;
    border-top-color:#ddd;/*Chevron Color*/
}
.Chevron:after{
    top:8px;/*adjust thickness*/
    border-top-color:transparent;/*Match background colour*/
}

.menu {
	overflow: hidden;
	min-height: 115px;
    width: 76%;
}

.pestana {
	width: 15%;
	height: 120px;
	padding: 0px 0px 10px 0px;
	position: relative;
	float: left;
	font-family: 'SourceSansPro-Regular', Sans-Serif;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
	border-radius: 22px;
	background: /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	border: 2px solid /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	margin: -25px 5px 5px 0px;
	text-align: center;
}

.select {
	margin: -15px 5px 5px 0px;
	background: /*colorprincipal*/#D8D8D8;/*-colorprincipal*/;
	border: 2px solid #667728;
}

.pestana img {
	height: 64px;
	margin-top: 25px;
}

.pestana p {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	line-height: 15px;
}

.azul {
	color: /*colorsecundario*/#C961A0;/*-colorsecundario*/;
}

.blanco {
	color: #ffffff;
}

.negro {
	color: #000000;
}

.gris {
	color: #9a9a9a;
}

.grisoscuro {
	color: #4c4c4c;
}

hr {
	margin: 15px 0px 15px 0px;
	width: 80%;
}

.main {
	margin: 0 auto;
	width: 100%;
	/*height: 95.6vh;*/
	position: relative;
	/*float: left;*/
	padding: 0px;
	/*max-width: 1600px;*/
	box-sizing: border-box;
}

.main .content {
	position: relative;
	margin-left: 35px;
}

.main .fondogr {
	max-width: 100%;
	margin: 15px auto;
	background: #E0E0E0;
	height: 95%;
}

.pag {
	width: 75vw;
	max-height: 98vh;
	margin: 0 auto;
}

.item, .item_propuesta {
    width: 250px;
    position: relative;
    margin: 0px 5px 14px;
    box-sizing: border-box;
    background: transparent;
    display: inline-block;
    /*float: left;*/
    padding: 10px;
    vertical-align:top;
}

.i-imagen {
	width: 100%;
	height: 200px;
	background-color: #EEE;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	box-shadow: 1px 1px 2px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i-texto-titulo {
	color: #444;
	font-size: 22px;
	margin-bottom: 6px;
}

.i-texto-subtitulo {
	color: #888;
	font-size: 18px;
}

.i-texto {
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.i-botones-izq {
	float: left;
}

.i-botones-der {
	float: right;
}

.i-botones {
	display: none;
}

.i-btn {
	display: inline-block;
	cursor: pointer;
	margin: 2px;
}

.item img {
	/*max-width: 100%;*/
    /*height:120px;*/
	/*height: auto;*/
}

/*.item_propuesta {
	width: 31%;
	height: 258px;
	border: 1px solid #CECECE;
	position: relative;
	float: left;
	margin: 0px 12px 12px 5px;
}*/

.item_propuesta.azul {
	background: /*colorsecundario*/#C961A0;/*-colorsecundario*/;
}

.item_propuesta.gris {
	background: #bbbbbb;
}

.item_propuesta .cubierta {
	position: relative;
	float: left;
	height: 258px;
	width: 182px;
	margin: 0px 10px 0px 0px;
}

.item_propuesta .titular {
	width: auto;
	padding: 60px 5px 5px 5px;
	text-align: center;
}

.unidad, .isbn {
	font-family: 'SourceSansPro-Regular', Sans-Serif;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 0px;
	color: #999;
}

.isbn {
	float: right;
	color: #666;
}

.titular {
	font-family: 'SourceSansPro-Regular', Sans-Serif;
	text-align: left;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 19px;
	color: #333;
	padding-bottom: 5px;
}


.titular1 {
	/*font-family: 'SourceSansPro-Regular', Sans-Serif;

	text-align: left;
	padding: 0px 0px 10px 10px;
	font-weight: bold;


	height: 51px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

font-size: 18px;
line-height: 19px;*/
 
    font-family: 'SourceSansPro-Regular', Sans-Serif;
    text-align: left;
    padding: 0px 0px 10px 10px;
    font-weight: bold;
    width: 120px;
    height: 201px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 25px;
    padding-top: 50px;

}

#libro {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../imagenes/icons/libro.png) no-repeat /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	cursor: pointer;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 3px #888;
}

/*#recursos {
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 38px;
	height: 38px;
	background: url(../imagenes/icons/recursos.png) no-repeat;
	cursor: pointer;
}*/

.papelera {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 55px;
	height: 55px;
	background: url(../imagenes/icons/papelera.png) no-repeat;
	cursor: pointer;
}

.descargar {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../imagenes/icons/descargar.png) no-repeat /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	cursor: pointer;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 3px #888;
}

#volver {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 55px;
	height: 55px;
	background: url(../imagenes/icons/back.png) no-repeat;
	cursor: pointer;
}

.banner {
	width: 89%;
	height: auto;
     background-size: contain
}

table {
	border-collapse: collapse;
	margin: 21px 0px 0px 0px;
	border: 1px solid #cecece;
	min-width: 50%;
	background: #ffffff;
}

tr {
	border-bottom: 1px solid #cecece;
}

td {
	min-width: 50px;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

table .icon {
	width: 65px;
	padding: 0px 5px 0px 5px;
}

.actividad {
	text-align: left;


	/*margin: 16px 0px 16px 16px;*/
}

table.recursos {
	margin-left: 10px;
}

.listado {
	position: relative;
	float: left;
	width: 97%;
	border: 1px solid #CECECE;
	box-sizing: border-box;
	margin: 0px 5px 0px 0px;
	padding: 5px;
}

.listado:hover {
	background: #e0e0e0;
}

/*------navegador------*/

.navegador {
	background: #ffffff;
	position: absolute;
	right: 68px;
	width: auto;
	margin: 0px 0vw 0px 0px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

.navegador_libro {
	position: absolute;
	right: 68px;
	width: auto;
	margin: 0px 0vw 0px 0px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
    /*overflow: hidden;
    */
    margin: 0px 0px 0px 0px;
}

li {
	float: left;
	padding: 0px 0px 0px 0px;
}

li a {
	display: block;
	text-align: center;
	/*padding: 3px 10px 0px 10px;
	text-decoration: none;*/
}

li a:hover {
	/*background-color: #ffffff;*/
	/*height: 43px;*/
}

/* otro menu  */
li.parent:hover {
	/*border: 1px #ccc solid;
	margin: -1px;
	background: #F8F8F8;*/
}

li li a {
	/*el ancho de los links del submenu, debe ser fijo, esto servirá para crear la animación mas adelante */
	display: block;
	height: 50px;
}

/* aquí esta lo importante!! */
li ul {
	/*margin: 0;*/
	/*display: none;*/
	/*background: #ffffff;
	position: absolute;
	top: 50px;
	min-width: 60px;*/
    /* border: 1px solid #ccc;
    */
}

/* mio*/
li ul li {
	/*width: 83px;*/
    /* padding: 8px 20px 7px 20px;
    */
}

li ul li.fin {
    /*padding: 8px 20px 7px 20px;
    */
    text-decoration: none;
    border-right: 0px;
}

ul.colores {
	width: 305px;
	min-height: 270px;
	border-right: 0px;
	padding-top: 15px;
	background: url('../imagenes/colores/senal.png') no-repeat 15px 1px;
	"
	overflow: visible;
}

ul li.colores {
	width: 256px;
	min-height: 270px;
	border-right: 0px;
	overflow: visible;
}

.contenedora {
	width: 300px;
	min-height: 250px;
	border: 1px solid /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	background: #ffffff;
}

.contenedora .texto {
	background: /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	width: 290px;
	height: 25px;
	color: #ffffff;
	padding: 5px;
	margin: 0px auto;
}

.contenedora .barra {
	relative;
	width: 270px;
	margin: 16px 10px 6px 10px;
	padding: 12px;
	background: url('../imagenes/barra.jpg')no-repeat;
}

.contenedora table {
	margin: 0px 0px 0px 0px;
	/*min-height: 270px;*/
}

.contenedora tr {
	border-bottom: 1px solid #cecece;
}

.contenedora td {
	min-width: 50px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
}

.contenedora td img {
	width: 75%;
}
/* fin mio*/


/*li:hover ul {
	display: block;
	}*/
/*ul li.primero {
    margin-top: -5px;
}
*/


.ocultar {
	position: absolute;
	top: 0;
	left: 0;
	width: 392px;
	height: 40px;
	z-index: 99;
	background: transparent;
}

.mostrar {
	position: absolute;
	top: 0;
	left: 0;
	width: 392px;
	height: 40px;
	z-index: 99;
	background: transparent;
}
/*
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	body {
		background: #ffffff;
	}
	.lateral {
		display: none;
	}
	.main {
		width: 100vw;
	}
	.menu {
		margin-left: 5px;
	}
	.main .content {
		width: 100%;
	}
	.pag {
		width: 90vw;
		max-height: 98vh;
		margin: 0 auto;
	}
	.ocultar {
		position: absolute;
		top: 0;
		left: 0;
		width: 392px;
		display: block;
		height: 40px;
		display: block;
		z-index: 99;
		background: transparent;
	}
	.navegador_libro {
		top: 44px;
		position: relative;
		float: left;
		top: 0px;
		margin: 1px 0px 0px 10px;
	}
	.cabecera_libro {
		background: #ffffff url(../imagenes/bg_titulo.jpg) repeat-x;
		height: 90px;
		width: 100vw;
	}
	.titulo {
		font-family: 'SourceSansPro-Regular', Sans-Serif;
		font-size: 20px;
		display: inline;
		line-height: 42px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 10px;
		position: relative;
		float: left;
		color: #ffffff;
		border-left: 2px solid #ffc354;
	}
	.pestana {
		width: 15.4%;
	}
	.pestana img {
		height: 50px;
		margin-top: 25px;
	}
	.pestana .select img {
		height: 50px;
		margin-top: 25px;
	}
	.item {
		width: 30%;
		height: 192px;
		border: 1px solid #CECECE;
		position: relative;
		float: left;
		margin: 0px 10px 10px 11px;
		background: #ffffff;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	body {
		background: #ffffff;
	}
	.main .content {
		width: 72%;
	}
	.titulo {
		font-family: 'SourceSansPro-Regular', Sans-Serif;
		font-size: 20px;
		display: inline;
		line-height: 42px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 10px;
		position: relative;
		float: left;
		color: #ffffff;
		border-left: 2px solid #ffc354;
	}
	.pestana {
		width: 15.3%;
	}
	.pestana img {
		height: 50px;
		margin-top: 25px;
	}
	.item {
		width: 30%;
	}
	.lateral {
		display: block;
		position: relative;
		float: left;
		width: 263px;
		height: 100%;
	}
	.lateral img {
		width: 100%;
	}
}



@media (min-width:480px) and (max-width: 979px) {
	body {
		background: #ffffff;
	}
	.lateral {
		display: none;
	}
	.main .content {
		position: relative;
		float: left;
		width: 100%;
		margin: 15px auto;
	}
	.pag {
		width: 90%;
	}
	.item {
		width: 30%;
		height: 192px;
		border: 1px solid #CECECE;
		position: relative;
		float: left;
		margin: 0px 10px 10px 11px;
		background: #ffffff;
	}
	.navegador_libro {
		top: 44px;
		position: relative;
		float: left;
		top: 0px;
		margin: 1px 0px 0px 10px;
	}
	.cabecera_libro {
		background: #ffffff url(../imagenes/bg_titulo.jpg) repeat-x;
		height: 90px;
		width: 100vw;
	}
	.titulo {
		font-family: 'SourceSansPro-Regular', Sans-Serif;
		font-size: 20px;
		display: inline;
		line-height: 42px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 10px;
		position: relative;
		float: left;
		color: #ffffff;
		border-left: 2px solid #ffc354;
		display: block;
		width: 50%;
	}
	.pestana img {
		height: 50px;
		margin-top: 25px;
	}
	.pestana .select img {
		height: 50px;
		margin-top: 25px;
	}
}

@media (min-width:979px) and (max-width: 1200px) {
	body {
		background: #ffffff;
	}
	.main .content {
		position: relative;
		float: left;
		width: 75%;
		margin: 15px auto;
	}
	.pag {
		width: 90%;
	}
	.item {
		width: 30%;
		height: 192px;
		border: 1px solid #CECECE;
		position: relative;
		float: left;
		margin: 0px 10px 10px 11px;
		background: #ffffff;
	}
	.navegador_libro {
		top: 44px;
		position: relative;
		float: left;
		top: 0px;
		margin: 1px 0px 0px 10px;
	}
	.cabecera_libro {
		background: #ffffff url(../imagenes/bg_titulo.jpg) repeat-x;
		height: 90px;
		width: 100vw;
	}
	.titulo {
		font-family: 'SourceSansPro-Regular', Sans-Serif;
		font-size: 20px;
		display: inline;
		line-height: 42px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 10px;
		position: relative;
		float: left;
		color: #ffffff;
		border-left: 2px solid #ffc354;
		display: block;
		width: 50%;
	}
	.pestana img {
		height: 50px;
		margin-top: 25px;
	}
	.pestana .select img {
		height: 50px;
		margin-top: 25px;
	}
}*/

/*
 _   _                               
| | | | ___ _ __ _ __ ___   ___  ___ 
| |_| |/ _ \ '__| '_ ` _ \ / _ \/ __|
|  _  |  __/ |  | | | | | |  __/\__ \
|_| |_|\___|_|  |_| |_| |_|\___||___/

*/

/* Hermes /////////////////////////////////// */

.cabecera {
	width: 100%;
}

.lateral hr {
	width: 100%;
	height: 0px;
	border: 1px solid #DDD;
}

.pestana:hover, .pestana.select {
	background: /*colorprincipal*/#D8D8D8;/*-colorprincipal*/;
	color: #FFF;
	cursor: pointer;
	border: 2px solid #667728;
}

.banner {
 width: 89%;
 height: 300px;
 background-position: center center;
 background-repeat: no-repeat;
 margin-bottom: 20px;
 background-size: contain;
}

.content-recursos {
	display: none;
    	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}
.content-recursos {
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}
.wrap-back {
	.position: relative;
	width: 100%;
	min-height: 60px;
	background: #ffffff;
}

.back-button {
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../imagenes/icons/back.png) no-repeat /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 3px #888;
}

.wrap-recursos {
	position: relative;
	width: 100%;
	min-height: 115px;
	background: /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	border-bottom: 1px solid #EEE;
}

.recursos-unidad-img {
	float: left;
	width: 358px;
	height: 115px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.recursos-unidad-numero {
	position: relative;
	float: left;
	min-width: 40%;
	padding: 30px 0px 0px 15px;
	margin: 0px;	
}

.recursos-unidad-nombre {
	position: relative;
	float: left;
	min-width: 40%;
	padding: 0px 0px 0px 15px;
	margin: 0px;	
}

.recursos-unidad-iconolibro {
	position: absolute;
	top: 15px;
	right: 5px;	
}

.content-recursos .listado .icon img {
	height: 55px;
}

.listado {
	border-top: 0px solid #CECECE;
	border-bottom: 0px solid #CECECE;
	border-left: 0px solid #CECECE;
	border-right: 0px solid #CECECE;
	width: 100%;
	margin-bottom: 2px;
	background: #fff;
}

.navegador_libro>ul {
	padding: 0px 0px 0px !important;
}

.navegador_libro ul.resbuscar > li {
	text-align: left;
}

.navegador_libro>ul li:last-child {
	border-right: none;
}

.navegador_libro>ul li:hover {
	background-color: rgba(255, 255, 255, 1) !important;
}

.swiper-container {
	padding-top: 10px !important;
}

.contcolores, .contherramientasdibujos {
	position: unset;
	border: none;
}

.navegador_libro {
	position: relative;
	float: right;
}

.container-colores .arrow-down-trazo {
	border-bottom: 10px solid #fff;
	border-top: none;
	top: -9px;
}

.container-colores .arrow-down-border-trazo {
	border-bottom: 12px solid #36a0cc;
	border-top: none;
	top: -12px;
}

.contherramientanotas li {
	width: 35px !important;
	height: 30px !important;
}

.contherramientanotas .arrow-down-trazo {
	border-bottom: 10px solid #fff;
	border-top: none;
	top: -9px;
	left: 37px;
}

.contherramientanotas .arrow-down-border-trazo {
	border-bottom: 12px solid #36a0cc;
	border-top: none;
	top: -12px;
	left: 35px;
}

.contnotas ul {
	float: left !important;
}

.topbarlistpostit {
	background: #FFF;
}

.cerrarbtnpostit {
	color: /*colorsecundario*/#C961A0;/*-colorsecundario*/ !important;
	font-size: 25px;
}

.contnotas {
	/*float: right !important;*/
	width: 200px !important;
}

.br-der {
	line-height: 16px;
}

.contnotas li .br-izq {
	height: 34px;
}

.contnotas ul {
	margin-top: -12px !important;
}

.topbarlistpostit {
	cursor: auto;
}

.ico-recursos.colores .contenedora table {
	border: none;
}

.ico-recursos.colores .contenedora table tr {
	border-bottom: 2px solid #EEE;
}

.ico-recursos.colores .contenedora table tr:last-child {
	border: none;
}

.contenedora td.icon {
	text-align: center;
	vertical-align: middle;
}

.contenedora td img {
	width: auto;
}

.ico-recursos img {
    float: none;
}

.ico-recursos .arrow-down-trazo {
	border-bottom: 10px solid #fff;
	border-top: none;
	top: 11px;
	left: 157px;
	display: none;
}

.ico-recursos .arrow-down-border-trazo {
	border-bottom: 12px solid /*colorsecundario*/#C961A0;/*-colorsecundario*/;
	border-top: none;
	top: 8px;
	left: 155px;
}

.contenedora {
	font-family: verdana;
	font-size: 14px;
}

.contenedora .texto {
	font-weight: bold;
}

.toogleFit {
	float: left;
	position: unset;
	background: none !important;
}

.cabecera_libro {
	width: auto;
}

.libuscador {
	width: auto !important;
	border-right: none !important;
	display: none;
}

.navegador_libro > ul li.libuscador:hover {
	background-color: rgba(255, 255, 255, .8) !important;
}

#buscador {
	margin-top: 1px !important;
	margin-left: 6px !important;
	right: 0px !important;
	width: auto !important;
}

#texto_bus input {
	padding-left: 6px !important;
}

#buscador_cont {
	width: auto !important;	
}

.recursos.izq, .recursos.der {
    margin-top: 0px !important;
}

.contenedora {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.tdrecurso {
	width: 100%;
}

#popup {
	display: none;
	left: 0;
	position: fixed;
	top: 0; width: 100%;
	z-index: 10001;
	margin-top: 100px;
}

.popupback {
	background: rgba(255, 255, 255, .65);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}

#popup iframe {
	border: none;
	width: 100%;
	height:100%;
}

.content-popup {
	margin: 0px auto;
	position: relative;
	width: 70%;
	background-color: #FFF;
	border: 1px solid #000;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.popupiframe {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	width: 100%;
	height:100%;
}

.content-popup p {
	font-size: 12px;
	margin-bottom: 10px;
}

.maximize, .restaurar {
	z-index: 1000;
	position: absolute;
	top: -16px;
	right: 20px;
}

.restaurar {
	display: none;
}

.minimize {
	z-index: 1000;
	position: absolute;
	top: -16px;
	right: 60px;
}

.maximize, .restaurar {
	z-index: 1000;
	position: absolute;
	top: -16px;
	right: 20px;
}

.restaurar {
	display: none;
}

.minimize {
	z-index: 1000;
	position: absolute;
	top: -16px;
	right: 60px;
}

.content-popup iframe {
	overflow: auto;
}

.content-popup.minimized {
	width: 200px !important;
	padding: 8px !important;
	overflow: none !important;
}

.content-popup.minimized * {
	opacity: 0;
}

.content-popup.minimized.minaudio * {
	opacity: 1;
}

.titlemin {
	opacity: 1 !important;
}

#popup.minimized {
	margin-left: 0px !important;
	height: 40px !important;
	top: auto !important;
	bottom: 7px !important;
	left: 100px !important;
	width: auto !important;
}

.restaurar.minimized {
	opacity: 1 !important;
	top: 3px !important;
	right: -38px !important;
}

.restaurar.minimized * {
	opacity: 1;
}

.close.minimized {
	opacity: 1 !important;
	top: 3px !important;
	right: -72px !important;
}

.close.minimized * {
	opacity: 1;
}

.botonera, .close
{
	text-align: center;
}

.close, .toolbar
{
	font-weight: 700;
}

.close
{
	color: #ccc;
	line-height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	text-decoration: none;
	pointer-events: auto;
	font-size: 18pt;
	background-color: white;
	border-radius: 50%;
	z-index: 10002;
}
	.close:hover
	{
		color: #606061;
	}

    .navegacionpaginas {
 float: left;
 display: inline-block;
 left: 50%;
 margin-left: -50px;
 width: 100px;
 position: relative;
 margin-top: 5px;
 font-family: verdana;
 font-size: 16px;
 color: #FFF;
 font-weight: bold;
}

.pagina_actual {
 color: #000;
}

.irpagina {
	z-index: 99;
	background: #d8d8d8 !important;
	border: 2px solid #808181 !important;
	color: #808181;
	height: 32px;
	left: 33px;
	height: 32px;
	top: 41px;
}


.arrow-right {
 border-left: 15px solid #FF8809;
}

#popup .close {
 top: -16px;
 right: -16px;
}

.min-miniaturas {
	width: 800px;
	text-align: center;
	display: inline-block;
	margin-left: calc(50% - 400px);
}

.min-pagina {
	margin: 10px;
	float:left;
	width: 100px;
	height: 100px;
	position: relative;
	background: #FFF;
	cursor: pointer;
	box-shadow: 0px 0px 6px #555;
	border: 1px solid #888;
}

.min-paginas {
	display: none;
}

.min-cont {
	background: rgba(0,0,0,.5);
}

.herramientasnavegacion {
	display: none;
	width: 230px;
	z-index: 10000;
	position: absolute;
	bottom: 40px;
	left: 50%;
	height: 30px;
	background: rgba(0,0,0,.6);
	border-radius: 19px;
	margin-left: -140px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.btn-miniaturas, .min-izquierda, .min-derecha, .lupa-mas, .lupa-menos {
	margin-top: 5px;
}

.min-izquierda, .min-info, .min-derecha {
	margin-left: 10px;
}

.min-info {
	margin-top: 4px;
}

.herramientasnavegacion img {
	height: 20px;
	cursor: pointer;
}

.btn-miniaturas, .min-izquierda, .min-derecha, .lupa-mas, .lupa-menos, .min-info {
	color: #ccc;
	float: left;
}



.lupa-mas, .lupa-menos {
	float: right;
}

.lupa-mas {
	margin-right: 14px;
}

.pestana img {
    margin-top: 30px;
}



.loader {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 5px solid #eee;
    border-radius: 50%;
    border-top: 5px solid #333333;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    pointer-events:none;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

element.style {
    font-size: 64px;
}

.nomostrar{
    display:none !important ;
}

.navegacionpaginas {
 display: none;
}

.min-paginas {
 display: block;
}

.min-miniaturas {
    height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}



.btndescargartodo {
	width: 150px;
	background: url(../imagenes/icons/descargar.png) no-repeat #00addf;
	background-position: 5px center;
	cursor: pointer;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 3px #888;
	color: #FFF;
	padding-left: 60px;
	line-height: 40px;
    display:none;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

        margin-top: 15px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}


.trrecurso {
 vertical-align: top;
}

.btndescargartodo {
 width: 150px;
 background: url(../imagenes/icons/descargar.png) no-repeat #00addf;
 background-position: 5px center;
 cursor: pointer;
 border: 3px solid #FFF;
 box-shadow: 0px 0px 3px #888;
 color: #FFF;
 padding-left: 60px;
 line-height: 40px;
 margin: 0px auto 10px;
     display:none;
 user-select: none;
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;

         margin-top: 15px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.titulorecurso {
word-break: normal;
	width: calc(100% - 60px);
    text-align:left;
}

#flechas {
    clear: both;
    width: 146px;
    height: 32px;
    position: absolute;
    left: 45%;
    margin-top: 7px;
    text-align: center;
    font-weight: bold;
	font-family: 'Arial', Sans-Serif;
}


.titulo-unidades {
	font-size: 24px;
	line-height: 100px;
	color: #555;
	margin-left: 15px;
}

.unidades-tabs, .unidades-tabs-recursos {
	display: block;
	height: 50px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #555;
}

.unidades-tabs .tab, .unidades-tabs-recursos .tab {
	display: inline-block;
	margin-right: 40px;
	line-height: 30px;
	border-bottom: 2px solid transparent;
	font-size: 18px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.unidades-tabs .tab.active, .unidades-tabs-recursos .tab.active {
	border-bottom-color: #84b9d2;
}

.i-btn img {
	max-width: 40px;
	max-height: 40px;
}

.item.active, .item_propuesta.active {
	background-color: #d9d9d9;
	box-shadow: 4px 4px 4px #ccc;
}

.titulo-lateral {
	padding: 15px 9px 8px 9px;
}

.lateral_content {
	padding: 10px 0;
}

.btn-rectangulo, .btn-cuadrado-big, .btn-cuadrado-small {
	background: #898989;
	color: #FFF;
	align-items: center;
	float: left;
	width: 150px;
	height: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 6px;
}

.btn-rectangulo {
	display: flex;
}

.btn-cuadrado-big {
	height: 151px;
	margin-bottom: 6px;
	position: relative;
}

.btn-cuadrado-small {
	width: 72px;
	height: 72px;
	margin-bottom: 6px;
}

.btn-rectangulo img {
	width: 30px;
	margin-right: 6px;
	margin-left: 6px;
}

.btn-rectangulo .btn-img {
	display: inline-block;
	line-height: 0px;
}

.btn-rectangulo .btn-txt {
	display: inline-block;
	font-size: 12px;
}

.lateral_content, .lateral_content_top {
	padding-left: 6px;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.btn-cuadrado-big .btn-img {
	display: block;
	text-align: center;
	padding: 30px 10px 0 10px;
}

.btn-cuadrado-big .btn-img img {
	height: 50px;
	width: auto;
}

.btn-cuadrado-small a {
	text-align: center;
	display: block;
}

.btn-cuadrado-small a img {
	width: auto;
	max-width: 65px;
	height: 40px;
	margin-top: calc(50% - 20px);
}

.btn-cuadrado-big .btn-txt {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding: 10px 0;
	width: 100%;
}

/*.btn-rectangulo:nth-child(odd), .btn-cuadrado-big:nth-child(odd) {
	margin-right: 7px;
}

.lateral_content_top {
	margin-bottom: 20px;
}*/

.tab-content[data-tab="descargadas"] .item, .tab-content[data-tab="favoritas"] .item,
.tab-content[data-tab="descargadas"] .item_propuesta, .tab-content[data-tab="favoritas"] .item_propuesta {
	margin: 0px 9.4px 14px 5px;
}

.tab-back {
	font-size: 23px;
	color: #AAA;
	cursor: pointer;
}

.tab-back a, .tab-back a:visited, .tab-back a:active {
	color: #AAA;
	outline: none;
}

.tab-back * {
	float: left;
	line-height: 40px;
}

.tab-back img {
	width: 40px;
	margin-right: 20px;
}

.logo-top {
	float: right;
	height: 50px;
}

.lateral_content_top a, 
.lateral_content_top a:active, 
.lateral_content_top a:visited, 
.lateral_content a, 
.lateral_content a:active, 
.lateral_content a:visited {
	outline: none;
	color: #FFF;
}

.recurso-categoria {
	margin: 0px 5px;
}

.recurso-cuadro {
	width: 230px;
	background: #FFF;
	box-shadow: 0px 1px 2px #CCC;
	margin: 0px 10px 20px;
}

.recurso-cuadro .rc-img {
	background: #444;
	height: 80px;
	padding: 10px;
	text-align: center;
}

.recurso-cuadro .rc-img img {
	max-width: 230px;
	max-height: 80px;
}

.recurso-cuadro .rc-texto {
	height: 60px;
	padding: 10px 20px 0 20px;
}

.recurso-cuadro .rc-btn {
	height: 40px;
	padding: 20px;
	text-align: center;
}

.btn-acceder {
	background: #999;
	width: 180px;
	display: inline-block;
	color: #FFF;
	line-height: 40px;
	cursor: pointer;
}

.recurso-cuadro {
	float: left;
}

/* /////////////////////////////////// Hermes */









.tab-content-recursos {
	padding-left: 15px;
	padding-right: 50px;
}

.slidercontainer {
	width:100%;
	height:270px;
	position:relative;    
}

.recurso-categoria {
	position:absolute;
	left:0;
	/*width:1200px;*/
}

.slider-leftArrow, .slider-rightArrow {
	background-color:#fff;
	box-shadow: 0px 1px 2px #888;
	border-radius: 100%;
	position:absolute;
	top: calc(50% - 35px);
	width:60px;
	height:60px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.slider-leftArrow:active, .slider-rightArrow:active {
	top: calc(50% - 33px);
	box-shadow: none;
}

.slider-leftArrow {
	background-image: url('../img/flecharecurso_izq.png');
	left:0px;
}

.slider-rightArrow {
	background-image: url('../img/flecharecurso_der.png');
	right: 0;
}

.sliderscroll {
	width: calc(100% - 120px);
	height: 100%;
	position: absolute;
	margin-left: 70px;
	margin-right: 70px;
	overflow: hidden; 
}















.navegador_libro ul:not(.resbuscar):not(.linostyle)>li {
	cursor: pointer;
	width: 64px;
	height: 45px;
	box-sizing: border-box;
	margin: 0px !important;
	padding: 5px !important;
	/*border-right: 2px solid #FFF;*/
	text-align: center;
	/*background-color: rgba(255, 255, 255, .8) !important;*/
}

.navegador_libro>ul li:not(.colores):not(.libuscador):not(.resbuscarli):hover {
	background-color: #b6b6b6 !important;
}

.cabecera_libro {
	width: 100%;
	height: 45px;
	/*background: url(../imagenes/bg_titulo.jpg) repeat-x;*/
	background-color: /*colorprincipal*/#D8D8D8;/*-colorprincipal*/ /*#f4f4f4*/;
	font-family: 'SourceSansPro-Bold';
	/*-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;*/
	/*filter: shadow(color=#999999, direction=135, strength=2);*/
}

.herramientasOcultas {
	display: none;
	padding: 0px !important;
	background-color: #f4f4f4;
	width: 64px;
	margin-left: -5px;
}

.herramientasOcultas li {
	/*border: none !important;
	border-bottom: 2px solid #FFF !important;*/
	text-align: center;
}

.herramientasedicion {
	position: relative;
}

.container-colores {
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 132px;
	left: 63px;
	padding-bottom: 5px;
	box-shadow: 0 0 4px #999;
	border-radius: 3px;
}

.navegador_libro>ul li img {
	height: 35px;
}

#ico-herr-sub.active, #ico-herr-borr.active, #ico-herr-lapiz.active {
	background-color: #b6b6b6 !important;
}

.titlecaja, .titlecajasub {
	font-family: verdana;
	background: #eee;
	font-size: 12px;
	color: #888;
	text-align: left;
	padding: 4px 10px;
	border-bottom: 1px solid #ddd;
}

.titleslide {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.slidecontainer {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #018ed3;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #018ed3;
  cursor: pointer;
}

.container-colores .strokesize {
	margin-top: 16px;
	float: right;
}

.container-colores .strokes {
	margin-bottom: 12px;
	padding-top: 0px;
}

#ico-herr-borr {
	display: block;
}

.container-subrayado {
	display: none;
}

.container-subrayado {
	box-shadow: 0 0 4px #999;
	border-radius: 3px;
	position: absolute;
	top: 180px;
	left: 63px;
	background: #FFF;
}

.container-subrayado ul {
	padding: 0 !important;
}

.container-subrayado ul li {
	width: 100% !important;
}

.container-subrayado ul li img {
	display: inline !important;
}

.contherramientanotas {
	left: 434px;
	top: 92px;
	width: 93px;
	height: 40px;
	box-shadow: 0 0 4px #999;
	border-radius: 3px;
	background: #FFF;
	border: 0px;
}

.contherramientanotas li.notanueva, .contherramientanotas li.notaslistado {
	width: 46px !important;
	height: 40px !important;
}

.navegador_libro>ul.contherramientanotas li:hover {
	background-color: #fff !important;
}

.container-notas li {
	width: 100% !important;
}

.contnotas ul {
	/*float: left !important;*/
}

.br-izq {
	text-align: left;
}

.resultados-buscar li, .contnotas li {
	border-bottom-color: #DDD;
}

.topbarlistpostit {
	background: #ddd;
	margin-bottom: 20px;
	height: 26px;
}

.cerrarbtnpostit {
	color: #888 !important;
	font-size: 35px;
}

.container-eliminar {
	display: none;
}

#ico-herr-borrar {
	/*display: none;*/
}

.container-eliminar {
	position: absolute;
	background: #FFF;
	box-shadow: 0 0 4px #999;
	border-radius: 3px;
	top: 222px;
	left: 63px;
}

.container-eliminar ul {
	padding: 0px !important;
}

.combolike {
	color: #ccc;
    font-size: 16px;
	font-family: 'verdana';
	border: 1px solid #CCC;
	background: #FFF;
	padding: 4px 16px 4px 10px;
	margin-left: 10px;
}

#ico-recursos {
	width: auto !important;
	position: relative;
}

#ico-recursos>img, #ico-recursos .combolike {
	/*display: inline-block;*/
	float: left;
}

.combolike .Chevron{
    position:relative;
    display:inline-block;
    height:18px;
    margin-left: 6px;
}
.combolike .Chevron:before,
.combolike .Chevron:after{
    position:absolute;
    display:inline-block;
    content:"";
    border:8px solid transparent;/*adjust size*/
}
/* Replace all text `top` below with left/right/bottom to rotate the chevron */
.combolike .Chevron:before{
    top:11px;
    border-top-color:#ddd;/*Chevron Color*/
}
.combolike .Chevron:after{
    top:8px;/*adjust thickness*/
    border-top-color:#FFF;/*Match background colour*/
}

.ico-recursos.colores {
    background: none;
    display: none;
    left: -15px;
    position: absolute;
    top: 32px;
    min-width: 60px;
}

.ico-recursos.colores .contenedora {
	border: 0px;
	box-shadow: 0 0 4px #999;
	border-radius: 3px;
}

.cerrar {
	position: absolute;
	left: 0;
	height: 23px;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}

.cerrar img {
	height: 23px;
}

.navegador_libro {
	position: absolute;
	right: 0px;
	width: auto;
	margin: 0px 0vw 0px 0px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

#btnbuscador {
	width: auto;
	color: #888;
}

.textolblbuscar {
	float: right;
	font-size: 12px;
	font-family: 'verdana';
	margin-top: 7px;
	margin-left: 4px;
	margin-right: 4px;
}

#btnbuscador:hover {
	color: #FFF !important;
}

.resultados-buscar ul li {
	float: unset;
}

.resultados-buscar {
	width: 340px;
	margin-left: 3px;
	border: 0px;
	box-shadow: 0 0 4px #999;
	border-radius: 3px;
}

.noboton .titulo {
	cursor: auto;
}

.noboton .titulo:hover {
	background: transparent;
}

.noboton .titulo .Chevron {
	display: none;
}

.titulounidad {
	float: left;
	margin-left: 25px;
	line-height: 45px;
	font-family: 'SourceSansPro-Regular', Sans-Serif;
	font-size: 20px;
	color: #888;
}

.tituloseparador {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

.Chevron.active {
	transform-origin: left;
    transform: translate(22px, 10px) rotate(180deg) ;
}
.container-subrayado .contcoloressub > li.active::before, .container-poligono .contcolorespol > li.active::before {	
    width: 22px;
    line-height: 22px;
}

.ico-recursos.colores .colores:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}
