/*
 * Theme Name: Theme SEA-EU
 * Theme URI: http://docwp.uca.es
 * Description: Tema principal SEA-EU para WordPress.
 * Author: Miguel Ángel Rodríguez Serrano
 * Author URI: http://docwp.uca.es
 * Text Domain: theme_uca
 * License: GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Version: 0.2.98


    https://www.uca.es                  UCA
    https://www.univ-brest.fr/          UBO - Université de Bretagne Occidentale (frances)
    https://www.uni-kiel.de/de/         CAU - Kiel  (aleman)
    https://en.ug.edu.pl/               ug - gdansk university (polaco)
    https://www.unist.hr/               unist - split (croacia)
    https://www.um.edu.mt/              Universidad de Malta (ingles)

    #b3cde0
    #6497b1  
    #005b96  
    #03396c  
    #011f4b  
*/

/*------------------------------------------ Estilos Generales ------------------------------------------*/
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #808080;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    background-size: 50%;
}

header,
footer {
    width: 100%;
    margin: 0px auto;
    color: #F0F0F0;
}

a:focus,
a:hover {
    text-decoration: none;
}

/*------------------------------------------ FIN Estilos Generales ------------------------------------------*/


/*------------------------------------------ UTILES  ------------------------------------------*/

.nounderline{ 
    text-decoration: none !important;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* ----- 5 Columnas -----*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Light.eot');
    src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeue-Light.woff') format('woff'),
    url('fonts/HelveticaNeue-Light.ttf') format('truetype'),
    url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Thin.eot');
    src: url('fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeue-Thin.woff') format('woff'),
    url('fonts/HelveticaNeue-Thin.ttf') format('truetype'),
    url('fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
*/

/*------------------------------------------ HEADER ------------------------------------------*/
/* WRAPPER (header.main) */

header.main {
    position: relative;
    z-index: 100;
    background-color: #ccc;
    background-image: url(images/background/fondo-mar.jpg);
    background-size: 100% 100%;
}
header a,
footer a {
    color: #eee;
}

header a:hover,
footer a:hover {
    color: #fff;
}

/*
#b3cde0
#6497b1  
#005b96  
#03396c  
#011f4b  
*/

.mainContent a {
    color: #03396c;
}
.mainContent a:hover {
    color: #005b96;
}

.header-nav {
    background-color: #03396cAA;
}
.header-main {
    background-color: #03396cAA;
    height: 100px;
}
.header-main .seaeu_logo {
    max-width: 110px;
}
.header-menu {
    background-color: #011f4bAA;
}
.menu-icon {
    float: left;
}
.menu-icon .fa {
    vertical-align: middle;
    margin-top: 2px;
}
.navbar-nav > li > a {
    padding: 4px 15px;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #011f4bdd;
    border: none;
}
.siteTitle {
    font-size: 2.5rem;
    margin-top: 0px;
    margin-bottom: 10px;
    text-shadow: 0 2px 0px #000e22;
}
.header-main .siteTitle a {
    color: #fff;
}

/* MENU PRINCIPAL ................................................................*/
.header-menu .nav > li > a:focus, 
.header-menu .nav > li > a:hover {
    text-decoration: none;
    background-color: #011f4bCC;
    border-radius: 3px 21px 3px 3px;
    color: #fff;
}
.header-menu .nav .open > a,
.header-menu .nav .open > a:hover, 
.header-menu .nav .open > a:focus {
    background-color: #011f4bCC;
    border-radius: 0px 21px 0px 3px;
}

/* NAVEGACION TOP ................................................................*/
.navTopUCA {
    margin: 0;
    border-radius: 0px 0px 3px 21px;
    /*border: 1px solid #ffffff44;*/
    box-sizing: border-box;
    border-top: 0;
    font-size: 13px;
    margin-top: 5px;
}
.navTopUCA > li {
    padding: 0;
}
.navTopUCA > li > a {
    padding: 4px 15px;
    border-radius: 3px;
    background-color: #011f4b33;
}
.navTopUCA > li > a:focus, 
.navTopUCA > li > a:hover {
    text-decoration: none;
    background-color: #011f4bCC;
    color: #fff;
}

/* LANGUAGE DROPDOWN */ 
.navTopUCA .language {
    text-transform: initial;
}
.navTopUCA .languages.dropdown-menu {
    font-size: 13px;
    background-color: #03396cAA;
    border-radius: 5px 0 5px 5px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    width: auto;
    right: unset;
    left: initial;
}
.navTopUCA .languages.dropdown-menu > li > a {
    color: #eee;
    padding: 4px 8px;
    margin: 4px 8px;
}
.navTopUCA .dropdown-menu > li > a:focus, 
.navTopUCA .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #6497b1;
    border-radius: 3px;
    color: #fff;
}
.navTopUCA .dropdown-menu img.lang {
    margin: 0 10px;
}

/* MENU RESPONSIVE ................................................................*/
.header-nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-nav .navbar-toggle {
    border-color: none;
    background-color: #011f4bCC;
    margin-right: 1px;
    margin-top: 3px;
    position: fixed;
    top: 0;
    right: 5px;
    padding: 7px;
    z-index: 10;
}
.header-nav .menu-responsive {
    background-color: #011f4bAA;
    color: #FFF;
    border: 1px solid #eee;
}







.footer-main {
    background-color: #011f4bCC;
    padding-top: 40px;
    padding-bottom: 120px;
    font-size: 13px;
}
.footer-wrapper {
    background-image: url(images/background/fondo-mar-ft.jpg);
    background-size: 100% 100%;
}
.footer-main .ft_logo {
    width: 100%;
    text-align: center;
}
.footer-main .eccp_logo {
    padding: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    width: 80%;
}
.footer-main ul {
    margin-top: 15px;
}
.ft_title {
    font-size: 25px;
    text-shadow: 0 2px 0px #000e22;
    display: block;
}
.footer-main .ft_contact_links > li {
    margin-bottom: 5px;
}
.footer-main .legal-links > li {
    margin-bottom: 5px;
}
.footer-main .social-links .btn {
    font-size: 9px;
    padding: 4px 8px;
}
.social-links .btn-icon:hover, 
.social-links .btn-icon:focus {
    background-color: #6497b1;
    color: #fff;
}











































/*********************************************/
/* NAVEGACIÓN AUXILIAR */

nav.auxiliary {
    /*margin: -80px 0 0;*/
    background-color: #011f4b;
    width: 100%;
    font-size: 0.9rem;
    height: 35px;
    padding-top: 6px;
}

nav.auxiliary > * {
    padding: 0px;
}

nav.auxiliary ul {
    background-color: transparent;
    margin-bottom: 0;
}

nav.auxiliary li {
    padding-right: 0;
}

nav.auxiliary a {
    color: #FFF;
    font-weight: 400;
    padding: 0 5px;
    margin: 2px 0;
}

nav.auxiliary a:hover {
    background-color: transparent;
    text-decoration: underline;
    border-radius: 3px;
}

nav.auxiliary a.icon-link {
    padding: 0 2px;
}

nav.auxiliary a.icon-link:hover {
    background-color: #F0F0F0;
    color: #011f4bCC;
    text-decoration: none;
    border-radius: 3px;
}


nav.auxiliary ul.navTop > li + li:before {
    color: #ccc;
    content: "|";
    padding-left: 0px;
    padding-right: 3px;
}


.navTopUCA .uca_admin {
    padding: 0;
}
.uca_admin .icon-link i {
    margin: 0 5px;
}


.dropdown-menu > li > a:hover {
    color: #F0F0F0;
    background-color: transparent;
}

.language {
    text-transform: uppercase;
}
.language.dropdown a.dropdown-toggle,
.language.dropup a.dropdown-toggle {
    background-color: transparent;
    border-radius: 3px;
    font-weight: bold;
    padding: 0 12px;
    padding-bottom: 3px;
    margin-left: 5px;
}
.language.dropdown a.dropdown-toggle:link {
    text-decoration: none;
}

footer .language.dropup a.dropdown-toggle {
    margin-left: 0;
}
.languages.dropdown-menu {
    background-color: #011f4b;
    border-radius: 3px;
    box-shadow: initial;
    padding-top: 3px;
    margin-top: 1px;
    width: auto;
    min-width: 0;
    margin-bottom: 0;
}
header .languages.dropdown-menu {
    right: 0;
    left: initial;
}
.languages.dropdown-menu li a {
    font-weight: normal;
    padding: 0 10px;
}
.languages img.lang {
    margin: 0 5px;
}
footer .language.dropup {
    margin-left: 0;
    margin-top: 3px;
}
footer .languages.dropdown-menu {
    margin-top: 0;
}
footer .languages.dropdown-menu {
    left: 0;
    bottom: 100%;
}


/**********************************************/
/* HEADER TOP */

/* Bug safari al hacer dropdown cambia el font-weight */
header {
   -webkit-font-smoothing: antialiased;

}


.header-top {
    background-color: #011f4bCC;
    padding-bottom: 60px;
    padding-top: 0px;
}

.header-brand {
    color: #cad1d4;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 0 -4px 0 0;
    padding-top: 48px;
    padding-bottom: 7px;
    width: 60%;
    display: inline-block;
}
.header-brand a {
    color: #F0F0F0;
}
.header-brand a:hover {
    color: #FFF;
}
.header-brand-small {
    font-size: 40px;
    font-weight: 300;
}
.header-top .ceimar {
    width: 40%;
    display: inline-block;
    text-align: right;
}
.header-top .ceimar a {
    color: #F0F0F0;
}

.header-top .ceimar a:hover div {
    color: #FFF;
}
.header-top .ceimar-title {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    padding-right: 5px;
}
.header-top .ceimar-sub {
    display: inline-block;
    width: 180px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}
.affix .header-top .ceimar-title {
    font-size: 26px;
}
.affix .header-top .ceimar-sub {
    font-size: 12px;
    line-height: 12px;
}


.header-intranet-icon {
    margin-top: 30px;
    background-image: url(images/iconos/eject_off.png);
    background-size: cover;
}
.header-intranet-icon:hover {
    background-image: url(images/iconos/eject_on.png);
}

.navbar-intranet-icon {
    background-image: url(images/iconos/eject_onn.png);
    height: 34px;
    width: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #fff;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}


header .logos a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 30px;
    width: 40px;
    max-height: 30px;

}

.btn-default {
    background-color: transparent;
    color: #cad1d4;
    border: 0;
}

.btn-default:hover, .btn-default:focus {
    background-color: #2c4555;
    color: #fff;
}

.btn.btn-uca {
    background-color: #ddd;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ccc;
    color: #626262;
}
.btn.btn-uca:hover {
    background-color: #011f4bCC;
    color: #fff;   
}

.socialLinks .btn-default:hover,.socialLinks .btn-default:focus {
    background-color: #2c4555;
    color: #fff;
}

.icon-button {
    background-color: transparent;
    color: #cad1d4;
    border: 0;
    padding: 3px;
}

.btn-icon:hover, .btn-icon:focus {
    background-color: #2e3d43;
    color: #fff;
}

.btn-icon:hover {
    color: #fff;
}

.nav-primary-wrapper nav {
    padding-top: 17px;
}

/**********************************************/
/* HEADER BANNER */

.header-banner {
    background-color: #fff;
    color: transparent;
    height: auto;
    min-height: 60px;
    position: relative;
    margin-top: -50px;
    max-width: 100%;
}

.header-banner img {
    width: 100%;
}
.header-without-banner {
    height: 0;
    display: none;
}

/**********************************************/
/* HEADER BOTTOM */

.header-bottom {
    position: relative;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    color: #fff;
    width: 100%;
    transition: background-color 0.3s;
}

/* Si se muestra el banner con la foto (página de portada) la cabecera pasa abajo */
.header-bottom.affix + .header-banner  {
    display: none;
}

.header-bottom .header-bottom-uca {
    background-color: #011f4bCC;
}

.header-bottom > .container {
    background-color: #005b96;
    /*padding: 5px 5px 0px 5px;*/
    /*transition: all 2s;*/
    transition: padding 0.3s;
}
.search-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-right: 15px;
    max-width: 320px;
}
.search-query {
    font-style: italic;
}
.header-bottom .row.see-overflow {
    overflow: visible;
}
.header-bottom .navbar-local {
    margin: 0;
}

/* TÍTULO DE CENTRO */
.header-bottom h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    margin: 0 0 0px;
}

.header-bottom h1 .thinTitle {
    display: block;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px;
}

.header-bottom h1 a {
    color: inherit;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
}

.header-bottom h1 a:hover, .header-bottom h1 a:active {
    text-decoration: none;
}

/* AFFIX */
.header-bottom.affix {
    position: fixed;
    top: 0;
    bottom: auto;
    margin-top: 0;
    width: 100%;
    background-color: #005b96;
    height: auto;
    z-index: 9999;
}
.header-bottom.affix-top {
    width: 100%;
}
.admin-bar .header-bottom.affix {
    top: 32px;
}
.header-bottom.affix > .container {
    padding: 0;
}
.header-bottom.affix-bottom, .header-bottom.affix-top {
    position: relative;
}

/* UCA affix */
.header-bottom.affix .header-brand {
    color: #cad1d4;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    width: 100%;
}
.header-bottom.affix .header-brand-small {
    font-size: 16px;
}
.header-bottom.affix  .header-bottom-uca {
    display: inherit;
}
.header-bottom-uca > .container {
    padding: 0 2px;
}
.header-bottom.affix .header-bottom-uca a:hover {
    color: #fff;
}
.header-bottom.affix .header-bottom-uca h1 {
    border-bottom: none;
    color: #fff;
    margin: 0;
}

/* Titulo */
.header-bottom.affix h1 {
    padding: 0 0;
    font-size: 36px;
}
.header-bottom.affix h1 .thinTitle {
    display: inline;
    font-size: 28px;
}
.header-bottom.affix h1 a {
    margin: 6px 0 7px 12px; 
}

/* menu  y buscador */
.header-bottom.affix .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-bottom.affix .navbar-nav > li > a {
    font-size: 14px;
    padding: 4px 0px;
    margin: 0 9px;
}

.header-bottom.affix .navbar-nav > li > a {
    border-top: 3px solid transparent;
}
.header-bottom.affix .navbar-nav > .active > a,
.header-bottom.affix .navbar-nav > .active > a:hover,
.header-bottom.affix .navbar-nav > .active > a:focus,
.header-bottom.affix .navbar-nav > .active > a:active {
    border-top: 3px solid #fff;
}
.header-bottom.affix .navbar-nav > li > a:hover
, .header-bottom.affix .nav > li > a:focus
, .header-bottom.affix .navbar-nav > li > a:active {
    border-top: 3px solid #fff;
}


.affix .search-wrapper {
    margin-bottom: 1px;
}
.affix .search-form {
    margin-bottom: 2px;
    margin-top: 4px;
}
.affix .search-form .form-control {
    padding: 2px 8px;
}
.affix .search-form .btn {
    padding: 2px 8px;
}
.affix .dropup .dropdown-menu.search-context {
    margin: 0;
    width: 99%;
    padding: 0 0 0 5px;
    font-size: 12px;
}

/* Breadcrumb */
.affix .breadcrumb-uca {
    background-color: #EDEDED;
}
.affix .breadcrumb-uca ol {
}




/* Logo Ceimar Responsive */
.ceimar-logo-responsive {
    position: absolute;
    right: 55px;
    top: 9px;
    text-align: right;
}
/*.ceimar-logo-responsive {
    width: 100%;
    background-color: #3c7166;
    text-align: right;
    padding: 4px;
    padding-right: 10px;
}*/
.ceimar-logo-responsive a {
    color: #FFF;
}
.portalUCA .ceimar-logo-responsive .ceimar-sub,
.ceimar-logo-responsive .ceimar-sub {
    font-size: 10px;
    font-weight: 400;
    display: block;
    vertical-align: top;
    width: 140px;
    line-height: 11px;
    text-align: right;
}
.portalUCA .ceimar-logo-responsive .ceimar-title,
.ceimar-logo-responsive .ceimar-title {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
}



/**********************************************/
/* NAVEGACIÓN PRIMARIA DE CENTRO */

nav.primary {

}

nav.primary a {
    /*text-transform: uppercase;*/
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header-bottom .navbar-nav {
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-bottom .navbar-nav > li > a {
    color: inherit;
    text-transform: uppercase;
}

.header-bottom .navbar-nav > .active > a,
.header-bottom .navbar-nav > .active > a:hover,
.header-bottom .navbar-nav > .active > a:focus,
.header-bottom .navbar-nav > .active > a:active {
    color: #fff;
    background-color: transparent;
    border-top: 5px solid #fff;
}

.header-bottom .navbar-nav > li > a:hover
, .header-bottom .nav > li > a:focus
, .header-bottom .navbar-nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
    border-top: 5px solid #fff;
}

.header-bottom .navbar-nav > li > a {
    padding: 4px 0px;
    border-top: 5px solid transparent;
    margin: 0 10px;
}
.header-bottom .navbar-nav > li:nth-child(2) > a {
    margin-left: 0;
}
.header-bottom .navbar-nav > li:last-child > a {
    margin-right: 0;
}

.header-bottom-uca {
    display: none;
}

.header-bottom .navbar-nav li {
    font-weight: 300;
}

.navbar-nav > li > .dropdown-menu {
    /*background-color: #03396c;*/
    border: none;
}

.navbar-nav .dropdown-menu > li > a {
    color: #fff;
    font-weight: 300;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { 
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu > .active > a
, .dropdown-menu > .active > a:focus
, .dropdown-menu > .active > a:hover {
    background-color: #6497b1;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:active {
    background-color: #6497b1;
    
}

/* Menú hamburguesa */
.header-bottom .navbar-toggle:focus, .header-bottom .navbar-toggle:hover {
    background-color: #03396c;
}
button#navbar-menu.collapsed {
    /*background-color: #011f4bCC;*/
}
.header-bottom .navbar-toggle {
    border-color: #EDEDED;
    background-color: #03396c;
    margin-right: 1px;
    margin-top: 3px;
    position: fixed;
    top: 0;
    right: 5px;
    padding: 7px;
    z-index: 10;
}
.header-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 1px dotted rgba(237, 237, 237, 0.48);
}

li.intranet .fa-sign-in {
    margin-right: 4px;
}


li.menu-item.separator {
    border-bottom: 1px solid white;
    margin: 3px 10px;
    font-size: 12px;
    opacity: 0.5;
}

li.menu-item.separator a {
    padding: 0px 0px;
    margin-top: 7px;
}

li.menu-item.separator a:hover {
    text-decoration: none;
    cursor: default;
}


/**********************************************/
/* HEADER SEARCH */

.search-form {
    /*display: inline-block;*/
    /*white-space: nowrap;*/
    margin-top: 3px;
    margin-bottom: 3px;

    /*font-size: 0;*/
    vertical-align: top;

    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.search-form > * {
    display: table-cell;
    vertical-align: top;
}

.search-form > .form-group {
    width: 99%;
}

.form-control:focus {
    border-color: #808080;
    box-shadow: none;
    outline: 0 none;
}

.search-form .form-control {
    height: auto;
    color: #fff;
    border: none;
    padding: 7px 8px;
}

.search-form input {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none    ;
    box-shadow: none    ;
}

.search-form, .search-form .form-control {
    background-color: #03396c;
    border-radius: 5px;
}

/* BOTÓN DEL FORMULARIO DE BÚSQUEDA */

.search-form .btn {
    background-color: #03396c;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    color: #fff;
    padding: 7px 8px;
}
.search-form .btn:hover {
    background-color: #6497b1;
}
.search-form .btn:focus {
    outline: none;
}


.form-control::-webkit-input-placeholder {    color: #fff;  }
.form-control:-moz-placeholder {    color: #fff;    }
.form-control::-moz-placeholder {    color: #fff;   }
.form-control:-ms-input-placeholder {    color: #fff;   }

.search-form select.search-context {
    display: none;
}
.search-context .opt-group {
    border: 0;
    margin: 0;
    padding: 0;
}

.ext-search-form select.search-context {
    display: initial;
    max-width: 120px;
    border-radius: 0;
    border-left: 1px solid #005b96;
}

.search-context {
    background-color: #005b96;
    border: 1px solid #03396c;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    margin-bottom: 0 !important;
    padding: 5px 7px;
    color: #fff;
}

.dropup .dropdown-menu.search-context {
    margin: 0;
    width: 99%;
    padding: 5px 5px 0px 10px;
}
.search-context label {
    font-weight: 400;
    margin-right: 10px;
}

/**********************************************/
/* Formularios */

/* ------------ Búsqueda de UCA ------------ */
.uca-form {
    margin-top: 20px;
    border: 2px solid #011f4bcc;
    border-radius: 3px;
    font-size: 14px;
    background-color: #EDEDED;
    overflow: hidden;
}
.uca-form-content {
    padding: 20px 10px 0 10px;
}
.form-group {
    margin-bottom: 10px;
}
.uca-form .form-group > label {
    font-weight: 400;
    margin-top: 6px;
}
.uca-form .panel-heading {
    padding: 0;
}

.uca_date_label {
    display: inline-block;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    padding: 0 5px;
}
.uca_datepicker {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.mainContent ul.search-dates {
    list-style: none;
    margin: 0;
}
.mainContent ul.search-dates li {
    display: inline-block;
    margin-bottom: 0;
}
.mainContent ul.search-dates > li::before {
    content: none;
}

.mainContent .uca-form .panel-title {
    font-size: 24px;
    background-color: #011f4bCC;
    color: #fff;
    padding: 6px 10px;
    margin: 0;
    text-align: center;
} 
.uca-form .panel-title .fa-sort-amount-desc {
    font-size: 16px;
}
.uca-form .panel-heading .panel-title:hover {
    background-color: #011f4b;
    color: #fff;
}
.uca-form:hover {
    /*border-color: #eee;*/
}

.uca-form .panel-heading .fa {
    margin-left: 10px;
    margin-right: 5px;
}

.btn > input[type="radio"] {
    margin: 4px 6px 4px 4px;
}
.sort-criteria .btn {
    background-color: #EDEDED;;
}

.sort-criteria .uca_sort {
    display: inline-block;
}
.sort-criteria .uca_sort .c_select {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.btn.btn-check.active {
    background-color: #FFF;
    box-shadow: none;
    z-index: 1;
}
.btn.btn-check.active::after {
    content: '\f00c';
    font-family: 'FontAwesome';
}
.btn.btn-check {
    background: none;
    margin-right: 10px;
    outline: 1px solid #ccc;
    border-radius: 0;
}
.articles_list .results_header {
    font-size: 24px;
    padding: 4px 0px 8px 0px;
    background-color: #f2f2f2;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.uca_mini_button {
    margin: 0 2px;
    font-size: 16px;
    line-height: 18px
}
.btn-results {
    margin: 0 2px;
}
.mainContent .uca_button.btn-results a,
button.uca_button.uca_mini_button {
    border: none;
    border-radius: 4px;
}
.mainContent .uca_button.btn-results a.active {
    border-color: #999  
}
.btn-results i.fa {
    margin-right: 0;
}

.results-detail {
    min-width: 92px;
    text-align: right;
}

.form-control {
    height: 28px;
    padding: 2px 6px;
}
input[type="date"].form-control {
    line-height: inherit;
}
.btn {
    background-color: transparent;
    padding: 1px 8px;
}
.btn:hover,
.btn:focus {
    background-color: #6497b1;
    color: #fff;
}


/* Tamaño form */
.uca-es-form .form-control {
    font-size: inherit;
    height: auto;
}
.uca-form .btn {
    font-size: inherit;
}





/* Tabla de resultados....................... */
.uca_datatable {
    font-size: 14px;
}
.mainContent table.uca_datatable tr {
    border-top: none;
}
.mainContent table.uca_datatable td {
    border: none;
    padding: 4px;
}

.mainContent .uca_datatable_header th {
    background-color: #eee;
    padding: 7px 4px;
    padding-left: 10px;
    text-align: left;
}

.uca_datatable .uca_datatable_num .uca_button {
    display: block;
    padding: 7px;
    opacity: 1;
}
.uca_datatable .uca_datatable_num .uca_button:hover {
    opacity: 0.75;
}

.uca_datatable_num {
    min-width: 120px;
}
.uca_datatable_num i {
    margin-right: 5px;
}
.uca_datatable_date {
    min-width:  80px;
    text-align: center;
}
.uca_datatable_imp {
    min-width: 100px;
    text-align: right;
}
.mainContent table.uca_datatable td.uca_datatable_desc {
    padding: 4px 10px;
}
.uca_datatable_link {
    min-width: 120px;
    text-align: right;
}

.articles_list .uca_datatable_title .uca_post_image {
    display: inline-block;
    margin-right: 5px;
}
.articles_list .uca_datatable_title .uca_post_image .wp-post-image {
    max-width: 40px;
}











#uca_loadingover {
    background: #000;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}
#uca_loading {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: url('images/ajax-loader.gif') no-repeat center center;
}

/* ------------ Control Activo ------------ */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #808080;
    box-shadow: none;
    outline: 0 none;
}
.btn-primary {
    color: #fff;
    background-color: #011f4bCC;
    border-color: #011f4bCC;
    text-decoration: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #011f4b;
    border-color: #011f4b;
}
.btn .btn-icon {
    margin-left: 10px;
    margin-top: 2px;
}

.list_title .date {
    font-size: 15px;
}
.list_content.excerpt {
    font-size: 18px;
}

.uca-form .btn {
    padding: 5px 10px;
}


/* ------------ Control Datepicker ------------ */
.ui-datepicker {
    font-size: 13px;
    border: 1px solid #808080;
}
/* Cuando está logado el datepicker muestra un desplazamiento...*/
.admin-bar .ui-datepicker {
    margin-top: -32px;
}
.ui-datepicker-header {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border-color: #011f4bCC;
    background: #011f4bCC;
}
.ui-widget.ui-widget-content {
    border: 1px solid #808080;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}
.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}
.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}
/* Día actual */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #808080;
    background: #949494;
    color: #fff;
}
/* Día seleccionado */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
 a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #011f4bCC;
    background: #011f4bCC;
    font-weight: normal;
    color: #ffffff;
}
.ui-widget-header .ui-icon {
    background-image: url(../theme_main_uca/jquery-ui/images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

/* Para las flechas del mes */
.ui-widget-header .ui-state-hover {
    border: 1px solid #fff;
    background: inherit;
    font-weight: normal;
}


/**********************************************/
/* BREADCRUMBS */

.breadcrumb-uca {
    background-color: transparent;
    z-index: -2;
    position: relative;
}

.breadcrumb-uca > .container {
    padding: 0;
}

.breadcrumb-uca ol{
    background-color: #EDEDED;
    border-radius: 0;
    height: auto;
    font-size: 12px;
    margin: 0;
    padding: 2px 6px;
    font-weight: 300;
}

.breadcrumb-uca a {
    color: #cad1d4;
    padding: 0 3px;
    border-radius: 3px;
}

.breadcrumb-uca a:hover {
    text-decoration: underline;
}
.breadcrumb-uca li {
    font-weight: 400;
}
.breadcrumb-uca li.active a {
    color: #b2b2b2;
}
.breadcrumb-uca > .active {
    color: #7c7c7c;
}
.breadcrumb > li + li:before {
    padding: 0 3px 0 3px;
    content: "> ";
}

/*------------------------------------------ FIN HEADER ------------------------------------------*/

/*------------------------------------------ FOOTER ------------------------------------------*/
footer.main {
    padding-top: 35px;
    padding-bottom: 0px;
    background-color: #011f4bCC;
    font-size: 13px;
}

footer.main a {
    color: inherit;
    text-decoration: none;
}

footer.main a:hover {
    text-decoration: underline;
}
footer.main > .container {
    padding-bottom: 50px;
}

footer.main .container > div {
    min-height: 220px;
    padding: 0 20px;
}

footer.main .container > div + div {
    border-left: 1px solid #cad1d4;
}

footer .list-unstyled li {
    margin-top: 0px;
}

footer .ft_logo {
    width: 85px;
    height: auto;
}

.ft_contact_links > li i {
    margin-right: 7px;
    margin-bottom: 3px;
}

.ft_contact_links > li {
    margin-bottom: 3px;
}

li.fMail {
    background: rgba(0, 0, 0, 0) url(images/iconos/ico_email_b.png) no-repeat scroll left center / 20px auto;
}
li.fTlfno {
    background: rgba(0, 0, 0, 0) url(images/iconos/ico_tlfno_b.png) no-repeat scroll left center / 20px auto;
}
li.fFax {
    background: rgba(0, 0, 0, 0) url(images/iconos/ico_fax_b.png) no-repeat scroll left center / 20px auto;
}
li.fPostal {
    margin-top: 12px;
    padding-left: 0;
}

footer.main .social-links {
    margin: 0;
    margin-bottom: 6px;
}

footer .social-links li {
    margin-bottom: 5px;
}

footer.main .social-links .btn {
    font-size: 10px;
    padding: 4px;
}

.social-links > li {
    padding: 0
}

.legal-links {
    margin-left: 10px;
}
.legal-links > li {
    margin-bottom: 3px;
}

.copyright {
    margin-top: 50px;
}

/*------------------------------------------ FIN FOOTER ------------------------------------------*/


/*------------------------------------------ CONTENIDO ------------------------------------------*/
/*  En el fichero css/uca-content.css
/*------------------------------------------ FIN CONTENIDO ------------------------------------------*/


/*------------------------------------------ POST CONTENIDO ------------------------------------------*/

/* si es el primer widget, el dropup del buscador no se muestra correctamente */
body > .container > .row {
    overflow: visible;
}

.mainContent a.uca_type {
    font-size: 0.8rem;
    margin-top: 7px;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 5px;
}


.col-md-9.banners {
    border-right: 3px solid #FFF;  
    padding-left: 0px;   
}
.single_header h2 {
    font-weight: 300;
}
.single_header.banners {
    margin-bottom: 25px;    
}
.single_header.banners h2{
    font-weight: 300;
	font-size: 30px;
	color: #7c7c7b;	
}
.banners .single_header h3{    
	font-size: 25px;
	font-weight: bold;
	color: #575756;	
}
.banners .single_content {
    margin-top: 0px;
    padding-left: 0px;   
}
.banners .single_content img {
    margin-top: 0px; 
	margin-right: 15px;
}

article .meta_data {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 18px;
    color: #888;
    min-height: 1rem;
}
article .meta_data ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    margin-top: 1px;
}
article .meta_data ul li::before {
    content: none;
}
article .meta_data ul li {
    display: inline-block;
    list-style: outside none none;
    text-indent: 0;
    padding-left: 0;
    margin: 0 1px;
}
article .meta_data a {
    text-decoration: none;
}
article .meta_data li a {
    background-color: #eee;
    border-radius: 3px;
    color: #888;
    padding: 2px 7px;
}
article .meta_data li a:hover {
    background-color: #005b96;
    color: #fff;
}
article .tags > a {
    margin-left: 5px;
}

article .uca_post_image {
    margin: 0 auto;
    text-align: center;
}
article .uca_post_image img {
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
}

article .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
article .videowrapper iframe#ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



article .single_footer {
    background-color: #ebebeb;
    border-radius: 5px;
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    overflow: auto;
}
article .meta_data.single_footer .post_type li a {
    background-color: #8894ac;
    color: #fff;
}
article .meta_data.single_footer li a {
    background-color: #e0e0e0;
}
article .meta_data.single_footer li a:hover {
    background-color: #005b96;
}
article .single_content {
    margin-top: 10px;
    padding: 0 5px;
}
article.page .single_footer {
    display: none;
}
article.page .single_content {
    margin-bottom: 60px;
}

.articles_list .list_header {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.articles_list article {
    border-left: 2px solid #005b96;
    border-radius: 5px;
    margin-bottom: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 0;
    padding-left: 2px;
    padding-right: 8px;
    background-color: #f8f8f8;
}
.articles_list .list_image {
    border-right: 1px solid #e1e1e1;
    padding: 0 5px;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}
.articles_list .list_image.medium-size {
    width: 35%;
}
.articles_list .uca_post_image img {
    margin-bottom: 0px;
}

.articles_list article .meta_data {
    min-height: 0;
    margin-bottom: 5px;
}

.articles_list article .meta_data ul {
    margin: 0;
}
.articles_list .list_excerpt {
    padding: 0 5px;
}

.articles_list .list_title_col {
    padding-left: 7px;
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}
.articles_list .list_title_col_full {
    padding-left: 7px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.articles_list .list_title h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 8px;
}
.articles_list article ul.post-categories {
    margin-top: 5px;
}
.articles_list .excerpt {
    font-size: 0.9rem;
    padding-left: 30px;
    padding-top: 6px;
    padding-right: 20px;
}

.articles_list .excerpt > p {
    margin: 0;
    overflow: hidden;
}
.uca_listdate {
    cursor: help;
}
.list_content .read-post {
    margin-top: 15px;
    margin-bottom:  10px;
    text-align: right;
}


.mainContent .uca_button a, 
button.uca_button {
    background-color: #d0d0d0;
    border-radius: 3px;
    color: #555;
    padding: 3px 7px;
    text-decoration: none;
}
.mainContent .uca_button a:hover,
button.uca_button:hover {
    background-color: #011f4b;
    color: #fff;   
}

.previous_posts a, .next_posts a {
    background-color: #eee;
    border-radius: 3px;
    color: #888;
    padding: 2px 7px;
}
.previous_posts a:hover, .next_posts a:hover {
    background-color: #011f4b;
    color: #fff;
}
#pagination {
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-align: center;
}
.articles_list > #pagination > div {
    display: inline;
}
#pagination .pages {
    padding: 0 20px;
}


.strong_underline {
    font-weight: 400;
    line-height: 44px;
}
/* noticias */
.noticia .strong_underline {
    border-bottom: none;
    font-weight: 400;
    line-height: 1.25em;
}



/*------------------------------------------ FIN POST CONTENIDO ------------------------------------------*/






/*------------------------------------------ WIDGETS ------------------------------------------*/


.col-right {
    border-left: 1px solid #dadada;
}

.widget {
    margin-bottom: 20px;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    border-bottom: 0 none;
    padding: 3px 3px 3px 7px;
    border-radius: 3px;
    text-transform: uppercase;
}
.widget h3 {
    font-size: 14px;
}
.widget h3:before {    
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f104 ';
    margin-right: 5px;
}



.widget ul {
    margin-top: 5px;
}

.widget a {
    color: #03396c;
    font-weight: 400;
}
.widget a:hover {
    color: #005b96;
}
.widget a.more-link:hover {
    color: #FFF;
}

.widget ul {
    list-style: none;
    padding:0;
    margin: 10px 0 10px 20px;
}
.widget ul > li { 
    padding-left: 2em; 
    text-indent: -.7em;
}
.widget ul li:before {    
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f105';
    /*content: '\f054';*/
    margin:0 5px 0 -10px;
}
.uca_default .widget li a,
.portalUCA .widget li a {
    color: #6a6a6a;
}
.widget li a:hover {
    color: #03396c;
}
.widget table {
    width: 100%;
    border-collapse: collapse;
}
.widget th, .widget td {
    padding: 5px;
    border: 1px solid #011f4bCC;
    padding: 5px;
}
.widget th {
    background-color: #011f4bCC;
    color: #fff;
}



.widget_footer {
    text-align: right;
    font-size: 0.8rem;
}
.widget_footer.more-items .more-link {
    height: auto;
    line-height: 4px;
}


/* ...... WIDGET MENU PERSONALIZADO .............................. */
.widget .menu .sub-menu {
    margin-left: 0;
}

.widget .menu .sub-menu .menu-item {
    padding-left: 18px;
}




/* ...... WIDGET CALENDARIO .............................. */

.widget .calendar_wrap {
    margin: 0 10px;
}
.widget .calendar_wrap caption {
    background-color: #667d88;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
}
.widget .calendar_wrap th, .widget .calendar_wrap td {
    text-align: center;
    border: none;
    font-size: 14px;
}
.widget .calendar_wrap tbody tr {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.widget .calendar_wrap tbody tr:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.widget .calendar_wrap td#today {
    font-weight: bold;
}
.widget .calendar_wrap tfoot td {
    border-bottom: none;
}

.widget .calendar_wrap td a {
    background-color: #e7e7e7;
    border-radius: 3px;
    color: #888;
    padding: 2px;
}
.widget .calendar_wrap td a:hover {
    background-color: #005b96;
    color: #fff;
}
.widget .calendar_wrap tfoot a {
    padding: 2px 7px;
}
.widget .calendar_wrap tfoot #prev {
    text-align: left;
}
.widget .calendar_wrap tfoot #next {
    text-align: right;
}


/*------------------- WIDGETS WPML -------------------*/
.widget .wpml-ls-legacy-dropdown,
.widget .wpml-ls-legacy-dropdown-click {
    margin: 15px 8px;
}
.widget .wpml-ls-legacy-dropdown ul > li,
.widget .wpml-ls-legacy-dropdown-click ul > li { 
    text-indent: 0;
}
.widget .wpml-ls-legacy-dropdown ul li:before,
.widget .wpml-ls-legacy-dropdown-click ul li:before {    
    content: '';
    margin: 0;
}





/*------------------------------------------ FIN WIDGETS ------------------------------------------*/




/*------------------------------------------ PLUGINS ------------------------------------------*/


/*------------------- PLUGIN PDF Print Friendly  -------------------*/

body div.printfriendly {
    z-index: 1;
}
body div.printfriendly a::after {
    content: "\f1c1";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
    vertical-align: bottom;
}
body div.printfriendly a {
    background-color: #eee;
    border-radius: 3px;
    color: #888;
    padding: 4px 7px;
}
body div.printfriendly a:hover {
    background-color: #03396c;
    color: #fff;   
}
body div.printfriendly a {
    color: #888;
}
body div.printfriendly a:visited,
body div.printfriendly a:focus,
body div.printfriendly a:hover {
    color: #fff;
}




/*------------------------------------------ FIN PLUGINS ------------------------------------------*/

























