html {
    font-family: Verdana, sans-serif;
}

.derecha { text-align: right; }
.centrado { text-align: center; }
.oculto { display: none; }

body {
    overflow-x: hidden; 
    color: #333;
    background-color: #FFF;
}

#contenido p {
    margin: .5em 0;
    font-size: 11px;
}

h1 {
    font-size: 18px;
    margin: 1em;
}

h2, h3, h4, h5, h6 {
    font-size: 13px;
    font-weight: bold;
}

a:link, a:visited, a:active {
    color: #000B52;
    text-decoration: none;
    font-weight: bold;
}


a:hover {
    text-decoration: underline;
    font-weight: bold;
    /*font-style: italic;*/
}

#wrapper {
    margin: 0 auto;
    width: 975px; /* Longitud de la imagen de la costa */
    background-color: #FFF;
    padding: 0;
}

.caja_redondeada {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*Estilos del jsp del submenu*/
.navegacion {
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
}

.elementoMenu {
    padding-top: 20px;
    padding-left: 25px;
}

/*Fin de Estilos del jsp del submenu*/

/* Estilos de tamaño de la imagen grande */
.imagenAncho {
     width: 975px;
     height: 225px;
}
/* Fin de estilos de tamaño de la imagen grande */

.disenyoDosColumnas #colCentral {
    margin: 0;
    width: 75.5%;
}

#layer_top a:link, 
#layer_top h1 a:active, 
#layer_top h1 a:visited {
    color: white;
    text-decoration: none;
}

#colCentralTipo {
    margin: 0;
    width: 74.9%;
}

.volver {
    margin-top: 2em;
    padding-left: 20px;
    background: url(../img/back.png) no-repeat top left;
    float: right;
    margin-bottom: 20px;
}

/* SoluciÃ³n para que "crezca" layer contenedor de floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* html .clearfix {
    height: 1px;
}
/* end soluciÃ³n */

/* Cabecera */
#cabecera {
    position: relative;
}

#cabecera h1 {
    left: 55px;
    position: absolute;
    top: 12px;
    margin: 0;
    
}

#cabecera h1 > a {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

#cabecera h1 > a:hover {
    text-decoration: underline;
}

#cabecera a {
    color: #FFF ;
    text-decoration: none;
}

#logo {
    width: 100%;
    height: 50px;
    background-color: #000B52;
}

#logo > a {
    margin-left: 100px;
    font-size: small;
}

#logo > a:hover {
    text-decoration: underline; 
}

#logo > #cabeceracontainer {
    width: 75%;
}

#cabeceracontainer > div > a img {
    height: 46px;
    width: 46px;
    margin: 2px;
}

#idioma {
    position: absolute;
    top: 0;
    right: 10px;
}

.fondo-idioma {
    background-color: #000B52;
    height: 21px;
    padding: 8px 0 5px 0;
    text-align: center;
}

#idioma > .fondo-idioma > a {
    font-size: small;
    vertical-align: 110%;
}

#idioma > .fondo-idioma a:hover {
    text-decoration: underline;
}

.social_network_wrappper {
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-right: 5px;
}

.social_network_wrappper img {
    width: 100%;
    height: 100%;
}
/* Fin cabecera */

/*Div que crea un elemento estructurado y que se muestre para modificarlo*/
div.GIVU2RRCCAC {
    visibility: visible !important;
}

/* Banners ? */
#layer_fondo_azul {
    height: 136px;
    margin: 2px auto 0 auto;
    background-color: #006795;
    width: 975px;
    visibility: visible;
}
/* Fin banners */

/***** SecciÃ³n general de contenido *****/
#contenido {
    margin: 5px 0;
    font-soze: 12px;
    background: white;
}

#colDerecha, #colIzquierda {
    width: 24%;
    clear: none;
    background: white;
    margin: 0;
    min-height: 600px;
    font-size: 12px;
}

#colDerecha {
    float: right;
    font-size: 12px;
}

#colIzquierda {
    float: left;
    font-size: 12px;
}

#colIzquierdaOculta {
    display: none;
    font-size: 12px;
}

#colCentral {
    float: left;
    width: 50.9%;
    clear: none;
    background: white;
    margin: 0 5px 0 5px;
    min-height: 600px;
    font-size: 12px;
}

div.contenido_fondo_blanco {
    background: white;
    min-height: 200px;
    padding: 10px 5px;
    font-size: 12px;      
}

#botonesSugerencia {
    text-align: center;
}

.ver_mas {
    margin-top: 10px !important;
}

.ver_mas a:link, 
.ver_mas a:active, 
.ver_mas a:visited, 
.ver_mas a:hover {
    color: white;
    background: #257D99;
    font-weight: bold;
    font-size: 11px;    
    padding: 3px 20px;
    margin: 5px;
}

.ver_mas a:hover {
    text-decoration: underline;
}

/* Formularios de envÃ­o de datos */
.formularioBuzon {
    padding: 2em;
}

.formularioBuzon label {
    font-weight: bold;
    display: block;
    float: left;
    width: 12em;
    vertical-align: middle;
    text-align: right;
    line-height: 1.2;
    padding-top: 5px;
    padding-right: .6em;
    cursor: pointer;    
}

.formularioBuzon h2 {
    padding-bottom: 25px;
    font-size: 14pt;
}

.formularioBuzon legend {
    background: none repeat scroll 0 0 #69757E;
    color: white;
    font-size: 13pt;
    font-weight: bold;
    padding: 7px 200px 7px 20px;
    margin: 1em 0 2em 0;
}

.formularioBuzon input, 
.formularioBuzon select, 
.formularioBuzon textarea {
    font-family: Verdana;
    font-size: 1em;
    vertical-align: middle;
    border: 4px solid #E3EEF7;
    width: 70%;
    padding: 4px 4px;
}

.formularioBuzon textarea {
    min-height: 20em;
}

.formError {
    padding: 30px;
    font-weight: bold;
    font-size: 11px;
}

.formularioBuzon li {
    margin-bottom: 2em;
}

#envio {
    text-align: center;
}

#envio input#enviar {
    background: #EDEDED;
    border-color: #EDEDED;
    font-weight: bold;
    color: black;
    padding: 5px 20px;
    width: 15%;
}

.g-recaptcha {
    float: left;
}
/* FIN formularios de envÃ­o de datos */

    /****************************************************************************/
    /* TODO: ir aÃ±adiendo widgets, cogiendo el CSS de las plantillas iniciales. */
    /****************************************************************************/

#contenido h3.caja_redondeada {
    padding: 7px 20px;
    color: white;
    background-color: white;
    font-weight: bold;
    font-size: 80%;
}

/* Documentos de interÃ©s */

#descripcionDocumento {
    margin-left: 23px;
}   
    
#documents_interes {
    /*background: #C1BFBF;*/
    margin-bottom: 2em;
    margin-top: .5em;
}

#contenido h3#h3_documents_interes {
    background: #000B52;
    margin-left: .5em;
    margin-right: .5em; 
}

#documents_interes ul {
    list-style-position: inside;
    padding: 5px;
}

#documents_interes ul li {
    margin: 0px 0 20px 0;
}

h2.categoriaDocumentosInteres {
    margin: 1em 1.6em;
}

#lista_documentos_interes {
    list-style-position: inside;
    margin: 0;
    margin-left: 2em;
}

#lista_documentos_interes li {
    margin: 10px 0 0 0;
    padding: 0 0 5px 20px;
}

#lista_documentos_interes li.pdf {
    background: url(../img/pdf.gif) no-repeat left top;
}

#lista_documentos_interes li.msword {
    background: url(../img/msword.png) no-repeat left top;
}

#lista_documentos_interes li.msexcel {
    background: url(../img/msexcel.png) no-repeat left top;
}

#lista_documentos_interes li.txt {
    background: url(../img/txt.png) no-repeat left top;
}

#lista_documentos_interes li.html {
    background: url(../img/html.png) no-repeat left top;
}

p#sube_nivel_categoria_documentos {
    margin: 1em 2em;
}

.documentoDeInteres {
    border: 1px solid black;
}

.documentoDeInteres p {
    padding: 5px;
}

#documents_interes a:hover,
.documentoDeInteres a:hover {
    text-decoration: underline;
}

#historico_documentos_interes {
    margin: 1em;
}

#historico_documentos_interes h1,
#historico_documentos_interes h2 {
    margin: 1em 0;
    font-size: 12pt;
}

#historico_documentos_interes li {
    margin-bottom: 1em;
}
/* Fin documentos de interÃ©s */

/* Anuncios */
#ultimosAnuncios {
    /*background: #C1BFBF;*/
    margin-bottom: 2em;
    margin-top: .5em;
}

#ultimosAnuncios ul {
    padding: 5px;
}

#ultimosAnuncios p {
    font-size: 11px;
}

#ultimosAnuncios li:last-child {
    border-bottom: none !important;
}

#ultimosAnuncios h4#ultimosAnuncios {
    font-size: 12px;
}

#contenido h3#h3_anuncios {
    background: #00A0F1;
    margin-left: .5em;
    margin-right: .5em;
}

#lista_anuncios {}

#lista_anuncios li {
    margin: 0 1em 2em 1em;
}

#anuncio_detalle {
    padding: 1em 2em;
}

#anuncio_detalle h2 {
    margin: 0 0 1em 0;
    font-size: 12pt;
}

#anuncio_detalle .extracto_anuncio {
    margin: 0 0 1em 0;
}

#enlaces_anuncio {
    margin: 2em 0;
}

#enlaces_anuncio h3 {
    margin: 1em 0;
    font-size: 11pt;
}

#enlaces_anuncio li {
    margin: 0.5em 0;
    list-style-type: disc;
    list-style-position: inside;
}
/* Fin anuncios */

/* Ã?reas y entidades (subsites)*/
#areas_y_entidades {
    /*background: #C1BFBF;*/
    margin-bottom: 2em;
    margin-top: .5em;
}

#contenido h3#h3_areas_y_entidades {
    background: #FF750F;
    margin-left: .5em;
    margin-right: .5em;
}

#areas_y_entidades p {
    margin: 0 5px 15px 5px;
}

/* Fin Ã¡reas y entidades */

/* Contratos */
#buscador_contratos {
    margin: 0 1em 2em 1em;
}

#lista_contratos {}

#lista_contratos li {
    margin: 0 1em 2em 1em;
}

.contrato_detalle {
    padding: 1em 2em;
}

.contrato_detalle h2 {
    margin: 0 0 1em 0;
    font-size: 12pt;
}

.contrato_detalle ul {
    list-style-position: inside;
    list-style-type: circle;
}

.contrato_detalle #observaciones {
    margin: 2em 0;
    padding: 1em 1.5em;
    background: #FEE;
}

.contrato_detalle li {
    height: auto;
    padding-bottom: 5px !important;
}

h3.subapartado {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
}

ul.enlaces_contrato {
    margin-left: 2em;
    margin-bottom: 2em;
}

.contrato_detalle li.enlace_documento {
    list-style-image: url(../img/pdf.gif);  
}
/* Fin contratos */

/* Noticias */
#noticia_detalle {
    padding: 1em 2em;
}

#noticia_detalle p {
    margin: 1em 0;
    line-height: 1.25em;
}

#noticia_detalle p.imagen_noticia {
    text-align: center;
}

#noticia_detalle p.imagen_noticia img {
    border: 1px solid #888;
    padding: 1px;
}

#noticia_detalle h2 {
    margin: 0 0 1em 0;
    font-size: 12pt;
}

#noticia_detalle .extracto_noticia {
    margin: 0 0 1em 0;
    font-weight: bold;
}

#enlaces_noticia {
    margin: 1em 0;
}

#enlaces_noticia h3 {
    margin: 1em 0;
    font-size: 11pt;
}

#enlaces_noticia li {
    margin: 0.5em 0;
    list-style-type: disc;
    list-style-position: inside;
}

#lista_noticias {}

#lista_noticias li {
    margin: 0 1em 2em 1em;
}

#ultimasNoticias {
    /*background: #C1BFBF;*/
    margin-bottom: 2em;
    margin-top: .5em;
}

#ultimasNoticias table,
#lista_noticias table {
    padding: 5px;
}

#ultimasNoticias table td,
#lista_noticias table td {
    vertical-align: top;    
}

#ultimasNoticias table td.tituloextracto, 
#lista_noticias table td.tituloextracto {
    padding: 0 1em;
}

#ultimasNoticias table td.imagen,
#lista_noticias table td.imagen {
    text-align: center;
    width: 130px;
}

#ultimasNoticias table img, 
#lista_noticias table img
{
    width: 125px;
    height: auto;
    border: 1px solid #888;
    padding: 1px;
}

/*ultimas noticias columna derecha*/
#colDerecha #ultimasNoticias table td.imagen {
    width: 65px;
}

#colDerecha #ultimasNoticias table img {
    width: 60px;
    
}


#ultimasNoticias h4,
#lista_noticias h4 {
    margin-bottom: .5em;
}

#ultimasNoticias p.fecha_noticia,
#lista_noticias p.fecha_noticia {
    margin-bottom: .5em;
}

#contenido h3#h3_noticias,
#lista_noticias  h3#h3_noticias {
    background: #00A0F1;
    margin-left: .5em;
    margin-right: .5em;
}

#colCentral li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*FIN noticias */

/* Agenda actos/actividades */
#ultimosActos {
    /*background: #C1BFBF;*/
    margin-bottom: 2em;
    margin-top: .5em;
}

#ultimosActos table,
#lista_actos table {
    padding: 5px;
}

#ultimosActos table td,
#lista_actos table td {
    vertical-align: top;    
}

#ultimosActos table td.tituloextracto, 
#lista_actos table td.tituloextracto {
    padding: 0 1em;
}

#ultimosActos table td.imagen,
#lista_actos table td.imagen {
    text-align: center;
    width: 130px;
}

#ultimosActos table img, 
#lista_actos table img
{
    width: 125px;
    height: auto;
    border: 1px solid #888;
    padding: 1px;
}

/*ultimos actos columna derecha*/
#colDerecha #ultimosActos table td.imagen {
    width: 65px;
}

#colDerecha #ultimosActos table img {
    width: 60px;
    
}

#ultimosActos h4,
#lista_actos h4 {
    margin-bottom: .5em;
}

#ultimosActos p.fecha_acto,
#lista_actos p.fecha_acto {
    margin-bottom: .5em;
}

#ultimosActos ul {
    padding: 5px;
}

#contenido h3#h3_actos {
    background: #008100;
    margin-left: .5em;
    margin-right: .5em;
}

#acto_detalle {
    padding: 1em 2em;
}

#acto_detalle h2 {
    margin: 0 0 1em 0;
    font-size: 12pt;
}

#acto_detalle ul {
    list-style-position: inside;
    list-style-type: disc;
}

#acto_detalle li {
    margin: 1em 0;
}

#acto_detalle div {
    margin: 1em 0;
}

#acto_detalle p.imagen_acto {
    text-align: center;
}

#acto_detalle p.imagen_acto img {
    border: 1px solid #888;
    padding: 1px;
}

#lista_actos {}

#lista_actos li {
    margin: 0 1em 2em 1em;
}
/* FIN agenda actos/actividades */

/* Enlaces de interÃ©s */
.enlace_interes {
    height: 30px;
}

#lista_enlaces_interes {
    list-style-position: inside;
    margin: 1em;
}

#lista_enlaces_interes li {
    padding: 0.5em 0;
}

#lista_enlaces_interes li h3 {
    background: transparent url(../img/enllacos.png) no-repeat bottom left;
    padding-left: 30px;
}

.destacados ul {
    list-style-image: url(../img/enllacos.png);
    list-style-position: inside;
    margin: 1em;
}

.dest, 
.carp,
#ultimos_enlaces_interes h1 {
    padding-top: 15px;
    padding-bottom: 5px;
}

.carpetas {
    margin: 1.5em 1.5em 3em 1.5em;
    
    padding: .25em;
    border: 1px solid #999;
    background: #efefef;    
}

.carpetas table {
    width: 95%;    
    margin: 1em auto;
}

.carpetas a {
    padding-left: 30px;
    height: 45px;
}

.carpetas tr {
    height: 25px;
}

.carpetas td {
    background: transparent url(../img/iconocarpeta.gif) no-repeat bottom left;
    padding: 10px 5px;
}
/* Fin enlaces de interÃ©s */

/* Destacados */
.destacado-banner {
    float:left;   
}

.destacado-banner img {
    height: 123px;
    width: 123px;
    margin: 5px 0 0 5px;
    border: 1px solid black;
    vertical-align: bottom;
}

.destacado-banner img.dobleancho {
    width: 246px;
}

.destacado-banner img.tripleancho {
    width: 369px;
}

.destacado-banner img.pareja-columna-central {
    width: 235px;
    height: 65px;
}
    
.destacado-banner object {
    height: 123px;
    width: 123px;
    margin: 5px 0 0 5px;
    border: 1px solid black;
    vertical-align: bottom;
}

.destacado-banner object.dobleancho {
    width: 246px;
}

.destacado-banner object.tripleancho {
    width: 369px;
}

.destacado-banner object.pareja-columna-central {
    width: 235px;
    height: 65px;
}

.destacado-columnas {
    float:none;   
}

.destacado-columnas img {
    height: 123px;
    width: 123px;
    margin: 5px 0 0 5px;
    border: 1px solid black;
    vertical-align: bottom;
}

.destacado-columnas img.normal-central {
    width: 487px;
    height: 130px;
}

.destacado-columnas img.normal-lateral {
    width: 224px;
    height: 130px;
}

.destacado-columnas img.normal-lateral-estrecho {
    width: 224px;
    height: 65px;
}

.destacado-columnas img.dobleancho {
    width: 487px;
    height: 260px;
}

.destacado-columnas img.dobleancho-central {
    width: 487px;
    height: 260px;
}

.destacado-columnas img.dobleancho-lateral{
    width: 224px;
    height: 260px;
}

.destacado-columnas object {
    height: 123px;
    width: 123px;
    margin: 5px 0 0 5px;
    border: 1px solid black;
    vertical-align: bottom;
}

.destacado-columnas object.normal-central {
    width: 487px;
    height: 130px;
}

.destacado-columnas object.normal-lateral {
    width: 224px;
    height: 130px;
}

.destacado-columnas object.normal-lateral-estrecho {
    width: 224px;
    height: 65px;
}

.destacado-columnas object.dobleancho {
    width: 487px;
    height: 260px;
}

.destacado-columnas object.dobleancho-central {
    width: 487px;
    height: 260px;
}

.destacado-columnas object.dobleancho-lateral{
    width: 224px;
    height: 260px;
}

/* FIN destacados */

/* Texto libre */
.texto_libre {
    padding: 1em 2em;
    line-height: 125%
}

.texto_libre h1 {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 1em; 
    margin-left: 0;
}

.texto_libre h2 {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 1em;
}

.texto_libre h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 1em; 
}

.texto_libre h4 {
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 1em; 
}

.texto_libre p {
    margin: 1em 0;
}

.texto_libre img {
    border: 1px solid #333;
    padding: 1px;
    margin: 5px 15px;
}

.texto_libre ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 3em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.texto_libre ol {
    list-style-type: decimal;
    list-style-position: outside;    
    margin-left: 3em;
}

.texto_libre li {
    margin: 0 !important;
}


/* Menú principal */
#menu {
    float: none;
    height: 40px;
    margin-top: -31px;
    position: absolute;
    width: 100%;
    z-index: 5;
}

#menu  a {
    line-height: 33px;
    font-weight: normal;
    font-size: 85%;
}

#menu > ul > li {
    display: block;
    float: left;        
    margin-right: 2%;
    padding-top: 10px;
}

#menu > ul > li > ul {  
    display: none;
    position: absolute;     
    margin-left: 5px;   
    padding: 10px 25px;    
    z-index: 999999;
    margin-top: -1%;
}

#menu > ul > li > ul > li {
    margin: 0.2em 0;
    min-width: 16em;
}

#menu > ul  li ul li  a {
    font-size: 85% !important;
}

#menu > ul  li ul li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#menu > ul > li:hover > ul {
    display: block;
}

.menu {
    background-color: inherit;
    margin-left: 1%;
    position: absolute;
    top: -15px;
    z-index: 1;
    width: 65%;
}

#menu > ul.buscador {
    background: none repeat scroll 0 0 transparent;
    position: absolute;
    right: 1px;
    top: -18px;
    width: 32%;
    z-index: 2;
}

.fondo-menu {
    background-color: #000B52;
    height: 40px;
    margin-top: -9px;
    opacity: 0.7;
}

#fondo-submenu {
    background-color: #000B52; 
    opacity: 0.7; 
    z-index: 1; 
    position: absolute;
}

#buscador {
    float: right !important;
}

#buscador form {
    margin-top: 4px;
}

#buscador #flecha {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    vertical-align: middle;
}

#buscador #query {
    width: 170px;
    background-color: #DBDBDB;
}

#buscador label {
    color: #DBDBDB;
    font-weight: normal;
    font-size: 85%;
}
/* Fin menú principal */

/* Pie */
#pie {
    background: #C9C26B;
    padding: 5px;
}

#pie p {
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    margin: 2px 0;
}

#pie a:link, #pie a:active, #pie a:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

#pie a:hover {
    text-decoration: underline;
}

#acercaDe {
    margin-left: 43%;
    font-size: 10px;
    height: 30px;
}
/* Fin pie */

/* CLASES DEL FORM DE SUGERENCIAS */
.inputs {
    margin-left: 25px;
}
    
.labels {
    width: 50px;
}
/* FIN CLASES DEL FORM DE SUGERENCIAS */

/* Paginado */
.paginado {
    float: right;
    margin: 4em 1em 1em 1em;
}

.paginado a:link, .paginado a:active, .paginado a:visited {
    text-decoration: none;
    color: white;
    font-size: 11px;
    padding: 2px 4px;
    border: 1px solid #0632B8;
    background: #3165FF;
}

.paginado a:hover {
    text-decoration: underline;
}

.paginado a.currentpagelink {
    color: #333;
    background: white;
}
/* FIN paginado */

/* Estilos genÃ©ricos para buscadores */
.buscador > li {
    float: left;
}

.buscador fieldset {
    border: 1px solid black;
    padding: 5px;
}

.buscador legend {
    border: 1px solid black;
    padding: 5px 15px;
    margin-left: 25px;
}

.buscador p {
    margin: 10px 0 5px 5px;
    font-size: 13px;
}

.buscador label {
    cursor: pointer;
    /*display: block;*/
    font-weight: bold;
}


.buscador fieldset div.fila {
    position: relative;
    padding: 10px;
}

.buscador #texto{
    width: 140px;
    margin-right: 10px;
}

.buscador #fecPubliDesde{
    width: 74px;    
}

.buscador #fecPubliHasta{
    width: 74px;    
}

.buscador #tipoContrato{
    margin-right: 25px;
}
/* FIN estilos genÃ©ricos para buscadores */

/* Resultado bÃºsqueda */
#busqueda {
    padding: 1em 2em;
}

#resultadosBusqueda {
    padding: 2em 0;
}

#resultadosBusqueda #textoResultados {
    font-size: 11pt;
    text-decoration: underline;
}

#busqueda h1 {
    margin-left: 0;
    font-size: 11pt;        
}

#resultadosBusqueda h1 {
    font-size: 11pt;
}

#resultadosBusqueda .extracto {
    line-height: 1.25em;
}

#resultadosBusqueda .fecha {
    margin: .5em 0;
    font-weight: bold;
    margin-bottom: 20px;
}

#paginacion {
    margin-top: 30px;
}

#paginacion a {
    color: #888;
}

#paginacion a:hover {
    text-decoration: underline;
}

#paginacion span.activa {
    font-size: 1.5em;
    font-weight: bold;
    color: #555;
}

/* FIN resultado bÃºsqueda */

/* Colector vacÃ­o para simular nuevo elemento sobre colector Solr */
#dummy_collector {
}

/* Ocultamos opciÃ³n de borrar en dummy_collector de histÃ³rico de anuncios */
.GID0UN0MQ .cmsState-up .GID0UN0JOB,
.GID0UN0MQ .cmsState-up-disabled .GID0UN0JOB, 
.GID0UN0MQ .cmsState-down-disabled .GID0UN0JOB{
      display: none;
}
/* FIN colector vacÃ­o */

/*Galerias*/
#galerias {
    clear:both;
    float: none;    
}

#galerias h2 {  
    float: none;
    clear: both;
    background: #000B52;
    color: white;
    /*font-size: 15px;*/
    margin-bottom: 0;
    font-weight: bold;
    padding: 5px;        
}

#galerias ul {
    background: #fff;    
    padding: 10px;
}

#galerias ul li {
    float: left;
    margin: 0 10px;
}

#galerias ul li h3 {
    text-align: center;
    color: #333;
    background: #FFC800;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0px;
    display: block;
    width: 190px;
}

#galerias ul li h3 a {
    color: #333;    
}

#galerias ul li img {
    width: 200px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0, 0.4);
}

/*Vista galería en detalle*/
#galeria_fotografica {
    padding: 20px;
}

#galeria_fotografica h2 {
    margin: .5em 0;
    font-size: 1.5em;
}

#galeria_fotografica h3 {
    font-size: 1.25em;
    margin-bottom: 1.5em;
}

/*Vista galería en listado de galerías*/
#lista_galerias {
    padding: 20px;
}

#lista_galerias h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

#lista_galerias ul li {
    display: block;
    width: 210px;
    float: left;
    margin: 10px;
   
}

#lista_galerias ul li h3 {
    text-align: center;
    color: #333;
    background: #FFC800;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0px;
    display: block;
    width: 200px;
}

#lista_galerias ul li img {
    width: 210px;
    height: auto;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0, 0.4);
}

/*Pie páginas de detalle*/
.pie-detalle{
    height: 100%;
    width: 100%;
}

.pie-detalle * {
    width:50%;
    float: left;
}

#botonera img{
    width:auto;
    height:auto; 
    border:0;   
}
/*Fin pie páginas de detalle*/

ul#opciones_tablon_contratacion {
    margin: 0 10px 20px 10px;
    border-bottom: 1px solid #FF750F;
    display: block;
}

ul#opciones_tablon_contratacion li {
    display: block; 
    float: left;
    margin: .25em 1em;
}

ul#opciones_tablon_contratacion li a {
    font-size: 1em;
    /*color: black;*/
}


ul#opciones_tablon_contratacion li a:hover {
    text-decoration: none;
    font-style: normal;
    
    color: #FF750F;
}

ul#opciones_tablon_contratacion li.activo a {
    border-bottom: 2px dotted #FF750F;
    color: #FF750F;
}

ul#lista_contratos li {
    padding: 1em;
}

ul#lista_contratos h4 {
    margin-bottom: .25em;
    line-height: 1.1em;
}

p.total_resultados {
    font-weight: bold;
    padding: 1em;
}

.bloque {
    margin-top: .5em !important;
    margin-bottom: 2em !important;
}

.bloque li {
    padding-bottom: 10px;
    margin-bottom: 10px;    
}
#colDerecha .bloque li, 
#colIzquierda .bloque li {
    border-bottom: 1px dotted #aaa;
}

.elementoMenu h2 {    
    font-size: 12pt;
}

.elementoMenu ul {
    margin-top: 2em;
    margin-left: 1em;
}

.elementoMenu ul li {
    margin: .5em !important;
}

.elementoMenu ul li a {

}

/*CALENDARIO EVENTOS*/
.calendario_eventos {
    margin: 0 25px;
}

.calendario_eventos ul.filtro li {
    margin-bottom: 20px;
}

.calendario_eventos ul.filtro li label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
    color: #999;
}

.calendario_eventos ul.filtro li select {
    width: 100%;
    padding: 4px;
}

/*meses*/
.calendario_eventos ul.meses li {
    font-family: Arial !important;
    width: 100%;
    border: 1px solid #DFE7DA;
    background: #DFE7DA;
    font-size: 13px;
    color: #888;
}

.calendario_eventos ul.meses li.actual {
    border: 1px solid #48AAB3;
    background: #48AAB3;
}

.calendario_eventos ul.meses li table {
    width: 170px;
    margin: 8px;
    text-align: center;
}

.calendario_eventos ul.meses li table thead tr.nombre_mes th {
    padding-bottom: 15px;
    text-align: left;
    font-size: 19px;
    color: #555;
}

.calendario_eventos ul.meses li.actual table thead tr.nombre_mes th {
    color: white;
}

.calendario_eventos ul.meses li table td {
    text-align: center;
    padding: 3px;
    font-weight: bold;
}

.calendario_eventos ul.meses li.actual table td,.calendario_eventos ul.meses li.actual table th
    {
    color: white;
}

.calendario_eventos ul.meses td>a {
    background: #64AA04;
    display: block;
    border-radius: 20px;
    padding: 2px;
}

.calendario_eventos ul.meses td>div.multi_enlace span {
    background: #64AA04;
    display: block;
    border-radius: 20px;
    padding: 2px;
    cursor: pointer;
    color: #333;
}

.calendario_eventos ul.meses td>div.multi_enlace ul {
    display: none;
    position: absolute;
    padding: 15px 15px;
    background: #f1f1f5;
    width: 200px;
    list-style: circle;
    border: 1px solid #666;
    /*border-radius: 5px;*/
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

.calendario_eventos ul.meses td>div.multi_enlace ul li {
    text-align: left;
    font-size: 12px;
    background: transparent;
    margin-bottom: 10px;
    border: none;
    margin-left: 10px;
}

.calendario_eventos ul.meses td>div.multi_enlace:hover ul {
    display: block;
}

.calendario_eventos ul.meses td>div.multi_enlace:hover span {
    background: #eee;
    color: #c33;
}
