/**
 *
 * Esta hoja CSS contiene las clases que forman la estructura base (plantilla) de la pÃƒÂ¡gina. Las clases estÃƒÂ¡n divididas por los elementos 
 * que las constituyen (Menu1, menu2, contenido...) y a su vez se divide cada parte en otras dos: CSS estructural (ancho, margenes) y CSS visual (color marco, tamaÃƒÂ±o borde...)
 *
 * IMPORTANTE: En esta hoja css debe de ponerse SOLO lo relacionado con la plantilla, no con los estilos personalizados
 * 
 */

/**
 * CSS Estructural Inicio
 */
.banner {
	height: 199px;
	width: 950px;
	/*width: 100%;*/
	/*overflow: hidden;*/
	background-color: gray;
	margin: auto; /*67px auto auto*/
	max-height: 199px !important;
	border: 1px solid #848484;
	/*overflow: hidden;*/
}



.slick-prev:before, .slick-next:before {
	/*color: #848484 !important;*/
	color: #E30613 !important; /*de la upv*/
}


.texto-slide {
	position: absolute;
	float: left;
}

.element-inicio-serv-container {
	padding-left: 2%;
	padding-right: 2%;
}

.element-inicio-nov-container {
	padding-left: 0%;
	padding-right: 2%;
}

.acceso-varios {
	margin: 20px auto 0 auto;
	display: table;
}

.acceso-varios-element {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 197px;
	margin-top: 20px;
	height: 140px;
	border-right: 1px solid #E30613;
	overflow: hidden;
}

.acceso-varios-titulo {
	line-height: 18px;
	margin-bottom: 18px;
}

.acceso-varios-desc {
	margin-bottom: 7px;
}

.acceso-varios-link {
	color: #4183c4 !important;
	color: #507329; /*UPV*/
	height: 7px;
	padding-right: 10px;
	width: 4px;
}

.serv-destacados-element {
	float: left;
	margin: 0px 12px 20px 12px;
	width: 197px;
	height: 140px;
	overflow: hidden;
}

img.destacado-icono {
	max-width: 35px;
	height: 27px;
}

.serv-destacados-element .destacado-titulo {
	display: table-cell;
	vertical-align: middle;
	width: 250px; /*en UPV 142px*/
	/*height:35px;*/
}

.serv-destacados-element .destacado-descripcion {
	display: none;
}

.serv-destacados-element a {
	font-weight: bold;
	font-size: 12px;
}

.servicios-destacados-container {
	border-bottom: 1px solid #dbdbdb;
	margin: 35px 35px 0 35px; /*40px auto auto 20px;*/
}

/*modificado para sede*/
.tit-servicios-destacados {
	font-size: 1.4rem;
	color: rgb(183, 28, 28);
	border-bottom: 3px solid #E30613;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

.btn-ir-destacados {
	background: none repeat scroll 0 0 #b71c1c;
	color: #FFFFFF !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	width: 110px;
	margin-top: 12px;
	float: right;
	margin-right: 35px;
	/* 	line-height: 12px; */
}

/**AÃ‘ADIDO PARA a:hover DEL BOTON DESTACADOS**/
.btn-ir-destacados:hover {
	background-color: #c80f2e !important;
	color: #FFFFFF !important;
}

.btn-ir-destacados .flecha {
	font-size: 9;
	color: #FFFFFF; /*#f9a685;*/
}

/*AÑADIDO*/
.contenedor-paneles-inicio {
	margin: auto;
	padding-left: 120px;
}

.novedades-sede-container {
	border-bottom: 1px solid #dbdbdb;
	margin: 46px 35px 0 35px;
}

.tit-novedades-sede {
	font-size: 1.4rem;
	/* 	color: #000080; */
	color: #88697B;
	padding-bottom: 4px;
	border-bottom: 3px solid #88697B;;
	margin-bottom: 20px;
}

.novedades-sede-element {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 197px; /*220px;*/
	margin-top: 20px;
	height: 140px; /*Anterior 60px; 80px;*/
	border-right: 1px solid #dbdbdb;
	overflow: hidden;
}

.novedades-sede-element .novedad-fecha {
	/* 	color: #3366CC;#3F3E3D; */
	color: #88697B;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

.novedades-sede-element .novedad-titulo {
	
}

.btn-ir-anuncios {
	background: none repeat scroll 0 0 #88697B;
	/*url(../img/spriteFondos.png) no-repeat scroll -15px 0;*/
	color: #FFFFFF !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	/*     height: 13px;  */
	height: 22px;
	padding-top: 4px;
	text-align: center;
	width: 110px;
	float: right;
	margin: 12px 35px 46px 0px;
	/*     margin-right: 35px; */
	/*  	line-height: 12px;  */
	/*  	padding: 8px;2px 10px 0 25px;  */
}

/**AÃ‘ADIDO PARA a:hover DEL BOTON ANUNCIOS**/
.btn-ir-anuncios:hover {
	background-color: #808080 !important;
	color: #FFFFFF !important;
}

/**/
.btn-ir-anuncios .flecha {
	font-size: 9;
	color: #aea6aa;
}

.icono_pos_serv_D {
	float: right;
	margin-right: 30px;
}

.icono_pos_serv_I {
	float: left;
	margin-right: 10px;
}
/* .icono_pos_serv_ { */
/*     float: left; */
/*     margin-right: 10px; */
/* } */

/******************/

/**
 * CSS estructural Menu 1
 */
.nav-1 {
	width: 100%;
	/*LA PÁGINA DEL CONSELL NO TIENE ESTE BORDE*/
	/* border-bottom: 1px solid #dcdcdb;
    border-top: 2px solid #000; 	*/
	/*box-shadow: 2px 2px 5px #0033cc; /*#888888;*/
	background:#E30613;
	transition: all 0.2s ease 0s;
}

.nav-1 ul {
	list-style: none outside none;
	padding: 0;
	margin-left: 19px;
	min-height: 40px; /*35px;*/
	display: flex;
}

.nav-1 ul li {
	display: inline-flex;
	height: 100%;
}

.nav-1 ul li a {
	cursor: pointer;
	cursor: hand;
	color: #ffffffe6; /*#FFFFFF;*/
	font-size: 14px;
	/*font-weight: bold;*/
	height: 100%
}

.nav-1 ul li.derecha {
	float: right;
	margin-right: 35px;
	/*margin-top: 35px;*/
	flex-grow: 1;
	flex-flow: row-reverse;
	align-self: center;
}

.nav-1 ul li.derecha a {
	font-size: 12px !important;
	order: -1;
}

.nav-1 ul li.derecha.btn_identif a {
	font-size: 11px !important;
	line-height: 11px;
	width: 230px;
	height: 13px;
	margin-top: 3.2em;
	padding: 2px 0 0 0;
	background: url(../img/spriteFondos.png) no-repeat scroll 0 0
		transparent;
}

.nav-1 ul li.derecha.btn_reloj i {
	font-size: 1em;
}

.nav-1 ul li.derecha.btn_reloj a {
	padding-top: 10px;
}

.nav-1 .nombreApellidosUsu {
	font-size: 12px;
}

.nav-1 .btnSalirSesion {
	font-size: 12px;
}

.nav-1 .dniUsu {
	font-size: 12px;
}

.menu-item {
	position: relative;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0;
	padding: 0.92857143em 1.14285714em;
	text-transform: none;
	color: rgba(0, 0, 0, .87);
	font-weight: 400;
	-webkit-transition: background .1s ease, color .1s ease,
		-webkit-box-shadow .1s ease;
	transition: background .1s ease, color .1s ease, -webkit-box-shadow .1s
		ease;
	transition: background .1s ease, box-shadow .1s ease, color .1s ease;
	transition: background .1s ease, box-shadow .1s ease, color .1s ease,
		-webkit-box-shadow .1s ease;
}

.menu-item:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: rgba(34, 36, 38, .1);
}

.icono-cerrarSesion {
	height: 12px;
	margin-top: 2px;
	margin-left: 3px;
	padding-right: 10px;
	/*margin-left: -8px;*/
}

.separador-login {
		color: #dcdcdb;
}

/**
* CSS Buscador
*/
.campo-buscador {
	border: solid 1px #dbdbdb;
	width: 125px;
	height: 26px;
	padding: 0px 5px 0px 5px;
	color: #727170;
	float: left;
	/* 	margin-top:10px; */
	margin-right: 15px;
	outline: none;
}

.btn-buscadord {
	/*background: rgb(183, 28, 28);*/
	/*font-weight: normal !important;*/
	margin-left: 0px !important;
	float: left;
	margin-top: 1px;
}

.btn-buscadord:hover {
	color: #840814 !important;
    background-color: #ffffff14 !important;
/*font-weight: normal !important;*/
}

.boton-menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
	margin-left: 5px;
	margin-right: 0;
	position: absolute;
	height: 2.83em;
	cursor: pointer;
	position: relative;
	width: 10em;
}

.boton-menu .barra-menu {
	background-color: #f5f5f5;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 18px;
	margin-bottom: 2px;
	padding-left: 1.05em;
}

.boton-menu .menu-text {
	color: #f5f5f5;
	font-weight: 700;
	left: 30px;
	position: absolute;
	text-transform: uppercase;
	top: 11px;
}
/*******************************/

/**
 * CSS estructural Menu 2
 */
.nav-2 {
	float: left;
	width: 193px;
	margin-left: 11px;
	/*box-shadow: 5px 5px 2px #BCBCBC;
	border: 1px solid #BCBCBC;*/
	border-bottom: #000080;
}

.nav-2 .bloqueNodosIntermedios {
	margin-bottom: -1px;
}

.nav-2 a {
	/*display: block !important;*/
	display: inline;
	min-height: 20px;
	overflow: hidden !important;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	    text-transform: none;
}

.nav-2 ul {
	list-style: none;
	background-color: #E6E6E6;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.icono_pos_D {
	float: right;
	margin-right: 10px;
}

.icono_pos_I {
	float: left;
	margin-right: 5px;
	padding-top: 2px;
}

/*******************************/

/**
 * CSS estructural Migas
 */
.miga {
	line-height: 1;
	font-size: 1rem;
	/*  padding: 1rem;*/
	background-color: white;
	/*     margin: 15px 10px 0px 10px;  */
	height: 67px;
	padding: 0 1em;
	align-self: center;
	margin-top: 0.25em;
}

.migaContenido {
	height: 67px;
	width: 100%;
}

.miga ul {
	padding-left: 5px;
	list-style: none outside none;
	display: inline;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.miga ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.migaSel {
	font-weight: bold;
}

.miga .active.section {
	font-weight: 700;
}

.miga a.section {
	cursor: pointer;
	padding: 0 1em;
}

.miga a {
	color: #AFA7A9;
}

a.active {
	font-weight: bold !important;
}

.miga a:hover {
	color: #7C7476;
}

.miga i.icon {
	width: 1.18em;
	height: 1em;
	font-size: .8em;
	vertical-align: baseline;
	display: inline-block;
	font-style: normal;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	backface-visibility: hidden;
	opacity: .7;
	color: #00000066
}

/******************/

/**
* CSS Contenido lateral iframe
*/
.frameLateral {
	float: left;
	margin-left: 24px;
	margin-right: 10px;
	width: 900px;
}

/*****************/

/**
 * CSS Contenido subcategorias
 */
.subclasificacion {
	/*float: left;*/
	margin: 0px 53px 25px 0px;
	/*min-width: 197px;*/
	/*width: 197px;
     COMENTADO PARA QUE OCUPE TODA LA LINEA*/
	height: 140px;
	overflow: hidden;
	display: inline-table;
}

.destacado-titulo {
	text-overflow: ellipsis;
}

.subclasificacion a.destacado-titulo {
	line-height: 16px;
	color: #000000;
	display: block;
	padding-top: 7px;
	font-weight: bold;
	font-size: 15px;
	width: 600px;
}

.subclasificacion p.destacado-descripcion {
	color: rgb(183, 28, 28);
	font-size: 11px;
	float: left;
	line-height: 40px;
}

/********************/

/**
 * CSS estructural Contenido
 */
.contenido {
	float: left;
	width: 70%;
	margin-left: 24px;
	margin-right: 10px;
	width: 870px;
	border-bottom: solid 1px #BCBCBC;
}

.contSinIntermedios {
	margin-left: 150px;
}

.tooltipInfo {
	float: right;
}

.tooltipInfo img {
	width: 25px;
	padding-top: 35px;
}

.resultadosBusquedaWrapper .dataTables_info {
	margin-left: 0px !important;
	padding-top: 0px !important;
	float: left;
	max-width: 190px;
}

.resultadosBusquedaWrapper .dataTables_filter {
	float: left;
}

.resultadosBusquedaWrapper .dataTables_orden {
	float: left;
	/*position: absolute;*/
	/*bottom: 4px;
    right: 8px;*/
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.6;
	font-size: small;
	/*padding-right: 30px;*/
	color: #585858;
}

.resultadosBusquedaWrapper .dataTables_orden.dt_asc:after {
	content: "\e155";
}

.resultadosBusquedaWrapper .dataTables_orden.dt_desc:after {
	content: "\e156";
}

.resultadosBusquedaWrapper .dataTables_length {
	float: left;
	margin-top: 0px !important;
}

.resultadosBusquedaWrapper .dataTables_paginate {
	float: right;
}

.resultadosBusquedaWrapper .paginate_button {
	padding: 5px !important;
	margin: 5px !important;
}

.resultadosBusquedaWrapper .paginate_button:hover {
	cursor: pointer;
}

.paginate_input {
	width: 18px;
}

.resultadosBusquedaWrapper .dataTables_filter,
	.resultadosBusquedaWrapper .dataTables_length,
	.resultadosBusquedaWrapper .dataTables_orden {
	margin-left: 60px;
}

.dataTables_wrapper table thead {
	display: none;
}

#resultadoBusquedaDT td.child {
	cursor: auto !important;
}

.contenido-buscador {
	float: left;
	width: 90%;
	margin-left: 60px;
	/* width: 607px; */
	border-top: solid 3px #ACCFE8;
}

table.dataTable tr.child span.dtr-title {
	/* PARA OCULTAR LOS DOS PUNTOS QUE APARECE EN LOS DETALLES POR ESTAR EL NOMBRE DEL CAMPO VACIO EN DATATABLE */
	display: none !important;
}

.cabeceraContenido {
	margin: 11px;
	padding: 7px;
	font-size: 14px;
	color: #000000;
	border-bottom: solid 2px;
	border-bottom-color: #777675;
}

.textoCabeceraContenido {
	/*float: left;*/
	/*color: #3f3e3d;*/
	color: #B71D1D;
	font-size: 16px;
	font-weight: bold;
}

.textoCabeceraBusqueda {
	color: #3f3e3d;
	font-size: 16px;
	font-weight: bold;
	margin-left: 61px;
}

.contenedorHojas {
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 13px;
}

p.hoja-contenido {
	display: block;
	color: #3f3e3d;
}

/**************/

/**
 * CSS paginacion
 */
.pagination li {
	display: inline;
}

.pagination li a {
	text-decoration: none;
	color: #000;
	float: left;
	padding: 8px 8px;
}

.pagination li.active a {
	font-weight: bold;
}

.botonAnterior {
	background: url("../img/btns_paginacion.png") no-repeat scroll 0px 0px
		transparent;
	height: 26px;
	width: 26px;
	margin-right: 7px;
	text-indent: -9999px;
	float: left;
	display: block;
	border: none;
	font-size: 0%;
}

.botonSiguiente {
	background: url("../img/btns_paginacion.png") no-repeat scroll -30px 0px
		transparent;
	height: 26px;
	width: 26px;
	text-indent: -9999px;
	float: left;
	display: block;
	border: none;
	font-size: 0%;
}

/**************/

/**
 * CSS general
 */
.oculto {
	display: none !important;
}

body {
	background: #f8f7f6 !important;
	font-size: 12px;
	line-height: 1.4285em;
	height: 100vh;
	/*copiados de semantic*/
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
	min-height: 100vh;
	font-family: 'Fira Sans', Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	/* copiado del cjc*/
	/* 	background-color: rgb(183, 28, 28);  */
	transition: all 0.2s ease 0s;
	width: 100% !important;
	display: block;
}

a {
	text-decoration: none;
}

a, img {
	text-decoration: none;
	border: none;
	outline: none;
}

html {
	height: 100vh;
	line-height: 1.15;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	padding: 0;
}

#contenedorPrincipal {
	min-height: 100vh;
	background-color: #ffffff;
	width: 1200px;
	margin: 0 auto;
	height: auto !important;
}

.contenedorInf {
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0px;
	float: left;
	flex: 1;
	padding-bottom: 30vh;
}

/*******************/

/**
* CSS Cabecera
**/
.vista-login {
	float: left;
	padding-left: 10px;
}

.sin_sesion a {
	color:#ffffffe6 !important; /*black*/
	font-size:14px;
}
.sin_sesion a:hover{
	color:#fff;
    background-color: #ffffff14;
}
.con_sesion a {
	color:  #E30613 !important; /*black*/
    font-weight: 400;
	font-size:12px;
}

.con_sesion a:hover {
	color:  #BE0811 !important; /*black*/
}

#button-login {
   /* font-family: "Montserrat", Sans-serif;*/
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #E30613;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px 15px 10px;
    box-sizing: border-box;
}
#button-login .button-icon-right{
	    margin-left: 10px;
}



.subtituloOVES {
	padding-top: 12px;
	padding-left: 23px;
	font-size: 16px;
}

#divCabecera {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
}

#divCabecera #Logo_Sede {
	/*width: 205px; /*360px;*/
	padding: 0 40px;
	width:auto;
	
}

#cabeceraNombre {
	margin: 0 auto 0 auto;
	padding-bottom: 0.6rem;
	font-variant: small-caps;
	line-height: 95%;
}

.bloqueTitulo {
	margin: 0 auto;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 0;
}

.bloqueTituloContenido {
	padding: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	display: inline-block;
	-webkit-box-orient: vertical;
	flex-direction: column;
	vertical-align: middle;
	align-self: center !important;
	width: 100% !important;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	text-align: center;
	font-family: 'Fira Sans', Garamond, New York, Copperplate32bc, Century Schoolbook,
		Albertus MT Lt;
	color: rgb(60, 60, 60);
	font-size: large;
}

.buscadorCabecera {
	padding-left: 50px;
	width: 220px;
}

/* #divCabecera #Logo_Sede h1 { */
/* 	color: #2D6E99 COLOR_OSCURO; */
/* 	font-family: 'Fira Sans', City Medium; */
/* 	font-size: 3em; */
/* 	margin: 35px 5px 0 20px; */
/* 	max-width: 100%; */
/* 	height: 100px; */
/* 	margin-right: .5rem; */
/* 	float: left; */
	
/* } */


#divCabecera #Logo_Sede h1 a {
	color: #797979;
}
*/
#divCabecera #animacion {
	width: 450px;
}

#divCabecera #accesibilidad {
	max-width: 100%;
	padding: 0 30px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

span.primeraLetra {
	font-size: 24pt;
}

/**/
#divCabecera #accesibilidad p {
	margin: 0;
	padding: 0;
	width: 100%;
}

#divCabecera #accesibilidad #linkGVA a {
	background: #575353;
	float: right;
	height: 16px;
	line-height: 16px;
	padding-top: 1px;
	text-align: center;
	width: 120px;
	font-size: 90%;
	color: white;
}

.imgLogoGeneralitat {
	padding-right: 20px;
	float: left;
	background-color: transparent;
	margin-bottom: 0;
	display: block;
	position: relative;
	vertical-align: middle;
	max-height: 100%;
	border-style: none;
}

.imgLogo {
	margin-bottom: 0;
	padding-left: 20px;
	float: left;
	max-height: 100%;
	background-color: transparent;
	position: relative;
	vertical-align: middle;
	display: block;
}

.header {
	margin: 0;
	/*background: url("../../img/spriteFondos.png") repeat-x scroll 0 -47px transparent; */
	overflow: hidden;
}

.header-container{
	display:flex;
	flex-flow:row;
}

.barra-cabecera {
	height: 10px;
}


.menu-top .idiomaselect {
	color: #840814 !important;
	font-weight: bold !important;
}

.top_menu {
	list-style-type: none;
	display: inline-flex;
	margin: 0px;
	width: 100%; 
	padding-inline-end:40px;
}

.top_menu li {
	float: left;
	margin: 5px;   
	color: #E30613;
}

.top_menu li:hover{
	color:#BE0811;
}

.top_menu li a {
	color: #E30613;
    transition: color 0.3s;
}

.right .top_menu {
	flex-direction: row-reverse;
	;
}
.top_menu li a:hover {
    color:#BE0811;
}

.menu-top a {
	color: #5c5b5a;
	text-decoration: none;
}

.menu-top div {
	display: inline;
}
.separador {
		color: #dcdcdb;
	font-size: 9px;
}
.menu-top span {
	margin: 0 7px 0 7px;
}

.menu-top {
	font-size: 13px;
	float: right;
	overflow: hidden;
	width:100%;
}

i { /*::before;*/
	
}

.logo-izq {
	float: left;
	width: 190px;
	margin-top: 22px;
	margin-left: 11px;
}

.logo-der {
	float: right;
	width: 174px;
	margin-top: 29px;
	margin-right: 11px;
}

.over-hand {
	cursor: pointer
}

/**********/

/**
* CSS Pie
**/
.texto-normalm a {
	color: #3366CC; /*#727170;*/
}

.centrado {
	text-align: center;
	margin: auto;
}

.pie {
	margin-top: 85px;
	padding: 1rem;
	border-top: 1px solid #BCBCBC;
	height: 30vh;
	color: grey;
	padding-bottom: 30px;
	/* 	background-color: #292828" */
}

#pie {
	background-color:#BE0811;
	padding: 0 0 3rem 0;
}

#pie div  {
	background-color:rgb(132,8,20);
	padding:1rem 0;
}
.texto-normalm {
	font-size: 11px;
	line-height: 15px;
}

.linea-larga {
	border-top: 1px solid #DCDCDB;
	margin-bottom: 12px;
	overflow: hidden;
}

.texto_piePagina a {
	color:#fff;
}
.texto_piePagina a:hover {
	color:#E30613;;
}

.texto_piePagina tbody a:visited {
	color:#E30613;
}
/***********/
tbody {
	font-style: italic;
	font-size: 13px;
	background-color: #FFF;
}

#resultadoBusquedaDT tbody {
	font-style: inherit;
}

tbody a:link, tbody a:hover, tbody a:visited, tbody a:active {
	color: #848484;
}

.sorting_1 {
	color: #2E2E2E;
}

.odd a, .even a {
	color: #3f3e3d;
}

.botonAccederREX {
	min-width: 120px;
}

.botonAccederREX a {
	padding: 8px 16px;
	text-decoration: none;
	background-color: #585858;
	color: white !important;
	font-size: 11px;
	float: right;
	margin-right: 5px;
}

.botonAccederREX div {
	float: right;
	margin-top: 0;
}

.imagenBotonAccederREX {
	margin-top: -10px;
}

/*Atributos de filas de tabla de busqueda*/
table.dataTable.dtr-inline.collapsed tbody tr {
	height: 50px;
}

/*Atributos aÃƒÂ±adidos de icono para desplegar de las filas de la tabla de busqueda*/
table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before
	{
	margin-top: 8px;
}

.sprite32 {
	width: 32px !important;
	height: 32px !important;
	background-image: url(../../img/sprite32.png);
	float: right;
}

.spriteLvl0 {
	background-position: -32px 0px;
}

.spriteLvl3 {
	background-position: -64px 0px;
}

.spriteLvl6 {
	background-position: -64px 0px;
}

.spriteLvl10 {
	background-position: -96px 0px;
}

/***********/

/**CSS IFRAMES***/
.loginFrame {
	min-height: 700px;
}

/****************/

/**CSS LISTA PROCEDIMIENTOS **/
.contenidoProc {
	float: left;
	width: 70%;
	margin-left: 24px;
	margin-right: 10px;
	width: 870px;
}

.contenedorProcedimientos {
	float: left;
	width: 70%;
	margin-right: 10px;
	margin: 11px;
	width: 870px;
}

.navegadorProcedimientos>li {
	display: block;
	list-style-type: none;
	font-weight: bold;
	font-size: 17px;
	padding: 5px;
	border-bottom: solid 1px #bdbdbd;
	background-color: #FFFFFF /*BLANCO*/;
	margin: 0;
}

.navegadorProcedimientos>li:hover, .navegadorProcedimientos>.li_seleccionado
	{
	border-width: 1px 1px;
	border-color: #2d6e99 /*COLOR_1*/;
	border-style: solid;
}

.navegadorProcedimientos>.li_seleccionado {
	background-color: #F5F4F3 /*GRIS-FONDOS*/;
}

.navegadorProcedimientos>.li_seleccionado table,
	.navegadorProcedimientos>.li_seleccionado td {
	background-color: #F5F4F3 /*GRIS-FONDOS*/;
}

.navegadorProcedimientos>li>.elem-list-proc>table {
	width: 100%;
	height: 50px;
	table-layout: fixed;
	cursor: pointer;
	color: #575353 /*GRIS-TEXTOS*/;
}

.navegadorProcedimientos>li>.elem-list-proc>table>tbody>tr>.img_lista {
	width: 30px;
}

.navegadorProcedimientos>li>.elem-list-proc>table>tbody>tr>td {
	padding: 0 10px;
}

.navegadorProcedimientos>li>.elem-list-proc>table>tbody>tr>.texto_lista
	{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	font-size: 12px;
}

.columna_32 {
	width: 32px;
}

.navegadorProcedimientos>li>.elem-list-proc>div {
	background: #FFFFFF /*BLANCO*/;
	padding: 10px;
	border: 1px solid #DADADA /*GRIS-LINEAS*/;
}

.navegadorProcedimientos>li>.elem-list-proc>table>tbody>tr>.img_lista>img
	{
	width: 100%;
	/* height: 100%; */
}

.datos_proc {
	/*display: none;*/
	font-size: 12px;
	font-weight: normal;
	color: #727170 /*GRIS-TEXTOS*/;
}

.navegadorProcedimientos {
	padding: 0;
	position: relative;
	width: 100%;
	margin-top: 0;
}

ul.pagination {
	margin-top: 150px;
	display: block;
	padding: 0;
	display: block;
	text-align: center;
}

ul.pagination li {
	display: inline-block;
}

ul.pagination li {
	display: inline-block;
}

ul.pagination li a {
	color: white;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	background: #777675;
}

.imagen_vigencia_32 {
	width: 32px !important;
	height: 32px !important;
	background-image: url(../../img/sprite32.png);
}

.spriteAbierta {
	background-position: -98px -32px;
}

.spriteCerrada {
	background-position: -128px -32px;
}

.spanIzquierda {
	width: 70%;
	text-align: left;
	float: left;
}

.spanDerecha {
	width: 30%;
	float: left;
}

.datos_proc_boton {
	float: right;
	cursor: pointer;
	background-color: #2d6e99 /*COLOR_1*/;
	border: none;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF /*BLANCO*/;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	width: 80px;
	height: 30px;
	line-height: 18px;
}

ul.pagination li.active a.page {
	background-color: #5e8bc3;
	color: white;
}

/***************/

/**MENU PROCEDIMIENTOS***/
.contenedorProcedimientos .contenedor-filtro {
	width: 100%;
	text-align: right;
}

.desplegableFiltro {
	float: left;
	padding: 0 10px;
	color: #727170 /*GRIS-TEXTOS*/;
}

.botonFiltro {
	background: #5e8bc3;
	float: left;
	height: 20px;
	width: 20px;
	padding: 5px;
	cursor: pointer;
}

.botonFiltro>img {
	height: 100%;
	width: 100%;
}

.opcionesFiltro {
	float: left;
	/* height: 40px; */
	overflow: auto;
	position: relative;
	padding: 10px;
	background-color: #F5F4F3 /*GRIS-FONDOS*/;
	display: none;
	/* width: 100%; */
}

#resultFiltroProc {
	float: left;
	font-weight: bold !important;
	font-size: large;
	padding-left: 10px;
	padding-top: 20px;
}

.mensajeUsuarioProcedimiento {
	float: left;
	font-weight: bold !important;
	font-size: large;
	padding-left: 10px;
	padding-top: 20px;
}

/***********************/

/**
 * AYUDA PROCEDIMIENTOS
 **/
.ayudaLeyenda {
	background: #F5F4F3 /*GRIS-FONDOS*/;
	border: 1px solid #DADADA /*GRIS-LINEAS*/;
	border-radius: 50px;
	float: right;
	height: 17px;
	/* margin: -70px 10px 0 0; */
	margin-top: -3px;
	padding: 3px;
	text-align: center;
	width: 19px;
	cursor: pointer;
	margin-right: 10px;
}

.ayudaLeyenda img {
	width: 13px;
}

.ayudaLeyenda.destacados {
	margin: -55px 10px 0 0;
}

.leyendaFiltro {
	width: calc(100% - 20px);
	padding: 10px;
	float: left;
	display: none;
	height: 60px;
}

.leyendaFiltro>table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: #DADADA /*GRIS-LINEAS*/ 1px solid;
	height: 100%;
}

.leyendaFiltro>table tr {
	border-bottom: #DADADA /*GRIS-LINEAS*/ 1px solid;
}

.leyendaFiltro>table .bordeDerecho {
	border-right: #DADADA /*GRIS-LINEAS*/ 1px solid;
}

.leyendaFiltro>table .tituloLeyenda {
	background-color: #F5F4F3 /*GRIS-FONDOS*/;
	font-weight: bold;
	color: #727170 /*GRIS-TEXTOS*/;
}

.leyendaFiltro>table td {
	vertical-align: middle;
}

.leyendaFiltro>table .tituloLeyenda {
	background-color: #F5F4F3 /*GRIS-FONDOS*/;
	font-weight: bold;
	color: #727170 /*GRIS-TEXTOS*/;
}

.leyendaFiltro>table td {
	vertical-align: middle;
}

.leyendaFiltro>table .imagenLeyenda {
	text-align: right;
	margin-right: 5px;
	width: 7%;
}

.leyendaFiltro>table .textoLeyenda {
	text-align: left;
	margin-left: 5px;
}

/****************/

/**
 * TITULO CAUCE
 */
.tituloCauce {
	border-bottom: 1px solid #777675;
	color: #1E5F8A;
	font-size: 20px;
	font-weight: bold;
}

/*************/

/**
 *
 */
.cajaFiltroArbolTrans {
	margin-left: 10px;
	margin-bottom: 20px;
}

.labelFiltroTrans {
	margin-left: 30px;
}

.transparenciaContainer {
	width: 870px;
}

/*****************/

/**
 * MENSAJE DE CARGA DE PAGINA
 */
[data-loading] {
	position: fixed;
	width: 500px;
	height: 200px;
	height: 100%;
	top: 50%;
	left: 50%;
	margin-top: -100px; /* Negative half of height. */
	margin-left: -250px; /* Negative half of width. */
}

.loading-spiner {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: black;
}

.loading-spiner img {
	padding-top: 10px;
	width: 25px;
}

/**
 * CSS Contenido CODEXEC
 **/
.adjuntos {
	padding-top: 15px;
}

.adjuntos img {
	width: 17px;
}

.adjunto-element {
	padding-top: 6px;
}

.botones-acc-adj {
	padding-left: 10px;
	display: inline-block;
}

.adjuntos .fa.fa-eye {
	color: #405C8C;
	text-decoration: none;
}

.adjuntos .fa.fa-cloud-download {
	color: #8C405C;
	text-decoration: none;
}

.error-pdf {
	font-weight: bold;
	font-size: 12px;
}

.error-pdf a {
	text-decoration: none;
}

.visor-pdf {
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	height: 100%;
}

.titulo-adj {
	border-bottom: 1px solid #5175B0;
	color: #414141;
	font-weight: bold;
}

.adj-otrainfo {
	padding-top: 3px;
	padding-left: 20px;
	font-size: 11px;
	font-style: italic;
}

.masInfoCodExec {
	color: #3E5988;
}

/*******************/
*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/** RESPONSIVE**/
/**cambios añadidos para viewports**/
/*menú nav-1 en pantallas pequeñas, en grandes está oculto*/
ul.peque, li.peque {
	display: none;
}

div.peque ng-scope {
	width: 100%;
	display: flex;
}

/*PANTALLA NORMAL*/
/*cambios según tamaño pantalla*/
@media ( max-width : 1220px) {
	#contenedorPrincipal {
		width: 100%;
	}
}

@media ( max-width : 1160px) {
	/*a partir de aqui no caben dos bloques en las pantallas de ayuda*/
	.miga {
		height: 40px;
	}
	.nav-2 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.nav-2 ul {
		display: flex;
	}
}

@media ( max-width : 1040px) {
	.slick-arrow {
		display: none !important;
	}
}

@media ( max-width : 950px) {
	/*se rectifica el margen de acceso varios en pantallas pequeñas*/
	.acceso-varios {
		padding: 0 2%;
		margin: 47px;
	}
	/*se adapta el tamaño del carrusel en pantallas pequeñas*/
	.banner {
		width: 100%;
		border: hidden;
	}
	.slick-slide img {
		width: 100%;
		height: auto;
		border: 1px solid #848484;
	}
	.slick-slider {
		background: #ffffff;
	}
}

/*PANTALLA PEQUEÑA*/
@media ( min-width : 871px) {
	/*(para asegurar que no se muestra en pantallas grandes)*/
	#menu-peque {
		display: none !important;
	}
}

@media ( max-width : 870px) {
	.menu-top {
		float: none;
	}
	a.btnIdentificarseUsu.ng-binding {
    display: none;
} 
	.header {
		text-align: center;
	}
	.miga .item {
		padding: 0em;
		font-size: 0.8rem;
	}

	/*se oculta el banner en pantallas pequeñas*/
	.banner {
		display: none !important;
	}

	/*a partir de aqui cambiar el menu de nav-1*/
	ul.gran {
		display: none !important;
	}
	div.peque {
		display: flex !important;
		list-style-type: disc;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-end: 40px;
		height: 42px;
	}
	.boton-menu {
		display: inline !important;
	}
	.menu-principal {
		width: 100%;
	}
	.nav-1 ul.peque {
		display: inline-grid;
		width: 100%;
	}
	.nav-1 ul.peque li a {
		/*	display:none;*/
		height: auto;
		width: 100%;
		text-align: left;
	}
	.nav-1  li.peque {
		display: inline-flex;
		align-self: center;
		flex-grow: 1;
		flex-flow: row-reverse;
	}
	.nav-1 li .fas {
		width: auto;
		color: #ffffffe6;
		order: -1;
	}
	.bloqueTituloContenido {
		font-size: medium !important;
	}
	/*se quitan las migas*/
	.migaContenido {
		/*display:none;*/
		
	}
	.dniUsu{
	display:none;}
	/*si es .miga se queda sin espacio, valorar la opción*/
}

/*PANTALLA MUY PEQUEÑA*/

@media ( max-width : 641px) {
#divCabecera #Logo_Sede {
	display: flex;
    justify-content: center;
	}
	.bloqueTitulo {
		display: none;
	}
	.menu-top {
		font-size: .66em;
	}
	.nombreApellidosUsu {
		display:none;
	}
	.separador-login{
	display:none;
	}
.menu-top.left {
    display: none;
}
}