
/* *********************************************************************************************************************
 * FONTFACE
 */

@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);

@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/varelaround-regular-webfont.eot');
  src: url('../fonts/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/varelaround-regular-webfont.woff') format('woff'),
	   url('../fonts/varelaround-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Quicksand-Regular.ttf')  format('truetype');
}


/* *********************************************************************************************************************
 * SHARED
 */

body, html {
	font: 400 15px 'Lato', sans-serif;
	line-height: 21px;
	color: #808080;
	background-color: #eeeeee;
}

body.infantil{
	font-family: 'Quicksand', cursive;
}

html {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #808080;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover, a:active, a:focus {
	outline: none;
	color: #ee7f00;
	text-decoration: none;
}

	a.default-link {
		color: #808080;
		text-decoration: underline;
	}

	a.white-link {color: #ffffff;}
	a.grey-link {color: #b3b3b3;}
	a.dark-link {color: #6f7072;}
	a.black-link {color: #1a1a1a;}
	a.colored-link {color: #ee7f00;}

	a.white-link:hover,
	a.grey-link:hover,
	a.dark-link:hover,
	a.black-link:hover,
	a.white-link:focus,
	a.grey-link:focus,
	a.dark-link:focus,
	a.black-link:focus,
	.colored {
		color: #ee7f00;
	}

	a.colored-link:hover,
	a.colored-link:focus {text-decoration: underline}

h1, h2, h3, h4, h5, h6	{
	font-weight: 400;
}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 16px;}

strong {
	font-weight: 700;
}

ul {
	padding: 0px;
	margin: 0px;
}

hr {
	margin: 15px 0;
	border-top-color: #e2e2e2;
}

.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.cabecera_listarecords .cabecera_item.blocked, 
.listrecords_field.blocked {
	display: table-cell;
}

.blocked {
	display: block;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.darker {
	color: #000;
}

.centered {
	text-align: center;
}


/* *********************************************************************************************************************
 * BOOTSTRAP GLOBAL OVERWRITES
 */

/* BUTTONS */
.btn {
	padding: 6px 15px;
	border-radius: 2px;
	outline: none ! important;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-default {
	color: #fff;
	background-color: #999999;
	border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	color: #fff;
	background-color: #7a7a7a;
	border-color: transparent;
}

.btn-primary,
.btn-primary.disabled {
	color: #fff;
	background-color: #41a62a;
	border-color: transparent;
	opacity: 1;
}

	.btn-primary.btn-audiorecorder {
		background-color: transparent;
	}

.body_admin .btn-primary,
.body_admin .btn-primary.disabled {
	color:#fff;
	background-color: #006398;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #65b654;
	border-color: transparent;
}
.body_admin .btn-primary:hover,
.body_admin .btn-primary:focus,
.body_admin .btn-primary:active,
.body_admin .btn-primary.active,
.body_admin .open .dropdown-toggle.btn-primary{
	color:#fff;
	background-color: #0081C7;
}


.btn-info,
.btn-info.disabled {
	color: #fff;
	background-color: #0081c7;
	border-color: transparent;
	opacity: 1;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
	color: #fff;
	background-color: #269dde;
	border-color: transparent;
}

.btn-warning {
	color: #444;
	background-color: #fff;
	border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #777;
	background-color: #fff;
	border-color: transparent;
}
.btn-danger {
	color: #fff;
	background-color: #fc4237;
	border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #db3228;
	border-color: transparent;
}

.btn-round {
	border-radius: 100%;
	font-size: 33px;
	line-height: 35px;
}

.close {
	font-size: 30px !important;
	margin-top: -5px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-shadow: 0 0 0 transparent;
}


/* HELPERS */
.small {
	font-size: 14px;
	line-height: 16px;
}

.caret {
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #ff151f transparent transparent transparent;
	margin-right: 5px;
}

.caret.off {
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #b0b0b0;
}

.label {
	padding: 1px 5px;
	font-size: 13px;
	margin: 0 5px;
	border-radius: 2px;
	vertical-align: middle;
}

	.label-primary {
		background-color: #3AC62A;
	}

/*FORMS*/
.form-control:focus {
	border-color: #ccc;
	outline-width: 0px;
	outline-style: none;
	border-width: 1px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(160, 160, 160, 0.4);
}


/* *********************************************************************************************************************
 * MAIN STUFF
 */
.container,
.content-wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.content-wrapper {
	position: relative;
	top: 144px;
}



/* *********************************************************************************************************************
 * SECTION > HOME
 */

/*SLIDESHOW*/
.home-slider {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 0;
}

	.home-slider .slideshow li {
		list-style: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;

		-webkit-transition: opacity 1.5s ease;
		-moz-transition: opacity 1.5s ease;
		-ms-transition: opacity 1.5s ease;
		-o-transition: opacity 1.5s ease;
		transition: opacity 1.5s ease;

		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-position: center center;
	}

		.home-slider .slideshow li img {
			display: none;
		}



/*MENU*/
.home-menu {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	background: #fff;
	text-align: center;
	padding-top: 15px;
	border-bottom: 1px solid #dadada;
	z-index: 100;
}

	.home-menu .container > img,
	.home-menu .container #logoHome {
		float: left;
		margin-left: -15px;
		opacity: 1;
	}

	.home-menu .container > button {
		float: right;
		padding: 2px 10px;
		margin-top: 10px;
		display:block;
		margin: 10px 0 0 0;
	}
	#home_escho .home-menu .container ul{
		float: right;
		margin-right: 2%;
	}
	#home_escho .dos,
	#home_escho .dos .qe-menu li a:not(.active) {
		color: #000000
	}
	#home_escho .dos .qe-menu li a.grey-link:hover {
		color: #ee7f00
	}
	#calendar .fc-state-highlight.fc-today,
	#calendar td.fc-tue.fc-widget-content.fc-day29.fc-state-highlight.fc-today,
	#mini_calendar .ui-datepicker-current-day a.ui-state-active,
	.module_Calendar #calendar td.fc-sat.fc-today ,
	.module_Calendar #calendar td.fc-sun.fc-today  {
		background-color: #f38ac3!important;
		color: #ffffff;
	}
	#map_events {
		color:#000000;
	}
	.home-menu ul li {
		list-style: none;
		display: inline-block;
		margin: 0 6px;
		padding-top: 15px;
	}

	.home-menu ul li:first-child {
		margin-left: 85px;
	}

		.home-menu ul li a {
			font-size: 14px;
			color: #808080;
			padding: 4px 8px;
			border-radius: 2px;
		}

		.home-menu ul li a:hover,
		.home-menu ul li.active a {
			color: #fff;
		}
		.home-menu ul li.active:after{
			opacity:0;
		}

		.home-menu ul li[data-section="dos"] a:hover,
		.home-menu ul li[data-section="dos"].active a {
			background-color: #ee7f00;
		}

		.home-menu ul li[data-section="tres"] a:hover,
		.home-menu ul li[data-section="tres"].active a {
			background-color: #ffcc00;
		}

		.home-menu ul li[data-section="cinco"] a:hover,
		.home-menu ul li[data-section="cinco"].active a {
			background-color: #00b6e8;
		}

		.home-menu ul li[data-section="cuatro"] a:hover,
		.home-menu ul li[data-section="cuatro"].active a {
			background-color: #e2007a;
		}

		.home-menu ul li[data-section="seis"] a:hover,
		.home-menu ul li[data-section="seis"].active a {
			background-color: #41a62a;
		}

		.home-menu ul li a.fa {
			font-size: 17px;
			color: #808080;
			padding: 0;
		}

		.home-menu ul li a.fa:hover {
			color: #ccc;
			background-color: transparent;
		}


/*SECTIONS*/
.home-sections {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
.home-sections .seis .apps a{
	display:inline;
	background: none;
}

	/*SHARED*/
	.home-sections .container {
		padding: 0;
		background-color: rgba(0, 0, 0, 0.0);
		height: 100%;
		overflow: hidden;
	}

	.home-sections h1 {
		color: #000;
	}

	.home-sections .text {
		font-size: 14px;
		color: #808080;
		margin: 15px 15%;
	}



	/*S01. ENTRADA*/
	.home-sections .uno {
		height: 85%;
	}

		.home-sections .uno .controls {
			position: fixed;
			width: 100%;
			height: 50px;
			margin-top: -25px;
			top: 50%;
		}

			.home-sections .uno .controls span {
				float: left;
				position: relative;
				cursor: pointer;
			}

			.home-sections .uno .controls span:before {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				text-align: center;
				opacity: 0.7;
				filter: alpha(opacity=70);
			}

			.home-sections .uno .controls span:hover:before {
				opacity: 1;
				filter: alpha(opacity=100);
			}


			.home-sections .uno .controls span.next {
				right: 65px;
				float: right;
			}

			.home-sections .uno .controls span.prev {
				left: 20px;
			}

			.home-sections .uno .controls span.next:before {
				content: url('../../../images/home/slider-next.png');
			}

			.home-sections .uno .controls span.prev:before {
				content: url('../../../images/home/slider-prev.png');
			}

		.home-sections .uno .title-block {
			position: relative;
			top: 140px;
			left: 435px;
			width: 40%;
			text-align: left;
			display: none;
		}

			.home-sections .uno .title-block .title {
				font-size: 30px;
				line-height: 42px;
				color: #fff;
			}

			.home-sections .uno .title-block .action {
				margin-top: 20px;
			}

				.home-sections .uno .title-block .action .btn {
					height: 34px;
					padding: 6px 20px;
					font-size: 16px;
					background-color: #ee7f00;
				}

				.home-sections .uno .title-block .action .btn:hover {
					opacity: 0.8;
					filter: alpha(opacity=80);
				}

		.home-sections .uno .next-arrow {
			position: absolute;
			width: 960px;
			text-align: center;
			bottom: 60px;
		}

			.home-sections .uno .next-arrow a {
				display: inline-block;
				width: 38px;
				height: 38px;
				border: 1px solid #808080;
				border-radius: 100%;
				font-size: 26px;
				color: #808080;
				padding-top: 5px;
			}

			.home-sections .uno .next-arrow a:hover {
				background-color: #808080;
				color: #fff;
			}



	/*S02. QUE ES*/
	.home-sections .dos {
		background-color: #f5f7fa;
		padding: 150px 0 100px 0;
	}

		.home-sections .dos .container {
			text-align: left;
		}

		.home-sections .dos .qe-menu {
			width: 25%;
			display: inline-block;
			vertical-align: top;
		}

		.home-sections .dos .qe-menu h1 {
			margin-top: 0;
		}

		.home-sections .dos .qe-menu ul {
			list-style: none;
			margin-top: 20px;
		}

			.home-sections .dos .qe-menu ul li {
				margin: 5px 0;
			}

			.home-sections .dos .qe-menu ul li a {
				font-size: 13px;
			}

			.home-sections .dos .qe-menu ul li a.active {
				color: #ee7f00;
				pointer-events: none;
				cursor: default;
			}

		.home-sections .dos .qe-content {
			width: 73%;
			display: inline-block;
		}

			.home-sections .dos .qe-content > div {
				display: none;
				opacity: 0;
				filter: alpha(opacity=0);
			}

			.home-sections .dos .qe-content > div.active {
				display: block;
				opacity: 1;
				filter: alpha(opacity=100);
			}

			.home-sections .dos .qe-content img {
				max-width: 100%;
			}

			.home-sections .dos .qe-content h2 , #olvido h4{
				color: #9fc104;
				line-height: 30px;
				margin-top: 0;
			}

			.home-sections .dos .qe-content p {
				margin: 30px 0;
				line-height: 23px;
			}

	.home-sections .dos .editoriales li { font-size: 80%; }

	/*S03. NOTICIAS*/
	.home-sections .tres {
		padding: 100px 0 60px 0;
		background-color: #fff;
	}

		.home-sections .tres h1 {
			margin-bottom: 30px;
		}

		.home-sections .tres .item {
			text-align: left;
			margin-top: 40px;
			padding-right: 40px;
		}

		.home-sections .tres .item .thumb {
			float: left;
			margin: 0 30px 50px 0;
			max-width: 198px;
			max-height: 140px;
			min-height: 140px;
			min-width: 198px;
		}
		.home-sections .tres .item .icon_thumb{
			max-height: 25px;
		}

			.home-sections .tres .item h5 {
				color: #000;
				margin: 25px 0 15px 0;
			}

			.home-sections .tres .item a {
				color: #0081c7;
			}

			.home-sections .tres .item a:hover {
				text-decoration: underline;
			}
		.home_news p{
			height: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			margin:0;
		}


	/*S04. CONOCENOS*/
	.home-sections .cuatro {
		padding: 90px 0 20px 0;
		background: #fff url('../../../images/home/video-bkg.jpg') center 100px no-repeat;
	}

		.home-sections .cuatro h1 {
			margin-bottom: 50px;
		}

		.home-sections .cuatro .vimeo {
			width: 70%;
			background-color: #fff;
			padding: 30px 10px;
			margin: 35px auto 70px auto;
			border-radius: 6px;
			border: 1px solid #c8c8c8;
			-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		}

	/*S05. CONTACTO*/
	.home-sections .cinco {
		padding: 100px 0 70px 0;
		background: #f5f7fa url('../../../images/home/contacto-bkg.jpg') center 190px no-repeat;
	}

		.home-sections .cinco .contact {
			width: 75%;
			border: 1px solid #c8c8c8;
			border-radius: 6px;
			background-color: #fff;
			padding: 0px;
			margin: 40px auto;
			overflow: hidden;
			-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			text-align: left;
		}

		.home-sections .cinco .contact .left {
			float: left;
			width: 35%;
			padding: 45px 0 45px 45px;
		}

			.home-sections .cinco .contact .left h6 {
				color: #000;
				margin-top: 20px;
				line-height: 20px;
			}

			.home-sections .cinco .contact .left h3 {
				color: #0081c7;
				margin: 30px 0;
			}

			.home-sections .cinco .contact .left p {
				font-size: 12px;
				line-height: 20px;
			}

		.home-sections .cinco .contact .right {
			float: right;
			width: 65%;
		}

			.home-sections .cinco .contact .right .form {
				padding: 45px 45px 0 45px;
			}

				.home-sections .cinco .contact .right .form input {
					margin-bottom: 8px;
				}

				.home-sections .cinco .contact .right .form textarea {
					margin-bottom: 15px;
					resize: none;
				}

				.home-sections .cinco .contact .right .form label {
					float: left;
					font-size: 10px;
					font-weight: 400;
				}

				.home-sections .cinco .contact .right .form button {
					float: right;
				}



	/*S06. FOOTER*/
	.home-sections .seis {
		height: auto;
		background-color: #d9d9d9;
		text-align: left;
		padding: 40px 0 10px;
		font-size: 11px;
		line-height: 18px;
	}

	.home-sections .seis .col-md-6 > img {
	margin-right: 15px;
}

			.home-sections .seis a.network {
				opacity: 0.7;
				filter: alpha(opacity=70);
				margin-right: 8px;
			}

			.home-sections .seis a.network:hover {
				opacity: 1;
				filter: alpha(opacity=100);
			}

		.home-sections .seis .col-md-6 {
			text-align: right;
		}

		.home-sections .seis .apps {
			margin-top: 10px;
		}

		.home-sections .seis .apps ul {
			display: inline;
		}

			.home-sections .seis .apps ul li {
				list-style: none;
				width: 163px;
				height: 47px;
				display: inline-block;
				background-color: rgba(0, 0, 0, 0.7);
				border-radius: 6px;
				margin: 0 5px;

				-webkit-transition: all .8s ease;
				-moz-transition: all .8s ease;
				-ms-transition: all .8s ease;
				-o-transition: all .8s ease;
				transition: all .8s ease;
			}

			.home-sections .seis .apps ul li.not-background-color{
				background-color: inherit;
			}

				.home-sections .seis .apps ul li a {
					opacity: 0.6;
					filter: alpha(opacity=60);
				}

				.home-sections .seis .apps ul li:not(.not-background-color):hover {
					background-color: rgba(0, 0, 0, 0.9);
				}

				.home-sections .seis .apps ul li:hover a {
					opacity: 1;
					filter: alpha(opacity=100);
				}
				
				.home-sections .seis .apps ul .fa-social-networks {
					height: auto;
				        width: auto;
					background: none;
				}
				
				.home-sections .seis .apps ul a.fa{
					font-size: 17px;
					color: #808080;
					padding: 0;
				}
				
				.home-sections .seis .apps ul .fa-social-networks:hover{
					color: #ccc;
					background-color: transparent;
				}
				
				.logos-footer img{
				    margin-right: 10px;
				}
				
				.logos-footer .logo-ue{
				    width: 50%;
				}
				
				.logos-footer .logo-extremadura{
				    width: 40%;
				}


/* *********************************************************************************************************************
 * SECTION > LOGIN
 */

.home-login {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: #f5f7fa url('../../../images/home/login-bkg.jpg') center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}



	.home-login .login-box {

		width: 430px;
		height: 380px;
		border-radius: 8px;
		background-color: #fff;
		padding: 35px 40px 40px 40px;
		overflow: hidden;
		-webkit-box-shadow: 2px 2px 7px 0px rgba(204,204,204,1);
		-moz-box-shadow: 2px 2px 7px 0px rgba(204,204,204,1);
		box-shadow: 2px 2px 7px 0px rgba(204,204,204,1);
	}

		.home-login .login-box .title {
			font-size: 16px;
			color: #1d1e1c;
			margin-bottom: 10px;
			text-align: center;
			font-weight: inherit;
		}

		.home-login .login-box input {
			margin-bottom: 8px;
		}

		.home-login .login-box button {
			width: 100%;
			border-radius: 3px;
			margin-bottom: 8px;
			padding: 8px 0;
			font-size: 16px;
			font-weight: normal;
		}

		.home-login .login-box .reset {
			font-size: 12px;
			cursor: pointer;
		}

		.home-login .login-box hr {
			margin: 20px 0;
			border-top-color: #c2bfbd;
			clear: both;
		}

		.home-login .login-box .consulta {
			margin-top: 40px;
			font-size: 13px;
		}


		/*REGISTRO*/
		.home-login .login-box .registro {
			margin-top: 42px;
		}

			.home-login .login-box .registro .close {
				font-size: 25px;
			}

			.home-login .login-box .registro input[type="text"],
			.home-login .login-box .registro input[type="password"] {
				height: 40px;
			}

			.home-login .login-box .registro label {
				font-size: 16px;
				font-weight: 400;
				margin-right: 10px;
			}

			.home-login .login-box .registro label.accept {
				font-size: 13px;
				margin-top: 30px;
			}

			.home-login .login-box .registro input[type="radio"] {
				margin: 10px 5px 10px 0;
			}

	.home-login .partners {
		position: absolute;
		top: 50%;
		margin-top: 260px;
		text-align: center;
	}

		.home-login .partners img {
			margin: 0 7px;
		}

/*Se sobreescribe la calse active de e.css para que no de conflicto*/
.active{
    cursor: default;
    padding: 0;
    background:none;
    position: inherit;
    z-index: 0;

}
h1, h2, h3, h4, h5, label {
	font-weight:400;
}
h1, h2, h3, h4, h5, form, fieldset, label, span, input, textarea, p, ul, ol, li, img{
	font-family: 'Lato', sans-serif;
}
body.infantil h1, body.infantil h2, body.infantil h3, body.infantil h4, body.infantil h5, body.infantil form,
body.infantil fieldset, body.infantil label, body.infantil span, body.infantil input, body.infantil textarea,
body.infantil p, body.infantil ul, body.infantil ol, body.infantil li, body.infantil img{
	font-family: 'Quicksand', cursive;
}
body.infantil .fa {
    font-family: 'FontAwesome';
}

div.editoriales  ul{
	list-style: disc;
}

#acepto a{
	color:#9fc104;
	cursor:pointer;
}
#alertForm{
	padding: 2px;
	margin: 6px;
	display:none;
}

/****Aviso cookies****/
#cookie-bar .cb-enable{
	background: #E89433;
}
#cookie-bar .cb-enable:hover{
	background: #ee7f00;
}

/*****Estilos modales****/

.modal-backdrop{
	  background-color: #ececec;
}

/* Login in mobile landscape */

@media (max-height: 400px) {
	.home-login .partners {
		position: static;
		margin: 0;
	}
}
/* End Login in mobile landscape */


/* ESTILO DE LOS LISTADOS DE ADMINISTRACIÓN */

.listadousuarios .cabecera_listarecords .cabecera_item:nth-child(6),
.listadousuarios .listrecords_item .listrecords_field:nth-child(6) {
	width: 80px;
	max-width: 80px;
}

.listadolibrero .cabecera_listarecords .cabecera_item:nth-child(2),
.listadolibrero .listrecords_item .listrecords_field:nth-child(2) {
	width: 140px;
	max-width: 140px;
}

.listadolibrero .cabecera_listarecords .cabecera_item:nth-child(3),
.listadolibrero .listrecords_item .listrecords_field:nth-child(3) {
	width: 180px;
	max-width: 180px;
}

.listadolibrero .cabecera_listarecords .cabecera_item:nth-child(4),
.listadolibrero .listrecords_item .listrecords_field:nth-child(4) {
	width: 220px;
	max-width: 220px;
}

.listadolibrero.ConPagos .cabecera_listarecords .cabecera_item:nth-child(3),
.listadolibrero.ConPagos .listrecords_item .listrecords_field:nth-child(3) {
	width: 160px;
	max-width: 160px;
}

.listadolibrero.ConPagos .cabecera_listarecords .cabecera_item:nth-child(4),
.listadolibrero.ConPagos .listrecords_item .listrecords_field:nth-child(4) {
	width: 180px;
	max-width: 180px;
}

.listadomochila .cabecera_listarecords .cabecera_item:nth-child(3),
.listadomochila .listrecords_item .listrecords_field:nth-child(3) {
	width: 160px;
	max-width: 160px;
}

.listadomochila .cabecera_listarecords .cabecera_item:nth-child(4),
.listadomochila .listrecords_item .listrecords_field:nth-child(4) {
	width: 170px;
	max-width: 170px;
}

.listadomochila.ConAcciones .cabecera_listarecords .cabecera_item:nth-child(3),
.listadomochila.ConAcciones .listrecords_item .listrecords_field:nth-child(3) {
	width: 140px;
	max-width: 140px;
}

.listadomochila.ConAcciones .cabecera_listarecords .cabecera_item:nth-child(4),
.listadomochila.ConAcciones .listrecords_item .listrecords_field:nth-child(4) {
	width: 160px;
	max-width: 160px;
}

.listadogrupos.gruposCentro .cabecera_listarecords .cabecera_item:first-child,
.listadogrupos.gruposCentro .listrecords_item .listrecords_field:first-child {
	width: 320px;
	max-width: 320px;
}

.listadogrupos.gruposCentro .cabecera_listarecords .cabecera_item:nth-child(2),
.listadogrupos.gruposCentro .listrecords_item .listrecords_field:nth-child(2) {
	width: 300px;
	max-width: 300px;
}

.listadogrupos.gruposCentro .cabecera_listarecords .cabecera_item:nth-child(3),
.listadogrupos.gruposCentro .listrecords_item .listrecords_field:nth-child(3) {
	width: 107px;
	max-width: 107px;
}

.listadogrupos.gruposCentro .cabecera_listarecords .cabecera_item:nth-child(4),
.listadogrupos.gruposCentro .listrecords_item .listrecords_field:nth-child(4) {
	width: 150px;
	max-width: 150px;
}

.listadogrupos.gruposProfesor .cabecera_listarecords .cabecera_item:first-child,
.listadogrupos.gruposProfesor .listrecords_item .listrecords_field:first-child {
	width: 442px;
	max-width: 442px;
}

.listadogrupos.gruposProfesor .cabecera_listarecords .cabecera_item:nth-child(2),
.listadogrupos.gruposProfesor .listrecords_item .listrecords_field:nth-child(2) {
	width: 200px;
	max-width: 200px;
}

.listadogrupos.gruposProfesor .cabecera_listarecords .cabecera_item:nth-child(3),
.listadogrupos.gruposProfesor .listrecords_item .listrecords_field:nth-child(3) {
	width: 235px;
	max-width: 235px;
}

.resumencontenidos .cabecera_listarecords .cabecera_item:last-child,
.resumencontenidos .listrecords_item .listrecords_field:last-child {
	width: 533px;
	max-width: 533px;
}

.listadolicencias .cabecera_listarecords .cabecera_item:first-child,
.listadolicencias .listrecords_item .listrecords_field:first-child {
	width: 110px;
	max-width: 110px;
}

.listadolicencias.Completo .cabecera_listarecords .cabecera_item:nth-child(2),
.listadolicencias.Completo .listrecords_item .listrecords_field:nth-child(2) {
	width: 60px;
	max-width: 60px;
}

.listadolicencias.Completo .cabecera_listarecords .cabecera_item:nth-child(3),
.listadolicencias.Completo .listrecords_item .listrecords_field:nth-child(3) {
	width: 150px;
	max-width: 150px;
}

.listadolicencias.Completo .cabecera_listarecords .cabecera_item:nth-child(7),
.listadolicencias.Completo .listrecords_item .listrecords_field:nth-child(7) {
	width: 80px;
	max-width: 80px;
}

.listadolicencias.Completo .cabecera_listarecords .cabecera_item:nth-child(8),
.listadolicencias.Completo .listrecords_item .listrecords_field:nth-child(8) {
	width: 95px;
	max-width: 95px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:first-child,
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:first-child {
	width: 70px;
	max-width: 70px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(2),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(2) {
	width: 50px;
	max-width: 50px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(3),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(3) {
	width: 120px;
	max-width: 120px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(5),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(5) {
	width: 70px;
	max-width: 70px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(7),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(7) {
	width: 80px;
	max-width: 80px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(8),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(8) {
	width: 80px;
	max-width: 80px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(9),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(9) {
	width: 75px;
	max-width: 75px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:nth-child(11),
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:nth-child(11) {
	width: 57px;
	max-width: 57px;
}

.listadolicencias.CompletoFechaIni .cabecera_listarecords .cabecera_item:last-child,
.listadolicencias.CompletoFechaIni .listrecords_item .listrecords_field:last-child {
	width: 75px;
	max-width: 75px;
}

.listadolicencias.FechaIni .cabecera_listarecords .cabecera_item:nth-child(2),
.listadolicencias.FechaIni .listrecords_item .listrecords_field:nth-child(2) {
	width: 130px;
	max-width: 130px;
}

.listadolicencias.FechaIni .cabecera_listarecords .cabecera_item:nth-child(3),
.listadolicencias.FechaIni .listrecords_item .listrecords_field:nth-child(3) {
	width: 100px;
	max-width: 100px;
}

.listadolicencias.FechaIni .cabecera_listarecords .cabecera_item:nth-child(4),
.listadolicencias.FechaIni .listrecords_item .listrecords_field:nth-child(4) {
	width: 80px;
	max-width: 80px;
}

.listadolicencias.FechaIni .cabecera_listarecords .cabecera_item:nth-child(7),
.listadolicencias.FechaIni .listrecords_item .listrecords_field:nth-child(7) {
	width: 80px;
	max-width: 80px;
}

.listadolicencias.FechaIni .cabecera_listarecords .cabecera_item:nth-child(8),
.listadolicencias.FechaIni .listrecords_item .listrecords_field:nth-child(8) {
	width: 70px;
	max-width: 70px;
}

.listadolicencias.FechaIni .cabecera_listarecords .cabecera_item:nth-child(9),
.listadolicencias.FechaIni .listrecords_item .listrecords_field:nth-child(9) {
	width: 70px;
	max-width: 70px;
}


.listadousuarios.perfilAdministrador .cabecera_listarecords .cabecera_item:first-child,
.listadousuarios.perfilAdministrador .listrecords_item .listrecords_field:first-child {
	width: 150px;
	max-width: 150px;
}

.listadousuarios.perfilAdministrador .cabecera_listarecords .cabecera_item:nth-child(2),
.listadousuarios.perfilAdministrador .listrecords_item .listrecords_field:nth-child(2) {
	width: 190px;
	max-width: 190px;
}

.listadousuarios.perfilEditorial .cabecera_listarecords .cabecera_item:first-child,
.listadousuarios.perfilEditorial .listrecords_item .listrecords_field:first-child {
	width: 170px;
	max-width: 170px;
}

.listadousuarios.perfilEditorial .cabecera_listarecords .cabecera_item:nth-child(2),
.listadousuarios.perfilEditorial .listrecords_item .listrecords_field:nth-child(2) {
	width: 194px;
	max-width: 194px;
}

.listadousuarios.perfilEditorial .cabecera_listarecords .cabecera_item:nth-child(5),
.listadousuarios.perfilEditorial .listrecords_item .listrecords_field:nth-child(5) {
	width: 200px;
	max-width: 200px;
}

.listadousuarios.perfilEstadista .cabecera_listarecords .cabecera_item:first-child,
.listadousuarios.perfilEstadista .listrecords_item .listrecords_field:first-child {
	width: 178px;
	max-width: 178px;
}

.listadousuarios.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(2),
.listadousuarios.perfilEstadista .listrecords_item .listrecords_field:nth-child(2) {
	width: 220px;
	max-width: 220px;
}

.listadousuarios.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(3),
.listadousuarios.perfilEstadista .listrecords_item .listrecords_field:nth-child(3) {
	width: 60px;
	max-width: 60px;
}

.listadousuarios.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(4),
.listadousuarios.perfilEstadista .listrecords_item .listrecords_field:nth-child(4) {
	width: 220px;
	max-width: 220px;
}

.listadousuarios.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(5),
.listadousuarios.perfilEstadista .listrecords_item .listrecords_field:nth-child(5) {
	width: 100px;
	max-width: 100px;
}

.listadousuarios.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(6),
.listadousuarios.perfilEstadista .listrecords_item .listrecords_field:nth-child(6) {
	width: 100px;
	max-width: 100px;
}

.listadocentros .cabecera_listarecords .cabecera_item:last-child,
.listadocentros .listrecords_item .listrecords_field:last-child {
	width: 68px;
	max-width: 68px;
}

.listadocentros.perfilAdministrador .cabecera_listarecords .cabecera_item:nth-child(2),
.listadocentros.perfilAdministrador .listrecords_item .listrecords_field:nth-child(2) {
	width: 90px;
	max-width: 90px;
}

.listadocentros.perfilAdministrador .cabecera_listarecords .cabecera_item:nth-child(3),
.listadocentros.perfilAdministrador .listrecords_item .listrecords_field:nth-child(3) {
	width: 200px;
	max-width: 200px;
}

.listadocentros.perfilAdministrador .cabecera_listarecords .cabecera_item:nth-child(5),
.listadocentros.perfilAdministrador .listrecords_item .listrecords_field:nth-child(5) {
	width: 100px;
	max-width: 100px;
}

.listadocentros.perfilAdministrador .cabecera_listarecords .cabecera_item:nth-child(6),
.listadocentros.perfilAdministrador .listrecords_item .listrecords_field:nth-child(6) {
	width: 110px;
	max-width: 110px;
}

.listadocentros.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(2),
.listadocentros.perfilEstadista .listrecords_item .listrecords_field:nth-child(2) {
	width: 90px;
	max-width: 90px;
}

.listadocentros.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(3),
.listadocentros.perfilEstadista .listrecords_item .listrecords_field:nth-child(3) {
	width: 220px;
	max-width: 220px;
}

.listadocentros.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(4),
.listadocentros.perfilEstadista .listrecords_item .listrecords_field:nth-child(4) {
	width: 190px;
	max-width: 190px;
}

.listadocentros.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(5),
.listadocentros.perfilEstadista .listrecords_item .listrecords_field:nth-child(5) {
	width: 108px;
	max-width: 108px;
}

.listadocentros.perfilEstadista .cabecera_listarecords .cabecera_item:nth-child(6),
.listadocentros.perfilEstadista .listrecords_item .listrecords_field:nth-child(6) {
	width: 130px;
	max-width: 130px;
}

.listadocentros.perfilEstadista .cabecera_listarecords .cabecera_item:last-child,
.listadocentros.perfilEstadista .listrecords_item .listrecords_field:last-child {
	width: 80px;
	max-width: 80px;
}
.user-session {
    background-color: #b9b6b6;
    padding: 15px 25px;
    font-weight: bold;
}
.user-session a:before {
    content: none;
}
