@font-face {
    font-family:'Roboto Slab';
    src:url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family:'Roboto Slab';
    src:url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight:700;
}
@font-face {
    font-family:'Roboto Slab';
    src:url('../fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family:'Roboto Slab';
    src:url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
    font-weight:100;
}
@font-face {
    font-family: Roboto;
    src:url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: RobotoItalic;
    src:url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: Roboto;
    src:url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: RobotoItalic;
    src:url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src:url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: RobotoItalic;
    src:url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family:SegoeUI;
    src:url('../fonts/segoeui.eot');
    src:url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg') format('svg')
}
@font-face {
    font-family:SegoeUILight;
    src:url('../fonts/segoeuilight.eot');
    src:url('../fonts/segoeuilight.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuilight.woff') format('woff'), url('../fonts/segoeuilight.ttf') format('truetype'), url('../fonts/segoeuilight.svg') format('svg')
}
@font-face {
    font-family:SegoeUIBold;
    src:url('../fonts/segoeuibold.eot');
    src:url('../fonts/segoeuibold.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuibold.woff') format('woff'), url('../fonts/segoeuibold.ttf') format('truetype'), url('../fonts/segoeuibold.svg') format('svg')
}
@font-face {
    font-family:segoeUIItalic;
    src:url('../fonts/segoeuii.eot');
    src:url('../fonts/segoeuii.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuii.woff') format('woff'), url('../fonts/segoeuii.ttf') format('truetype'), url('../fonts/segoeuii.svg') format('svg')
}
@font-face {
    font-family:segoeUIItalicLight;
    src:url('../fonts/segoeuilight.eot');
    src:url('../fonts/segoeuilight.eot?#iefix') format("embedded-opentype"), url('../fonts/segoeuilight.woff') format("woff"), url('../fonts/segoeuilight.ttf') format("truetype"), url('../fonts/segoeuilight.svg') format("svg")
}
a {
    color:#008dbf;
    text-decoration:none;
    outline:none !important;
    -moz-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    transition:all .2s ease-in
}
a:hover, a:focus {
    text-decoration:none;
    cursor:pointer;
    color:#ca143f
}
ul, ol {
    padding-left:20px;
    margin-bottom:20px
}
/*li{text-align:justify}*/
ul.sinvinetas, ol.sinvinetas {
    padding-left:15px;
    list-style:none;
    font-size:1em;
    line-height:1em
}
ul.sinvinetas li:first-child, ol.sinvinetas li:first-child {
    padding-top:0
}
ul.sinvinetas li, ol.sinvinetas li {
    font-size:0.78em;
    line-height:1.2em;
    /*text-align:left;*/
    padding:4px 0
}
ul.doble-espacio li {
    margin-bottom:15px
}
body {
    margin:0;
    padding:0;
    font-family:'SegoeUI', sans-serif;
    font-size:18px;
    position:relative;
    color:#323232;
    background-color:#fff
}
.text-muted {
	color:#323232;
}
strong {
    font-family:'SegoeUIBold', sans-serif;
    font-weight:400
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Roboto', sans-serif;
    font-weight:normal;
    margin:0;
    padding-bottom:15px
}
h2:first-child {
    padding-top: 6px;
}
h2, h3, h4, h5, h6 {
    padding-top: 20px;
}
h1 {
    font-size:2em;
    line-height:1em;
    padding-bottom:15px
}
h2 {
    font-size:1.67em;
    line-height:1em;
    padding-bottom:10px
}
.final-content h3, .box-contenido h3, .main-content h3, .box-content-generico h3 {
    font-size:1.4em;
    line-height:1em;
    padding-bottom:4px
}

.main-content h3, .box-content-generico h3 {
	padding-bottom:15px;
}

h3 {
    font-size:1.4em;
    line-height:1em;
    padding-bottom:10px
    /*font-size:1.05em*/
}
aside h3 {
    font-family:'Roboto', sans-serif;
    font-size:1.4em;
    /*font-size:1.05em*/
}
h4 {
    font-size:1.2em;
    /*font-size:0.95em;*/
    line-height:1em;
    padding-bottom:1em
}
.main-content h4 {
    font-size:1.2em;
    /*font-size:1em;*/
    line-height:1.28em;
    padding-bottom:0;
	/*font-weight:700;*/
}



h5 {
    font-size:1.1em;
    /*font-weight: bold;*/
    /*font-size:0.78em;*/
    line-height:20px
}
h6 {
    font-size: 1em;
    /*font-weight: bold;*/
    /*font-size:0.67em;*/
    line-height:20px
}
p {
    line-height:1.28em;
    padding-bottom:10px;
    /*padding-bottom:15px;text-align:justify*/
}

p + a.btn.btn-destacados {
    margin-top: 0;
}

h3 + img {
	margin:0;
}


blockquote {
    font-family:'segoeUIItalic', serif;
    border:none;
    font-size:1em;
    line-height:1em;
    padding:0;
    margin-bottom:10px
}
blockquote:before {
    content:open-quote;
    font-family:Cambria;
    color:#ca143f;
    float:left;
    font-size:2.5em
}
blockquote:after {
    content:close-quote;
    font-size:1.5em;
    position:relative;
    display:inline-block;
    font-family:Cambria;
    color:#ca143f
}
cite {
    font-weight:700
}
.form-control {
    border-radius:0;
    border:1px solid #dcdcdc;
    box-shadow:none;
		
height: 38px;
padding: 0 10px;
font-size: 0.78em;
background-color: #dcdcdc;		
		
}

select.form-control {
background-color: #fff;
border-color: #000;	
}

.fields label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 8px;
}

/*Formulario sobre .gris4 */

.box-info .form-control {
    border:1px solid #fff;
    background-color: #fff;		
		
}

.box-info select.form-control {
background-color: #fff;
border-color: #fff;	
}

.box-info .fields label {
    font-family: 'SegoeUI', sans-serif;
    font-weight: 400;
}

.box-info .fields label span.text-muted {
  display:none;
}

input[type=file].form-control {
	padding-top: 7px;
    display: block;
}

.box-info .btn-menu {
    background-color: #008dbf !important;
    padding: 10px 15px !important;
    color: #fff;
}
/* Fin Formulario sobre .gris4 */



.input-group-addon {
    border-color:#000
}
.width130 {width:130px !important}

table.ordenar tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	color: #008dbf
}
.asc:after {
  content: ' ↑';
}

.desc:after {
  content: " ↓";
}

.sorting i {
	display: none;
} 

address {
    font-style:normal;
    line-height:1.2;
    margin-bottom:10px
}
.texto14 {
    font-size:0.78em;
    line-height:1em
}
.box-texto14 p {
    font-size:0.78em
}
.texto18 {
    font-size:18px;
    line-height:1em
}
.texto24 {
    font-size:1.2em
}
.texto28 {
    font-size:1.2em;
    line-height:1em
}
.texto36 {
    font-size:1.2em
}
.texto42 {
    font-size:1.2em;
    line-height:1em
}
.texto46 {
    font-size:1.2em;
    line-height:0.8em
}
@media (min-width:1200px) {
    .texto24 {
        font-size:1.34em
    }
    .texto28 {
        font-size:28px;
        line-height:1em
    }
    .texto36 {
        font-size:36px
    }
    .texto42 {
        font-size:42px;
        line-height:1em
    }
    .texto46 {
        font-size:46px;
        line-height:0.8em
    }
}
.textolight {
    font-weight:300
}
.textojustificado {
    text-align:justify
}
.textointerletrado {
    letter-spacing:0.09em
}
.font-weight-normal {
    font-weight:400;
}
.row {
    margin-left:-10px;
    margin-right:-10px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-banner {
    padding-left:10px;
    padding-right:10px
}
.row20 {
    margin-left:-10px;
    margin-right:-10px
}
.row20:after, .row20:before {
    display:table;
    content:" ";
    clear:both
}
.row20 .col-lg-1, .row20 .col-lg-10, .row20 .col-lg-11, .row20 .col-lg-12, .row20 .col-lg-2, .row20 .col-lg-3, .row20 .col-lg-4, .row20 .col-lg-5, .row20 .col-lg-6, .row20 .col-lg-7, .row20 .col-lg-8, .row20 .col-lg-9, .row20 .col-md-1, .row20 .col-md-10, .row20 .col-md-11, .row20 .col-md-12, .row20 .col-md-2, .row20 .col-md-3, .row20 .col-md-4, .row20 .col-md-5, .row20 .col-md-6, .row20 .col-md-7, .row20 .col-md-8, .row20 .col-md-9, .row20 .col-sm-1, .row20 .col-sm-10, .row20 .col-sm-11, .row20 .col-sm-12, .row20 .col-sm-2, .row20 .col-sm-3, .row20 .col-sm-4, .row20 .col-sm-5, .row20 .col-sm-6, .row20 .col-sm-7, .row20 .col-sm-8, .row20 .col-sm-9, .row20 .col-xs-1, .row20 .col-xs-10, .row20 .col-xs-11, .row20 .col-xs-12, .row20 .col-xs-2, .row20 .col-xs-3, .row20 .col-xs-4, .row20 .col-xs-5, .row20 .col-xs-6, .row20 .col-xs-7, .row20 .col-xs-8, .row20 .col-xs-9, .megamenu-content .col-lg-3, .megamenu-content .col-sm-3, .megamenu-content .col-md-3, .megamenu-content .col-lg-12 {
    padding-left:10px;
    padding-right:10px
}

.row20 .row .col-lg-1, .row20 .row .col-lg-10, .row20 .row .col-lg-11, .row20 .row .col-lg-12, .row20 .row .col-lg-2, .row20 .row .col-lg-3, .row20 .row .col-lg-4, .row20 .row .col-lg-5, .row20 .row .col-lg-6, .row20 .row .col-lg-7, .row20 .row .col-lg-8, .row20 .row .col-lg-9, .row20 .row .col-md-1, .row20 .row .col-md-10, .row20 .row .col-md-11, .row20 .row .col-md-12, .row20 .row .col-md-2, .row20 .row .col-md-3, .row20 .row .col-md-4, .row20 .row .col-md-5, .row20 .row .col-md-6, .row20 .row .col-md-7, .row20 .row .col-md-8, .row20 .row .col-md-9, .row20 .row .col-sm-1, .row20 .row .col-sm-10, .row20 .row .col-sm-11, .row20 .row .col-sm-12, .row20 .row .col-sm-2, .row20 .row .col-sm-3, .row20 .row .col-sm-4, .row20 .row .col-sm-5, .row20 .row .col-sm-6, .row20 .row .col-sm-7, .row20 .row .col-sm-8, .row20 .row .col-sm-9, .row20 .row .col-xs-1, .row20 .row .col-xs-10, .row20 .row .col-xs-11, .row20 .row .col-xs-12, .row20 .row .col-xs-2, .row20 .row .col-xs-3, .row20 .row .col-xs-4, .row20 .row .col-xs-5, .row20 .row .col-xs-6, .row20 .row .col-xs-7, .row20 .row .col-xs-8, .row20 .row .col-xs-9 {
    padding-left:10px;
    padding-right:10px
}


@media (min-width:992px) {
    .row20 {
        margin-left:-20px;
        margin-right:-20px
    }
    .row20 .col-lg-1, .row20 .col-lg-10, .row20 .col-lg-11, .row20 .col-lg-12, .row20 .col-lg-2, .row20 .col-lg-3, .row20 .col-lg-4, .row20 .col-lg-5, .row20 .col-lg-6, .row20 .col-lg-7, .row20 .col-lg-8, .row20 .col-lg-9, .row20 .col-md-1, .row20 .col-md-10, .row20 .col-md-11, .row20 .col-md-12, .row20 .col-md-2, .row20 .col-md-3, .row20 .col-md-4, .row20 .col-md-5, .row20 .col-md-6, .row20 .col-md-7, .row20 .col-md-8, .row20 .col-md-9, .row20 .col-sm-1, .row20 .col-sm-10, .row20 .col-sm-11, .row20 .col-sm-12, .row20 .col-sm-2, .row20 .col-sm-3, .row20 .col-sm-4, .row20 .col-sm-5, .row20 .col-sm-6, .row20 .col-sm-7, .row20 .col-sm-8, .row20 .col-sm-9, .row20 .col-xs-1, .row20 .col-xs-10, .row20 .col-xs-11, .row20 .col-xs-12, .row20 .col-xs-2, .row20 .col-xs-3, .row20 .col-xs-4, .row20 .col-xs-5, .row20 .col-xs-6, .row20 .col-xs-7, .row20 .col-xs-8, .row20 .col-xs-9, .megamenu-content .col-lg-3, .megamenu-content .col-sm-3, .megamenu-content .col-md-3, .megamenu-content .col-lg-12 {
        padding-left:20px;
        padding-right:20px
    }
}
section {
    clear:both
}
.container {
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px
}
@media (min-width:1200px) {
    .container {
        width:1190px
    }
}
.btn-flotante {
    background-color:#002f3f;
    font-size:14px;
    line-height:25px;
    position:absolute;
    right:0;
    cursor:pointer;
    z-index:790
}
.btn-accesosdirectos {
    width:156px;
    top:46px
}
.btn-buscador {
    width:114px;
    top:82px
}
.btn-flotante a {
    padding-left:10px;
    color:#fff;
    display:block;
    height:27px
}
.btn-flotante i {
    color:#fff;
    width:27px;
    height:27px;
    background-color:#ca143f;
    display:inline-block;
    float:right;
    padding:5px;
    font-family:"Glyphicons Halflings";
    font-style:normal;
    font-weight:400;
    line-height:1;
    position:relative;
    top:0
}
.btn-flotante a:hover {
    color:#000;
    background-color:#fff
}
.openbotonacceso {
    right:336px
}
.box-accesosdirectos, .box-buscador {
    background-color:#323232;
    top:28px
}
/*.box-accesosdirectos,.box-buscador{position:absolute;top:28px;right:0;background-color:#323232;z-index:100;height:100%;overflow-y:auto;width:0;z-index:790}*/
.box-float {
    background-color:#fff;
    top:0
}
.box-accesosdirectos, .box-buscador, .box-float {
    position:absolute;
    right:0;
    z-index:100;
    height:100%;
    overflow-y:auto;
    width:0;
    z-index:790
}
.box-content {
    padding:0 15px;
    color:#fff
}
.main-nav-overlay {
    background-color:#2c2c33;
    background-color:rgba(44, 44, 51, 0);
    bottom:0;
    position:fixed;
    right:0;
    top:0;
    transition:right 375ms ease-in-out 0ms, left 0ms linear 375ms, background-color 375ms ease-in-out 0ms;
    z-index:785
}
.main-nav-open {
    background-color:#2c2c33;
    background-color:rgba(44, 44, 51, 0.7);
    cursor:pointer;
    left:0;
    height:100%;
    width:100%;
    transition-delay:0ms, 0ms, 0ms;
    transition-duration:750ms, 0ms, 375ms;
    transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.14), linear, ease-in-out
}
.scrollof {
    overflow:hidden;
    position:relative
}
.openacceso {
    width:336px
}
.openfloatcontenido {
    width:600px
}
@media (max-width: 767px) {
    /*.openacceso{width:100%}}*/
    .openacceso, .openfloatcontenido {
        width:100%;
        z-index:10000
    }
}
.search-close {
    background-color:#000;
    background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color:#fff;
    display:table;
    float:right;
    font-size:32px;
    height:51px;
    padding:0 15px
}
.search-close i {
    display:table-cell;
    vertical-align:middle
}
.search-close:after, .search-close:before {
    content:' ';
    display:table;
    clear:both
}
a:hover.search-close {
    color:#008dbf
}
.direct-link li:before {
    width:62px;
    margin-left:-62px;
    display:inline;
    transition:all 0.3s ease 0s;
    padding:15px 62px 12px 0
}
/*.direct-link li.biblioteca:before{content:" ";background-image:url(../images/icons/biblioteca.png)}.direct-link li.tic:before{content:" ";background-image:url(../images/icons/recursos-tic.png)}.direct-link li.icaro:before{content:" ";background-image:url(../images/icons/portal-empleo-icaro.png)}.direct-link li.transparencia:before{content:" ";background-image:url(../images/icons/portal-transparencia.png)}.direct-link li.adminelectronica:before{content:" ";background-image:url(../images/icons/administracion-electonica.png)}.direct-link li.facturaelectronica:before{content:" ";background-image:url(../images/icons/factura-electronica.png)}.direct-link li.secretaria:before{content:" ";background-image:url(../images/icons/secretaria.png)}.direct-link li.phoenix:before{content:" ";background-image:url(../images/icons/phoenix.png)}.direct-link li.deportes:before{content:" ";background-image:url(../images/icons/deportes.png)}*/
ul.direct-link {
    list-style:none;
    margin:20px 0 0;
    padding:0
}
@media (max-width: 767px) {
    ul.direct-link {
        margin:0
    }
}
.direct-link li {
    border-top:1px solid #656565;
    border-bottom:1px solid #191919;
    margin-left:62px;
    transition:all 0.3s ease 0s;
    cursor:pointer;
    display:block
}
.direct-link li a {
    line-height:20px;
    height:52px;
    padding:17px 0;
    color:#fff;
    display:inline-block;
    width:100%
}
.direct-link li:hover, .direct-link li:hover:before {
    background-color:#008dbf
}
.direct-link li a:hover, .direct-link li a:focus {
    background-color:#008dbf
}
.search-group {
    border-top:1px solid #656565;
    border-bottom:1px solid #191919;
    padding-bottom:20px;
    padding-top:20px
}
.box-content .primero, .direct-link li:first-child {
    border-top:none !important
}
.box-content .ultimo, .direct-link li:last-child {
    border-bottom:none !important
}
.search-group .col-sm-4, .search-group .col-sm-6, .search-group .col-sm-8, .search-group .col-sm-12, .help-block {
    padding-right:5px;
    padding-left:5px
}
.search-group::after, .search-group::before {
    content:' ';
    display:table;
    clear:both;
    padding-top:-10px;
    padding-bottom:-10px
}
.control-label {
    font-weight:400;
    margin-bottom:0
}
.search-input {
    height:31px;
    width:100%;
    color:#000;
    border:1px solid #fff;
    margin-bottom:5px;
    margin-top:5px;
    font-size:0.78em
}
.btn-search {
    width:100%;
    height:31px;
    color:#fff;
    background-color:#fd5f32;
    border:1px solid #fd5f32;
    margin-bottom:5px;
    margin-top:5px
}
.header {
    position:relative;
    top:0;
    right:0;
    left:0;
    z-index:780
}
.slider {
    padding-top:0
}
@media (max-width: 767px) {
    .header {
        position:fixed
    }
}
.navbar-top {
    background-color:#002f3f;
    min-height:28px
}
.navbar-idioma {
    float:right
}
.language-links, .contacto-links, .social-links {
    display:inline-block;
    margin:0;
    padding:0;
    line-height:24px
}
.language-links > a {
    margin:5px 11px;
    line-height:22px
}
.contacto-links > a {
    margin:0 0 0 10px;
    line-height:18px
}
.dropdown-menu {
    border-radius:0;
    margin:0;
    padding:0
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color:#008dbf;
    color:#fff;
    text-decoration:none
}
ul.languajeMenu {
    margin:0
}
.languajeMenu > li {
    display:inline;
    margin:0 8px
}
@media (max-width: 767px) {
    .navbar-idioma .visible-xs {
        display:inline !important
    }
}
.btn-idioma {
    background-color:#002f3f;
    border:1px solid #002f3f;
    color:#969696;
    padding:0 5px;
    font-size:12px;
    border-radius:2px !important;
    line-height:18px;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s
}
.btn-idioma:hover {
    background-color:#ca143f;
    border-color:#fff;
    color:#fff
}
.btn-idioma.activo {
    background-color:#002f3f;
    border-color:#002f3f;
    color:#fff
}
.social-links {
    border-right:1px solid #969696;
    padding-right:7px;
    padding-left:7px;
    border-left:1px solid #969696;
    min-height:28px;
    margin-left:9px
}
.btn-rrss {
    border-radius:2px !important;
    padding:0;
    margin:4px 7px 3px;
    height:18px;
    width:18px;
    background-color:#fff;
    border-color:#fff;
    color:#002f3f;
    font-size:12px;
    border-radius:2px
}
.btn-rrss:hover {
    background-color:#ca143f;
    border-color:#fff;
    color:#fff
}
.btn-contacto {
    border-radius:2px !important;
    background-color:#fff;
    border-color:#fff;
    color:#002f3f;
    padding:0 5px;
    font-size:12px;
    border-radius:2px;
    height:18px;
    margin:0
}
.btn-contacto:hover {
    background-color:#ca143f;
    border-color:#fff;
    color:#fff
}
.logo {
    background-color:#316094; 
    z-index:740;
    position:relative;
    min-height:101px;
    padding-top:11px;
    padding-bottom:11px
}
.logo img {
    height:auto;
    width:auto
}
@media (max-width: 767px) {
    .logo {
        min-height:28px;
        position:fixed;
        padding-top:3px;
        padding-bottom:3px;
        overflow:hidden;
        border-bottom:none
    }
    .logo img {
        height:50px;
        width:auto
    }
}
.navbar-principal {
    background-color:#316094; 
    min-height:48px;
    border-bottom:0;
    margin-bottom:0;
    border-radius:0px;
    width:100%
}
.navbar-toggle {
    background:rgba(0, 0, 0, 0.2);
    z-index:700
}
.navbar-toggle .icon-bar {
    border:2px solid #fff
}
.navbar-collapse {
    max-height:380px
}
.megamenu .collapse {
    padding:0
}
@media (max-width: 969px) {
    .megamenu .collapse {
        padding:0 15px
    }
}
.navbar-nav {
    margin:0 -15px !important
}
.megamenu ul {
    list-style:none;
    margin:0;
    padding:0
}
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position:static
}
.megamenu .navbar-inner, .megamenu .container {
    position:relative
}
.megamenu .dropdown-menu {
    left:auto
}
.megamenu .dropdown-menu>li {
    display:block;
    text-align:left
    /*;min-height:437px*/
}
.megamenu .nav.pull-right .dropdown-menu {
    padding:0;
    right:0
}
.megamenu .megamenu-content {
    /*padding:10px 0;*/
    *zoom:1
}
.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display:table;
    content:"";
    line-height:0
}
.megamenu .megamenu-content:after {
    clear:both
}
.megamenu.navbar .nav>li>.dropdown-menu:after, .megamenu.navbar .nav>li>.dropdown-menu:before {
    display:none
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width:auto;
    min-height:auto;
    left:10px;
    right:10px;
    background-color:#fff;
    border-radius:0;
    border:none;
    padding-left:10px;
    padding-right:10px
}
@media (max-width: 769px) {
    .megamenu .megamenu-content {
        padding-left:0;
        padding-right:0
    }
    .megamenu .dropdown-menu>li>ul {
        display:block
    }
}
.megamenu-content p {
    font-size:14px;
    color:#323232;
    font-weight:400;
    padding:0;
    margin:0 0 8px;
    line-height:18px
}
.megamenu-content .titulo {
    font-family:'SegoeUILight', sans-serif;
    font-size:24px;
    margin:0;
    line-height:30px;
    margin-bottom:0
}
.megamenu-content .titulo2 {
    font-family:'SegoeUILight', sans-serif;
    font-size:16px;
    line-height:20px
}
.megamenu-content .titulo3 {
    font-size:18px;
    line-height:20px
}
.megamenu-content .texto14 {
    font-size:14px;
    line-height:18px;
    /*text-align:justify*/
    display:block
}
.megamenu-content img {
    max-width:100%
}
.megamenu-content ul li {
    text-align:left;
    font-size:18px;
    /*line-height:0.95em;margin-bottom:9px;padding-bottom:9px*/
    line-height:0.9em;
    margin-bottom:7px;
    padding-bottom:6px
}
.megamenu-content ul li ul li {
    font-size:16px;
    margin-bottom:0;
    line-height:18px;
    padding-left:15px;
    padding-bottom:5px;
    padding-top:5px
}
.megamenu-content ul li ul li a {
    display:block;
    width:100%
}
.megamenu-content ul li:last-child {
    margin-bottom:0;
    padding-bottom:0
}
.megamenu-content > div, .megamenu-content > ul {
    /*margin-bottom:9px;padding-bottom:9px*/
    margin-top:0;
    padding-top:0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
	
	
	
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left:-11px;
    margin-right:-11px
}
.megamenu-content .menuenlaces, .megamenu-content .menuinfo {
    padding-top:10px;
    padding-bottom:10px
}
.megamenu-content .menuprincipal {
    padding-top:20px;
    padding-bottom:10px
}
.megamenu-content .menuenlaces {
    background-color:#e1e1e1;
    position:relative
}
.megamenu-content .menuenlaces .box-destacado {
    font-size:18px;
    padding:5px 8px 8px
}
.megamenu-content .menuinfo {
    background-color:#f0f0f0;
    min-height:437px;
    padding-left:20px;
    padding-right:20px
}
@media (min-width: 768px) {
    .navbar-nav {
        margin:0
    }
    .megamenu-content p {
        font-size:14px
    }
    .megamenu-content .titulo {
        font-size:24px;
        line-height:24px
    }
    .megamenu-content .titulo2 {
        font-size:18px
    }
    .megamenu-content .titulo3 {
        font-size:18px
    }
    .megamenu-content ul li ul li {
        font-size:14px;
        line-height:18px;
        padding-bottom:0;
        padding-top:0
    }
    .megamenu-content > div, .megamenu-content > ul {
        margin-bottom:0;
        padding-bottom:0
    }
    .megamenu-content .menuenlaces {
        min-height:437px
    }
    .box-bottom {
        position:absolute;
        bottom:20px;
        padding-right:20px
    }
}
.separamenu {
    border-right:1px solid #bfbfbf;
    min-height: 0px;
}
@media (min-width: 992px) {
    .megamenu-content p {
        font-size:18px;
        line-height:22px;
        margin:0 0 14px
    }
    .megamenu-content .titulo {
        font-size:48px;
        line-height:50px;
        margin-bottom:10px
    }
    .megamenu-content .titulo2 {
        font-size:24px;
        line-height:28px
    }
    .megamenu-content .titulo3 {
        font-size:18px;
        line-height:22px
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left:15px;
        margin-right:15px
    }
}
.floatMenu > li {
    display:block;
    float:right
}
.floatMenu > li > a {
    color:#fff;
    font-size:12px;
    line-height:30px
}
.btn-toggle {
    color:#fff;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    float:right;
    margin-bottom:1px;
    margin-right:10px;
    margin-top:3px;
    padding:9px 10px;
    position:relative;
    font-size:24px
}
@media (min-width: 979px) {
    .menuVisible {
        display:block;
        filter:none;
        opacity:1
    }
    .navbar-principal ul.nav li.dropdown:hover ul.dropdown-menu, div.campusMenu.dropdown:hover ul.dropdown-menu {
        display:block;
        filter:none;
        opacity:1
    }
    .megamenu-content ul li a, .nav-sidebar > li > a {
        transition:all 0.2s ease 0s;
        -webkit-transition:all 0.2s ease 0s;
        -moz-transition:all 0.2s ease 0s;
        -ms-transition:all 0.2s ease 0s;
        -o-transition:all 0.2s ease 0s;
        display:block
    }
    .megamenu-content ul li a:hover, .nav-sidebar > li > a:hover {
        padding-left:5px
    }
}
.navbar-nav>li>a {
    color:#fff;
    font-size:18px;
    font-weight:400;
    line-height:18px;
    padding:15px 7px 16px
}
.nav>li.active, .nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
    background:#002f3f
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .campusMenu:hover>a.dropdown-toggle {
    background:#002f3f
}
.campusMenu {
    display:block
}
.campusMenu a.dropdown-toggle {
    color:#fff;
    width:100%;
    font-size:18px;
    font-weight:400;
    line-height:18px;
    padding:15px 7px 16px;
    display:block
}
.campusMenu .dropdown-menu {
    padding:0;
    border-radius:0;
    margin-top:0
}
@media (min-width: 768px) {
    .campusMenu a.dropdown-toggle {
        font-size:14px
    }
    .navbar-nav>li>a {
        padding:15px 10px 16px
        /*10px*/
        ;
        font-size:14px
    }
    .campusMenu {
        float:left;
        display:block
    }
    .navbar-right {
        margin-right:0
    }
}
@media (min-width:992px) {
    .navbar-nav>li>a {
        padding:15px 10px 16px
        /*10px*/
        ;
        font-size:18px
    }
    .campusMenu a.dropdown-toggle {
        font-size:18px;
        font-size:18px;
        padding:15px 10px 16px
    }
    /*.campusMenu a.dropdown-toggle{font-size:18px;padding:15px 10px 16px}*/
}
@media (min-width:1210px) {
    .navbar-nav>li>a {
        padding:15px 19px 16px 18px
    }
    .campusMenu a.dropdown-toggle {
        padding:15px 19px 16px
    }
}
.sin-breadcrumb {
    margin-top:48px
}
.breadcrumb {
    background-color:#fff;
    padding:12px 0 0;
    margin-bottom:10px
}
.breadcrumb li {
    font-size:0.78em;
    line-height:1em
}
.breadcrumb > .active {
    color:#000
}
.breadcrumb>li+li:before {
    color:#000;
    padding:0 2px
}
@media (max-width: 767px) {
    .breadcrumb-container {
        padding-top:85px
    }
}
.slider01 {
    background:url(../images/headers/biblioteca.jpg) no-repeat center center #dcdcdc;
    background-size:auto 100%
}
.slider02 {
    background:url(../images/headers/elegir-ual.jpg) no-repeat center center #dcdcdc;
    background-size:auto 100%
}
.slider03 {
    background:url(../images/headers/investigacion.jpg) no-repeat center center #dcdcdc;
    background-size:auto 100%
}
.slider04 {
    background:url(../images/headers/ensenanza-ual.jpg) no-repeat center center #dcdcdc;
    background-size:auto 100%
}
.carousel-indicators {
    bottom:40px;
    z-index:770
}
ol.carousel-indicators {
    margin-bottom:0
}
.carousel-indicators li {
    margin:1px 10px
}
.carousel-indicators .active {
    margin:0 10px
}
.carousel-control.right, .carousel-control.left {
    background-image:none
}
.carousel .item {
    max-height:580px;
    min-height:580px;
    height:100%;
    width:100%
}
.carousel .item > .container {
    position:relative;
    height:580px
}
@media (max-width:992px) {
    .carousel .item {
        max-height:380px;
        min-height:380px
    }
    .carousel .item > .container {
        height:380px
    }
}
.carousel-caption {
    color:#fff;
    text-shadow:none;
    padding-bottom:50px;
    left:10%;
    right:10%
}
.carousel-caption .body-caption {
    font-family:'Roboto Slab', serif;
    background-color:#000;
    background:rgba(0, 0, 0, 0.75);
    width:100%;
    padding:10px 20px 20px;
    margin-top:0;
    font-weight:300
}
.carousel-caption .body-caption p {
    font-size:0.78em;
    line-height:1.1em
}
.carousel-caption h1 {
    font-size:1em;
    line-height:1em;
    font-family:'Roboto Slab', serif;
    font-weight:400;
    margin:0;
    padding:0.2em 20px
}
.slider01 .carousel-caption h1 {
    background-color:#7e1931
}
.slider02 .carousel-caption h1 {
    background-color:#fd5f32
}
.slider03 .carousel-caption h1 {
    background-color:#242f59
}
.slider04 .carousel-caption h1 {
    background-color:#643d32
}
.slider05 .carousel-caption h1 {
    background-color:#7e1931
}
.slider06 .carousel-caption h1 {
    background-color:#fd5f32
}
.slider07 .carousel-caption h1 {
    background-color:#242f59
}
.slider08 .carousel-caption h1 {
    background-color:#643d32
}
.carousel-caption h3, .carousel .icon-container, .carousel-caption a {
    background-color:#fff
}
.carousel-caption h3 {
    padding:.5em
}
.carousel .icon-container {
    display:inline-block;
    font-size:25px;
    line-height:25px;
    padding:1em;
    text-align:center;
    border-radius:50%
}
.carousel-caption a {
    border-color:#000;
    margin-top:1em
}
.carousel-caption h1 {
    animation-delay:1s
}
.carousel-caption .body-caption {
    animation-delay:2s
}
.carousel-caption a {
    animation-delay:3s
}
@media (min-width:992px) {
    .carousel-caption {
        text-align:left
    }
    .carousel-caption .body-caption {
        width:564px;
        margin-top:-0.2em
    }
    .carousel-caption h1 {
        font-size:1.67em;
        line-height:1.94em;
        display:inline
    }
    .carousel-caption .body-caption p {
        font-size:1em;
        line-height:1.2em
    }
}
@media (min-width:768px) {
    .carousel-caption {
        left:1%;
        right:1%
    }
}
#noticias-home {
    min-height:214px;
    background-color:#dcdcdc;
    position:relative;
    transition:all 1.5s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s
}
.titulonoticias {
    font-family:'SegoeUI', sans-serif;
    font-size:1em;
    color:#fff;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
    margin:0;
    padding:0 0 10px
}
.flotarnoticia {
    padding-top:10px;
    z-index:10;
    width:100%
}
.flotarnoticia > div {
    padding-left:30px;
    padding-right:30px
}
.btnnoti {
    text-align:center;
    clear:both
}
.btn-noticia {
    border:0;
    background-color:transparent;
    font-size:20px;
    margin-top:5px;
    background:url(../images/mas-noticias.png) no-repeat;
    width:43px;
    height:16px;
    transition:transform 0.5s;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg)
}
.btn-rotar {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.noticiahome > div {
    height:151px
}
.masnoticiahome > div {
    margin-top:20px;
    height:215px
}
.noticia1, .noticia2, .noticia3, .noticia4, .noticia5, .noticia6, .noticia7 {
    overflow:hidden
}
.noticia1 {
    background-color:#008dbf
}
.noticia2 {
    background-color:#005572
}
.noticia3 {
    background-color:#002f3f
}
.noticia4 {
    background-color:#002f3f
}
.noticia5 {
    background-color:#12333f
}
.noticia6 {
    background-color:#20373f
}
.noticia7 {
    background-color:#343c3f
}
.ampliar-noticias {
    min-height:auto !important
}
.noticias-ocultas {
    overflow:hidden;
    transition:all 0.9s ease 0s;
    -webkit-transition:all 0.9s ease 0s;
    -moz-transition:all 0.9s ease 0s;
    -ms-transition:all 0.9s ease 0s;
    -o-transition:all 0.9s ease 0s;
    height:0;
    display:block;
    animation-delay:2s
}
.visible-news {
    height:auto
}
.btn-canal-noticias {
    width:auto;
    height:41px;
    float:right;
    background-color:#008dbf;
    margin-top:20px;
    padding:0 0 5px 10px;
    font-size:18px;
    color:#fff;
    /*height:41px;*/
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s
}
.btn-canal-noticias i {
    width:41px;
    top:0;
    height:41px;
    background-color:#005572;
    padding:10px;
    color:#fff;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s
}
.btn-canal-noticias:hover i {
    color:#fff;
    background-color:#ca143f
}
.btn-canal-noticias:hover {
    color:#000;
    background-color:#fff
}
a.new {
    display:block;
    padding:20px
}
.media-body {
    padding-left:0.5em
}

.media-body p.title {
    font-family:'SegoeUIBold', sans-serif;
	padding:0;
	margin:0;
}
.media-body p.text {
	font-size:0.78em;
}

.new, .new-body {
    overflow:hidden;
    color:#fff;
    display:table-cell
}
.new-body p, .media-body p {
    padding-bottom:2px
}
.new .new-heading {
    font-size:0.89em;
    margin-bottom:0;
    line-height:1.2em;
    padding-bottom:0;
    padding-top:unset;
}
.new-object {
    padding:0;
    overflow:hidden
}
.new .date {
    margin:0;
    font-size:0.67em;
    line-height:1em
}
.new .new-object img, .new, .new-body, .media-body {
    transition:all 0.3s ease-out 0s
}
.new:hover .media-body {
    color:#c8c8c8
}
a.new-oculta {
    display:block;
    padding:0.55em 0.7em
}
.new-oculta .new-object {
    overflow:hidden;
    height:120px;
    width:100%
}
.new-oculta .new-object img {
    width:100%;
    width:240px
}
.new-oculta, .new-body {
    overflow:hidden;
    color:#fff;
    display:table-cell
}
.new-oculta .new-heading {
    font-size:0.78em;
    margin-bottom:0;
    line-height:1.2em;
    text-align:justify;
    padding-bottom:0.5em;
    color:#c8c8c8
}
.new-oculta .date {
    margin:0;
    font-size:0.67em;
    line-height:1em
}
.new-oculta .new-object img, .new-heading {
    transition:all 0.3s ease-out 0s
}
.new-oculta:hover .new-heading {
    color:#fff
}
@media (min-width:992px) {
    .flotarnoticia {
        padding-top:0;
        position:relative;
        top:-45px
    }
    .noticiahome > div {
        height:151px
    }
    .new .new-heading {
        font-size:0.78em
    }
    .new .new-object {
        height:110px;
        width:110px
    }
    .ampliar-noticias {
        min-height:470px !important
    }
    .visible-news {
        height:310px
    }
}
@media (min-width:1210px) {
    .new .new-heading {
        font-size:0.89em
    }
}
.main {
    padding-bottom:20px;
    padding-top:32px
}
.box-secundario {
    background-color:#ebebeb;
    padding:35px 0 40px
}
.box-secundario h3 {
    font-size: 1.4em;
}
.box-secundario h2 {
    padding-bottom:10px
}
.box-secundario .box-body {
    border-top:1px solid #323232;
    padding-top:8px;
    font-size:0.78em
}
.col-xs-banner {
    width:100%;
    position:relative;
    min-height:1px;
    text-align:center;
    padding-bottom:20px
}
.box-secundario .banner {
    font-size:0.78em;
    line-height:1em;
    color:#fff;
    background-color:#008dbf;
    height:134px;
    overflow:hidden;
    width:218px
}
.box-secundario .banner:hover {
    background-color:#005572
}
.box-secundario .banner a {
    color:#fff;
    display:block
}
.box-secundario .banner img {
    width:auto;
    height:auto;
    max-width:100%
}
.banner-middle {
    padding:20px;
    display:table-cell;
    vertical-align:middle;
    text-align:center
}
@media (min-width:480px) {
    .col-xs-banner {
        float:left;
        width:33.33334%
    }
    .box-secundario .banner {
        width:auto;
        display:block
    }
}
@media (min-width:992px) {
    .col-xs-banner {
        float:left;
        width:20%;
        padding-bottom:0
    }
    .box-secundario .banner {
        height:105px
    }
}
@media (min-width:1200px) {
    .box-secundario .banner {
        width:218px;
        height:134px;
        display:table-cell
    }
}
aside.right > div.destacados, aside.right > div.avisos {
    padding:20px;
    margin-bottom:20px;
    border:1px solid #008dbf
}
aside.right > div > :last-child {
    margin-bottom:0 !important;
    padding-bottom:0 !important
}
aside.right h2 {
    padding-bottom:15px
}
aside.right p {
    font-size:0.89em;
    line-height:1.1em;
    margin:0;
    text-align:left;
    padding:0 0 15px
}
aside.right p.fecha {
    font-size:0.78em;
    line-height:1.1em;
    margin:0;
    padding:0
}
.destacados h4 a {
    color:#005572
}
.destacados h4 a:hover, .destacados h4 a:focus {
    color:#ca143f
}
.avisos {
    background-color:#008dbf;
    color:#fff;
    padding:20px
}
.avisos h4 a {
    color:#fff
}
.avisos h4 a:hover, .avisos h4 a:focus {
    color:#000
}


.congreso {
    /*padding-top:40px;*/
    padding-top:0px;
    padding-bottom:0;
    font-family:'Roboto Slab', serif;
    color:#000
}
.congreso .tituloXL {
    font-family:'SegoeUIBold';
    font-size:1.23em;
    line-height:1em;
    padding:0;
    text-transform:uppercase
}
.congreso p {
    font-size:1em;
    color:#000;
    padding-bottom:3px;
    font-weight:300
}
@media (min-width:1210px) {
    .congreso .tituloXL {
        font-size:1.67em;
        line-height:1.1em
    }
    .congreso p {
        font-size:1.34em;
        line-height:1.1em
    }
}
@media (max-width:992px) {
  .congreso {
    padding-top:30px;
  }
}
.tituloL {
    font-family:'SegoeUIBold';
    font-size:1.34em;
    line-height:0.8em;
    padding:0;
    text-transform:uppercase
}
.box-congreso, .banner-congreso {
    border:1px solid #969696;
    min-height:268px;
    position:relative;
    overflow:hidden
}
.box-congreso {
    padding:10px;
    margin-bottom:10px
}
.box-congreso p {
    font-size:1em;
    line-height:1.1em;
    color:#000;
    font-weight:300
}
.box-congreso .box-bajo {
    position:absolute;
    bottom:10px;
    right:0
}
.box-congreso .box-bajo-img {
    position:absolute;
    padding-right:0px;
    bottom:10px;
    left:0
}
.banner-congreso a {
    color:#fff;
    text-shadow:0.1em 0.1em #333
}
.banner-congreso a:hover {
    color:#ebebeb
}
.banner-congreso img {
    position:absolute;
    width:100%
}
.banner-header {
    top:0;
    z-index:100;
    position:absolute;
    width:100%;
    padding:8px;
    background-color:#000;
    background:rgba(0, 0, 0, 0.5)
}
.banner-footer {
    font-family:'SegoeUIBold';
    bottom:0;
    z-index:100;
    position:absolute;
    width:100%;
    padding:8px;
    line-height:1.1em
}
@media (max-width:600px) {
    .box-congreso, .banner-congreso img {
        height:100%;
        width:auto
    }
}
@media (max-width:769px) {
    .box-congreso, .banner-congreso {
        height:268px
    }
}
@media (min-width:769px) {
    .banner-congreso img {
        height:100%;
        width:auto
    }
}
@media (min-width:992px) {
    .box-congreso {
        margin-bottom:0
    }
}
.gestiones {
    padding-top:30px;
    padding-bottom:10px;
    margin-top:40px;
    margin-bottom:10px;
    border-top:1px solid #000;
    min-height:290px;
    background:#fff
}
.gestiones > div > div {
    margin-bottom:40px
}
.btn-flota .btn-gestiones {
    width:100%;
    font-size:1em;
    white-space:normal
}
ul.listpeque {
    margin:0;
    padding:0
}
.freetext p, .freetext {
    font-size:1em
}
.listpeque li {
    width:100%;
    display:block;
    font-size:0.78em;
    line-height:1.3em
}
@media (max-width:1199px) {
    .freetext p, .freetext {
        font-size:1.2em
    }
    .listpeque li {
        width:45%;
        display:inline-block
    }
}
@media (min-width:992px) {
    .btn-flota {
        position:absolute;
        width:222px;
        margin:0 0 0 -10px;
        left:50px;
        bottom:-20px
    }
    .btn-flota .btn-gestiones {
        width:222px;
        font-size:1.2em;
        white-space:normal
    }
}
.marketing {
    min-height:644px;
    background:#fff url(../images/fondo-marketing.jpg) fixed center center no-repeat;
    padding-top:40px;
    padding-bottom:40px
}
.fila1 {
    min-height:auto
}
.fila1:after, .fila1:before {
    clear:both;
    display:table;
    content:' '
}
.bannerdoble {
    font-family:'Roboto Slab', serif;
    letter-spacing:0.1em;
    margin-bottom:10px
}
.bannerdoble .imagen {
    float:right;
    width:50%;
    padding:10px 10px 10px 30px
}
.bannerdoble .texto {
    float:left;
    width:50%;
    padding:10px 2px 10px 20px
}
@media (max-width:991px) {
    .bannerdoble .texto {
        float:inherit;
        width:100%;
        padding:10px
    }
}
.banner-simple {
    font-family:'Roboto Slab', serif;
    color:#fff;
    position:relative;
    overflow:hidden
}
.banner-simple a {
    color:#fff
}
.banner-simple a:hover {
    color:#ccc
}
.banner-simple .new-object {
    overflow:hidden;
    padding:10px 10px 0 0
}
.banner-simple .new-body {
    display:block;
    overflow:hidden;
    padding:0 0 10px
}
.banner-simple h3 {
    font-size:1.34em;
    line-height:1.1em;
    overflow:hidden;
    font-weight:700;
    margin:0;
    padding:0 0 5px;
    text-shadow:0.1em 0.1em #333
}
.banner-simple p {
    font-size:0.78em;
    line-height:1.1em;
    font-weight:400;
    margin:0;
    padding:0
}
.banner-simple img {
    height:100%
}
.texto-arriba {
    position:absolute;
    top:0;
    font-weight:400;
    z-index:700;
    padding:10px
}
.texto-abajo {
    position:absolute;
    bottom:0;
    font-weight:300;
    z-index:100;
    padding:10px
}
.texto-abajo-derecha {
    position:absolute;
    bottom:0;
    right:0;
    z-index:100;
    padding:10px
}
.banner-cuatro {
    font-family:'Roboto Slab', serif;
    color:#000;
    position:relative
}
.banner-cuatro h3 {
    font-family:'Roboto Slab', serif;
    font-size:2em;
    line-height:1.2em;
    overflow:hidden;
    font-weight:300;
    margin:0;
    padding:0 0 5px
}
.banner-cuatro p {
    font-size:1em;
    line-height:1.65em;
    font-weight:300;
    margin:0;
    padding:0
}
.boxcuatrotexto {
    padding:10px 0 0 20px
}
.boxcuatro, .boxcuatro2, .boxcuatro3 {
    padding:20px !important
}
@media (min-width:1200px) {
    .boxcuatro {
        padding:10px!important
    }
    .boxcuatro2 {
        padding:10px 10px 10px 0 !important
    }
    .boxcuatro3 {
        padding:10px 0 10px 10px !important
    }
    .banner-simple img {
        width:100%
    }
}
@media (min-width:768px) {
    .fila1 {
        min-height:262px
    }
}
.banner-simple {
    height:262px
}
@media (max-width:768px) {
    .banner-simple {
        height:auto
    }
}
.testimonios {
    text-align:left
}
.box-testimonio {
    margin:25px 0 40px;
    position:relative;
    min-height:400px
}
.imagen-testimonio {
    position:absolute;
    top:0;
    right:0;
    z-index:10;
    height:auto;
    max-width:100%
}
.cita {
    z-index:100;
    padding-top:85px
}
.citainfo {
    z-index:100
}
.info-testimonio {
    margin-top:80px
}
.texto-testimonio {
    padding:0;
    float:left
}
.texto-testimonio p {
    font-family:'SegoeUILight', serif;
    font-size:1.67em;
    line-height:1.15em;
    padding-bottom:5px
}
.datos-testimonio {
    padding:0;
    float:right;
    font-family:'SegoeUILight', serif;
    font-size:1em;
    line-height:1.2em
}
.datos-testimonio .nombre {
    font-family:'SegoeUIBold', serif;
    color:#008dbf;
    font-size:1.34em
}
.datos-testimonio .formacion {
    font-family:'SegoeUIBold', serif
}
@media (max-width:768px) {
    .imagen-testimonio {
        position:relative
    }
    .testimonios {
        text-align:center
    }
}
@media (max-width:768px) {
    .info-testimonio {
        margin-top:20px
    }
}
blockquote.testimonio {
    font-family:'segoeUIItalic', serif;
    border:none;
    font-size:1.67em;
    line-height:1.3em;
    padding:0
}
blockquote.testimonio:before {
    content:" ";
    background:url(../images/open-quote.png) no-repeat;
    text-align:center;
    line-height:37px;
    float:left;
    top:-10px;
    position:relative;
    height:37px;
    width:50px
}
blockquote.testimonio:after {
    content:" ";
    background:url(../images/close-quote.png) no-repeat;
    text-align:center;
    line-height:16px;
    position:relative;
    display:inline-block;
    top:-8px;
    height:16px;
    width:25px
}
footer {
    color:#fff;
    font-size:0.78em;
    background:url(../images/escudo-ual.png) no-repeat center bottom #323232;
    text-align:left
}
.footer {
    min-height:397px;
    padding-top:20px
}
.footer p {
    font-size:1em;
    margin:1em 0;
    line-height:1.1em;
    padding:0
}
.footer address {
    font-family:"SegoeUI", sans-serif
}
footer img {
    height:auto;
    max-width:100%
}

footer .spamspan {
    color: #fff;
}

footer a.spamspan:hover {
    color: #ca143f;
}

footer ul {
    list-style:none;
    margin:0;
    padding:0
}
.certificados li {
    display:inline-block;
    margin-right:20px
}
.certificados li:last-child {
    margin-right:0
}
.sharedfooter {
    margin-top:20px
}
.copyright {
    font-family:'segoeUILight', serif;
    border-top:1px solid #656565;
    height:50px;
    line-height:50px;
    margin-top:30px;
    text-align:right
}
.navfooter {
    margin-top:1em
}
.navfooter li {
    text-align:left
}
@media (max-width:768px) {
    footer, footer p {
        text-align:center
    }
    .navfooter {
        margin-top:0
    }
    .copyright {
        text-align:center
    }
    .navfooter li {
        text-align:center
    }
}
.header-nivel2 {
    border:1px solid #969696;
    margin-bottom:20px;
    position:relative
}
.header-nivel2 .caption-header {
    padding:20px;
    color:#fff;
    bottom:40px;
    background-color:#0b6bd6;
    position:absolute
}
@media (max-width:460px) {
    .header-nivel2 .caption-header {
        position:relative;
        bottom:0
    }
}
.caption-header h4 {
    margin:0;
    padding:0;
    font-size:1em
}
.caption-header small {
    color:#fff;
    font-size:0.67em
}
.box-contenido, .box-contenido2 {
    border:1px solid #000;
    padding:20px;
    margin-bottom:20px
}
div.box-contenido :last-child, div.box-contenido2 :last-child {
    margin-bottom:0;
    padding-bottom:0
}
.box-contenido2 h2 {
    background-color:#646464;
    width:calc(100%+20px);
    display:block;
    padding:15px 20px !important;
    margin-bottom:15px;
    color:#fff;
    margin-left:-20px;
	font-size:1em;
}
.box-contenido2 h2 a {
    color:#fff
}
.box-contenido2 h2 a:hover {
    color:#000
}
.box-contenido2 h3 {
    background-color:#646464;
    width:calc(100%+20px);
    display:block;
    padding:15px 20px !important;
    margin-bottom:15px;
    color:#fff;
    margin-left:-20px
}
.box-contenido2 h3 a {
    color:#fff
}
.box-contenido2 h3 a:hover {
    color:#000
}
.box-contenido2 h4 {
    background-color:#646464;
    width:calc(100%+20px);
    display:block;
    padding:15px 20px !important;
    margin-bottom:15px;
    color:#fff;
    margin-left:-20px
}
.box-contenido2 h4 a {
    color:#fff
}
.box-contenido2 h4 a:hover {
    color:#000
}
.destacados-nivel2 {
    border-top:1px solid #000;
    margin-top:20px;
    padding-top:40px
}
.box-link {
    width:100%;
    padding:20px;
    background-color:#3ca5ca;
    color:#fff;
    display:block
}
.box-link h3 {
    padding-bottom:5px
}
.box-link p {
    font-size:0.78em
}
.box-link a {
    color:#fff
}
a.box-link:hover {
    background-color:#005572;
    color:#fff
}
.box-link :last-child {
    margin-bottom:0;
    padding-bottom:0
}
.margen10 {
    padding:10px
}
.margin-clear {
    padding:0;
    margin:0
}
.margin-top40 {
    padding-top:40px !important
}
.margin-top30 {
    padding-top:30px !important
}
.margin-left20 {
    padding-left:10px
}
.margin-right20 {
    padding-right:10px
}
.margin-left0 {
    padding-left:0
}
.margin-right0 {
    padding-right:0
}
.margin-right20 {
    padding-right:20px !important
}
.margin-right40 {
    margin-right:40px !important
}
.margin-left40 {
    margin-left:40px !important
}
.margin-bottom0 {
    padding-bottom:0 !important;
    margin-bottom:0 !important
}
.margin-top0 {
    padding-top:0 !important;
    margin-top:0 !important
}
.margin-bottom10 {
    margin-bottom:10px!important
}
.margin-bottom40 {
	margin-bottom:40px !important;
}

.logo-secundario {
  max-height: 77px; 
  padding-left: 332px;
}
@media (max-width: 1211px) {
  .logo-secundario {
    padding-left: 250px;
  }
}
@media (max-width: 992px) {
  .logo-secundario {
    padding-left: 125px;
  }
}
@media (max-width: 768px) {
  .logo-secundario {
    padding-left: 80px;
  }
}


.fondorojo {
    background-color:#ca143f
}
.fondoblanco {
    background-color:#fff
}
.colorblanco {
    color:#fff
}

hr {
    /*border-color: #323232;*/
    border-color: #ddd;
}

hr.blanco {
    border:1px solid #fff;
    margin-top:10px;
    margin-bottom:10px
}
@media (min-width:992px) {
    .margin-left20 {
        padding-left:20px
    }
    .margin-right20 {
        padding-right:20px
    }
}
li span.icon-aviso {
    font-size:0.8em;
    margin-right:4px
}
.btn {
    font-family:'SegoeUI', sans-serif;
    border:none;
    border-radius:0
}
.btn-menu {
    height:33px;
    font-size:14px;
    background-color:#005e7f;
    padding:2px 10px;
    color:#fff

}
.btn-menu:hover {
    background-color:#008dbf;
    color:#fff
}
.btn-menu-blanco {
    height:30px;
    border:1px solid #323232;
    font-size:14px;
    background-color:#fff;
    padding:2px 10px;
    color:#323232
}
.btn-menu-blanco:hover {
    background-color:#323232;
    color:#fff
}
.btn-destacados {
    height:auto;
	min-height:33px;
    font-size:18px;
    background-color:#008dbf;
    padding:4px 10px;
    color:#fff;
	margin-top:5px;
	margin-bottom:15px;
	line-height: 25px;
	white-space:normal;
}
.btn-destacados:hover {
    background-color:#005e7f;
    color:#fff
}
.btn-padding {
    padding:8px 20px 12px;
    height:49px;
    margin:2px
}
.btn-blanco {
    height:25px;
    font-size:14px;
    background-color:#fff;
    padding:2px 5px;
    color:#008dbf
}
.btn-blanco:hover {
    background-color:#008dbf;
    color:#fff
}
.btn-marketing {
    background-color:#ca143f;
    border:1px solid #ca143f;
    color:#fff;
    padding:5px 5px 7px;
    font-size:0.78em;
    line-height:0.9em
}
.btn-marketing:hover {
    background-color:#fff;
    color:#000 !important
}
.btn-gestiones {
    background-color:#008dbf;
    border:1px solid #008dbf;
    color:#fff;
    padding:5px 5px 7px;
    font-size:1.2em;
    line-height:1.1em
}
.btn-gestiones:hover {
    background-color:#fff;
    color:#000
}
.btn-ghost, .btn-enlace {
    background-color:#323232;
    color:#fff;
    border:1px solid #fff;
    padding:5px 10px 7px;
    line-height:1.2em
}
.btn-ghost {
    font-size:1em;
    margin-bottom:5px
}
.btn-ghost:focus {
    color:#fff
}
.btn-enlace {
    font-size:0.78em;
    margin-bottom:20px
}

.container-destacados-segundonivel .btn-ghost {
    background-color:transparent;
}

.btn-ghost:hover, .btn-enlace:hover {
    border:1px solid #000;
    background-color:#fff;
    color:#000 !important;
	text-decoration: none;
}
.btn-box {
    background-color:#fff;
    border:1px solid #008dbf;
    font-size:1em;
    padding:5px 10px 7px;
    color:#008dbf;
    margin-top:3px
}
.btn-box:hover {
    background-color:#008dbf;
    color:#fff
}
.btn-facebook, .btn-twitter, .btn-skype, .btn-linux, .btn-youtube {
    background-color:#fff;
    border-radius:2px;
    color:#323232;
    font-size:26px;
    height:32px;
    line-height:32px;
    padding:0 4px 0 0;
    text-align:right;
    width:32px
}
.btn-facebook:hover {
    background-color:#3b5998;
    color:#fff
}
.btn-twitter:hover {
    background-color:#5ea9dd;
    color:#fff
}
.btn-skype:hover {
    background-color:#00aff0;
    color:#fff
}
.btn-linux:hover {
    background-color:#f3ac00;
    color:#fff
}
.btn-youtube:hover {
    background-color:#fb000f;
    color:#fff
}
@media (min-width:992px) {
    .btn-menu {
        font-size:18px;
        white-space:normal;
        height:auto;
        min-height:33px
    }
    .btn-blanco {
        font-size:18px;
        height:33px;
        padding:2px 10px
    }
}
@media (min-width:1210px) {
    .btn-marketing {
        font-size:1em;
        line-height:1.1em
    }
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color:#008dbf;
    border-color:#008dbf
}
a img.escala {
    transition:all 0.3s ease-out 0s
}
a:hover img.escala {
    opacity:0.8;
    transform:scale(1.2)
}
.animacion3s {
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s
}
.btn {
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s
}
#cookie-law-info-bar {
    border:0 none;
    margin:0 auto;
    padding:5px 0;
    text-align:center;
    width:100%;
    z-index:9999;
    font-size:16px
}
#cookie-law-info-again {
    cursor:pointer;
    margin:0;
    padding:2px 10px;
    text-align:center;
    z-index:9999
}
#cookie-law-info-bar span {
    vertical-align:middle
}
.ccm-panel-add-block-set p {
    text-align:center !important
}
.sharedfooter li {
    display:inline-block
}
.sharedfooter .btn {
    margin:0 10px 0 0 !important;
    border-radius:2px;
    color:#323232;
    font-size:26px;
    height:32px;
    line-height:32px;
    padding:0 4px 0 0;
    text-align:right;
    width:32px
}
.sharedfooter img {
    padding-bottom:6px
}
@media (min-width:992px) {
    #noticias-home {
        max-height:214px
    }
}
.translate-container {
    background-color:#f24918;
    min-height:30px
}
.translate-container .aviso {
    font-size:.78em;
    line-height:1.2em;
    color:#fff
}
.translate-container .translate a {
    font-size:.78em;
    line-height:1.2em;
    color:#fff;
    padding:0 5px
}
.translate-container .translate a:hover {
    background-color:#fff;
    color:#f24918;
    border-radius:5px
}
.alert {
    border:0 solid transparent;
    border-radius:0;
    margin-bottom:20px;
    padding:10px;
    text-align:center;
    font-size:.78em;
    font-weight:200!important;
    color:#fff
}
.alert .titulo {
    font-size:1.7em;
    line-height:1em
}
.alert-success {
    background-color:#00bd87
}
.alert-info {
    background-color:#a943ca
}
.alert-warning {
    background-color:#bf6200
}
.alert-danger {
    background-color:#f24918
}
.error404 {
    margin:120px 0;
    min-height:600px;
    background:url(../images/error-404.jpg) no-repeat bottom center
}
.form404 {
    width:100%
}
@media (min-width:1205px) {
    .error404 {
        margin:80px 0;
        min-height:400px;
        background:url(../images/error-404.jpg) no-repeat top right
    }
    .form404 {
        width:45%
    }
}
@media (min-width:768px) {
    .error404 {
        margin:80px 0;
        min-height:400px;
        background:url(../images/error-404.jpg) no-repeat top right
    }
}
.error-form .input-group {
    display:inline-table
}
.error-form {
    margin:0 -15px 15px;
    padding:0 15px
}
.input-error-btn {
    padding-left:10px
}
.btn-error {
    font-size:14px
}
.nav-sidebar > li > a {
    padding:5px 2px
}
.nav-sidebar > li > a:hover {
    background-color:#fff
}
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position:relative
    }
    .sidebar-offcanvas {
        height:1px;
        position:absolute;
        width:auto;
        opacity:0;
        z-index:0
    }
    .row-offcanvas-left {
        left:0
    }
    .row-offcanvas-left.active {
    }
}
aside > div {
    padding:20px;
    margin-bottom:20px;
    border:1px solid #008dbf
}
aside > div > *:last-child {
    margin-bottom:0;
    padding-bottom:0
}
aside h2 {
    padding-bottom:15px
}
aside p {
    font-size:0.89em;
    line-height:1.1em;
    margin:0;
    padding:0 0 15px
}
aside p.fecha {
    font-size:0.78em;
    line-height:1.1em;
    margin:0;
    padding:0
}
@media (min-width:768px) {
    .megamenu-content ul li ul li {
        font-size:16px;
        padding-top:5px;
    }
}
.megamenu-content h3 {
    font-size:24px;
    line-height:28px;
    font-family:'SegoeUI', sans-serif !important;
    margin-bottom:14px;
    padding-bottom:0px;
    padding-top:0px;
}
@media (min-width:992px) {
    .megamenu-content h2 {
        font-size:48px !important;
        line-height:50px;
        font-family:'SegoeUILight', sans-serif !important;
        margin-bottom:10px;
        padding-bottom:0px;
    }
}
@media (max-width:1199px) {
    .btn-menu {
        height:auto;
        min-height:33px;
        white-space:normal
    }
}
@media (max-width:768px) {
    .campusMenu a {
        color:#fff;
        padding:15px 7px 16px
    }
}
.imagenNoticia {
    width:110px;
    height:110px;
    object-fit:cover
}
.ccm-block-social-links ul.list-inline li {
    margin-right:0px
}
.oculto {
    display:none
}
.bannerdoble h3 {
    font-family:'Roboto Slab', serif;
    padding-bottom:0px;
    line-height:0.9em
}
.bannerdoble a {
    color:#ffffff
}
.boxcuatrotexto a {
    color:#000
}
.datos-testimonio .formacion {
    text-shadow:1px 1px 2px #fff
}
.avisos a {
    color:#fff
}
.btn-flotante span {
    color:#fff;
    width:27px;
    height:27px;
    background-color:#ca143f;
    display:inline-block;
    float:right;
    padding:5px;
    font-family:"Glyphicons Halflings";
    font-style:normal;
    font-weight:400;
    line-height:1;
    position:relative;
    top:0
}
.search-close span {
    display:table-cell;
    vertical-align:middle
}
.btn-canal-noticias span {
    width:41px;
    top:0;
    height:41px;
    background-color:#005572;
    padding:10px;
    color:#fff;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s
}
.btn-canal-noticias:hover span {
    color:#fff;
    background-color:#ca143f
}
.destacados p a {
    color:#005572
}
.texto-destacado-contenido {
    font-family:SegoeUILight;
    padding:16px 20px 20px;
    font-size:1.67em;
    line-height:1.1em;
    margin-top:20px;
    margin-bottom:40px;
    background-color:#5ba5bf;
    color:#fff;
    border:1px solid #5ba5bf
}



/* Menu Generico */

.header-generica {
/*	background:url(../images/generica-cabecera.jpg) no-repeat top center;*/
    background-color:#002f3f;
	background-size:cover !important;
	color:#fff;
}
.generica-container {
    position: relative;
    min-height: 300px;
}


.header-generica .header-caption {
    font-family:'SegoeUIBold', sans-serif;
	padding:85px 0 0;
	font-size:2em;
}

.header-generica .body-caption, .header-edual-generica2 .body-caption {
	font-size:1em;
	width:50%;
	line-height: 1.15em;
}

.filetemenu {
	background:url(../images/filete-menu.png) repeat-x top;
}

.menu-generico {
	position:absolute;
	bottom:2px;
	width:100%;
	height:30px;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;	

}

.menu-generico nav {
	position:relative;
}

.menu-generico nav ul.nav {
	position:absolute;
}

.menu-generico > .container > .navbar-collapse {
	margin-right:0;
	margin-left:0;
}

.menu-generico .nav > li {
	margin-right:3px;
	z-index:100;
}
.menu-generico .nav > li > a {
	background-color:#356696;
	border-top:1px solid #132e49;
	border-right:1px solid #132e49;
	border-left:1px solid #132e49;
	color:#fff;
}
.menu-generico .nav > li > a.active, .menu-generico .nav .open>a:focus, .menu-generico .nav > li > .dropdown-menu > li > a.active {
	background-color:#fff;
	color:#323232;
}
.menu-generico .nav > li > a:hover {
	background-color:#008dbf;
	color:#fff;
}

.menu-generico .navbar-nav > li > a {
    padding: 6px 10px 7px 10px;
    font-size: 16px;
}

.menu-generico .navbar-nav > .doslineas {
    z-index: 10;
    bottom: 66px;
}

.menu-generico .navbar-nav > li.doslineas > a {
    padding: 6px 10px 40px 10px;
}

.menu-generico .navbar-nav > .dropdown.doslineas:hover  {
	z-index:1000 !important;
}


.menu-generico .navbar-nav > li:hover ul  {
	display: block;
}

.dropdown-menu > li > a {
	background-color:#e6e6e6;
    padding: 3px 10px;
}

.navbar-nav>li.doslineas>.dropdown-menu {
    margin-top: -30px;
}


/* Dispositivos moviles */
@media (max-width: 767px) {
	.generica-container {
		min-height:auto;
		padding-bottom:0;
	}
	.menu-generico {
		height: 55px;
		position:relative;
	}
	.menu-generico nav ul.nav {
		position:relative;
	}
	#navbarGenerico {
		clear:both;
	}
	.menu-generico .nav > li > a {
		border-top:0 solid #132e49;
		border-right:1px solid #132e49;
		border-left:1px solid #132e49;
		border-bottom:1px solid #132e49;
	}
	.header-generica .header-caption {
		padding:20px 0 0;
		font-size:1.1em;
	}
	.header-generica .body-caption {
		font-size:0.89em;
		width:100%;
	}
	.menu-generico .navbar-nav > li.doslineas > a {
		padding: 6px 10px 6px 10px;
	}
	.menu-generico .navbar-nav > .doslineas {
		bottom: 0;
	}
	.dropdown-menu > li > a {
		border-right:2px solid #132e49;
		border-left:2px solid #132e49;
	}
	.navbar-nav>li.doslineas>.dropdown-menu {
		margin-top: 0;
	}
}
@media (max-width: 1024px) {
	.menu-generico .nav > li > a {
		font-size:14px;
		padding-right:2px;
		padding-left:2px;
	}
	.header-generica .body-caption {
		font-size:0.89em;
		width:100%;
	}
}



/* Estilos para la web del Rectorado */

.header-generica.rectorado {
    background-color:#152c48;
	background-size:cover !important;
	color:#fff;
}
.rectorado .generica-container {
    position: relative;
    min-height: 40px;
    padding-bottom: 45px;
}
.header-generica.rectorado .header-caption
{
    padding: 10px 0 0 0;
}
.inforector {
	background:url(https://www.ual.es/application/files/2015/9541/2794/header-rectorado.jpg) no-repeat top center;
	background-color:#effbfb;
	background-size:cover !important;
	min-height: 580px;
	position: relative;
	margin-bottom: 30px;
}
.inforector div.row20 div:nth-child(1) {
    background-color:#fff;
    margin-top: 340px;
    padding: 20px;
    
}
.infoconsejo {
	background:url(https://www.ual.es/application/files/3115/9541/2628/fondo-banner.jpg) no-repeat top center;
	background-color:#1d3c61;
	background-size:cover !important;
	min-height: 376px;
	position: relative;
	margin-bottom: 30px;
	margin-top:30px
}

/* Fin Estilos para la web del Rectorado */





/* Bandas de 4 columnas */


.col4 > .main-content > .row20 > .col-lg-12:after, .col4 > .main-content > .row20 > .col-lg-12:before {
    display: table;
    content: " ";
    clear: both;
}
.col4 > .main-content > .row20 > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.col4 > .main-content > .row20 > .col-lg-12 > div {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 20px;
}

/**/



/***/

p.pregunta {
    font-size:1.33em;
    line-height:1.2em;
    padding-bottom:10px;
	margin-bottom:0;
	font-family:"SegoeUILight",sans-serif;
}
.ccm-faq-block-links {
	padding-bottom:35px;
}


details{padding:2px 0;margin-bottom:0px !important;font-size:0.78em;padding-left:25px}
details[open]{transition: all 0.2s ease 0s}
details[open] > summary{font-weight:700;margin-bottom:5px}
details[open] > summary::before{color:#ca143f;content:'\25BC'}
summary{cursor:pointer;font-size:1.25em;margin-left:-20px}
summary::before{content:'\25B6';color:#ca143f;padding-right:0.5em}

ul.archivos, .container-destacados-segundonivel ul {margin:0 0 15px 0;list-style:none;padding:0;line-height:1.2em;}
ul.archivos.vinetas {margin:0 0 15px 0;list-style:disc;padding:0 0 0 20px;line-height:1.2em;}
ul.archivos li { padding-bottom: 6px !important;}
ul.archivos li > span {
    font-size: 14px;
    display: block;
    line-height:1.2em !important;
}
ul.archivos li:last-child > span:last-child {
  margin-bottom: 0 !important;
}

ul.archivos .historico {
	height:38px;
	line-height:20px;
	background: url(../images/historico.png) no-repeat left center;
	padding:0 0 0 60px;
}




.megamenu-content details > summary::before{color: #008dbf}.megamenu-content ul li a, .nav-sidebar > li > a{display:inline}summary::-webkit-details-marker{display:none}
.sinvinetas > li > figure > img {max-width:100%}.separaLineas40{margin-bottom:40px}.avisos img {max-width:100%;height:auto}.sinvinetas > li > details {margin-bottom:0px;}@media (max-width:767px) {.sinvinetas > li > figure > img {max-width:100%;width:350px}}a.new:focus{color:#fff}.megamenu-content h2{padding-bottom:15px}.megamenu .dropdown-menu>li {position:relative}.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {background-color:#f0f0f0}.dropdown-menu {-webkit-box-shadow:0 6px 12px rgba(0,0,0,.375);box-shadow:0 6px 12px rgba(0,0,0,.375)}@media (min-width:1024px) {.megamenu .menu-destacado > ul > li {font-size:22px}}.megamenu .menu-secundario {position:absolute;right:0px;bottom:5px}

/*Men� de la UAL */
ul.sinvinetas li ul.sinvinetas li{font-size: 1em}.megamenu-content ul li ul li{font-size:16px}
@media (min-width:768px){.megamenu-content h2{font-size:24px;line-height:24px}.megamenu-content h3{font-size:18px}}
@media (min-width:992px){.megamenu-content h2{font-size:48px;line-height:50px;margin-bottom:10px}.megamenu-content h3{font-size:30px;line-height:28px}}

/* Im�genes del panel publicitario */
.boxpubli {padding:10px 5px 10px 5px !important}
.panel-publi {
padding:0px 5px 0px 5px}

/* Soluci�n de errores - Arreglar estilos */
@media (max-width:767px) {.translate-container {position: relative;top: 86px}}
.noticiahome > div {min-height: 151px;height: inherit}
@media (max-width:767px) {.separamenu {min-height: 100px}}
.texto-en-bloque{display:block;padding-bottom:5px}

/* Un mar de talento */
.box-talento {background-color:#fff;display:block;line-height:1.42857;margin-bottom:20px;transition:border 0.2s ease-in-out 0s;text-align:center}
@media (min-width:767px) {.box-talento {background-color:#fff;display:block;line-height:1.42857;margin-bottom:20px;transition:border 0.2s ease-in-out 0s;text-align:left}}
.box-talento a > img, .box-talento > img {margin-left: auto;margin-right: auto;max-width:100%}
a.box-talento.active, a.box-talento:focus, a.box-talento:hover {border-color:#337ab7}
.box-talento .caption {color:#323232;padding:10px 0 18px;padding-right:20px}
.line-container {width:230px;height:20px}
.box-talento h3 {font-family:"SegoeUIBold",sans-serif;padding:0 0 3px;color:#3ca5ca;line-height:1.1em}
.box-talento .subtitle {font-family:"SegoeUIBold",sans-serif;color:#323232;font-size:0.78em;width: 100%;text-overflow: ellipsis;/*white-space: nowrap;*/overflow: hidden}
.box-talento .caption .testimonio {/*font-family:"segoeUILight",sans-serif;*/color:#323232;font-size:1em;margin-bottom:15px}
.single-line {width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.texto-destacado-contenido {font-family:SegoeUILight;padding:16px 20px 20px;font-size:1.67em;line-height:1.1em;margin-top:20px;margin-bottom:40px;background-color:#5ba5bf;color:#fff;border:1px solid #5ba5bf}
.texto-destacado-contenido p {font-size:1em;padding-bottom:0px;margin-bottom:0px}
.texto-destacado-contenido a {color:#005572;text-decoration:none}
.texto-destacado-contenido a:hover {color:#ca143f}

/* Contenido-articulo flotante */
.box-float article {color:#323232;padding:10px 0 20px;overflow-y:auto}
.box-heading {height:30px;width:100%;background-color:#002f3f}
.btn-close {background-color:#ca143f;color:#fff;width:30px;height:30px;display:block;padding:5px}
.box-generico .btn-close {background-color:#008dbf !important;}
.box-content-generico { padding:17px 20px 20px; color: #323232; }
.box-content-generico img { margin-bottom: 17px; }
.entry-image {margin:0px 0 0px}
.entry-image img {max-width:100%}
.entry-content blockquote {padding:0;font-style:italic}
.entry-content blockquote strong {color:#005e7f;font-style:italic}
.entry-content blockquote {content:" ";font-size:1.67em !important;font-family:"segoeUILight",sans-serif;font-weight:200 !important;color:#323232}
.entry-content blockquote:before, .entry-content blockquote:after {}
.entry-content .fecha {color:#005e7f;font-size:0.78em;padding:0 0 20px}
.entry-content .pregunta {color:#005e7f;font-size:1em;font-weight:bold}
.escalarDesplegable {height: 100%; /* 75% */}
@media (max-width:767px) {.escalarDesplegable {height: 100%; /* 30% */}}
@media (max-width:991px) {.megamenu-content .col-sm-6 {padding-bottom:10px;border-bottom:1px solid #ddd;margin-bottom:20px}}
@media (max-width:767px) {.listpeque li { width:100%}.col-xs-12 {padding-bottom: 10px !important}.copyright {height:auto;}.megamenu-content .col-xs-12 {padding-bottom:10px;border-bottom:1px solid #ddd;margin-bottom:20px;}}
@media (max-width:480px) {.banner-simple {height:262px}}
@media (max-height:420px){.navbar-collapse {max-height:300px}}
@media (max-height:360px){.navbar-collapse {max-height:280px}}
@media (max-height:320px){.navbar-collapse {max-height:240px}}
@media (max-height:280px){.navbar-collapse {max-height:200px}}
div > .megamenu .megamenu-content{display:flex;display:-webkit-flex;flex-flow:row wrap;-webkit-flex-flow:row wrap;}
.megamenu .megamenu-content > .col-lg-3 .col-sm-3 .col-md-3 {padding-bottom:15px}
.megamenu-content > .col-lg-3, .megamenu-content > .col-sm-3, .megamenu-content > .col-md-3 {
	padding-bottom:15px;
    display: block;
}

/* Estilos personalizados para el buscador de Google */
.gsc-control-cse, .gsc-control-cse .gsc-table-result{font-family:'SegoeUI',sans-serif !important;font-size: 14px !important;}
.cse .gsc-control-cse, .gsc-control-cse{padding:0px !important;}
input.gsc-input{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px !important;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #000 !important;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;}
input.gsc-input:focus{border-color:#66afe9 !important;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);}
input.gsc-search-button{height:33px !important;font-size:18px !important;background-color:#005e7f !important;border:none !important;font-weight:normal !important;color:#fff !important;padding:2px 10px !important;font-family:'SegoeUI',sans-serif !important;margin-left:0px !important;border-radius:0px !important;-moz-border-radius:0px !important;-webkit-border-radius:0px !important;}
input.gsc-search-button:hover{background-color:#008dbf !important;}
.gs-result .gs-title,.gs-result .gs-title *{font-size:18px !important;color:#008dbf !important;text-decoration:none !important;font-family:'SegoeUI',sans-serif !important;}
.gs-result .gs-title:hover,.gs-result .gs-title *:hover,.gs-result .gs-title:focus,.gs-result .gs-title *:focus{text-decoration:none;cursor:pointer !important;color:#ca143f !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-page{color:#337ab7 !important;text-decoration:none !important;border:1px solid #ddd !important;padding:6px 12px !important;font-size:18px !important;margin-left:-1px !important;margin-right:0px !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-page:focus,.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{background-color:#eee !important;color:#23527c !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#008dbf !important;color:#fff !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:focus,.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover{background-color:#008dbf !important;color:#fff !important;}
.gs-result a.gs-visibleUrl,.gs-result .gs-visibleUrl{text-decoration:none !important;color:#005e7f !important;}
.gs-no-results-result .gs-snippet,.gs-error-result .gs-snippet{background-color:#bf6200 !important;font-weight:200 !important;color:#fff !important;font-size:14px !important;font-family:'SegoeUI',sans-serif !important;text-align:center !important;padding:10px !important;border:none !important;margin:0px !important;}


/* Modificaciones del CSS de la UAL*/
h2 {line-height:1.2em}
details {padding: 2px 0;margin-bottom: 10px;font-size:0.78em;padding-left:20px}
.margen-derecho20{margin-right:20px}
.margen-vertical-20{margin-top:20px;margin-bottom:20px}
.margen-horizontal-0{margin-left:0px;margin-right:0px}

/* CSS para grados */
.breadcrumb-cabecera {background:#dcdcdc}
.breadcrumb-cabecera .breadcrumb {background-color:#dcdcdc;padding:0;line-height:28px;margin-bottom:2px}

/* 
 * CSS cabecera modficada
 */
.cabecera .item {max-height:550px;min-height:550px;height:100%;width:100%}
.cabecera .item > .container {position:relative;height:550px}
.caption-interior {color:#fff;padding-bottom:200px;width: 600px}
.caption-interior .body-caption {font-family:'SegoeUI', sans-serif;font-size:1em;background-color:transparent;background:rgba(0, 0, 0, 0);padding:10px 20px 20px;margin-top:0;width:600px;font-weight:300}
.caption-interior .body-caption p {font-size:1em;line-height:1.1em;margin-bottom:15px}
.caption-interior h1 {line-height:1em;font-family:'SegoeUI', sans-serif;font-size:2em;font-weight:600;margin:0;padding:0.2em 20px;display: block}
@media (max-width: 768px) {.caption-interior, .caption-interior .body-caption {width: auto} .caption-interior h1 { font-size: 1.67em;} .caption-interior .body-caption p { font-size: 0.89em;} }
.titulacionAvisos ul {list-style:none;}
.tituloGrande {font-size:2em;}

/* 
 * CSS cabecera secciones interiores de grados
 */
.academicos-interior .cabecera {min-height:308px !important;max-height:308px !important;height:100%;width:100%}
.academicos-interior .caption-interior {bottom:none;padding-top:35px;position:inherit;padding-bottom:0}
 
/* 
 * CSS cabecera para Estudios academicos
 */
.slider-grado {background:url(../images/grados-cabecera.jpg) no-repeat fixed center center #dcdcdc;background-position:50% 0}
@media (max-width: 768px) {.slider-grado .caption-interior, .slider-grado .caption-interior .body-caption {width: auto} .slider-grado .caption-interior { position:relative; right:1%; left:1%;}}


/* 
 * CSS Box Destacados
 */
.box-destacados {background-color:#d9d9d9;padding:20px 0}
.box-informa {font-family:'SegoeUILight', sans-serif;background-color:#0b5872;border:1px solid #0b5872;overflow:hidden;padding:10px;text-align:center;color:#fff;margin-bottom:20px}
@media (min-width: 1000px) {.box-informa:last-child {margin-bottom:0}}
.content-box {position:relative;top:50%;transform:translateY(-50%)}
.content-link {color:#323232;overflow:hidden;background-size:auto 100% !important}.image-link1 {background:url(../images/grados/link.jpg) no-repeat;background-position:center}.image-link2 {background:url(../images/grados/link2.jpg) no-repeat;background-position:center}.image-link3 {background:url(../images/grados/link3.jpg) no-repeat;background-position:center}.image-link4 {background:url(../images/grados/link4.jpg) no-repeat;background-position:center}.image-link5 {background:url(../images/grados/link5.jpg) no-repeat;background-position:center}.image-link6 {background:url(../images/grados/link6.jpg) no-repeat;background-position:center}.box-informa h4 {font-family:'SegoeUILight', sans-serif;font-size:1.67em;margin:0;padding:0}.box-informa p {font-family:'SegoeUI', sans-serif;font-size:1;margin:0;padding:0;text-align:center}.height70 {height:70px}.height180 {height:208px}.height380 {height:436px}
@media (min-width: 1200px) {.height180 {height:178px}.height380 {height:376px}}
@media (max-width: 789px) {.height180 {height:auto}.height380 {height:auto}.content-box {position:relative;top:0;transform:inherit}.content-link {background-size:100% auto !important}}
@media (max-width: 992px) {.content-link {background-size:100% auto !important}}

/*
 * Contenido principal
 */
.para{color:#fff}
.main-secundario {background-color:#f0f0f0}
.main-estudios {padding-top:35px;padding-bottom:40px}
.separa-container {border:1px solid #bfbfbf}
.main-content {padding-top:0 !important}
.main-content img {padding-bottom:15px !important; max-width: 100%; height: auto;}
@media (max-width: 789px) {.main-content img {padding-bottom:5px !important;} }
.aviso .main-estudios {padding-top:20px}
.main-estudios h2 {font-size:2em;padding-bottom: 0.2em}
.texto30 {font-size:1.67em !important;padding-bottom: 0.5em !important}
.formato14 div {margin-top:10px;margin-bottom:25px}
.formato14 h3 {margin:0;padding:0}
.formato14 p {font-size:0.78em}
.formato14 p:last-child {margin:0;padding:0}
.img-thumbnail {border:none;position:relative;padding:0}
.footer-thumbnail {font-size:0.89em}
.footer-thumbnail p:last-child {margin:0;padding:0}
.text-thumbnail {position:absolute;bottom:0;width:100%;background-color:#000;background:rgba(0, 0, 0, 0.75);color:#fff;padding:10px;line-height:1em}
.main-estudios div.avisos {padding:8px 10px 10px;margin-bottom:17px;border:1px solid #008dbf}
.main-estudios > div.avisos {padding:18px 20px 20px;margin-bottom:15px;border:1px solid #008dbf}
.main-estudios > div.avisos h4 {font-family:'SegoeUILight', sans-serif;font-size:1.67em;padding:0;margin-bottom:10px}
.main-estudios > div.avisos p {font-size:0.89em;padding:0;margin-bottom:20px}
.main-estudios div.avisos p:last-child {padding:0;margin-bottom:0}
div.avisos p a {color:#fff;text-decoration:underline}
div.avisos p a:hover {color:#ca143f;text-decoration:underline}
.icon-nuevo{background-color:#008dbf;color:#fff;border-radius:4px;padding:2px;padding-top:0px;padding-bottom:1px;font-size:0.8em;margin-left:2px;margin-right:2px;margin:0px 1px 0px 1px;vertical-align:top}
.icon-nuevo:hover{background-color:#ca143f}

/* listas de contenido */

 /* Menu */
.btn-submenu{top:250px;background-color:#ca143f;font-size:2em;position:fixed;left:20px;cursor:pointer;z-index:800;height:62px;width:62px;padding:0 15px;display:block;color:#fff;margin:0;line-height:1.67em}
.openbotonsubmenu:hover{color:#ca143f}
.box-submenu{background-color:#13343f;top:0}
.box-submenu{position:absolute;left:0;height:100%;overflow-y:auto;width:0;z-index:790}
.openasubmenu {width:348px}
.openbotonsubmenu{background-color:#13343f;top:20px !important}
.box-content-submenu{position:absolute;top:0;padding:70px 15px 20px;color:#fff;width:100%}
.box-content-submenu ul li{list-style:none;margin:6px 0}
.box-content-submenu ul li a{color:#fff}
.box-content-submenu ul li a:hover{color:#ca143f}
@media (max-width: 767px) {.btn-submenu{top:150px} .openasubmenu{width:100%}}

/* Expandir menu anidado del submenu */
.dropdown-submenu {max-height:0;overflow:hidden;transition:max-height 250ms ease-in-out 0ms, visibility 0ms linear 250ms;visibility:hidden}
.subdropdown {float:right;/*margin-right:-20px;padding-left:-50px;*/}
.open > .dropdown-submenu {max-height:50em;transition-delay:0ms, 0ms;transition-duration:500ms, 0ms;visibility:visible}
.open > i {max-height:50em;transition-delay:0ms, 0ms;transition-duration:500ms, 0ms;visibility:visible}

/* Boton descarga */
.btn-descarga {display:block}
.fondo-descarga p, .fondo-descarga2 p {padding:0}
.fondo-descarga, .fondo-descarga2 {width:100%;height:200px;padding-left:180px}
.fondo-descarga {background:url(../images/grados/fondo-descarga-doc.jpg) no-repeat top left;padding-top:40px}
.fondo-descarga2 {background:url(../images/grados/fondo-descarga-doc-2.jpg) no-repeat top left;padding-top:20px}

/* Tablas */
.table {margin:0}
.table div.row {display:flex;margin:0}
.col {padding:7px 10px;-moz-box-flex:1;flex-basis:0;flex-grow:1;max-width:100%;width:auto;display:inline;position: relative;padding-left: 10px;padding-right: 10px}
.box {padding:10px 15px;max-width:100%;min-height:190px}
.box p:last-child {padding:0;margin:0}
div.table > div.row > div.col p {margin:0;padding:0;text-align:left}
div.table > div.row > div.col li {text-align:left;line-height:1.28em}
div.table-5 > div.row > div.col {margin:0 5px 5px 0}
div.table-20 > div.row > div.col {margin:0 20px 20px 0}
div.table-5 > div.row > div.col:last-child {margin:0 0 5px 0}
div.table-20 > div.row > div.col:last-child {margin:0 0 20px 0}
div.table-20 > div.row:last-child > div.col {margin:0 20px 0 0}
div.table-20 > div.row:last-child > div.col:last-child {margin:0 0 0 0}
div.table.centro > div.row > div.col {text-align:center}
div.table.gris > div.row > div.col {background-color:#e5e5e5}
div.table > div.tHeader > div.col {background-color:#fff !important;font-weight:700}
div.col-10 {width:10% !important;flex-basis:inherit}
div.col-6 {width:6% !important;flex-basis:inherit}
div.col-70 {width:70% !important;flex-basis:inherit}
.col10 { width:10%; }
.col40 { width:40%; }
.col5 { width:5%; }
.col15 { width:15%; }
.col30 { width:30%; }
@media (max-width: 767px) {.col10 , .col40 , .col5 , .col15 , .col30 {width:auto}}

/* Iframes */
iframe { 
  width: 100%; 
  border: none;
}

/* Colores de fondos */
.gris1 {background-color:#c8c8c8}
.gris2 {background-color:#d2d2d2}
.gris3 {background-color:#dcdcdc}
.gris4 {background-color:#e6e6e6 !important}
.gris5 {background-color:#f0f0f0}

/* Profesores */
.profesores h2 {text-align:center}
.profesores p {text-align:center;margin:0 0 10px;padding:0}
.profesores #buscarprofesor {height:38px;border-bottom:1px solid #c8c8c8;border-top:1px solid #c8c8c8;border-left:1px solid #c8c8c8;border-right:none !important;border-radius:0;padding:0 10px;font-size:0.78em;background-color:#c8c8c8}
#imaginary_container {width:33%;margin:0 auto 40px}
.input-group-addon {border-bottom:2px solid #002f3f;border-top:2px solid #002f3f;border-right:2px solid #002f3f;border-left:none !important;border-radius:0;height:29px;background-color:#002f3f;padding:0 5px;font-size:1em}
.input-group-addon button {background-color:#002f3f;border:none;color:#fff}
#profesores > div.profesor {margin-bottom:0;/*display:none;*/position:absolute;visibility:hidden;opacity:0;height:210px;overflow:hidden;transition:visibility 0s, opacity 0.5s linear}
#profesores > div h4 {font-weight:700;font-size:1em;margin:0;padding:0}
#profesores > div p, #profesores > div li {text-align:left;font-size:0.89em}
.imagenvisible{/*display:block !important;*/margin-bottom:35px !important;position:relative !important;visibility:visible !important;opacity: 1 !important}

/* Como llegar */
.menu-google{font-size:0.9em;margin-bottom:0px}
.menu-google li{list-style:none}
#map_canvas{height:640px;width:100%}
.como-llegar{position:relative;overflow:hidden}
.box-nombre-edificio{position:absolute;line-height:30px;right:0;left:0;top:20px;max-width:460px;min-height:30px;color:#008dbf;font-size:14px;text-align:center;margin:0 auto;background:rgba(255,255,255,0.8);opacity:0;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s}
.box-nombre-edificio.active{opacity:1}
.box-places{position:absolute;left:20px;top:20px;width:277px;padding:20px;min-height:auto;background:rgba(255,255,255,0.8);max-height:600px;overflow-y:scroll}
.box-info-maps{transition-delay: 0ms, 0ms, 0ms;transition-duration: 750ms, 0ms, 375ms;transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), linear, ease-in-out;position:absolute;top:20px;right:-420px;width:390px;padding:20px;min-height:300px;background:rgba(255,255,255,0.8);z-index:100;overflow:auto;scroll-behavior:auto;max-height:500px}
.box-info-maps.active{right:20px}
.box-info-maps img{margin-bottom:20px}
.box-info-maps p{font-size:0.79em}
.box-info-maps .btn-destacados, .box-info-maps .btn-box{font-size:0.78em;height:auto;padding:5px 10px;margin-right:20px}
@media only screen and (max-width: 480px){#map_canvas{height:340px}.box-places .sidebar-offGoogle.active{max-height:280px}.box-info-maps{max-height:240px;min-height:180px}.entry-image{margin: 0px 0 0px}}
@media only screen and (max-width: 640px){#map_canvas{height:500px}.box-places .sidebar-offGoogle.active{max-height:400px;height:auto !important}.box-info-maps{max-height:390px}}
@media only screen and (max-width: 767px){
	.sidebar-offGoogle {height:1px;width:auto; /* 6 columns */opacity:0;z-index:0;height:1px;overflow-x:auto}
	.box-places .sidebar-offGoogle.active{height:auto;opacity:1;transition: opacity 0.2s ease-in 0.1s;z-index:100;overflow-x:auto;padding-top:10px;height:300px}
	.box-places{width:100%;right:0;left:0;padding:10px}
    .box-info-maps{top:80px;right:-1220px;width:100%;margin-left:20px}
	.box-info-maps.active{right:0}
}
.labels{background-color:#ffffff;width:40px}

/* Estilos para tablas */
.gestiones-generica {background: none !important;border-top: none !important;padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;min-height:auto}
table {border-collapse:collapse;width:100%; margin-bottom: 15px;}
table th{text-align:left;vertical-align:top;background-color:#fff;color:#323232;font-size:1em;margin: 0;padding: 0; line-height:1.1em; vertical-align:bottom;}
table tr{background-color:#f0f0f0}
table tr.puntero{cursor: pointer}
table tr.puntero:hover, table tr.selecionado{background-color:#cce8f2 !important}
table td.left{text-align:left}
table td.centro, table th.centro{text-align:center}
table td {text-align:left;vertical-align:top;border:5px solid #fff;padding:7px 10px; font-size:0.78em; color:#323232}
caption {padding-top: 0;padding-bottom: 10px;color: #969696;text-align: right;font-size: 0.78em;caption-side: bottom;}
table td.gris, table th.gris {color:#646464}
table td p {
	padding-bottom:0;
}
table td ul {
	padding-bottom:10px;
}
table td p:last-child, table td ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
	table .col-lg-1, table .col-lg-10, table .col-lg-11, table .col-lg-12, table .col-lg-2, table .col-lg-3, table .col-lg-4, table .col-lg-5, table .col-lg-6, table .col-lg-7, table .col-lg-8, table .col-lg-9, table .col-md-1, 
	table .col-md-10, table .col-md-11, table .col-md-12, table .col-md-2, table .col-md-3, table .col-md-4, table .col-md-5, table .col-md-6, table .col-md-7, table .col-md-8, table .col-md-9, table .col-sm-1, table .col-sm-10, 
	table .col-sm-11, table .col-sm-12, table .col-sm-2, table .col-sm-3, table .col-sm-4, table .col-sm-5, table .col-sm-6, table .col-sm-7, table .col-sm-8, table .col-sm-9, table .col-xs-1, table .col-xs-10, table .col-xs-11, 
	table .col-xs-12, table .col-xs-2, table .col-xs-3, table .col-xs-4, table .col-xs-5, table .col-xs-6, table .col-xs-7, table .col-xs-8, table .col-xs-9 {
		padding-left:10px !important;
		padding-right:10px !important
	}
.table-responsive { min-height: .01%; overflow-x:inherit !important}
@media(max-width:768px){
	.table-responsive { overflow-x:auto !important}
}



/* Estilos para administracion electr�nica*/
#clockDisplay{font-size:1.33em;font-family: 'SegoeUILight'; margin:0 0 12px; padding:0;color:#323232;background:url(../images/reloj.jpg) no-repeat top left; padding-left:48px; line-height:1em; background-position-y:5px}
#clockDisplay p{margin:0;padding:0;font-size:0.75em;}
/* Buscador Interno */
.buscadores {margin-left:0;margin-right:5px;padding-top:0;margin-bottom:10px}
.buscadores h2 {text-align:left}
.buscadores p {text-align:center;margin:0 0 10px;padding:0}
.buscadores #buscarprocedimiento {height:38px;border-bottom:1px solid #fff;border-top:1px solid #fff;border-left:1px solid #fff;border-right:10px solid #fff !important;border-radius:0;padding:0 10px;font-size:0.78em;background-color:#dcdcdc}
#buscador_imaginary_container {width:33%;}
.input-group-addon {border-bottom:1px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-left:none !important;border-radius:0;height:29px;background-color:#008dbf;padding:0 5px;font-size:1em;}
.input-group-addon button {background-color:#008dbf;border:none;color:#fff}
.input-group-addon.blanco {background-color: #fff;padding: 0;font-size: 1.5em;}
.input-group-addon.blanco button {background-color: #fff;color:#008dbf}
.input-group .input-group-addon {height: 38px;}
.input-group-addon.margenico {border-left: 10px solid #fff !important; }

.input-daterange .date::before {
	background: url("../images/ico-cal.png") no-repeat center center;
	padding: 5px 15px 15px 10px;
    content: " ";

	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	position: absolute;
	pointer-events: none;
	
	
	
	z-index: 9;
    top: 9px;
    left: 8px;
}



.input-daterange .date input {
	padding-left: 36px;
    text-transform: lowercase;
}


#buscadores > div.buscador {margin-bottom:0;/*display:none;*/position:absolute;visibility:hidden;opacity:0;height:210px;overflow:hidden;transition:visibility 0s, opacity 0.5s linear}
#buscadores > div h4 {font-weight:700;font-size:1em;margin:0;padding:0}
#buscadores > div p, #buscadores > div li {text-align:left;font-size:0.89em}
.imagenvisible{/*display:block !important;*/margin-bottom:35px !important;position:relative !important;visibility:visible !important;opacity: 1 !important}
select#procedimiento_destinatario, select#i_destinatarios, select#i_familias { width:100%; height:38px; border:1px solid #000; }




/* En desarrollo ... */
.error403{margin:120px 0;min-height:600px;background:url(../images/error-403.png) no-repeat bottom center}.form403{width:100%}@media (min-width:1205px){.error403{margin:80px 0;min-height:400px;background:url(../images/error-403.png) no-repeat top right}.form403{width:45%}}@media (min-width:768px){.error403{margin:80px 0;min-height:400px;background:url(../images/error-403.png) no-repeat top right}}

h3.pregunta {color:#005e7f;font-weight:bold;}

.avisoDesarrollo{position:absolute;padding: 0px 10px 0px 10px}




/* Estilos Datepicker */
.datepicker table tr {
	background-color: inherit;
}



/* DDINTERACTIVA */


p.h2 {
    font-family: 'SegoeUILight';
    font-size: 2em;
    padding-bottom: 0.3em;
}

.margin-top20 {
	margin-top:20px !important;
}

.margin-top25 {
	margin-top:25px !important;
}

.cabecera .item.slider-grado {
	min-height:300px;
	max-height:300px;
}

.cabecera .item.slider-grado > .container {
	height: 300px;
}

.cabecera .item.slider-grado .caption-interior h1,.cabecera .item.slider-grado .caption-interior .body-caption {
	padding-left:0;
}


.academicos-interior .cabecera .item > .container {
    position:relative;
    height:308px
}

.margin-bottom20{margin-bottom:20px!important}
.margin-bottom40{margin-bottom:40px!important}

.menu-academico {
	margin-top:-39px;
	height:39px;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10; 
    position: relative;
}

.menu-academico > .container > .navbar-collapse {
	margin-right:0;
	margin-left:0;
}

.menu-academico .nav > li {
	margin-right:5px;
}
.menu-academico .nav > li > a {
	background-color:#0b5872;
	color:#fff;
}
.menu-academico .nav > li > a.active, .menu-academico .nav .open>a:focus {
	background-color:#fff;
	color:#323232;
}
.menu-academico .nav > li > a:hover {
	background-color:#008dbf;
	color:#fff;
}
.menu-academico .navbar-nav > li > a {
    padding: 10px 19px 11px 18px;
    font-size: 16px;
}

.menu-academico .nav > li:hover > ul.dropdown-menu {
	display: block;
}


/* lista en dos columnas */

ul.doscolumnas, ol.doscolumnas, div.doscolumnas{ 
  columns: 2; 
  -webkit-columns: 2; 
  -moz-columns: 2; 
} 
@media (max-width: 767px) {
	ul.doscolumnas, ol.doscolumnas{ 
	  columns: 1; 
	  -webkit-columns: 1; 
	  -moz-columns: 1; 
	} 
}

ul.doscolumnas > li, ol.doscolumnas > li { 
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; 
	padding-right: 30px;
}

ul.listadolimpio, ol.listadolimpio {
    padding-left: 0 !important;
    list-style: none;
    line-height: 1.2em;
	
}

ul.listadolimpio li, ul.listadolimpio li {padding-left: 0;text-indent:0 !important; padding-bottom:15px;}

ul.listadolimpio li::before, ul.listadolimpio li::before { content:"" !important; }

ul.listadolimpio li:last-child { padding:0; }

.movilidad {
	padding-bottom:30px;
}

.texto16 {
	font-size:0.89em;
}

.btn-destacados.active {
	color:#323232;
	border:1px solid #323232;
	background-color:#fff;
	box-shadow:none;
}




/* CSS HORARIO GRUPO WEB ACADEMICA */

#holder {
padding-bottom: 80px;
}

button.js-cal-option.active {
	color:#008dbf;
	border-color: #008dbf;
	padding: 3px 9px;
	background-color: #fff;
}

button.js-cal-option.btn-destacados {
	margin-left: 1px !important;
}

button.js-cal-prev {
	float: left;
}

button.js-cal-next {
	float: right !important;
}
button.btn-mes {
	color:#008dbf;
	font-size: 1em;
	background-color: #fff;
}
button.btn-mes:hover {
	color:#ca143f;
}
	.c-weeks {
		width: 100%;
		border-right: 1px solid #e6e6e6;
		height: 48px;
	}
									
	.calendar-month, .calendar-week {
		width: 100%;
		min-height: 80px;
		border-right: 1px solid #e6e6e6;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
									
	.calendar-day {
	  width: 20%;
	  min-height: 80px;
	  float: left;
	  padding: 0;

		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
	}
	.master .calendar-day {
	  width: 16.66%;
	}

	.calendar-horas {
	  width: 10%;
	  min-height: 80px;
	  float: left;
	  padding: 0;
	}

.week-events {
	
}

	.calendar-week-day {
	  width: 18%;
	  min-height: 80px;
	  float: left;
	  padding: 0;

		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		
		
position: relative;		
		
	}
	.master .calendar-week-day {
	  width: 15%;
	}

	.oculto {
		display: none !important;
	}									
									
	.c-name {
	  width: 20%;
	  float: left;
		text-align: center;
		font-size: 1em;
		color: #323232;
		font-weight: 400;
		padding: 10px;	
		border-top: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	
	}
	.master .c-name {
	  width: 16.66%;
	}
.c-dia-name, .c-hora-name {
	  width: 100%;
		text-align: center;
		font-size: 1em;
		color: #323232;
		font-weight: 400;
		padding: 10px;
	height: 45px;
}

	.c-hora-name {
		padding: 0;	
		height: 60px;
	}

	.calendar-table {
	  margin: 0 auto;
	  width: 700px;
	}

	.calendar-day .date {
		text-align: right;
		font-size: 1em;
		color: #000000;
		font-weight: 700;
		padding: 5px 10px;
	}
	.festivo {
		padding: 10px;
		line-height: 1.2em;
		font-size: 0.89em;
	}
	.festivo strong {
		font-size: 1.12em;
	}
	.outside .date {
	  color: #ccc;
	}
	.timetitle {
	  white-space: nowrap;
	  text-align: right;
	}
	.event {
	  background-color: #92becd;
	  border-bottom: 1px solid #fff;
	  background-repeat: repeat-x;
	  color: #323232;
	  font-size: 0.78em;
	  padding:10px;
	  line-height: 1.2em;
/*	  white-space: nowrap;*/
	  overflow: hidden;
	  text-overflow: ellipsis;
		cursor: pointer;

	}
	.event.begin {
	}
	.event.end {
	}
	.event.all-day {
	  border-top: 1px solid #9acfea;
	  border-bottom: 1px solid #9acfea;
	  background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
	  background-repeat: repeat-x;
	  color: #31708f;
	  border-width: 1px;
	}
	.event.all-day.begin {
	  border-left: 1px solid #9acfea;
	  border-top-left-radius: 4px;
	  border-bottom-left-radius: 4px;
	}
	.event.all-day.end {
	  border-right: 1px solid #9acfea;
	  border-top-right-radius: 4px;
	  border-bottom-right-radius: 4px;
	}
	.event.clear {
	  background: none;
	  border: 1px solid transparent;
	}
	.event span.aula {
		font-family: 'SegoeUIBold', sans-serif;
	  font-size: 10px;
		text-transform: uppercase;
		line-height: 10px;
	}


/* Para el calendario semanal */
.calendar-week .event {
height: 120px;
position: absolute;
display: block;
width: 100%;
}

/* CSS Versión movíl */

@media only screen and (max-width: 767px) {

	button.js-cal-prev, button.js-cal-next {
		float: none !important;
		display: block;
		width: 100% !important;
	}
	button.js-cal-option {
		display: none;
	}
	.calendar-horas {
		display: none;
	}
	.calendar-week-day {
		width: 100%;

	}
	.week-events {
		width: 100%;
		display: flex;
		overflow-x: scroll;
		
	}
	.week-events .event {
		position: relative;
		top: auto !important;
		left: auto !important;
		width: 180px !important;
		height: 100px !important;
		flex-shrink: 0;
		float: left;	
		border-right: 1px solid #fff;
		
	}	

}

/* Popup info grupo */
#infoGrupo .modal-content {

    border: 5px solid #787878;
    border-radius: 0;

}
#infoGrupo .modal-header {
	min-height: 70px;
	background-color: #787878;
	color: #fff;
	font-family: 'SegoeUILight';
    font-size: 1.33em;
	position: relative;
}
#infoGrupo .modal-header h4 {
    font-size: 24px;
	line-height: 1em;
	width: 450px;

}


@media (max-width: 767px) {
	#infoGrupo .modal-header h4 {
		width: auto;

	}
}

#infoGrupo .fecha {
	color: #fff;
	font-family: 'SegoeUI';
    font-size: 14px;
}

#infoGrupo .modal-footer {
	border-top: none;
	padding: 0 15px;
}
#infoGrupo .close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=60);
    opacity: .6;
}
#infoGrupo .dia {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: 'SegoeUIBold';
	font-size: 18px;
}

/* Colores del calendario */
.fondo0 {
	background-color: #c8c8c8 !important;
}

.fondo1 {
	background-color: #edd1ce !important;
}

.fondo2 {
	background-color:#f0f0f0 !important;
}

.fondo3 {
	background-color:#b5dbcd !important;
}

.fondo4 {
	background-color:#f8e0b2 !important;
}

.fondo5 {
	background-color:#cdd0e9 !important;
}

.fondo6 {
	background-color:#e8cde4 !important;
}

.fondo7 {
	background-color:#d3e5bb !important;
}

.fondo8 {
	background-color:#f3ff8f !important;
}

.fondo9 {
	background-color:#ffd479 !important;
}

.fondo10 {
	background-color:#b9b7ff !important;
}

.fondo11 {
	background-color:#c6fcfe !important;
}
.fondo12 {
	background-color:#b8d9e5 !important;
}




/* Modificar */

.page-type-ual-titulacion.page-template-ual-titulacion h2, .page-type-ual-titulacion-tfe.page-template-ual-titulacion-tfe h2, .page-type-ual-titulacion-historico.page-template-ual-titulacion-historico h2 {
    font-family: 'Roboto', 'SegoeUI', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
}

.ccm-page.page-type-ual-titulacion.page-template-ual-titulacion h3, .page-type-ual-titulacion-tfe.page-template-ual-titulacion-tfe h3, .page-type-ual-titulacion-historico.page-template-ual-titulacion-historico h3 {
    font-family: 'Roboto', 'SegoeUI', sans-serif;
    font-size: 1.5em;
}

.ccm-page.page-type-ual-titulacion.page-template-ual-titulacion h4, .page-type-ual-titulacion-tfe.page-template-ual-titulacion-tfe h4, .page-type-ual-titulacion-historico.page-template-ual-titulacion-historico h4 {
    font-family: 'Roboto', 'SegoeUI', sans-serif;
}

.ccm-page.page-type-ual-titulacion.page-template-ual-titulacion tr:nth-child(even), .page-type-ual-titulacion-tfe.page-template-ual-titulacion-tfe tr:nth-child(even), .page-type-ual-titulacion-historico.page-template-ual-titulacion-historico tr:nth-child(even) {
    background-color: #f8f8f8;
}

.ccm-page.page-type-ual-titulacion.page-template-ual-titulacion table td, .page-type-ual-titulacion-tfe.page-template-ual-titulacion-tfe table td, .page-type-ual-titulacion-historico.page-template-ual-titulacion-historico table td {
    border-width: 2px;
    font-size: 0.9em;
}



.main-estudios {
	padding-top: 15px;
	padding-bottom: 0px;
}

.margin-top10 {
	padding-top: 10px;
}
.margin-top35 {
	padding-top: 35px;
}


.main-estudios h2 {
	font-family: 'SegoeUILight';
    font-size: 2em;
    padding-bottom: 0.3em;
}

.main-estudios h3 {
	font-family: 'SegoeUILight';
    font-size: 1.67em;
    padding-bottom: 0.3em;
	letter-spacing: -0.008em;
}
.main-estudios h4, .textoLight24 {
	font-family: 'SegoeUILight';
    font-weight: 400;
	font-size: 1.33em;
	padding: 0 0 0.3em;
	margin:0;
}
.box-info {
	padding:15px 20px;
	background-color:#f0f0f0;
}





.box-info-azul {
	padding:18px 20px;
	background-color:#49607a;
	color: #fff;
}

.box-blanco {
margin-top: 100px; background-color: #fff; padding: 37px 30px 27px 40px; width: 450px; position: absolute;
}

@media (max-width: 767px) {
	.box-blanco {
	margin-top: 0; background-color: #fff; padding: 20px; width: 100%; position: relative;
	}
}


.min-height165 {
	min-height: 165px;
}

.logos {
	padding:15px 20px 20px;
	border:2px solid #323232;
}

.container-destacados-segundonivel {
	background:url(../images/background-destacado-segundonivel.jpg) no-repeat center center #005e7f; background-size:cover; min-height:217px; color:#fff; margin-top:40px; padding-bottom:30px; padding-top:30px;
}
.container-destacados-segundonivel h3 {
	margin:0;
	padding:0 0 0.3em;
}

.container-destacados-segundonivel li::before {content: inherit; }

.container-destacados-segundonivel a {
	color:#fff;
}
.container-destacados-segundonivel ul li a:hover {
	text-decoration:underline;
}

.container-destacados-segundonivel ul.archivos {
	margin:0;
}

.main-estudios div.avisos {padding:16px 20px 20px;margin-bottom:17px;margin-top:10px;border:1px solid #008dbf}
.main-estudios div.avisos h2 {padding-top:0;}
.main-estudios div.avisos h4 {font-family:'SegoeUILight', sans-serif;font-size:1.67em;padding:0;margin-bottom:10px}
.main-estudios div.avisos p {font-size:0.89em;padding:0;margin-bottom:20px}
.main-estudios div.avisos p:last-child {padding:0;margin-bottom:0}
.caption-interior {
    color: #fff;
    padding-bottom: 20px;
    width: 600px;
}

.box-destacados {
	background-color:#fff;
}
.main-estudios .box-info div.avisos {
	background-color:#fff;
	color:#008dbf;
}

.main-estudios .box-info div.avisos a {
    color:#008dbf;
    text-decoration: underline;
}

.main-estudios .box-info div.avisos a:hover, .main-estudios .box-info div.avisos a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #ca143f;
}

.logos div .capa-logos {
    text-align: center;
    padding: 10px 5px;
}

.logos div .capa-logos div{
    width: 100%;
    height: 100px;
}

.capa-logos .logo-academica {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

.alert-info a {
    color: #fff;
    text-decoration: underline;
}

.alert-info a:hover {
    color: #fff;
    text-decoration: none;
}



/* Bloque link con imagen */

.linkImage .media-left {
	padding-right:0 !important;
}
.linkImage img.media-object {
	padding-bottom:0 !important;
	max-width:inherit !important;
}

.main-container-titulacion ul.sinvinetas li {
    font-size: 1em;
}


/* Bloque de servicios REST */
[ng-cloak]
{
  display: none !important;
}
.ng-hide {
  opacity: 0;
}

.ng-hide-add,
.ng-hide-remove {
  transition: all linear 0.5s;
}



/* Pruebas para el men� */
.megamenu-content .col-lg-3, .megamenu-content .col-sm-3, .megamenu-content .col-md-3, .megamenu-content .col-lg-12 {
    float: inherit;
}


.megamenu .dropdown-menu > li {
    position: relative;
    margin-bottom: 12px;
}

/* Nuevos estilos para menu */

.megamenu-content > ul > li {
	line-height: 1em;
}

@media(min-width:768px){
	.megamenu .menu-destacado > ul > li {
    	font-size: 16px;
	}
	.megamenu-content p {
	    font-size: 14px;
	}
}

@media(min-width:1024px){
	.megamenu .menu-destacado > ul > li {
    	font-size: 18px;
	}
	.megamenu-content p {
	    font-size: 18px;
	}
}

.megamenu-content p {
    line-height: 1.22em;
    margin: 0 0 14px;
}

.megamenu-content ul li {
    line-height: 1em;
}

/* Estilos para las bandas */
.banda-gris {
	padding-top:10px;
	padding-bottom:10px;
}
.banda-gris > .container {
	background-color: #efefef;
	padding: 10px !important;
}
div .banda-gris {
    background-color: #efefef;
    padding: 10px !important;
    margin-bottom: 10px;
}

/* Fin de los estilos para las bandas */



/* INICIO CSS para la web de la EDUAL */

/* Fuente */
@font-face {
    font-family:'DaxlinePro';
    src:url('../fonts/edual/DaxlinePro-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family:'DaxlinePro';
    src:url('../fonts/edual/DaxlinePro-Medium.ttf') format('truetype');
    font-weight:500;
}
@font-face {
    font-family:'DaxlinePro';
    src:url('../fonts/edual/DaxlinePro-Bold.ttf') format('truetype');
    font-weight:700;
}
@font-face {
    font-family:'DaxlinePro';
    src:url('../fonts/edual/DaxlinePro-Light.ttf') format('truetype');
    font-weight:300;
}


/* Titulos y parrafos */

.edual h2 {
	font-family:SegoeUIBold;
	font-weight:400;
	color:#323232;
	font-size:1.67em;
	padding-bottom: 15px;
}

.edual h3, .edual .pregunta {
	font-family:SegoeUIBold;
	font-weight:400;
	color:#323232;
	font-size:1.33em;
}
.edual .pregunta {
    margin-top: 35px;
}

.ccm-faq-block-links {
    padding-bottom: 20px;
	border-bottom:1px solid #323232;
    margin-bottom: 30px;
}

.edual .ccm-faq-block-links a {
	font-size:0.78em;
	text-decoration:underline;
	color:#323232;
}
.edual .ccm-faq-block-links a:hover {
	color:#ca143f;
}


/* Header */
.header-edual {
	font-family:SegoeUI;
	background:url(../images/edual/fondo-header-edual.jpg) repeat-x top center #fafafa;
    background-color:#fafafa;
	color:#616975;
}
.header-edual hr{
	width:85%;
	margin-left: 0;
}

.header-edual-generica {
	width:100%;
	text-align:center;
	color:#fff;
}

.header-edual-generica2 {
}
.header-edual-generica2 .edual-container .body-caption, .header-edual-generica2 .edual-container .body-caption h1 {
	color:#fff;
}
.header-edual-generica2 hr{
	width:60%;
margin-left:0; 
	border-color:#fff;
}


.header-imagen-edual {
	background-size:cover;
	background-color:transparent !important;
}

.edual-container {
    position: relative;
    min-height: 352px;
}


.menu-edual {
	width:100%;
	background-color:#616975;
	height:30px;
	position:relative;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;	
}


.menu-edual nav ul.nav {
	position:absolute;
	bottom:0;
}

.menu-edual > .container > .navbar-collapse {
	margin-right:0;
	margin-left:0;
}

.menu-edual .nav > li {
	margin-right:3px;
	z-index:100;
}
.menu-edual .nav > li > a {
	font-family:'DaxlinePro';
	font-weight:500;
	background-color:#616975;
	border-top:1px solid #616975;
	border-right:1px solid #616975;
	border-left:1px solid #616975;
	color:#fff;
}
.menu-edual .nav > li > a.active, .menu-edual .nav .open>a:focus, .menu-edual .nav > li > a:focus {
	background-color:#fff;
	color:#323232;
}
.menu-edual .nav > li > .dropdown-menu > li > a.active {
	background-color:#4a648c;
	color:#fff;
}

.menu-edual .nav > li > a:hover {
	background-color:#008dbf;
	color:#fff;
}

.menu-edual .navbar-nav > li > a {
    padding: 3px 10px 3px 10px;
    font-size: 14px;
	text-transform:uppercase;
}

.menu-edual .navbar-nav > .doslineas {
    z-index: 10;
    bottom: 66px;
}

.menu-edual .navbar-nav > li.doslineas > a {
    padding: 6px 10px 40px 10px;
}

.menu-edual .navbar-nav > .dropdown.doslineas:hover  {
	z-index:1000 !important;
}


.menu-edual .navbar-nav > li:hover ul  {
	display: block;
}


	.edual-container .body-caption {
		padding-top:40px;
	}
	.edual-container .body-caption hr {
		margin-top:20px;
		margin-bottom:20px;
	}
	.edual-container .body-caption h1 {
		font-family:'DaxlinePro';
		font-weight:700;
		font-size:1.67em;
		margin:0;
		padding:0;
	}
	.edual-container .body-caption p {
		font-family:'DaxlinePro';
		font-weight:400;
	}
	.edual-container .body-caption .btn-destacados {
		font-family:'DaxlinePro';
		font-weight:300;
		height:30px;
		line-height:30px;
		width:auto;
		text-align:center;
		font-size:1em;
		background-color:#6c7482;
		border-radius:10px;
		text-transform:uppercase;
	}
	
	.header-edual-generica2 .edual-container  .body-caption .btn-destacados {
		background-color:#658082;
	}
	
	
.header-edual-generica .body-caption {
	margin-top:20px;
}
.header-edual-generica img{
	margin:auto;
	padding-bottom:10px;
}
.header-edual-generica hr{
	border-color:#fff;
	width:30%;
	margin-left: auto;
}
.header-edual-generica .edual-container .body-caption h1 {
	margin-top:25px;
}


/* Dispositivos moviles */
@media (max-width: 767px) {
	
    
    .header-edual .edual-container {
           background-color: #fff !important;
    }
    .header-edual-generica .edual-container, .header-edual-generica2 .edual-container {
           background-color: transparent !important;
    }
	.edual-container .body-caption img {
        height: auto !important;
	}
	.header-edual-generica2 .edual-container .body-caption p {
		padding: 0;
	}
	.edual-container .body-caption p a img {
        width: 45%
	}
    
    
	
	.edual-container {
		min-height:auto;
		padding-bottom:0;
	}
	
	.menu-edual {
		height: 55px;
		position:relative;
	}
	.menu-edual nav ul.nav {
		position:relative;
	}
	#navbarEdual {
		clear:both;
		z-index:100000;
	}
	.menu-edual .nav > li > a {
		border-top:0 solid #132e49;
		border-right:1px solid #132e49;
		border-left:1px solid #132e49;
		border-bottom:1px solid #132e49;
	}
	.header-edual .header-caption {
		padding:20px 0 0;
		font-size:1.1em;
	}
	.header-edual .body-caption {
		font-size:0.89em;
		width:100%;
	}
	.menu-edual .navbar-nav > li.doslineas > a {
		padding: 6px 10px 6px 10px;
	}
	.menu-edual .navbar-nav > .doslineas {
		bottom: 0;
	}
}
@media (max-width: 1024px) {
	.menu-edual .nav > li > a {
		font-size:14px;
		padding-right:2px;
		padding-left:2px;
	}
	.header-edual .body-caption {
		font-size:0.89em;
		width:100%;
	}
}


.area1, .area2, .area3, .area4, .area5 {
	padding:0 0 40px;
}

.edual p, .edual li {
	font-size:0.89em;
	text-align: justify;
	line-height: 1.2em;
}


.fondoHome1 {
	background-color:#eee8e4;
	padding:40px 0;
}

.fondoHome1 h4 {
	font-family:SegoeUIBold;
	font-weight:400;
	color:#323232;
	font-size:1.33em;
}
.fondoHome1 .descripcion {
	color:#4c525c;
	font-size:0.89em;
	line-height:1.2em;
}

.fondoHome1 a.link1 .panel-body  {
	background:url(../images/edual/publicar-off.jpg) no-repeat top center;
	padding:265px 0 0 0;
}

.fondoHome1 a.link1:hover .panel-body, .fondoHome1 a.link1:focus .panel-body{
	background:url(../images/edual/publicar-on.jpg) no-repeat top center;
}

.fondoHome1 a.link2 .panel-body  {
	background:url(../images/edual/evaluador-off.jpg) no-repeat top center;
	padding:265px 0 0 0;
}

.fondoHome1 a.link2:hover .panel-body, .fondoHome1 a.link2:focus .panel-body{
	background:url(../images/edual/evaluador-on.jpg) no-repeat top center;
}

.fondoHome1 a.link3 .panel-body  {
	background:url(../images/edual/lector-off.jpg) no-repeat top center;
	padding:265px 0 0 0;
}

.fondoHome1 a.link3:hover .panel-body, .fondoHome1 a.link3:focus .panel-body{
	background:url(../images/edual/lector-on.jpg) no-repeat top center;
}

.fondoHome1 a.link4 .panel-body  {
	background:url(../images/edual/librero-off.jpg) no-repeat top center;
	padding:265px 0 0 0;
}

.fondoHome1 a.link4:hover .panel-body, .fondoHome1 a.link4:focus .panel-body{
	background:url(../images/edual/librero-on.jpg) no-repeat top center;
}


.fondoHome2 {
	background-color:#826a4b;
	color:#fff;
	padding:0;
	line-height:30px;
}

.fondoHome2 a {
	color:#fff;
}
.fondoHome2 a:hover {
	color:#323232;
}

.fondoHome2 p {
	padding:0;
	margin:0;
	text-align:center;
	font-size:0.78em;
	line-height:30px;
}

.fondoHome3 {
	background:url(../images/edual/fondo-home-area5.jpg) no-repeat top center;
	padding:35px 0 0;
	background-size:cover;
}

.fondoHome3 h2 {
	text-align:center;
	font-family:SegoeUIBold;
	font-weight:400;
	color:#323232;
	font-size:1.67em;
}

.fondoHome3 img {
	padding:0 !important;
	margin:0 auto;
}

.fondoHome3 .btn-destacados {
	font-family:'DaxlinePro';
	font-weight:400;
	display:block;
	padding: 3px 0 0 0;
	height:30px;
	line-height:30px;
	width:160px;
	text-align:center;
	margin:0 auto;
	font-size:0.78em;
	background-color:#6c7482;
	border-radius:10px !important;
	text-transform:uppercase;
}

.fondoHome3 .btn-destacados:hover, .edual-container .body-caption .btn-destacados:hover, .fondoHome3 .btn-destacados:focus, .edual-container .body-caption .btn-destacados:focus {
	background-color:#4a648c;
	color: #fff;
}

.fondoEdual1 {
	background-color:#efe9de;
	padding: 37px 0 20px;
}

.edual .fondoEdual1 h4 {
    font-size: 0.89em;
    padding-bottom: 20px;
}

.edual .fondoEdual1 ul{ 
  columns: 2; 
  -webkit-columns: 2; 
  -moz-columns: 2; 
  font-size:0.89em;
  line-height:1em;
  list-style:none;
  margin:0;
  padding:0;
}

.edual .fondoEdual1 ul > li { 
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; 
}

.edual .fondoEdual1 ul li {
	padding-bottom:18px;
}
.edual .fondoEdual1 ul strong{ 
  font-size:0.875em ;
}
.edual .fondoEdual1 ul em{ 
  font-size:0.875em;
  font-style:normal;
}





.fondoEdual2 {
	background-color:#6c7482;
	color:#fff;
	padding: 37px 0 40px;
}

.fondoEdual2 h2 {
	color:#fff;
}

.edual .fondoEdual2 .col1{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;	
	
}

.edual .fondoEdual2 .col1 > p { 
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; 
}


.edual .fondoEdual2 > .main-content > p, .edual .fondoAutores2 > .main-content > p, .edual .fondoAutores3 > .main-content > p, .edual .fondoAutores10 > .main-content > p, .edual .fondoAutores9 > .main-content > p, .edual .fondoAutores10 > .main-content > p, .edual .fondoAutores11 > .main-content > p {
	font-size:1.33em;
	font-family: 'SegoeUILight', sans-serif;
	line-height:1.2em; 
}


.fondoEdual3 {
	background-color:#4a648c;
	color:#fff;
	padding: 37px 0 40px;
}
.fondoEdual3 h2 {
	color:#fff;
}

.fondoEdual4 {
	padding-top: 37px;
	border-bottom: 1px solid #000;
}
.fondoEdual4 h3, .fondoEdual4 p {
	padding-bottom:5px;
	margin-bottom:0;
}

.fondoEdual4 .btn-destacados, .fondoAutores5 .btn-destacados, .fondoAutores6 .btn-destacados, .fondoAutores7 .btn-destacados, .fondoAutores8 .btn-destacados, .fondoEvaluadores4 .btn-destacados, .fondoDescargas1 a {
	font-family:'DaxlinePro';
	font-weight:400;
	padding: 3px 10px 0;
	height:30px;
	line-height:30px;
	width:auto;
	text-align:center;
	margin:0 auto;
	font-size:0.78em;
	background-color:#6c7482;
	border-radius:5px;
	text-transform:uppercase;
	color:#fff;
}
.fondoEdual4 .btn-destacados:hover {
	background-color:#4a648c;
}



.fondoAutores5 .btn-destacados, .fondoAutores6 .btn-destacados, .fondoAutores7 .btn-destacados, .fondoEvaluadores4 .btn-destacados, .fondoDescargas1 a {
	font-size:1em;
	background-color:#4a648c;
}

.fondoAutores5 .btn-destacados:hover, .fondoAutores6 .btn-destacados:hover, .fondoAutores7 .btn-destacados:hover, .fondoEvaluadores4 .btn-destacados:hover, .fondoDescargas1 a:hover, .fondoAutores5 .btn-destacados:focus, .fondoAutores6 .btn-destacados:focus, .fondoAutores7 .btn-destacados:focus, .fondoEvaluadores4 .btn-destacados:focus, .fondoDescargas1 a:focus {
	background-color:#323232;
}

.fondoAutores8 .btn-destacados {
	background-color:#b7c197;
	color:#323232;
}

.fondoAutores8 .btn-destacados:hover, .fondoAutores8 .btn-destacados:focus {
	background-color:#fff;
	color:#323232;
}



.fondoAutores1 {
	padding:0;
	margin-bottom:40px;
}
.fondoAutores1 .main-content {
	background:url(../images/edual/fondo-autores-area1.jpg) no-repeat top right;
	min-height:405px;
}
.fondoAutores1 .col1 {
	margin-top:0px;
	background-color:#f0f0f0;
	padding:17px 20px;
	margin-left: 20px;
}

.fondoAutores3 ul li {
	padding:0;
	margin-bottom:20px;
}


.fondoAutores4 {
	padding:0 0 40px;
	margin-top:40px;
	border-bottom: 1px solid #000;
}
.fondoAutores4 .main-content {
	background:url(../images/edual/autores-revisores.jpg) no-repeat top left;
	min-height:280px;
}


.fondoAutores4 .col2 {
	margin-top:60px;
	background-color:#f0f0f0;
	padding:17px 20px;
	font-size: 1.33em;
	font-family:SegoeUILight;
	float: right;
	margin-right: 20px;
}

.fondoAutores2 {
	background-color:#f7f8f9;
	padding: 37px 0 0;
}

.area2.fondoAutores2 .col1 p, .area2.fondoAutores2 .col2 p, .area2.fondoAutores2 .col3 p {
	font-size:0.78em;
}
.area4.fondoAutores2 .col1 p, .area4.fondoAutores2 .col2 p, .area4.fondoAutores2 .col3 p {
	font-size:0.78em;
	padding-bottom:40px;
}

.fondoAutores5 {
	border-bottom: 1px solid #000;
	padding-top:40px;
}

.fondoAutores5 .col2 {
	padding-top:10px;
}

.fondoAutores5 .main-content {
	background:url(../images/edual/guia-de-estilo.png) no-repeat top left;
	min-height:470px;
}

.fondoAutores6 .col1 p, .fondoAutores6 .col2 p {
	margin:0;
	padding:0;
}

.fondoAutores8, .fondoFaq  {
	border-bottom: 1px solid #000;
}

.fondoAutores8 .main-content {
	background:url(../images/edual/fondo-modelo-autores.jpg) no-repeat top left;
  padding: 50px 40px 40px 280px !important;
  color: #fff;
  min-height:237px;
}

.fondoAutores8 h3, .fondoAutores8 p {
	color:#fff;
}





.fondoAutores10 {
	background-color:#f3f6f9;
	padding: 37px 0 40px;
}

.fondoAutores11 {
  padding-top: 37px; 
  border-bottom: 1px solid #000;
}

.edual .fondoAutores11 ul{ 
  font-size:0.89em;
  line-height:1em;
  list-style:none;
  margin:0;
  padding:0;
}

.edual .fondoAutores11 ul > li { 
  float: left;
  width: 25%;
  padding-bottom:10px;
  padding-right: 40px;
}
.edual .fondoAutores11 ul > li:last-child { 
  padding-right: 0;
}

.edual .fondoAutores11 ul strong{ 
  font-size:3em;
  line-height:1.2em;
  color:#658082;
  font-family: 'SegoeUIBold', sans-serif;
}
.edual .fondoAutores11 ul em{ 
  font-family: 'SegoeUIBold', sans-serif;
  font-style:normal;
  line-height:1.2em;
}

.fondoComite1 h3 {
  padding-top:10px;
  padding-bootom:17px;
}
.fondoComite1 h4 {
  font-size:1em;
  margin:0;
  padding:0;
}
.fondoComite1 h5 {
  font-family: 'SegoeUIBold', sans-serif;
  color:#82635f;
  margin:0;
  padding:0;
}
.fondoComite1 p {
  margin:0 0 10px;
  padding:0;
}
.fondoComite1 p + p {
  margin:0 !important;;
  padding:0;
  	display:block;
}
.fondoComite1 ul {
  margin:0;
  padding:0;
}
.fondoComite1 li {
  font-size:0.78em;
  margin:0;
  padding:0;
  list-style:none;
}

.area2.fondoComite1 {
  border-bottom: 1px solid #000;
}


.fondoEvaluadores1 .col1 ul {
  columns: 2; 
  -webkit-columns: 2; 
  -moz-columns: 2; 
  line-height:1.2em;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;	
}

.fondoEvaluadores1 .col1 ul > li { 
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; 
  padding-bottom:20px;
}
.fondoEvaluadores1 .col2 {
	background-color:#4a648c;
	color:#fff;
	width: calc(33% - 40px);
	padding-top:20px;
    margin-left: 20px;
	padding-bottom:20px;
}

.fondoEvaluadores1 .col2 h3 {
	color:#fff;
}


.fondoEvaluadores2 {
	padding:0;
	margin-bottom:40px;
}
.fondoEvaluadores2 .main-content {
	background:url(../images/edual/plazos-revision.jpg) no-repeat top right;
	min-height:320px;
}
.fondoEvaluadores2 .col1 {
	margin-top:60px;
	background-color:#fff;
	padding:17px 20px;
	margin-left: 20px;
}

.fondoEvaluadores2 .col1 h2 {
	margin:0;
	padding:0;
}

.fondoEvaluadores2 .col1 p {
	font-size:1.33em;
	font-family: 'SegoeUILight', sans-serif;
}



.fondoEvaluadores3 ul > li {
  padding-bottom:20px;
}

.fondoEvaluadores4, .fondoDistribuidores1, .fondoDescargas2 {
  border-bottom: 1px solid #000;
}


.fondoDistribuidores1 ul, .fondoDescargas1 ul, .fondoDescargas2 ul {
  font-size:0.89em;
  line-height:1.2em;
	margin:0;
	padding:0;
}

.fondoDistribuidores1 ul > li, .fondoDescargas1 ul > li { 
  width:24%;
  float:left;

  padding-bottom:20px;
  list-style:none;
}

.fondoDescargas2 ul > li { 
  width:16%;
  float:left;

  padding-bottom:20px;
  list-style:none;
  text-align:left;
  height:100px;
  
 	display: table-cell;
	vertical-align: bottom;



}

.fondoDistribuidores1 ul > li a { 
color:#323232;
text-decoration:underline;
}

.edual li a:hover, .edual p a:hover, .edual li a:focus, .edual p a:focus { 
color:#000;
}

.fondoDescargas1 strong {
	font-size:1.67em;
	margin-bottom:-5px;
	display:block;
}


.edual #edual_container {
	border-bottom:1px solid #4c525c;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.edual #buscalibros .form-control{
	background-color: #e1e1e1;
	width: 80%;
}
.edual #buscalibros .input-group-addon {
	background-color: #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    
}

.edual #buscalibros .input-group-addon button {
    background-color: #e1e1e1;
    border: none;
    color: #000;
}

.edual .btn-buscar:hover {
    background-color: #000;
}


/* Estilos dispositivos moviles */
@media (max-width: 768px) {
	.fondoAutores1 .main-content, .fondoAutores5 .main-content {
		background:none;
		min-height:auto;
	}
	.fondoAutores1 .col1 {
		margin-left: 0;
	}
	.edual .fondoEdual2 .col1{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	.edual .fondoAutores11 ul > li { 
	  float:inherit;
	  width: auto;
	  text-align:center;
		padding-right:0;
	
	}
	.fondoAutores5 .main-content {
		background:nonet;
		min-height:auto;
	}
	.fondoAutores5 {
		padding-top:0;
	}
	.fondoDistribuidores1 ul > li, .fondoDescargas1 ul > li { 
	  width:100%;
	  float:inherit;
	}

	.fondoEvaluadores1 .col2 {
		width: 100%;
		margin-left:0;
	}


}



.edual div p:last-child {
	margin:0;
	padding:0;
}


/*
.edual .noticias h4, .noticias h4  {
	color:#4c525c;
	font-family:SegoeUI;
	font-weight:400;
	font-size:0.89em;
	line-height:1.2em;
}
.edual .noticias h4 a, .noticias h4 a  {
	color:#4c525c;
}
.edual .noticias h4 a:hover, .noticias h4 a:hover  {
	color:#ca143f;
}
.edual .noticias .panel-noticia, .noticias .panel-noticia {
	padding:20px;
	background-color:#ecedef;
	min-height:338px;
}
.edual .noticias .panel-noticia .featured-thumbnail-noticia img,  .noticias .panel-noticia .featured-thumbnail-noticia img {
	padding:0 !important;
	margin:0 !important;
}
.edual .noticias .panel-noticia .panel-body,  .noticias .panel-noticia .panel-body {
	padding:0;
}
.edual .noticias .media,  .noticias .media {
	border-top:1px solid #4c525c;
	margin-top:5px;
	
}
.edual .noticias .media:first-child, .noticias .media:first-child {
	border:none;
}
.edual .noticias .panel-body .fecha, .edual .noticias .media .fecha, .noticias .panel-body .fecha, .noticias .media .fecha {
	font-family:SegoeUIBold;
	font-weight:400;
	color:#4c525c;
	font-size:0.78em;
}
*/


.noticias h4  {
	color:#4c525c;
	font-family:SegoeUI;
	font-weight:400;
	font-size:0.89em;
	line-height:1.2em;
    padding-top:0px;
}
.noticias p {
font-size: 14px;
	color: #646464;
margin: 0;
padding: 0;
display: block;
width: 100%;
overflow: hidden;
height: 2.6em;
}


.noticias h4 a  {
	color:#4c525c;
}
.noticias h4 a:hover, .noticias h4 a:focus  {
	color:#ca143f;
}
.noticias .panel-noticia {
	padding:20px;
	background-color:#ecedef;
	min-height:360px;
	margin-bottom: 20px;
}
.editorial .noticias .panel-noticia {
	min-height:338px;
	margin-bottom: 0;
}
.noticias .panel-noticia .featured-thumbnail-noticia img {
	padding:0 !important;
	margin:0 !important;
}
.noticias .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
	width: 350px;
	height: 200px;
	object-fit: cover;
}

.noticias .panel-noticia .panel-body {
	padding:0;

}

.videoyoutube img {
	padding:0 !important;
	margin:0 0 5px !important;
}
.videoyoutube .headtexto {
	height: 60px;
}


.noticias .media {
	border-top:1px solid #4c525c;
	margin-top:5px;
	
}
.noticias .media:first-child {
	border:none;
}
.noticias .panel-body .fecha, .noticias .media .fecha {
	font-family:SegoeUIBold;
	font-weight:400;
	color:#4c525c;
	font-size:0.78em;
}



.edual .box-interes {
	padding-top:150px;
}

.edual .box-interes h3 {
	font-family:'DaxlinePro';
	font-size:1.67em;
	color:#323232;
	padding:0;
	margin:0;
	font-weight:700;
}

.edual .box-interes p {
	font-family:'DaxlinePro';
	font-size:0.89em;
	color:#323232;
	padding:0;
	margin:0;
	font-weight:400;
}

.edual .noticias .btn-destacados  {
	font-family:'DaxlinePro';
	font-weight:700;
	float:right;
	border-radius:5px;
	font-size:0.67em;
	text-transform:uppercase;
	padding:2px 5px 0;
	min-height:20px;
	background-color:#658082;
	margin:0;
	display:inline;
	line-height:20px;
	margin-top: -40px;
	color:#fff;
}



.edual .box-interes .btn-destacados, .fondoDescargas2 a  {
	font-family:'DaxlinePro';
	font-weight:700;
	border-radius:5px;
	font-size:0.67em;
	text-transform:uppercase;
	padding:2px 5px 1px;
	min-height:20px;
	background-color:#658082;
	margin:0;
	display:inline;
	line-height:20px;
	height:20px;
	color:#fff;
}
.edual .box-interes .btn-destacados, .fondoDescargas2 a.enlace  {
	border:2px solid #658082;
	background-color:#fff;
	color:#658082;
	padding:0 3px;
	height:18px;
}

.edual .box-interes .btn-destacados, .fondoDescargas2 a  {
	font-size:0.78em;
}
.edual .noticias .btn-destacados:hover, .edual .noticias .btn-destacados:focus, .edual .box-interes .btn-destacados:hover, .fondoDescargas2 a:hover, .edual .box-interes .btn-destacados:focus, .fondoDescargas2 a:focus  {
	border-color:#323232;
	background-color:#323232;
	color:#fff;
}

.edual_container {
	border-bottom: 1px solid #4c525c;
}

.formedual {
	padding:0 0 20px;
}
.formedualfooter {
	padding-top:40px;
}
.formedual h3 {
	font-family:SegoeUIBold;
	padding:0 0 5px;
	margin:0;
}
.formedual label, .formedual p, .conformidad {
	font-size:0.89em;
	color:#323232;
	font-family:SegoeUI;
	font-weight:400;
}

.formedual .texto14 {
	font-size: 14px !important;
}

.formedual .bloque-persona .texto16 strong {
	font-family: 'SegoeUI', sans-serif;
}

.formedual .btn-menu {
	font-family:'DaxlinePro';
	font-weight:700;
	border:2px solid #4c525c;
	background-color:#fff;
	color:#4c525c;
	border-radius:10px;
	font-size:0.78em;
	text-transform:uppercase;
	line-height: 30px;
	height: 35px;
}

.edual .btn-buscar {
	font-family:'DaxlinePro';
	font-weight:300;
	height:35px;
	line-height:30px;
	width:auto;
	text-align:center;
	font-size:1em;
	background-color:#4a648c;
	border-radius:10px;
	text-transform:uppercase;
	margin-left: 5px;
	color: #fff;
}
	



.formedual .form-control {
	background-color:#c8c8c8;
	border-color:#c8c8c8;
	color:#000;
}

.col-md-8.edualform {
	width:70%;
}

.col-md-4.edualaviso {
	width:30%;
}

.col-md-4.edualaviso a, .col-md-8.edualform a {
	color:#323232;
	text-decoration:underline;
}

.col-md-4.edualaviso a:hover, .col-md-4.edualaviso a:focus, .col-md-8.edualform a:hover, .col-md-8.edualform a:focus {
	color:#ca143f;
}

.edualform .media {
	float: left;
	width: 33%;
	padding-right: 20px;
}


@media (max-width: 768px) {
	.col-md-8.edualform {
		width:100%;
	}
	
	.col-md-4.edualaviso {
		width:100%;
	}
	.edual .box-interes {
		padding-top:20px;
		padding-bottom:20px;
		text-align:center;
	}
	.edual .box-interes p {
		text-align:center;
	}

	.fondoHome1 a.link1 .panel-body {
		text-align: center;
	}
	
	.edualform .media {
		float: inherit;
		width: 100%;
		padding-right: 0;
	}	
	
}

/* Formulario Editores */
.formulario .form-group, .formularioFooter .form-group {
    float: left;
}

.formulario .campo-1, .formulario .campo-2, .formulario .campo-3, .formulario .campo-7, .formulario .campo-8, .formulario .campo-9, .formulario .campo-14 {
	width:33.33%;
}
.formulario .campo-4, .formulario .campo-5, .formulario .campo-11, .formulario .campo-12, .formularioFooter .campo-1, .formularioFooter .campo-2, .formularioFooter .campo-3, .formularioFooter .campo-4 {
	width:50%;
}
.formulario .campo-13 {
	width:66.66%;
}
.formulario .campo-6, .formulario .campo-15, .formularioFooter .campo-5 {
	width:100%;
}

.formulario .campo-1, .formulario .campo-4, .formulario .campo-7, .formulario .campo-11, .formulario .campo-13, .formularioFooter .campo-1, .formularioFooter .campo-3 {
	padding-right:10px;
}
.formulario .campo-2, .formulario .campo-8 {
	padding-right:10px;
	padding-left:10px;
}
.formulario .campo-3, .formulario .campo-5, .formulario .campo-9, .formulario .campo-12, .formulario .campo-14, .formularioFooter .campo-2, .formularioFooter .campo-4 {
	padding-left:10px;
}

.formulario .campo-10 label[for="Question21"] {
	display:block;
    font-family: SegoeUIBold;
    font-weight: 400;
    color: #323232;
    font-size: 1.33em;

}
.formulario .campo-10 .radio {
	display:inline-block;
	padding-right:20px;

}
.formulario .campo-13 textarea, .formularioFooter .campo-5 textarea {
	height:114px;
}

.formularioFooter .row .col-xs-8, .formularioFooter .row .col-sm-8, .formularioFooter .row .col-xs-4, .formularioFooter .row .col-sm-4, .formularioFooter .row .col-xs-12, .formularioFooter .row .col-sm-12 {
	padding-left:10px !important;
	padding-right:10px !important;
}




/* LIBROS */

.category_list{
	padding-bottom:40px;
	font-family:'DaxlinePro';
	font-weight:400;
	font-size:0.89em;
}

.category_list .category_item{
	padding: 5px 0;
	margin-bottom: 20px;

	text-align: center;
	text-decoration: none;
	color: #373b42;
}

.category_list .ct_item-active{
	font-weight:700;
}

.category_list .nuevascolecciones {
	background-color:#e1e1e1;
	padding:17px 20px;
}

.category_list ul {
  columns: 2; 
  -webkit-columns: 2; 
  -moz-columns: 2;
  list-style:none;
  margin:0;
  padding:0;
}
.category_list ul > li { 
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; 
  line-height:1.4em;
}
.edual .category_list h3 {
	font-family:'DaxlinePro';
	text-transform:uppercase;
	font-weight:400;
	font-size:1em;
	color:#373b42;
	margin:0;
	padding:0 0 10px;
}



.edual .libro {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	width:166px;
	height: 280px;
}
.edual .libro img {
	padding-bottom:21px !important;
}
.edual p.descripcion {
	font-size:0.67em;
	margin-top:-10px;
	text-align:left;
}
.edual .libro .sombra, .edual .librosombra {
	background:url(../images/edual/sombra-libro.jpg) no-repeat bottom center;
}
.edual .libromes {
	background-color:#17b1e8;
	color:#fff;
	height:38px;
	display:block;
	font-size:1em;
	font-family:'DaxlinePro';
	font-weight:700;
	text-transform:uppercase;
	margin-right:8px;
	text-align:center;
	line-height:38px;
}
.edual .libro:last-child {
	margin-right:0;
}

.edual .noticias h2 {
	font-family:'DaxlinePro';
	font-weight:700;
	border-bottom:1px solid #4c525c;
	color:#4c525c;
	display:block;
	font-size:1em;
	text-transform:uppercase;
	padding:0 0 5px;
	margin:0 0 10px;
}
.edual .librospublicaciones h2, #buscalibros .checkbox label {
	font-family:'DaxlinePro';
	font-weight:700;
	color:#4c525c;
	display:block;
	font-size:1em;
	text-transform:uppercase;
	padding:0 0 5px;
	margin:0 0 10px;
}


.edual .librospublicaciones  {
	padding-bottom:20px;
}



.products-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.products-list .product-item p.descripcion {
	font-size:0.67em;
	text-align:left;
}

.edual .products-list .product-item .sombra {
	background:url(../images/edual/sombra-libro.jpg) no-repeat bottom center;
	padding-bottom: 20px;
}

.products-list .product-item{
	width: 16.6667%;
	margin-bottom: 25px;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;
	display:none;
	transition: all .4s;
}

.products-list .product-item img{
	width: 100%;
	padding:0 !important;
}

.products-list .product-item a{
	display: block;
	width: 100%;
	padding: 0;
	background: #2D3E50;

	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* RESPONSIVE */

@media screen and (max-width: 1100px){
	.products-list .product-item{
		width: 30.3%;
	}
}

@media screen and (max-width: 900px){
	.category_list,
	.products-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.products-list .product-item{
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 0px;
	}
}

@media screen and (max-width: 700px){
	.category_list{
		flex-direction: column;
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px){

	.products-list .product-item{
		width: 47.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(2n+1){
		margin-left: 0px;
	}

}

@media screen and (max-width: 350px){
	.products-list .product_item{
		width: 100%;
		margin-left: 0px;

	}
}




/* FIN DE CSS edual EDUAL */




/* WIFI */
.archivos .ios {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/ios.png) no-repeat left center;
	padding:0 0 0 60px;
}
.archivos .android {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/android.png) no-repeat left center;
	padding:0 0 0 60px;
}
.archivos .linux {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/linux.png) no-repeat left center;
	padding:0 0 0 60px;
}
.archivos .osx {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/osx.png) no-repeat left center;
	padding:0 0 0 60px;
}

.archivos .windows {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/windows.png) no-repeat left center;
	padding:0 0 0 60px;
}

.archivos .backberry {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/backberry.png) no-repeat left center;
	padding:0 0 0 60px;
}

.archivos .navegador {
	height:38px;
	line-height:38px;
	background: url(../images/wifi/navegador.png) no-repeat left center;
	padding:0 0 0 60px;
}

/* FIN DE CSS WIFI */


/* MAPA DE GOOGLE MAPS PARA EL STIC */

#map, .mapaclase {
	
height: 415px;
	margin-bottom: 25px;
   
    
}
#mapa *, .mapaclase * {
	
-webkit-box-sizing: unset;
-moz-box-sizing: unset;
box-sizing: unset;
    
    
}

/************************/


/* CSS PARA RADIO UAL */


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/radioual/Gotham-Bold.eot?') format('eot'), 
       url('../fonts/radioual/Gotham-Bold.woff') format('woff'),
       url('../fonts/radioual/Gotham-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/radioual/Gotham-Light.eot?') format('eot'), 
       url('../fonts/radioual/Gotham-Light.woff') format('woff'),
       url('../fonts/radioual/Gotham-Light.ttf')  format('truetype');
  font-weight: 300;
  font-style: normal;
}


.header-radioual {
    background: url(../images/radioual/header.jpg) no-repeat top center;
    background-color: #323232;
    background-size: cover !important;
    color: #fff;
}

.header-imagen-radioual {
	background-size:cover;
	background-color:transparent !important;
}

.radioual-container {
	position: relative;
	min-height: 500px;
	padding-top: 20px;
}


.menu-radioual {
	width:100%;
	background-color:#323232;
	height:42px;
	position:relative;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;	
	border-bottom: 1px solid #646464;
}


.menu-radioual nav ul.nav {
	position:absolute;
	bottom:0;
	z-index: 10000;
}

.menu-radioual > .container > .navbar-collapse {
	margin-right:0;
	margin-left:0;
}

.menu-radioual .nav > li {
	margin-right:3px;
	z-index:100;
}
.menu-radioual .nav > li > a {
	font-family: 'Gotham';
	font-weight:300;
	background-color: transparent;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	border-left:1px solid #646464;
	color:#fff;
}
.menu-radioual .nav > li > a.active, .menu-radioual .nav .open>a:focus {
	background-color:#d44407;
	color:#fff;
}
.menu-radioual .nav > li > .dropdown-menu > li > a.active {
	background-color:#4a648c;
	color:#fff;
}

.menu-radioual .nav > li > a:hover, .menu-radioual .nav > li > a:focus {
	background-color:#d44407;
	color:#fff;
}

.menu-radioual .navbar-nav > li > a {
    padding: 3px 10px 3px 10px;
    font-size: 14px;
	text-transform:uppercase;
}


@media (max-width: 768px) {
	.menu-radioual .nav > li > a {
		background-color: #323232;
	}
}



.menu-radioual .navbar-nav > .doslineas {
    z-index: 10;
    bottom: 66px;
}

.menu-radioual .navbar-nav > li.doslineas > a {
    padding: 6px 10px 40px 10px;
}

.menu-radioual .navbar-nav > .dropdown.doslineas:hover  {
	z-index:1000 !important;
}


.menu-radioual .navbar-nav > li:hover ul  {
	display: block;
}

.radioual {
    color:#fff;
    background-color: #323232;
    border-bottom: 1px solid #999999;
}



.radioual a, .radioual caption {
    color:#afafaf;
}
.radioual a:hover, .radioual a:focus {
    color:#0dabed;
}


.radioual.home {
	background: url(../images/radioual/fondo-home.jpg) no-repeat top center #191919;
	min-height: 600px;

}

.radioual.home .area1 {
	padding-top: 450px;

}


.radioual .main-content h1 {
  text-transform: uppercase;
  font-family: 'SegoeUIBold', sans-serif;
}

.radioual .main-content h2 {
  text-transform: uppercase;
  font-family: 'SegoeUIBold', sans-serif;
}

.radioual .main-content .subtitulo {
  text-transform: uppercase;
  letter-spacing: 3px;
	font-size: 14px;
}

.radioual .main-content h3 {
  text-transform: uppercase;
  font-family: 'SegoeUIBold', sans-serif;
}

.radioual .info-programa h1, .radioual .info-programa h2, .radioual .info-programa h3 {
  text-transform: none;
}

.radioual .info-programa h1 {
	padding-bottom: 30px;
}

.radioual .info-programa h2 {
	font-size: 1.33em;
	margin: 0;
	padding: 0;
}
.radioual .info-programa h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.radioual .info-programa ul {
	padding: 0;
	list-style: none;
}
.radioual .info-programa li {
	font-size: 0.78em;
	margin: 0;
	padding: 0;
}

.radioual .info-programa .caratulas {
	position: relative;
}

.radioual .info-programa .caratulas img.logo {
position: absolute;
margin: 0 !important;
padding: 0 !important;
bottom: 40px;
left: 40px;
border: 1px solid #000;
}


.radioual table th {
  text-transform: uppercase;
	font-family: 'Gotham';
	background-color: #323232;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	width: 20%;
}

.radioual table td {
    border: 1px solid #646464;
    color: #fff;
	background-color: #323232;
  text-transform: uppercase;
	text-align: center;
}


.radioual {
    color:#fff;
    background-color: #323232;
    border-bottom: 1px solid #999999;
}




.radioual .btn-destacados {
	font-family: 'Gotham';
	background-color: #ae1b34;
  	border: 4px solid  #000;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 700;
	height: 50px;
  text-transform: uppercase;
	padding: 8px 18px;
	color: #fff;
}

.radioual .btn-destacados:hover, .radioual .btn-destacados:focus {
	background-color: #000;
  	color:#fff;
}

.radioual .btn-destacados.fondoblanco {
	background-color: #fff;
  	color:#000;
}

.radioual .btn-destacados.fondotransparente {
	background-color: transparent;
    padding: 0px 10px;
    border-color: transparent;
    height: 32px
}
.radioual .btn-destacados.fondoblanco:hover, .radioual .btn-destacados.fondotransparente:hover {
  	color:#fff;
	background-color: #000;
}

.radioual .fondotransparente.collapsed {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(100,100,100,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(100,100,100,1);
	box-shadow: 0px 0px 0px 1px rgba(100,100,100,1);	
	color:#afafaf;
}


.radioual .programas {
	position: relative;
}

.radioual .panel-programa, .radioual .panel-podcast {
	border: none;
	width: 20%;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
	color: #000;
	float: left;

	position: relative;
	height: 350px;
	padding: 0 20px 0 0;
}


.programas-header .panel-programa {
	border: none;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
	color: #000;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-bottom: 0;
	height: 458px;
}



.radioual .panel-programa, .programas-header .panel-programa {

	color: #fff;

}

.radioual .panel-programa .panel-heading, .radioual .panel-podcast .panel-heading, .programas-header .panel-programa .panel-heading {
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;

}
.radioual .panel-podcast .panel-heading {
	padding: 0;
	border-bottom: 1px solid #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;
	height: 215px;

	overflow: hidden;
}
.radioual .panel-programa .panel-heading img, .programas-header .panel-programa .panel-heading img {
	padding-bottom: 0 !important;

}

.radioual .panel-podcast .panel-heading img {
	padding-bottom: 0 !important;
	text-align: center;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.radioual .panel-programa .panel-heading .logo {

    position: absolute;
	width: 80px;
	min-height: 80px;
    bottom: 70px;
    margin: 0 0 0 -40px;
    padding: 0 !important;
    border: 1px solid #000;
    left: 50%;

}
.programas-header .panel-programa .panel-heading .logo {

    position: absolute;
	width: 108px;
	min-height: 108px;
    bottom: 0;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #000;
    left: 10px;

}
.radioual .panel-podcast .panel-body .logo {

    position: absolute;
	width: 80px;
	min-height: 80px;
    top: -55px;
    margin: 00;
    padding: 0 !important;
    border: 1px solid #000;
    left: 10px;

}

.radioual .panel-podcast .panel-body .playpodcast {

    position: absolute;
	width: 108px;
	height: 31px;
    top: -15px;
    margin: 0;
    padding: 0 !important;
    left: 100px;
  	background: url(../images/radioual/play-podcast.png) no-repeat center center;
    display: block;
}

.radioual .panel-programa .panel-body {
text-align: center;
padding: 30px 0 10px 0;
position: absolute;
height: 90px;
bottom: 0;
background-color: #000;
width: calc(100% - 20px);
}


.programas-header .panel-programa .panel-body {
text-align: left;
padding: 10px 20px 10px 130px;
position: absolute;
height: 90px;
bottom: 0;
background-color: #d44407;
width: 100%;
}



@media (max-width: 768px) {
	.radioual .panel-programa, .radioual .panel-podcast {
		width: 50%;
		height: auto;
	}
	.radioual.home .area1, .radioual.home .area2 .row20 .col-sm-12 {
		text-align: center;
	}
	
}


@media (max-width: 480px) {
	.radioual .panel-programa, .radioual .panel-podcast {
		width: 100%;
		height: auto;
	}
}


@media (max-width: 1200px) {
	.programas-header .panel-programa {
		height: auto;
	}
	.programas-header .panel-programa .panel-heading .logo {
		bottom: 100px;
		z-index: 10;
	}
	.programas-header .panel-programa .panel-body {
		text-align: left;
		padding: 10px;
		position: absolute;
		height: 90px;
		bottom: 0;
		background-color: #d44407;
		width: 100%;
	}
}





/*
.radioual .panel-programa .panel-body {
	text-align: center;
	padding: 15px 10px 0;
	position: absolute;
	height: 80px;
	bottom: 0;
	background-color: #000;
	width: 100%;
}*/

.radioual .panel-podcast .panel-body {
	text-align: left;
    	padding: 30px 20px 10px 10px;

	height: 130px;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	position: relative;
}

.radioual .panel-podcast .panel-body h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 1em;
}
.radioual .panel-podcast .panel-body h3:hover {
	
	overflow:visible;
	background-color: #fff;
	display: block;
	height: auto;
}
.radioual .panel-podcast .panel-body h3 a {
    color: #323232;
}
.radioual .panel-podcast .panel-body h3 a:hover {
    color: #ca143f;
}
.radioual .panel-programa .panel-body h3, .programas-header .panel-programa .panel-body h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: 'Gotham';
	font-weight: 700;
}

.radioual .panel-programa .panel-body p, .radioual .panel-podcast .panel-body p, .programas-header .panel-programa .panel-body p {
	font-size: 14px;
	margin: 0;
	padding: 0;

}

.radioual .panel-podcast .panel-body p.fecha {
	font-size: 10px;
	margin: 0;
	padding: 0;

}
.radioual .titulos {
	text-align: center;
}

.radioual .titulos h2 {
    display: inline-block;
	padding: 5px 10px;
}

.radioual .titulos hr {
    display: inline-block;
    border-top: 1px solid #fff;
    width: 40px;
    margin: 0 0 10px;
}

.radioual .blog .panel-blog {
    margin-bottom: 40px;
    background-color: #c8c8c8;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #323232;

}

.radioual .blog .panel-blog .panel-heading h2 {
	text-transform:none;
	font-size: 1.33em;
	padding-bottom: 20px;
}

.radioual .blog .panel-blog .panel-body p {
	font-size: 0.89em;
}

.radioual #popuponline {

    left: 0;
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 1001;

}

.radioual #popuponline .modal-dialog {

    width: 344px;
	height: 161px;
    margin: 20px;

}
.radioual #popuponline .modal-dialog .modal-content {

    position: relative;
    background-color: #fff;
}

.radioual #popuponline .modal-dialog .modal-content .modal-header {
    background: url(../images/radioual/logo-radioual.png) no-repeat top;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-position-x: 10px;
}

.radioual #popuponline .modal-dialog .modal-content .modal-body {
  	background: url(../images/radioual/player.png) no-repeat center center #0974a1;
	background-size: cover;
	padding: 0 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.radioual .playersonando {
	height: 102px;
	width: 82px;
	padding-top: 20px;
}
.radioual .playersonando .vergif {
  	background: url(../images/radioual/sonando.gif) no-repeat center center;
	height: 82px;
	width: 82px;
}
.radioual .modal-header .close {
    margin-top: 5px;
}
.radioual audio {
	width: 100%;
}

.radioual .carousel-indicators {
    bottom: 120px;
    z-index: 770;
    left: initial;
    width: auto;
    padding-left: 0;
    margin-left: 20px;
    text-align: center;
    list-style: none;

}

.radioual .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #d44407;
    border: 1px solid #d44407;
	margin: 0 5px;
}

.radioual .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-color: #fff;
	margin: 0 5px;
}

.radioual .tooltip.top .tooltip-inner {max-width: 500px;}
.radioual .ancho-tooltip { cursor: pointer; }


/* FIN DE CSS RADIO UAL */



/* CSS PATRIMONIO UAL *//* CSS PATRIMONIO UAL */

.patrimonioual {
    color:#000;
    background-color: #fff;
	padding-bottom: 0;

}
.patrimonioual h2 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	color: #000;
	font-weight: 700;
	font-family: 'Gotham';
	text-transform: uppercase;
}
.patrimonioual h3, .patrimonioual .h3texto {
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	color: #000;
	font-weight: 300;
	font-family: 'Gotham';
	text-transform: uppercase;
}

.patrimonioual hr {
	margin: 30px 0 40px;
	padding: 0;
	border-top: 2px #000 solid;
	width: 265px;
}

.header-patrimonioual {
    background-color: #646464;
    color: #fff;
}

.header-imagen-patrimonioual {
	background-size:cover !important;
	background-color:transparent !important;
}

.patrimonioual-container {
	position: relative;
	min-height: 300px;
}

.patrimonioual-container.container .row {
	margin-top: 60px;
}

.patrimonioual-container h1 {
	font-size: 72px;
	font-weight: 700;
	font-family: 'Gotham';
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.patrimonioual-container p {
	font-size: 18px;

}
.patrimonioual-container div.subtitulo {
	font-size: 33px;
	font-weight: 400;
	font-family: 'Gotham';
	text-transform: uppercase;
}


.menu-patrimonioual {
	width:100%;
	background-color:#000;
	min-height:62px;
	position:relative;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;	
	border-bottom: 1px solid #000;
}


.menu-patrimonioual nav ul.nav {
	position:relative;
	z-index: 10000;
}

.menu-patrimonioual > .container > .navbar-collapse {
	margin-right:0;
	margin-left:0;
}

.menu-patrimonioual .nav > li {
	margin-right:3px;
	z-index:100;
}
.menu-patrimonioual .nav > li > a {
	font-family: 'Gotham';
	font-weight:500;
	background-color: transparent;
/*	border-top:1px solid #646464;
	border-right:1px solid #646464;
	border-left:1px solid #646464;*/
	color:#fff;
}
.menu-patrimonioual .nav > li > a.active, .menu-patrimonioual .nav .open>a:focus {
	background-color:#313131;
	color:#fff;
}

.menu-patrimonioual .navbar-nav>li>.dropdown-menu {
	background-color: transparent;
    box-shadow: none;
}
.menu-patrimonioual .dropdown-menu > li {
	margin-bottom: 2px;
}

.menu-patrimonioual .dropdown-menu > li > a {
	font-family: 'Gotham';
	font-weight:500;
    background-color: #323232;
    padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
}

.menu-patrimonioual .dropdown-menu > li > a:hover {
    background-color: #000;
}

.menu-patrimonioual .nav > li > .dropdown-menu > li > a.active {
	color:#fff;
	background-color: #313131;
}

.menu-patrimonioual .nav > li > a:hover, .menu-patrimonioual .nav > li > a:focus {
	color:#fff;
	background-color: #313131;
}

.menu-patrimonioual .navbar-nav > li > a {
	font-size: 14px;
	font-weight: 500;
	padding: 22px 15px;
	text-transform: uppercase;
}

.menu-patrimonioual .navbar-nav > li:first-child a {
	font-size: 16px;
	font-weight: 700;
	padding: 12px 25px 12px 0;
	width: 240px;
	margin-right: 60px;
}
.menu-patrimonioual .navbar-nav > li:first-child a.active, .menu-patrimonioual .nav > li:first-child a:hover, .menu-patrimonioual .nav > li:first-child a:focus {
	background-color: #000;
}

@media (max-width: 768px) {
	
	.menu-patrimonioual .nav > li > a {
		background-color: #313131;
	}
}


@media (max-width: 1030px) {
	
	.menu-patrimonioual .navbar-nav > li:first-child a {
		margin-right: 0;
	}	
	.menu-patrimonioual .navbar-nav > li > a {
		font-size: 14px;
		font-weight: 500;
		padding: 22px 15px;
		text-transform: uppercase;
	}
}



.menu-patrimonioual .navbar-nav > .doslineas {
    z-index: 10;
    bottom: 66px;
}

.menu-patrimonioual .navbar-nav > li.doslineas > a {
    padding: 6px 10px 40px 10px;
}

.menu-patrimonioual .navbar-nav > .dropdown.doslineas:hover  {
	z-index:1000 !important;
}


.menu-patrimonioual .navbar-nav > li:hover ul  {
	display: block;
}

.header-imagen-patrimonioual .header-nosotros {
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 300px;
	padding: 35px 0 20px;
	color: #fff;
	font-size: 16px;
}

.header-imagen-patrimonioual .header-nosotros p {
	line-height: 1.15em;
}


.patrimonioual .bloque-persona-s .foto-persona {
    width: 114px !important;
    height: 114px !important;
}

.patrimonioual .bloque-persona-s .btnnoti {
	text-align: left;
    font-size: 14px;
}


.patrimonioual .bloque-persona-s .alineado {
    vertical-align: inherit;
	padding-left: 20px;
}

.patrimonioual .bloque-persona-s .btnnoti strong {
    color:#646464;
    font-size: 18px;
}

.patrimonioual .bloque-persona-s .btnnoti a {
    display:block;
    padding-top: 10px;
    color:#a2815f;
    text-transform:uppercase;
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
}

.patrimonioual .lastObras, .patrimonioual .favorita, .patrimonioual .patrimoniotodos {
	padding: 75px 0 40px;
}

.patrimonioual .lastObras{
  	background: url(../images/patrimonio/fondo-ultimas-obras.jpg) no-repeat center center #000;
	background-size: cover;
}

.patrimonioual .lastObras h2 {
	color: #fff;
	text-align: center;
}

.patrimonioual .lastObras hr {
	border-color: #cbe140;
	width: 300px;
	padding: 0 auto;
	margin-left: auto;
	margin-right: auto;
}


.panel-obras {
	background-color: transparent;
	color: #fff;
	float: left;
	width: 20%;
	display: table-cell;
	border-radius:0;
	margin-bottom:40px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.panel-obras h3 {
	font-family: 'Gotham';
	font-weight: 700;
	color: #cbe140;
	text-transform: inherit;
}
.panel-obras p {
	font-family: 'Gotham';
	font-weight: 400;
	font-size: 0.78em;
}

.panel-obras p a {
	color: #a2815f;
	text-transform: uppercase;
}

.panel-obras.secundario h3, .panel-obras.secundario p {
	padding: 0;
	margin: 0;
}

.panel-obras.principal {
	width: 50% !important;
	height: 284px;
}

 .panel-obras .panel-heading {
	padding: 0;
}

 .panel-obras .fondoobra {
	background-color: #1e1e1e;
	width: 100%;
    min-height: 284px;
}

.panel-obras.principal .panel-heading {
	position: absolute;
	top: 0;
	right: 20px;
	width: 342px;
	overflow: hidden;
	height: 284px;
	z-index: 10;
	border-radius: 0;
}
.panel-obras.principal .panel-heading img {
	width: auto;
	padding: 0 !important;
    object-fit: cover;
    height: 284px;
}

.panel-obras.principal .panel-heading img.sinestilos {
	width: 100%;
	height: auto;
	padding: 0 !important;
}
.panel-obras.secundario h3 {
	font-size: 18px;
}

.panel-obras.secundario .fondoobra {

    min-height: 360px;
}

.panel-obras.secundario .panel-heading {
	width: 100%;
	overflow: hidden;
	height: 202px;
	z-index: 10;
	border-radius: 0;
}
.panel-obras.secundario .panel-heading img {
	width: auto;
	height: 100%;
	padding: 0 !important;
	max-width: inherit;
}
.panel-obras.secundario .panel-heading img.sinestilos {
	width: 100%;
	height: auto;
	padding: 0 !important;
}


 .panel-obras.principal .panel-body {
	width: 50%;
	height: 284px;
	padding: 20px 0 20px 40px;
	z-index: 40;
    position: absolute;
	background: url(../images/patrimonio/fondo-obraprincipal.png) no-repeat left 100%;
    background-position: top left;
    background-size: auto 100%;
}

 .panel-obras.principal .panel-body .contenmedio {
	width: 100%;
	display: table-cell;
	height: 244px;
	vertical-align: middle;
}


@media(max-width:768px){

	.panel-obras.principal {
		width: 100% !important;
		height: inherit;
	}
		.panel-obras {
		width: 33.3% !important;
	}
	.patrimonioual .lastObras h2 {
		font-size: 24px;
	}

}



@media(max-width:459px){
	.panel-obras.principal {
		width: 100% !important;
		height: inherit;
	}

	

.panel-obras.principal .panel-heading {
     position: inherit; 
     top: inherit; 
     right: inherit; 
     width: inherit; 
}
	.panel-obras.principal .panel-body {
		position: inherit;
		width: inherit;
	}
	.panel-obras {
		width: 100% !important;
	}
}

.patrimonioual .favorita .carousel .item {
	min-height: inherit;
	max-height: inherit;
	padding-bottom: 40px;
}

.patrimonioual .favorita .carousel-indicators {
	bottom: 10px;
}

.patrimonioual .favorita p {
	color: #323232;
}

.patrimonioual .favorita .pieza {
	min-height: 375px;
}

.patrimonioual .favorita .persona {
	margin-top: 5px;
	margin-right: 20px;
    object-fit: cover;
    width: 168px !important;
    height: 168px !important;
	overflow: hidden;
    object-position: top;
}

.patrimonioual .favorita blockquote {
    font-family:'segoeUIItalic', serif;
	color: #323232;
    border:none;
    font-size:1em;
    line-height:1.2em;
    padding:0;
    margin-bottom:10px;
	position: relative;
}
.patrimonioual .favorita blockquote:before {
    content:" ";
    background: url(../images/patrimonio/open-quote.png) no-repeat;
    font-family:Arial;
    color:#c8c8c8;
    float:left;
    margin-top: -10px;
    height: 0;
    height: 30px;
    width: 40px;
}
.patrimonioual .favorita blockquote:after {
    content:" ";
    background: url(../images/patrimonio/close-quote.png) no-repeat;
    height: 30px;
    width: 40px;
    font-family:Arial;
    color:#c8c8c8;
	bottom: -10px;
	margin-left: 7px;
    padding-bottom: 10px;
    position: absolute;
}

.lineatop {
	border-top: 1px solid #000;
	padding-top: 80px;
}

.margenbottom {
	padding-bottom: 30px;
}

.btn-patrimonio, .patrimonioual .btn-destacados {
	font-family: 'Gotham';
	font-weight: 700;
    background-color:transparent;
    color:#323232;
    border:1px solid #323232;
    padding:5px 10px 7px;
    font-size:0.78em;
    line-height:1.4em;
	text-transform: uppercase;
}

.btn-patrimonio:focus, .patrimonioual .btn-destacados:focus, .btn-patrimonio:hover, .patrimonioual .btn-destacados:hover {
    background-color:#323232;
    color:#fff;	
}

.patrimonioual .favorita .btn-patrimonio {
	margin: 0 auto;
	display: table;	
}

.box-patrimonio {
	border: 1px solid #969696;
	display: table-cell;
}

.box-patrimonio img {
	padding: 0 !important; margin: 0 !important;
}

.box-patrimonio .info {
	padding: 90px 20px 20px 40px;
	float: left;
	width: 49%;
}
.box-patrimonio .info .obras, .patrimonioual .titular {
	color: #969696;
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 25px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.patrimonioual .titular {
	font-size: 40px;
}
.texto77 {
	font-size: 77px;
}
.box-patrimonio .info .obras .numero {
	font-size: 96px;
}

.box-patrimonio .info h3 {
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
}

.box-patrimonio .info p {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.patrimonioual .destacada {
	padding-top: 20px;
	padding-bottom: 70px;
}

.patrimonioual .destacada h2 {
	font-size: 48px;
	text-transform: inherit;
	padding: 0 0 20px;
	margin: 0;
	line-height: 0.9em;
}

.patrimonioual .destacada h3 {
	font-weight: 700;
	font-size: 36px;
	text-transform: inherit;
	padding: 0 0 20px;
	margin: 0;
	line-height: 0.9em;
}

.familiaGothan {
	font-family: 'Gotham';
}


.patrimonioual .destacada p, .patrimonioual .destacada strong {
	font-family: 'Gotham';
	font-size: 16px;
	margin-bottom: 0;
}
.patrimonioual .destacada strong {
	font-weight: 700;
}

.header-patrimonioual .carousel .item {
    max-height: 600px;
    min-height: 600px;
    height: 100%;
    width: 100%;
}
.header-patrimonioual .carousel .item video {
    position: absolute;
    width: auto;
    overflow: hidden;
    z-index: 1;
    background-color: #000;
    height: 101%;
    left: 0;
    right: 0;
    margin: auto;
}	

.header-patrimonioual .carousel-caption {
    text-shadow: none;
    padding-bottom: 10px;

}

@media (min-width:992px) {
	

	
	
	.header-patrimonioual .carousel-caption {
		text-shadow: none;
		padding-bottom: 80px;

	}


    .header-patrimonioual .carousel-caption .body-caption {
        width:450px;

        margin:5px 0 0 0;
		background-color: transparent;
		border-left: 1px solid #fff;
		padding: 0 0 0 20px;
    }
	
    .header-patrimonioual .body-texto {
        width:950px;
        margin:0;
		background-color: transparent;
		border-left: 1px solid #fff;
		padding: 0 0 0 20px;
    }	
    .header-patrimonioual .carousel-caption h1, .header-patrimonioual .carousel-caption .h1header {
        font-size:72px;
        line-height:0.7em;
		font-family: 'Gotham';
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
    }
    .header-patrimonioual .carousel-caption h2 {
        font-size:33px;
        line-height:1em;
		font-family: 'Gotham';
		font-weight: 700;
		text-transform: uppercase;
		margin: 5px 0;
		padding: 0;
    }

    .header-patrimonioual .carousel-caption .body-caption p {
        font-size:0.89em;
        line-height:1.2em;
		margin: 0;
		padding: 0;
		font-family:'SegoeUI', sans-serif;
    }
}

@media (max-width: 992px) {
 .header-patrimonioual .carousel .item > .container {
    height: 580px;
}
}
	


.header-patrimonioual .btn-primary {
	font-family: 'Gotham';
	font-weight: 700;
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    padding:5px 10px 7px;
    font-size:0.78em;
    line-height:1.2em;
	text-transform: uppercase;
}
.header-patrimonioual .btn-patrimonio:focus {
    background-color:#fff;
    color:#323232;	
}


.patrimonioual .obras #buscador {
padding: 20px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;

}

.patrimonioual .obras #buscador .input-group {
     border-radius: 3px;
   border: 1px solid #000;
	padding: 1px;
}

.patrimonioual .obras #buscador .form-control {
    border: 1px solid #fff;
    height: 28px;
    padding: 0 10px;
    font-size: 0.78em;
    background-color: #fff;color: #000;
}
.patrimonioual .obras #buscador .input-group .input-group-addon {
	height: 28px;
	background-color: #000;
	border-radius: 5px;
}
.patrimonioual .obras #buscador .input-group-addon button {
	background-color: #000;
	border: none;
	color: #fff;
	border-radius: 5px;
	padding: 0;
}
.patrimonioual .obras #buscador a {
	font-family: 'Gotham';
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	color: #000;

}

.patrimonioual .obras #buscador a.in, .patrimonioual .obras #buscador a:hover {
	border-bottom: 1px solid #000;

}

.patrimonioual .box-obra {
padding-bottom: 40px;

}

.patrimonioual .box-obra .contentObra {
	height: 368px;
	cursor:pointer;
	overflow: hidden;
	display: block;
position: relative;
}

.patrimonioual .box-obra .contentObra img {

	height: 100%;
	width: auto;
	position: absolute;
	max-width: inherit;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px !important;
	}

.patrimonioual .box-obra .contentObra img.sinestilos {
	width: 100%;
	height: auto;
	padding: 0px !important;
	max-width: inherit;
	left: 0;
	transform: translateX(0);
	position: absolute;
}





.patrimonioual .box-obra .contentObra .obra-caption {
	cursor: pointer;
	position: absolute;
	top: 330px;
	padding: 10px 20px;
            width:100%;
            height:100%;
            background:rgba(0, 0, 0, 0.75);
color:#fff;
            transition:all 300ms ease-in-out;
           -webkit-transition:all 300ms ease-in-out;
           -moz-transition:all 300ms ease-in-out;
           -o-transition:all 300ms ease-in-out;
           -ms-transition:all 300ms ease-in-out;	
	
}

.patrimonioual .box-obra:hover .contentObra .obra-caption{
	transform: translateY(-268px);
	-webkit-transform: translateY(-330px);
	-moz-transform: translateY(-330px);
	-ms-transform: translateY(-330px);
	-o-transform: translateY(-330px);
}
.patrimonioual .box-obra .contentObra .obra-caption h3 {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 12px;
    color:#fff;
	padding-bottom: 20px;
            transition:all 300ms ease-in-out;
           -webkit-transition:all 300ms ease-in-out;
           -moz-transition:all 300ms ease-in-out;
           -o-transition:all 300ms ease-in-out;
           -ms-transition:all 300ms ease-in-out;	
}
.patrimonioual .box-obra .contentObra .obra-caption p {
	font-family: 'Gotham';
	font-weight: 400;
	font-size: 14px;
}
.patrimonioual .box-obra .contentObra .obra-caption p strong {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 16px;
	margin: 0;
}

.patrimonioual .box-obra:hover .contentObra .obra-caption h3.arte {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 24px;
    color:#cbe140;
	text-transform: inherit;
}
.patrimonioual .box-obra:hover .contentObra .obra-caption h3.ciencia {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 24px;
    color:#ffce26;
	text-transform: inherit;
}


.patrimonioual .obra {
	padding-top: 20px;
}
.patrimonioual .obra h2 {
	text-transform: inherit;
	padding-bottom: 10px;
	font-size: 48px;
}
.patrimonioual .obra h3 {
	font-weight: 700;
}
.patrimonioual .obra h3, .patrimonioual .obra p {
	font-family: 'Gotham';
	text-transform: inherit;
	font-size: 16px;
}

.patrimonioual .obra p.texto36 {
	font-size: 36px;
	font-weight: 700;
	padding: 0;
}

.patrimonioual .obra .descripcion p {
	font-family: 'SegoeUI';
	font-weight: 400;
	text-transform: inherit;
	font-size: 16px;
}

.patrimonioual .obra .imagen-thumbnail {
    height: 84px;
    width: 100%;
    padding: 0;
    overflow: hidden;

	display: table-cell;
	vertical-align: top;
}
.patrimonioual .obra .imagen-thumbnail img {
width: 84px;
height: 84px;
object-fit: cover;
}

.colorarte {
	color: #cbe140!important;
}
.colorciencia {
	color: #ffce26!important;
}

.colorexpo {
	color: #e63dff!important;
}

.sizearte {
	font-size:144px !important;
}
.sizeciencia {
	font-size:79px !important;
}


@media (max-width: 1030px) {
	.box-patrimonio img {
		width: 50%;
	}
	.box-patrimonio .info {
		  padding: 0 20px 20px 40px;
	}
	.box-patrimonio .info .obras .numero {
		line-height: 1em;
		font-size: 65px;
	}
	.patrimonioual .titular {
    font-size: 30px;
}
	.texto77 {
    font-size: 58px;
}
}

@media (max-width: 992px) {
	.h1header {
	    line-height: 0.7em;
		font-size:36px !important;
		font-family: 'Gotham';
		font-weight: 700;
		text-transform: uppercase;
	}
	.sizearte, .patrimonioual-container h1 {
		font-size:48px !important;
	}
	.sizeciencia {
		font-size:36px !important;
	}
	.patrimonioual .favorita .pieza {
		min-height: inherit;
	}
	.box-patrimonio .info {
		  padding: 120px 20px 20px 40px;
		 float: inherit; 
		 width: 100%;
	}

	
	.box-patrimonio img {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.sizearte, .patrimonioual-container h1 {
		font-size:30px !important;
	}
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.patrimonioual .exposicion {
	float:left;
	margin-right:40px;
	margin-bottom:30px;
	width:133px;
	min-height: 190px;
}

.patrimonioual .exposiciononline {
	float:left;
	margin-right:40px;
	margin-bottom:10px;
	width:calc(33% - 40px);
	min-height: 250px;
}

.patrimonioual .exposicioninfo {
	float:left;
	margin-bottom:30px;
	width:300px;
	min-height: 190px;
}
.patrimonioual .exposiciononlineinfo {
	float:left;
	margin-bottom:10px;
	width:30%;
	min-height: 250px;
}


.font-weight-bold {
	font-weight: 700 !important;
}


/* Lista de enlaces tipo imagen */
ul.archivos.enlinea {
    padding-top: 20px !important;
}
ul.archivos.enlinea li {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px !important;
}
ul.archivos.enlinea li:last-child {
    padding-right: 0;
}

/* FIN DE CSS PATRIMONIO UAL */

/* Bloque Simple Accordeon*/
.simple-accordion-group.open .simple-accordion-title-shell > *:before, .simple-accordion-group.closed .simple-accordion-title-shell > *:before {
    color: #008dbf;
}
.simple-accordion-title-shell {
    overflow: auto;
    background: #f0f0f0;
    padding: 8px 10px;
    cursor: pointer;
	margin-bottom: 5px;
}

.simple-accordion-title-shell .panel-title {
    margin: 0;
    padding: 0;
	font-size: 18px;
	font-family: 'SegoeUIBold', sans-serif;
	font-weight: 400;
}

.simple-accordion-group .simple-accordion-description {
    padding: 5px 0 20px;
    background: #fff;
	    font-size: 16px;
}
/* Fin Bloque Simple Accordeon*/


@media print {
  .header, .translate-container, .breadcrumb-cabecera, #btndirect, #btnsearch, #slider, footer, .js-cal-prev.btn, .js-cal-next.btn, .js-cal-option.btn, .noimprimir, .input-group-addon {
    display: none;
  }
	.main-estudios {
    -webkit-print-color-adjust: exact; /*economy | exact*/
    color-adjust: exact;
}
	.widthimprimir { width: 200px; }
	
	input {border-color: #fff; }
	
}





/* Tipo de bloque persona */
.foto-persona {
    object-fit: cover;
    width: 130px !important;
    height: 130px !important;
    /*border-radius: 65px;*/
    object-position: top;
}

.alineado-abajo {
    vertical-align: bottom;
}
.bloque-persona {
    margin-bottom: 10px;
}

.bloque-persona-departamento {
    min-height: 140px
}

.bloque-persona .bloque-persona-campos {
    display: block;
}

.bloque-persona .foto-persona {
    border-radius: 0;
}

.bloque-persona .image-container {
    position: relative;
}

.bloque-persona .image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}

.bloque-persona-s .alineado {
    vertical-align: middle;
}

.bloque-persona-s .foto-persona {
    width: 80px !important;
    height: 98px !important;
}
.bloque-persona-s .btnnoti {
    font-size: 16px;
    margin-bottom: 2px;
}

.bloque-persona-m .alineado {
    vertical-align: middle;
}

.bloque-persona-m .foto-persona {
    width: 130px !important;
    height: 159px !important;
}
.bloque-persona-m .btnnoti {
    font-size: 16px;
    margin-bottom: 2px;
}

.bloque-persona-v .alineado {
    vertical-align: middle;
}

.bloque-persona-v .foto-persona {
    width:277px !important;
    height: 277px !important;
}
.bloque-persona-v .btnnoti {
    font-size: 16px;
    margin-bottom: 2px;
}

.bloque-persona-l .alineado {
    vertical-align: top;
    padding-top: 45px !important;
    padding-right: 18px;
}

.bloque-persona-l .foto-persona {
    width: 200px !important;
    height: 244px !important;
}
.bloque-persona-l .image-container {
    float: right;
}

.bloque-persona-l-izq .alineado {
    vertical-align: top;
    padding-top: 45px !important;
}

.bloque-persona-l-izq .foto-persona {
    width: 200px !important;
    height: 244px !important;
}

.i-areas-conocimiento-departamento {
    max-width: 300px;
}


/* Tipo Bloque Tarjeta Servicio, visualizacion horizontal */
.tservicio-imagen {
	float: left;
	max-width: 50%;
	padding-right: 10px;
}
.tservicio-imagen img {
    padding-bottom: 0 !important
}

/* GENERADOR DE FIRMAS - GABINETE DE COMUNICACIÃ“N */

		  label {
			  font-family: 'SegoeUIBold', sans-serif;
			  font-weight: 400;
		  }
		  
		  label.radio-inline {
			  font-family: 'SegoeUI', sans-serif;
		  }
		  
		  #appendResults {
			  border: 1px solid #000;
			  padding: 50px 100px;
			  min-height: 290px;
		  }
		  #appendResults.generadorFirmas > table td {
			  border: 0 solid #fff;
			  vertical-align: bottom;
			  padding: 0;
		  }
		  #appendResults.generadorFirmas img {
			  padding: 0 !important;
		  }
	  	  #appendResults.generadorFirmas > table tr {
			  background-color: #fff;
		  }
		  #appendCode.widget-view {
			  border: 1px solid #000;
			  background-color: #fff;
			  padding: 10px;
			  border-radius: 0;
			  height: 55px;
		  }
		  
		  .instruciones .nav>li {
			  margin-left: 10px;
		  }
		  
		  .instruciones .nav>li:first-child {
			  margin-left: 20px;
		  }
		  
		  .instruciones .nav>li.active, .instruciones .nav>li>a:hover, .instruciones .nav>li>a:focus, .instruciones .nav>li:hover>a {
			  background-color: #fff;

		  }
		  
		  .instruciones .nav-tabs>li.active>a, .instruciones .nav-tabs>li.active>a:focus, .instruciones .nav-tabs>li.active>a:hover {
			color: #555;
			cursor: default;
			background-color: #fff;
			border: 1px solid #646464;
			border-bottom-color: transparent;
		}
		.instruciones .nav-tabs>li>a {
			margin-right: 0;
			border-radius: 0;
			border: 1px solid #646464;
			padding: 0;
		}
		.instruciones .nav-tabs>li>a img {
			padding: 0 !important;
			margin: 0 !important;
			height: fit-content;
		}
		.instruciones .nav-tabs {
			border-bottom: 1px solid #646464;
		}
	 
	    .instruciones .tab-content>.tab-pane {
			padding: 20px 0;
		}
/* FIN ESTILOS GENERADOR DE FIRMAS*/

/* Inicio Bloque Texto desplegable*/
.contenido-desplegable-button {
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 2px 10px;
    border: solid 1px #005e7f;
    color: #005e7f;
    min-height: 33px;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
}

.contenido-desplegable-button span:first-child {
    padding-right: 6px;
}

.contenido-desplegable-button:hover {
    border: solid 1px #ca143f;
}
/* Fin Bloque Texto desplegable*/


/* Inicio de estilos para Investigación */

.i-areas-list-text {
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
    display: inline-block;
}

.i-bloque-texto {
    padding-bottom: 15px;
    display: inline-block;    
}

.i-grupo-lista-nombre-container .i-grupo-lista-nombre-element:last-of-type .i-grupo-lista-nombre-separator{
    display: none;
}

.i-select {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    margin-bottom: 8px;
}

.i-error {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 4px;
    margin-bottom: 8px;
}

.i-text {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    margin-top: 5px;        
    margin-bottom: 8px;
}

.i-grupo-publicaciones-text {
    margin-left: 2px;
}

.i-label {
    font-size: 18px;
    padding-left: 2px;
    padding-right: 10px; 
    padding-top: 4px;
    font-family: inherit !important;
    margin-bottom: 10px;    
    margin-top: 2px;
}

.i-form {
    padding-top: 15px !important;
    padding-bottom: 15px !important; 
}

.i-checkbox-container{
    padding: 0px;
    margin-bottom: 5px;
 }

.buscadores #buscargrupoinvestigacion {
    height: 38px;
    border-radius: 0;
    padding: 0 10px;
    font-size: 0.78em;
    background-color: #dcdcdc;
 }

.i-select-container{
    display: table;
    height: 38px;
 }
.i-select-container .i-label{
    display:table-cell; 
    vertical-align: middle;
 }
.i-select-container select, #i-autores-select{
    width: auto;
    height: 38px;
    border: 1px solid #000;
}

#i-autores-select{
    max-width: 70%;
}

.i-search-container > div{
    margin-top: 3px;
    margin-bottom: 3px;
}

.i-buscador {
    margin-right: 0px;
}

.i-buscador input {
    border: 1px solid #d9d9d9 !important;
 }

.i-buscador .input-group-addon{
    border-left: 9px solid #fff !important;
}

.i-riual-img {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.i-eventos {
    margin-top: 15px;
    margin-bottom: 30px !important;        
}
.i-eventos h3 {
    padding-bottom: 5px;
}
.i-eventos .i-detalle h3 {
    padding-bottom: 5px !important;
}
.i-eventos .i-eventos-empty {
    margin-left: 20px;
}

.i-input-daterange .i-label{
    padding: 0px;
}
.i-search-container .i-input-daterange .input-group::before {
    padding: 6px 12px 15px 10px;
    left: 6px;
}
.i-fecha-selector {
    padding-left: 27px !important;
    padding-right: 0px !important;
    width: 117px !important;
}
.i-organismo-container .i-select {
    width: 66%;
}

.i-min-column-width {
    min-width: 122px;
}

.i-convocatorias-table .fa {
    -webkit-transition: none !important;
    transition: none !important;
}

.i-convocatorias-table th:focus {
    outline: none;
}

.i-main hr, .i-grey-hr {
    border-color: #ddd;
}

.i-header-caption, .i-body-caption {
    text-shadow: black 0.1em 0.1em 0.2em;
}

.i-agente-container {
    margin-bottom: 25px;
}

.i-patentes-ul li { 
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; 
    margin-right: 20px;
}

.i-patente-area-img {
    margin-right: 20px; 
    margin-bottom: 10px;
}

.i-agente-container .agente-title {
    font-weight: 100;
    padding-bottom: 3px;
    display: block;
    font-size: 20px;
}

.i-clockDisplay {
    background: url(../images/warning.png) no-repeat center left !important;
}

.i-link-document-1 {
    padding-left: 1.8em;
    background: url(../images/documento-destacado1.png) no-repeat 0 0;
    background-size: 20px 20px; 
}

.i-anuncio {
    background-color: #efefef;
    font-size: .9em;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.i-logos {
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 15px 20px 20px;
    border: 1px solid #323232;
}

.i-anuncio p, .i-logos p {
    padding-bottom: 0px;
    margin: 0px;
}

.i-enlace-evento, .i-titulo-noticia {
    font-family: 'SegoeUILight';
    font-size: 1.33em;
    line-height: 1em;
    padding-bottom: 5px;
    display: block;
}

.i-titulos-eventos {
    margin-bottom: 5px;
}

.i-boton-eventos {
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 20px;
}

.i-evento-proximo {
    min-height: 390px;
}

.i-evento-pasado {
    min-height: 320px;
}

.i-patente-area-container {
    min-height: 232px;
}

.i-eventos-boton-right {
    float: right;
}

/* Inicio estilo imagen interior cabecera investiga */
.i-header-investiga-caption {
    padding: 60px 0 0 !important;
}
.i-investiga-cabecera-imagen {
    max-width: 100%;
    max-height: 120px;
    display: block;
    margin-bottom: 16px;
}
/* Fin estilo imagen interior cabecera investiga */

/* Inicio estilo noticias en investigacion */

.i-noticias {
	margin-top: 15px;
}
.i-noticias h3 {
	padding-bottom: 8px;
}
.i-noticias p {
    font-size: 14px;
	color: #646464;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    /*height: 4.6em;*/
}
.i-noticias .panel-noticia {
	padding: 0px;
	/*background-color: #fff;*/
	min-height: 140px;
	margin-bottom: 25px;
}
.i-noticias .panel-noticia .featured-thumbnail-noticia img {
	padding:0 !important;
	margin:0 !important;
}
.i-noticias .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
	width: 230px;
	height: 140px;
	object-fit: cover;
}

.i-noticias .panel-noticia .panel-body {
    padding: 0px;
    padding-left: 20px;
    width: 69%;
    float: right;
}

.i-noticias .media {
	border-top:1px solid #4c525c;
	margin-top:5px;
	
}
.i-noticias .media:first-child {
	border:none;
}
.i-noticias .panel-body .fecha, .i-noticias .media .fecha {
	font-family: inherit;
	font-weight:400;
	color:#4c525c;
	font-size:0.78em;
}

@media (max-width: 1199px) {
	.i-noticias .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
        margin-top: 10px !important;
        width: 190px;
        height: 140px;
    }
    .i-noticias .panel-noticia .panel-body {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .i-noticias .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
        margin-top: 0px !important;
    }
    .i-noticias .panel-noticia .panel-body {
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .i-noticias .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
        width: 460px;
        height: 250px;
        margin-bottom: 5px !important;
    }
    .i-noticias .panel-noticia .panel-body {
        width: 100%;
        float: none;
    }
}

.i-btn-blanco {
    height: auto;
    min-height: 33px;
    font-size: 18px;
    border: solid 1px #008dbf;
    background-color: #fff;
    padding: 4px 10px;
    color: #008dbf;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 25px;
    white-space: normal;
}

.i-btn-blanco:focus {
    color: #008dbf;
}

.i-btn-blanco:hover {
    color: #ca143f;
    border: solid 1px #ca143f;
}

/* Fin estilo noticias en investigacion */

/* Inicio checkbox investigacion personalizado */
.i-container {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.i-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.i-checkmark {
	margin-top: 4px;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #dcdcdc;
}

.i-container:hover input ~ .i-checkmark {
  	background-color: #dcdcdc;
}

.i-container input:checked ~ .i-checkmark {
  	background-color: #008dbf;
}

.i-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.i-container input:checked ~ .i-checkmark:after {
  	display: block;
}

.i-container .i-checkmark:after {
	left: 8px;
    top: 2px;
    width: 9px;
	height: 16px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
 /* Fin checkbox investigacion personalizado */

@media (max-width: 767px) {
	.i-select-container {
        margin-top: 3px;
        margin-bottom: 3px;
        display: inline-flex;
        padding-left: 0px !important;
    }

    .i-eventos .i-fecha {
        display: none;
    }
    
	.i-mobile {
        display:inherit;
    }
}
@media (max-width: 991px) {
    .i-autores-container{
        padding-left: 20px !important;
        padding-right: 28px !important;
    }
}
@media (max-width: 1199px) {
	.i-select-container {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}
@media (max-width: 767px) {
    .i-autores-container {
        padding-left: 10px !important;
    }
}

@media (min-width: 790px) {
	.i-areas-list-text {
        margin-top: -5px;
    }
}

@media (min-width: 767px) {
	.i-mobile {
        display:none;
    }

    .i-drcha {
        float: right;
    }   
    
    .i-agente {
        min-height: 340px;    
    }     

    .i-patentes-ul {
        columns: 2; 
        -webkit-columns: 2; 
        -moz-columns: 2; 
    }   
}

/* Inicio estilos servicios centrales de investigacion */
.i-section-link {
    padding-top: 55px;
    margin-top: -40px;
}
/* Fin estilos servicios centrales de investigacion */

/* Fin de estilos para Investigación */

/* Estilos para las noticias de los grados */ 
.tematicaNoticia {
	float: right;
	background-color: #fff;
	color: #323232;
	border: 1px solid #323232;
	padding: 2px 5px;
	font-size: 0.87em;
	margin-right: 5px;
}

@media (max-width:769px) {
    .fotoDetalleNoticia {
		max-width: 100%;
		height: auto;
	}
}

.fotoDetalleNoticia {
	float: left;
	margin-right: 20px;
	max-width: 50%;
	height: auto;
}

.fotoDetalleNoticia > img {
	padding-bottom: 0px !important;
}

.pieFotoDetalleNoticia {
	font-style: italic;
	font-size: 0.85em;
	color: #777;
}

/* Accesibilidad: estilos para los enlaces directos que saltan al contenido de la página y al pie de página. */

.saltarnav {text-align: left;background-color: #002f3f;}
.saltarnav a {
    position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;
    background-color:#002f3f;
    border:1px solid #002f3f;
    color:#969696;
    padding:0 5px;
    font-size:12px;
    border-radius:3px !important;
    line-height:18px;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s
}
.saltarnav a:hover {
    background-color:#ca143f;
    color:#fff;
    text-decoration: underline;
}
.saltarnav a:focus, .skipnav a:active {
    position: static;
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    background-color:#ca143f;
    color:#fff
}

/* Conversation blocks */

.btn-primary {
    height:auto;
	min-height:33px;
    font-size:18px;
    background-color:#008dbf;
    padding:4px 10px;
    color:#fff;
	margin-top:5px;
	margin-bottom:15px;
	line-height: 25px;
	white-space:normal;
}

.btn-primary:hover {
    background-color:#005e7f;
    color:#fff
}

div.ccm-conversation-avatar img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
}

div.ccm-conversation-add-reply div.ccm-conversation-message-form textarea, div.ccm-conversation-add-new-message div.ccm-conversation-message-form textarea, div.ccm-conversation-edit-message div.ccm-conversation-message-form textarea {
    font-size: 0.78em;
}

.well {
    min-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:0 solid transparent;
    border-radius:0;
    margin-bottom:20px;
    padding:10px;
    text-align:center;
    font-size:.78em;
    font-weight:200!important;
    /*color:#fff;*/
    background-color:#a943ca;
}

.ccm-conversation-wrapper h4 {
    padding-bottom: 15px;
}

div.ccm-conversation-add-new-message {
    margin-bottom: 0px;
}

.main-content .ccm-conversation-avatar img {
    padding-bottom: 0px !important;
}



/* CSS para el Bloque Mapa de Google */

.mapaclase .gm-svpc {
  font-size: 28px !important;
  /* this adjusts the size of all the controls */
  background: url(../images/runway-1x.png) no-repeat center top !important;
  background-position: 0 -33px !important;
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
  box-sizing: border-box !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-weight: 300 !important;
  height: 1em !important;
  margin: 16px !important;
  text-align: center !important;
  user-select: none !important;
  padding: 2px !important;
  width: 1em !important;
}

.mapaclase .gm-svpc:hover {
  background-position: 0 -93px !important;
}

.mapaclase .gm-svpc:focus, .mapaclase .gm-svpc:active {
  background-position: 0 -63px !important;
}

.gm-style .controls {
  font-size: 28px;
  /* this adjusts the size of all the controls */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 6px;
  text-align: center;
  user-select: none;
  padding: 2px;
  width: 1em;
}

.gm-style .controls button {
  border: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
}

.gm-style .controls button:hover {
  color: rgba(0, 0, 0, 0.9);
}

.gm-style .controls.zoom-control {
  display: flex;
  flex-direction: column;
  height: auto;
}

.gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}

.gm-style .controls.maptype-control {
  display: flex;
  flex-direction: row;
  width: auto;
}

.gm-style .controls.maptype-control button {
  display: inline-block;
  font-size: 0.5em;
  margin: 0 1px;
  padding: 0 6px;
}

.gm-style
  .controls.maptype-control.maptype-control-is-map
  .maptype-control-map {
  font-weight: 700;
}

.gm-style
  .controls.maptype-control.maptype-control-is-satellite
  .maptype-control-satellite {
  font-weight: 700;
}

.gm-style
  .controls.maptype-control.maptype-control-is-ual
  .maptype-control-ual {
  font-weight: 700;
}

.gm-style .controls.fullscreen-control button {
  display: block;
  font-size: 1em;
  height: 100%;
  width: 100%;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon {
  border-style: solid;
  height: 0.25em;
  position: absolute;
  width: 0.25em;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 2px 0 0 2px;
  left: 0.1em;
  top: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 0 2px 2px 0;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 2px 2px 0 0;
  right: 0.1em;
  top: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 0 0 2px 2px;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 0 0 2px 2px;
  left: 0.1em;
  bottom: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 2px 2px 0 0;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 0 2px 2px 0;
  right: 0.1em;
  bottom: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 2px 0 0 2px;
}

/* Fin de css Mapa de Google */

/* Inicio de css Automatricula */

.tabla-azul table {
    border: 0;
}

.tabla-azul table th {
    background-color: #316094;
    color: #fff;
    padding: 7px 10px;
    vertical-align: top;
}

.tabla-azul table thead tr th {
    padding: 10px 10px;
    vertical-align: bottom;
}

.tabla-azul table tbody tr th {
    text-align: center;
    vertical-align: middle;
}

.tabla-azul table tbody tr th img {
    max-width: 30px;
    padding-bottom: 0px !important;
    margin: 5px;
}

.tabla-azul table th, 
.main .tabla-azul table td {
    border: 3px solid #fff;
}


.boton-navegacion .btn {
width: 100%;
text-align: center;
background-color: transparent;
color: #008dbf;
line-height: 1em;
font-size: 2em;
font-weight: 400;
font-family: 'SegoeUIBold', sans-serif;
margin-top: 24px;
margin-bottom: 24px;
}

.boton-navegacion .btn:active {
box-shadow: none;
}

.boton-navegacion .btn:hover, .automatricula-navegacion .btn:focus{
    text-decoration: none;
    cursor: pointer;
    color: #ca143f;
}

.boton-navegacion .btn:after{
    font-family: 'Glyphicons Halflings';
    display: block;
    margin: 6px;
}

.boton-navegacion > div.container > div > div > .btn:after {
    content: '\e080';
}

.boton-navegacion > div.container > div > div:first-child > .btn:after {
    content: '\e079';
}

.boton-navegacion > div.container > div > div:only-child > .btn:after {
    content: '\e080';
}

@media (max-width:991px) {
    .boton-navegacion > div.container > div > div{
        display: inline-flex;
        display: -webkit-inline-box;
        width: 49%;
    }
    
    .boton-navegacion > div.container > div > div:only-child{
        width: 100%;
    }
}

/* Fin de css Automatricula */

/* Bloque noticias express genérico - BLOQUE NOTICIA EXPRESS View LISTADO */
.UalWebNoticiasExpress .UalWebNoticiasExpress_panel {
    padding:1em;
    /* background-color: #fff; */
    min-height: 140px;
    margin-bottom: 1em;
    margin-top: 1em
}

.UalWebNoticiasExpress .UalWebNoticiasExpress_cebra {
    background-color: #EEEEEE; 
}

.UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_featured-thumbnail img.UalWebNoticiasExpress_img_vertical,
.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical .UalWebNoticiasExpress_featured-thumbnail_Vertical img.UalWebNoticiasExpress_img_vertical {
    height: 140px;
    object-fit: cover;
}

.UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_featured-thumbnail img.UalWebNoticiasExpress_img,
.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical .UalWebNoticiasExpress_featured-thumbnail_Vertical img.UalWebNoticiasExpress_img {
    height: 140px;
    object-fit: cover;
}

.UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_featured-thumbnail img,
.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical .UalWebNoticiasExpress_featured-thumbnail_Vertical img {
    padding: 0 !important;
    margin: 0 !important;
}

.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical .UalWebNoticiasExpress_featured-thumbnail_Vertical {
    text-align: center
}
.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical .UalWebNoticiasExpress_panel_body_Vertical {
    text-align: justify;
}

.UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_panel_body {
    padding: 0px;
    overflow: hidden;
}

@media(min-width:484px) {
    .UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_panel_body {
        width: 75%;
    }
    
    .UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_featured-thumbnail img.UalWebNoticiasExpress_img,
    .UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical .UalWebNoticiasExpress_featured-thumbnail_Vertical img.UalWebNoticiasExpress_img {
        /*width: 230px;*/
        width: 24%;
    }
    
    .UalWebNoticiasExpress .UalWebNoticiasExpress_panel .UalWebNoticiasExpress_panel_body {
        padding-left: 1%;;    
        float: right;
    }
}


.UalWebNoticiasExpress .UalWebNoticiasExpress_panel_body .UalWebNoticiasExpress_fecha, .UalWebNoticiasExpress .media .UalWebNoticiasExpress_fecha {
    font-family: inherit;
    /*font-weight: 400;*/
    color: #4c525c;
    font-size: 0.78em;
    font-style: italic
}

.UalWebNoticiasExpress_fecha_elegante {
    font-family: inherit;
    /* font-weight: 400; */
    color: #4c525c;
    font-size: 0.78em;
    font-style: italic;
}

.UalWebNoticiasExpress_titulo {
    font-family: 'SegoeUILight';
    font-size: 1.33em;
    line-height: 1.33em;
    padding-bottom: 5px;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.UalWebNoticiasExpress p {
    font-size: 14px;
    color: #646464;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    /* height: 4.6em; */
    line-height: 1.28em
}
/* Bloque noticias express genérico - FIN BLOQUE NOTICIA EXPRESS PAGINADOR */


/* Bloque noticias express genérico - BLOQUE NOTICIA EXPRESS View DETALLE NOTICIA */
.UalWebNoticiasExpressDetalle .UalWebNoticiasExpress_noticiaDetalleContenedorImagen .UalWebNoticiasExpress_fecha_small {
    font-size: 14px;
    color: #646464;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    /* height: 4.6em; */
    line-height: 1.28em
}

.UalWebNoticiasExpress_noticiaDetalleContenedorImagen {
    text-align: -webkit-center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.UalWebNoticiasExpress_noticiaDetalleContenedorImagen img {
    object-fit: cover;
}

.UalWebNoticiasExpress_noticiaDetalleResumen {
    text-align: left !important;
    font-style: italic;
    margin-bottom: 2em;
    margin-top: 1em;
    font-size: 16px

}

.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_titulo_Vertical {
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}


.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_MasElementos {
    margin-top: 1em;
    text-align: right;
    font-size: 0.8em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_MasElementos:hover {
    text-decoration: underline
}

.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical {
    margin-bottom: 1em;
    padding: 0.3em
}

.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_panel_Vertical:hover {
    background-color: #EEEEEE
}

.UalWebNoticiasExpress_Vertical .signals-left {
    text-align: right;
    float: left;
    display: contents;
}

.UalWebNoticiasExpress_Vertical .signals-right {
    text-align: left;
    float: right;
    display: contents;
}

.UalWebNoticiasExpress_Vertical .UalWebNoticiasExpress_fecha_Vertical {
    text-align: center;
    font-size: 14px;
    color: #646464;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.UalWebNoticiasExpress_Elegante_titulo {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    text-overflow: ellipsis;
}

.UalWebNoticiasExpress_Elegante_resumen {
    margin-top: 0.5em !important
}

.UalWebNoticiasExpress_titulo_noticia {
    /*color: #4c525c;*/
    font-family: SegoeUIBold;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.2em;
    padding-top: 0px;
}


.UalWebNoticiasExpress_titulo_span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.UalWebNoticiasExpress_cuerpo {
    text-align: left
}

/* FIN Bloque noticias express genérico - BLOQUE NOTICIA EXPRESS View DETALLE NOTICIA */


/* Eventos Taller Agencia */
.noticias.proximos-eventos .panel-noticia{
	min-height: 320px;
	padding: 23px;
}
.proximos-eventos .bloque-fecha{
	width: auto;
	height: 50px;
	display: flex;
	margin-right: 15px;
	margin-bottom: 5px;
	max-width: 60px;
}
.proximos-eventos .bloque-fecha span{
	font-style: normal;
	text-transform: uppercase;
	line-height: 110%;
}
.proximos-eventos .bloque-inicio{
	float: left;
	font-size: 30px;
	clear: both;	
}
.proximos-eventos .dia-inicio{
	float: left;
	font-size: 30px;
	color: #323232;
	width: 100%;
	text-align: center;
}
.proximos-eventos .mes-inicio{
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	float: left;
	width: 100%;
}
.proximos-eventos .bloque-fin{
	float: left;
	padding-left: 8px;
	font-size: 14px;
	position: relative;
	margin-top: 4px;
	height: fit-content;
}
.proximos-eventos .bloque-fin::before {
  background-color: #ABABAB;
  height: 2px;
  width: 4px;
  margin-left: 2px;
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
}
.proximos-eventos .dia-fin{
	text-align: center;
	width: 100%;
	font-size: 14px;
	float: left;
}
.proximos-eventos .mes-fin{
	font-size: 8px;
	float: left;
	width: 100%;
	text-align: center;
	
}
.proximos-eventos .bloque-titulo{
	flex: 1 0 50%;
	width: 50%;
	overflow: hidden;
	height: 60px;
}
.proximos-eventos h3 {
  color: #4c525c;
  font-family: SegoeUI;
  font-weight: 400;
  font-size: 0.89em;
  line-height: 1.2em;
  padding-top: 0px;
}
.proximos-eventos .bloque-titulo h3{margin: 0; padding-bottom: 0 !important;}
.proximos-eventos .bloque-titulo h3 a{
	text-transform: none;
	 color: #4c525c !important;
	font-weight: 600;
}

.proximos-eventos .panel-body{
	display: flex;
	padding: 15px 0 0 0px !important;
}
.proximos-eventos .noticias .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
  height: 230px;

}

.proximos-eventos .panel-noticia .featured-thumbnail-noticia img.imgnoticias {
  width: 330px;
  height: 230px;
  object-fit: cover;
}

.proximos-eventos .btn-canal-noticias {
  margin-bottom: 47px !important;
}

.bloque-fecha{font-family: 'Roboto', serif;}
.bloque-titulo{font-family: 'Roboto', serif;}
/* --- */

.noticias h3 {
  color: #4c525c; 
  font-family: SegoeUI; 
  font-weight: 400; 
  font-size: 0.89em;
  line-height: 1.2em;
  padding-top: 0px;
  padding-bottom: 0px;
}

.noticias h3 a {
  color: #4c525c; 
}

.noticias h3 a:hover, .noticias h3 a:focus {
  color: #ca143f;
}

