/* INTERIOR 01 */
.estilo-list{
	margin:0px;
	padding: 0px 0px 10px;
	list-style:none;
	text-decoration: none;
}

a.deco-none{
	color: #0f0f0f; !important;
	text-decoration: none;
}

a.deco-none:hover{
	font-weight: bold;
	color: #3c3c3c;
}


.tab-sumario {
	margin:0px;
	padding: 0px 0px 10px;
	list-style:none;
}

.tab-sumario li{
	color:#444444;
	padding: 10px 25px 10px 15px;
	font-size:14px;
	background: url(../images/list01.png) #fff no-repeat 96% 50%;
	width: 100%;
	float: left;
}
.tab-sumario li:hover{
	background: url(../images/list02.png) #fafafa no-repeat 96% 50%;
	color:#4885be;
}
.tab-sumario li:active {
	background: url(../images/list02.png) #fafafa no-repeat 96% 50%;
	color:#4885be;
}

.cabopciones h3{
	cursor: pointer;
}

.cabopciones ul li{
	cursor: pointer;
}

.cabopciones h3:hover { 
	background:#4885be; 
}

/* Sumario con suplemento v2 */
.infoSuplemento{
	float: left;
	width: 100%;
	padding: 5px 0px;
	background: #FFF;
	border-bottom: 2px solid #dadada;
	text-align: center;
} 

.infoSuplemento ul{
	list-style: none;
}

.infoSuplemento ul > li{
	margin: 5px 0;
}

.aImgSupl{
	border-radius: 100%;
	border: solid #ccc 1px;
	background: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	margin-left: 1em;
}

.aImgSupl:hover{
	background: #ccc;
}

/* COMPARTIR CITA  */
.compartirDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	opacity: 1;
	pointer-events: auto;
}

.compartirDialog>div {
	width: 225px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.cerrarCompartirDialog {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.cerrarCompartirDialog:hover {
	background: #00d9ff;
}

.barraBotonesCompartir{
	top: 20%;
}

.compartirCita {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	visibility: hidden;
}

.compartirCita button{
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	-webkit-box-shadow: 4px 4px 3px #666666;
	-moz-box-shadow: 4px 4px 3px #666666;
	box-shadow: 4px 4px 3px #666666;
	font-family: Georgia;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	border: solid #719db8 2px;
	text-decoration: none;
	font-weight: bolder;
}

.compartirCita button:hover {
	font-weight: bolder;
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

.facebooki:hover, .twitteri:hover, .whatsappi:hover, .correoi:hover {
	border-radius: 25px 25px 25px 25px;
	transition: all .3s ease-out;
	box-shadow: 0px 0px 5px #000;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.facebooki, .twitteri, .whatsappi, .correoi {
	transition: all .3s ease-out;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	margin-left: 10px;
}

.encontrada{
	background-color: aqua;
}

/* TEXTO ANUNCIO */
.tituTexto{
	margin-top: 10px !important;	
}

.cabopciones h3.dato1 {
	cursor: inherit;
}

.cabopciones h3.dato1:hover{
	background-color: inherit;
}

.seccion, .apartado, .anunciante, .subAnunciante, .tablaSumario, .npe {
	display: none;
}

.centradoNegrita {
	text-align: center !important;
	font-weight: bolder;
}

.normal {
	text-indent: 1.5em;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 15px;
}

/* TODO: Cambiar en el css original */
.btn-npe {
		font-weight:600;
		font-size:14px;
		text-transform:uppercase;
		color:#9e1b32;
		text-align:center;
		padding:10px 5px 10px 5px;
		background: #e4e4e4;
		display: inline-block;
		width: 80%;
		border-radius: 4px;
}
.btn-npe span { 
	color:#444444; 
}


/* BOTON SUBIR */
#subir {
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 1em;
	right: 1em;
	height:65px;
	width: 65px;
	cursor: pointer;
	z-index: 999;
}

#subir:hover {
	background-image: url(../images/up-arrow-hover.png);
}

/* MAPA WEB */
.cuerpoMapaWeb ul {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 18px;
}

/* Arreglo para que no se oculte el select  */
select.selectpicker{
	display: block !important;
}


/* Panel para el login */
.panelLogin{
	margin-top: 3em;
	border: none;
	box-shadow: 10px 10px 5px grey;
}

.panelLogin > .panel-heading{
	background: #9e1b32;
	text-align: center;
	padding: 3px 0px 7px 0px;
	margin-bottom: 15px;
}

.panelLogin > .panel-heading > span{
	text-shadow: 2px 2px 4px #000000;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.panelLogin > .panel-body span{
	background: #9e1b32;
	text-shadow: 2px 2px 4px #000000;
	color: white;
	font-weight: bold;
}

.panelLogin > .panel-body button{
	font-family: inherit;
}

.panelLogin .panel-footer{
	border: none;
}

.panelLogin .panel-footer span, .panelLogin .panel-footer a{
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

.panelLogin .panel-body > div:nth-last-child(1) {
    margin-top: 15px;
}

.panelLogin label{
	display: none;
}

/* Cerrar sesion */
.cerrarSesion{
	text-align:right;
	cursor: pointer;
	margin-bottom: 1em;
}

.cerrarSesion > a{
	padding: 10px;
	background-color: slategrey;
	color: white;
	font-weight: bold;
}

/*Arreglo para que los li que se encuentren debajo se les deje el estilo por defecto*/
.sublist li {
	background: none no-repeat white 10px 8px !important;
}
.sublist li:hover {
	background-color: white !important;
	color: #444 !important;
}

/*Padding para content donde el texto se encuentra en el borde superior*/
.margin-top {
	margin-top: 30px;
}

.margin-top-15{
	margin-top: 15px !important;
}

.margin-bottom-15{
	margin-bottom: 15px !important;
}

.padding-top {
	padding-top: 30px;
}

/*Arreglo para links dentro de li tab-sumario para darle la misma apariencia*/
.tab-sumario .li-a {
	padding: 0px 0px 0px 0px !important;
}
.tab-sumario .li-a a {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 100%;
	color: #444444;
	display: block;
}
.tab-sumario .li-a a {
	text-decoration: none;
}
.tab-sumario .li-a a:link {
	text-decoration: none;
}

.tab-sumario .li-a a:visited {
    text-decoration: none;
}

.tab-sumario .li-a a:hover {
	text-decoration: none;
	color: #4885be;
}

.tab-sumario .li-a a:active {
    text-decoration: none;
}

.alinearDerecha{
	text-align: right;
}

.cuerpoSumario{
	margin-bottom: 1em;
}

.cuerpoSumario > h4{
	text-align: center;
	font-weight: 500;
}

.cuerpoSumario > h5{
	text-align: center;
	font-weight: 500;
	color: #002759;
}

.tituAnunciante{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 15px;
}

.tituSubAnunciante{
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 10px 0;
}

.cuerpoSumario p{
	margin-bottom: 0px;
}

.cuerpoSumario i{
	color: #6c6f70;
}

.anuDer > a{
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
}

.anuDer > a:hover{
	color: #9e1b32;
}

.anuDer > a > img{
	height: 45px;
}


/* Cambio de ratón para elementos que contengan redireccionamiento o links */
.pointer{
	cursor: pointer;
}

/* Arreglo desplazamiento con los col */
.clear {
	clear: both;
}

/* POLITICA DE COOKIES */
.contenidoCookies table {
	border: 1px solid black;
	margin-bottom: 10px;
}

.contenidoCookies table td{
	border: 1px solid black;
	padding: 5px;
}

.contenidoCookies table > thead {
	background-color: bisque;
}

/* DATOS DE LOS CERTIFICADOS */
.cuerpoIdentificacion{
	text-align: justify;
}

.datosCertificado > div{
	border: 1px solid black;
	padding: 0.5em;
}

.datosCertificado > div:nth-child(odd){
	background-color: bisque;
	font-weight: bold;
}

.datosCertificado{
	margin-bottom: 1.5em;
}

/*Centrar elemento*/
.center {
	width: 55%;
	margin: 5% auto;
	left: 0;
	right: 0;
}

/* Quitar fondo */
.backgroundNone{
	background-image: none !important;
}

/* Alerta */
.alerta{
	text-align: center;
	font-weight: bold;
	position: fixed;
	z-index: 999;
}

/* RSS */
.cuerpoRss ul{
	list-style-image: url("../images/rss.png");
}

.cuerpoRss ul > li{
	margin-bottom: 5px;
}

.cuerpoRss ul > li > ul {
	margin-top: 5px;
}

/* Términos de uso */
.cuerpoTeminosUso h2, .cuerpoAccesibilidad h2, .cuerpoSistemasAdmitidos h2, 
.quienesSomos h2, .queEsBORM h2, .queEsNPE h2, .respMedioambiental h2, 
.validacionDocumentos h2, .cuerpoRss h2, .cuerpoEli h2{
	color: #9e1b32;
	font-size: 20px;
	margin-bottom: 1em;
}

#menu1 ul{
	padding-left: 15px;
	padding-top: 5px;
}

.vacio{
	display: block;
	border-top: 1px solid red;
	width: 30px;
	margin-top: 16px;
}

/* Modal */
.modal-header{
	background-color: #9e1b32;
	text-align: center;
}

.modal-header *{
	color: white;
	font-weight: bolder;
	opacity: inherit;
}

.modal-body{
	padding: 2em !important;
	min-height: 8em;
}

.modal-footer{
	background-color: #e4e4e4;
}

/* Buscador Interno */
.encontrada{
	background-color: aqua;
}

/* Menú móvil */
#cerrar{
	float: right;
	padding: 3px;
	cursor: pointer;
}

.sidebar-brand{
	padding: 1em;
	background-color: #c6d9eb;
	font-weight: bold;
	color: #9e1b32;
}

/* Buscador */
.numResultados{
	text-align: center !important;
	font-weight: bold;
	color: navy;
}

.numResultadosDer{
	text-align: right !important;
	font-weight: bold;
}

.apartadoFaceta{
	font-size: 13px !important;
	font-weight: bold;
	color: #9e1b32 !important;
}

/* General formato descargas de anuncio*/
.descargas > a{
	cursor: pointer;
	text-decoration: none;
	font-size: 13px;
}

.descargas > a:hover{
	color: #9e1b32;
}

.descargas > a > img{
	height: 40px;
}

.descargas > a:visited{
	color: #9e1b32;
}

/* Fechas deshabilitadas en el calendario */
#datetimepicker12 .disabled{
	/*color: red !important;*/
}

.advertencia{
	color: red !important;
}

.noDisponible{
	padding: 1em 0.5em;
	text-align: center;
	background: url(../images/wall-01.jpg) no-repeat #e4e4e4 center center;
	min-height: 140px; 
}

.noDisponible > h2{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #444444;
	padding: 10px 15px 20px 15px;
}

.noDisponible > span{
	color: #fff;
	background-color: #5bc0de;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
}

.text-muted{
	color: #d87070 !important;
}

.overAzul:hover{
	color: #4885be;
}

.listaNoticias{
	list-style-type: disclosure-open;
}

.font-size-little{
	font-size: 0.01em;
}

.tituSuplemento{
	font-weight: bold;
	padding: 0.5em 0;
	display: block;
}

.pregunta{
	margin: 1.5em 0 1.5em 0;
	font-weight: 700;
}

.legend1{
	font-size: 15px;
	margin: 1px;
	color: royalblue;
}

.legend2{
	font-size: 15px;
	margin: 5px 0 1px 0;
	color: royalblue;
}

.tituGenerico{
	font-weight: bold;
	padding: 0.5em;
	display: block;
	text-align: left !important;
	font-size: 1.3em !important;
	margin: 0 !important;
}

.info_h4{
	text-align: center !important;
	font-size: 1.5em !important;
	line-height: 1.5em !important;
	font-weight: 700 !important;
	color: #9e1b32 !important;
	margin: 40px 10px 5px 20px !important;
}

.info_h5{
	text-align: center !important;
	font-size: 1.2em !important;
	line-height: 1.2em !important;
	font-weight: 300 !important;
	color: #444444 !important;
	margin: 20px !important;
	border: none !important;
	padding: 0px !important;
}

.titleDirectorio{
	background-color: #656565;
	color: white !important;
	padding-bottom: 10px !important;
}

.a-custom{
	color: blue;
	text-decoration: underline;
}

.a-custom:hover{
	color:red;
	text-decoration: underline;
}

.visitas{
	display: block;
	background-color: white;
	width: 95px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: -9px;
	font-weight: bold;
	color: brown;
	font-size: 12px;
	border-left: 1px solid;
	float: right;
}

.ficha{
	background-color: #fff;
	border-radius: 10px;
	padding: 1em;
	border: 2px solid #9e1b32;
}

.ficha::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #9e1b32;
	float: right;
	margin-top: -35px;
	margin-right: -35px;
	border-radius: 10em;
}

.ficha::after{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #9e1b32;
	float: left;
	margin-bottom: -35px;
	margin-left: -35px;
	border-radius: 10em;
}

.ficha > div{
	min-height: 100px;
}

.ficha p{
	color: #9e1b32;
}

.ficha span{
	padding: 2px;
	display: block;
	font-weight: bold;
}

.resultados { 
	color: #444;
	text-align: center;
	font-weight:600; 
	color: #9e1b32;
}
	
.resultados span { 
	background-color: #ccc;
	padding: 3px;
	margin-right: 7px;
	text-transform: lowercase;
	font-size: 14px;
	color: black;
	border-radius: 5px;
}

.radioBusqueda{
	padding-top: 15px;
	color: black;
}

.ui-autocomplete {
	max-height: 150px;
	max-width: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fdfedc !important;
}

.infoSumario{
	color: green;
	font-weight: bold;
}

.icon-question-buscador{
	color: #4885be;
	font-weight: bolder;
}

#avisoHome{
	display: inline-block;
	background-color: white;
	border: 2px solid #9e1b32;
	padding: 3px;
	left: 10%;
	padding: 0.5em;
}

#avisoHome p{
	font-family: 'Coiny', cursive;
	font-size: 20px;
}

#avisoHome a{
	color: #387db0;
	font-weight: bold;
	font-style: italic;
}

#avisoHome a:hover{
	text-decoration: underline;
}

#noticiaHome{
	position: absolute;
	left: 10%;
	width: 40%;
   	display: none;
    z-index: 999;
}

.noticiaContent{
	margin-top: 10px;
	background-color: #f2ff6e;
	border-radius: 12px;
	border: 2px solid white;
}

.noticiaContent > p:nth-child(1){
	padding: 3px 5px 0px 10px;
	font-size: 18px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.noticiaContent i:nth-child(1){
	float: left;
	color: darkblue;
}

.noticiaContent i:nth-child(2){
	float: right;
	cursor: pointer;
}

.noticiaContent > p:nth-child(2){
	font-weight: bold;
	color: #9e1b32;
	font-size: 14px;
	margin: 5px 30px 0 10px;
}

.noticiaContent > p:nth-child(3){
	margin: 0 30px 8px 10px;
	color: black;
}

.list-style-letra{
	list-style-type: lower-alpha;
}

.font-style-i{
	font-style: italic;
}


.contacto p:FIRST-CHILD{
	color: #4885be;
	text-align: center;
	padding-top: 2em;
}

.contacto p:NTH-CHILD(2) {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.contacto div:LAST-CHILD > p{
	text-align: center !important;
}

.contacto > p{
	padding: 1em 0;
}

.list-style-type-none{
	list-style-type: none;
}

.background-color-breadcrumb{
	background-color: #e4e4e4;
}

.validacionDocumentos{
	
}

.anuDer a:visited{
	color: #9e1b32;
}

.table-eli{
	margin: 0 auto !important;
	margin-bottom: 30px !important;
}

.table-eli td, .table-eli th{
	padding: 10px;
}

.text-capitalize{
	text-transform: capitalize;
}

.list-version{
	list-style: none;
}

.list-version a{
	text-decoration: none;
	color: #337ab7;
	display: flex;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: #337ab7 1px solid;
	align-items: center;
	justify-content: center;
	position: relative;
}

.list-version a:hover{
	color: white;
	background-color: #337ab7;
}

.list-version span{
	position: absolute;
	top: 1px;
	font-weight: bold;
}

.list-version li{
	display: inline-block;
	margin: 20px;
	border-radius: 50%;
	height: 120px;
	width: 120px;
}

.list-eli-municipios li{
	list-style-type: none;
	margin-bottom:3px;
	border: #337ab7 1px solid;
	margin: 0 5px 5px 0 ;
}
.list-eli-municipios a{
	display: block;
	padding: 1px 1px 1px 15px;
	text-decoration: none;
	color: #337ab7;
	font-weight: bold;
}

.list-eli-municipios a:hover{
	display: block;
	padding: 1px 1px 1px 15px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #337ab7;
}

.list-eli-mancomunidades li{
	list-style-type: none;
	margin-bottom:3px;
	border: #337ab7 1px solid;
	margin: 0 5px 5px 0 ;
}
.list-eli-mancomunidades a{
	display: block;
	padding: 15px 30px 15px 15px;
	text-decoration: none;
	color: #337ab7;
	font-weight: bold;
}

.list-eli-mancomunidades a:hover{
	display: block;
	padding: 15px 30px 15px 15px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #337ab7;
}

.list-eli{
	list-style: none;
	width: auto;
}

.list-eli li{
	display: inline-block;
	border: #337ab7 1px solid;
	margin: 0 5px 5px 0 ;
}

.list-eli a{
	display: block;
	padding: 15px 30px 15px 15px;
	text-decoration: none;
	color: #337ab7;
	font-weight: bold;
}

.list-eli a:hover{
	display: block;
	padding: 15px 30px 15px 15px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #337ab7;
}
	
.cuerpoEli h2 {
	color: #1a0dab;
	font-size: 20px;
	margin-bottom: 1em;
}
.table-eli th{
	background-color: #6c6f70;
	color: #FFF;
	font-weight: bold;
	
}
