@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:#0a4382;  /*  el anterior era este #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;
    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%;
	background-color: #323232;
}
.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:#0a4382;
    border:1px solid #0a4382;
    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;
}

.barra-contacto{
	border-left: 1px solid #969696;
	
}
.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 {
    
    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 {
       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;
        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;
    }
}
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 .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;overflow-x:auto;}
	.box-places .sidebar-offGoogle.active{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;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;
}


/* 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 */


/* 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;
    
    
}

/************************/


/* 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*/
    print-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;
    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;
    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;
}
.panel-noticia-sinImagen{ 
  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 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;
}

.panel-noticia-sinImagen {
  padding: 20px; 
  background-color: #ecedef;
  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: 100%;
  height: auto;
  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;
}

.noticias h3 {
  color: #4c525c !important; 
  font-family: SegoeUI !important; 
  font-weight: 400 !important; 
  font-size: 0.89em !important;
  line-height: 1.2em !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.noticias h3 a{
  color: #4c525c; 
}

.noticias h3 a:hover, .noticias h3 a:focus {
  color: #ca143f;
}

/*** Bloque Twitter *****/
.fondo-twitter{
	background: url(../images/twitter-icon.png) top right 10px no-repeat;
}

.content-twitter{
	height: 500px;
	overflow-y: scroll;
}

/*** Bloque Cifras*****/

@keyframes expand {
  from {width:0%;}
  to {}
}

.blockCifras .progress-bar{
  animation-name:expand;
  animation-duration:1s;
  animation-iteration-count:1;
  animation-timing-function: ease-in;
}

.blockCifras .titleCifras {
	font-family: 'SegoeUIBold', serif;
	font-size: 16px;
	line-height: 1em;
	color: #646464;
	
}

.blockCifras .numberCifras {
	font-family: 'Roboto', serif;
	font-size: 48px;
	line-height: 1em;
	font-weight: 700;
	color: #000;
	
}

/*** Bloque Twitter *****/


.fondo-twitter {
    background: url(../images/twitter-icon.png) top right 10px no-repeat;
    background-position-y: 15px;
}

.content-twitter{
        height: 500px;
        overflow-y: scroll;
}



