/*UNIDAD: IVC
/*color unidad: #000 */

/* colores genrales */
.fondo-unidad { background-color: #FF5E00 !important; }
.fondo-unidad-claro { background-color: #faf0ea !important; }
.fondo-unidad-alternativo { background-color: #f97c40 !important; }
.color-unidad { color: #FF5E00 !important; }
.color-unidad-claro { color: #faf0ea !important; }

.item-tag:hover { background:#ff5E00 !important; }

.lightlayer-popup .x-button::before { color :#FF5E00 !important;}

/* color de fondo */
.redes .fa-stack-1x { color: #FF5E00; }

.redes.alto_cargo .fa-stack-2x { color: #FF5E00; }
.redes.alto_cargo .fa-stack-1x { color: #f8d7c4; }

/* rayita del menú */
#zona-menu { border-bottom: 2px solid #FF5E00; }

ul#pestanas li { background-color: #FF5E00; }

#menu li a:hover, #idiomas li a:hover { color: #FF5E00 !important; }
.ficha h3.autoria { color: #FF5E00 !important; }
.ficha .contenido h2, .agrupacionDocumentos h2 { color: #FF5E00 !important; }
.ficha .contenido a { color: #FF5E00 !important; text-decoration: underline !important; font-weight: 400; }
.ficha h2.antetitulo { color: #FF5E00; }
.ficha .horarios { background: #f8d7c4; }

.agrupacionDocumentos .doc a, .agrupacionDocumentos .doc .descdoc { background-color: #f8d7c4; }
#menu ul li:hover { background: #f8d7c4; }

ul.subsubmenu li a {
	border-bottom: 1px solid #FF5E00;
}

ul.subsubmenu li:first-child a {
	border-top: 1px solid #FF5E00;
}

.lineaResultados.zebra { background-color: #f8d7c4; }

.Gpaginacion a { color:#FF5E00; }
.Gpaginacion a:hover{ background:#f8d7c4; }

.inner a.ok, .inner a.info { color:#f8d7c4; }

.listaColecciones {
	border-top: 1px solid #FF5E00;
	border-bottom: 1px solid #FF5E00;
}
.listaColecciones li a {
	color: #FF5E00;
}

.btn-filtro { display: inline-block; text-transform: uppercase; color: #fff; background-color: #FF5E00; padding: 4px 15px; margin-right: 10px; margin-top: 20px; }
.btn-filtro.activa { color:#000; background-color: #ffa774;  }



/* Estilo para el contenedor del paginador */
.paginador {
	text-align: center;
  }
  
  /* Estilo para la lista no ordenada */
  .paginador ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  /* Estilo para los elementos de la lista */
  .paginador li {
	display: inline;
	margin-right: 10px; /* Espacio entre los elementos */
  }
