/* agregar estilos del sitio aqui */

/* Correcciones */
header .banner{
	border-right: none;
	height: 130px;
}
header.header-home .banner{
    height: 497px;
}
header.row-fluid{
	margin-bottom: 0;
}
header.row-fluid .row.main-menu{
    margin: 0 -15px;
}
.moduletable h3 {
	color: #3D7EDB;
    font-size: 24px;
    margin: 30px 0 15px;
    font-weight: bold;
}
.row.row-table{
	display: table;
	width: 100%;
}
.col-cell{
	display: table-cell;
	vertical-align: top;
	float: none;
}
.bottom-11{
	margin-bottom: 0 !important;
}
footer{
	margin-top: 0;
}

/* Módulos: Site Name */
.banner.site-name h1{
    color: #295292;
    font-weight: normal;
    font-size: 28px;
    margin: 20px 0 0;
    padding-left: 20px;
}
header.header-home .banner.site-name h1{
    color: #FFF;
}
.banner.site-name h2{
	font-size: 14px;
    font-family: Trajan;
    margin: 5px 0 0 0;
    padding-left: 20px;
    color: #666;
}
header.header-home .banner.site-name h2{
    color: #FFF;
}
header.header-home .banner.site-name h3{
    color: #FFF;
    font-weight: bold;
    padding-left: 40%;
    text-align: right;
    font-size: 26px;
    line-height: 32px;
    margin-top: 80px;
}
header.header-home .banner.site-name p{
    color: #FFF;
    padding-left: 40%;
    text-align: right;
    font-size: 14px;
}
header.header-home .banner.site-name p a.btn{
    background: #295292;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
}

/* Módulos: Redes sociales */
header .banner .redes-sociales-top{
    display: none;
    float: right;
    margin-right: 215px;
    margin-top: 22px;
    z-index: 20;
    position: relative;
}
header .banner .redes-sociales-top img{
    position: relative;
}
.redes-sociales-bottom{
    display: none;
}

/* Módulos: Site Banner - Slider 1 */
.absolute-top{
    left: 0;
    right: 0;
}
.absolute-top .slider-1{
    padding-left: 15px;
}
.absolute-top .slider-1 .random-image{
    position: relative;
}
.absolute-top .slider-1 .random-image .bg-gray-50{
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.absolute-top .slider-1 .random-image h3,
.absolute-top .slider-1 .random-image p{
    display: none;
}

/* Módulos: Main Menú */
#menu-pp{
	background: #3D7EDB;
    text-align: center;
}
#menu-pp ul.nav.menu{
	margin: 0;
    padding: 0;
    list-style: none;
}
#menu-pp ul.nav.menu li{
	padding: 0;
    position: relative;
}
#menu-pp ul.nav.menu li,
#menu-pp ul.nav.menu li a,
#menu-pp ul.nav.menu li span.separator{
	color: #FFF;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}
#menu-pp ul.nav.menu li a,
#menu-pp ul.nav.menu li span.separator{
	padding: 6px 20px;
    position: relative;
    cursor: pointer;
}
#menu-pp ul.nav.menu li span.separator:hover{
    text-decoration: underline;
}
#menu-pp ul.nav.menu li a:after,
#menu-pp ul.nav.menu li span.separator:after{
    content: ' ';
    display: inline-block;
    border-right: 1px solid #FFF;
    height: 20px;
    right: 0;
    position: absolute;
}
#menu-pp ul.nav.menu li:last-of-type a:after,
#menu-pp ul.nav.menu li:last-of-type span.separator:after{
    display: none;
}
#menu-pp ul.nav.menu > li.parent > a{
    background: url(../images/icon-menu-down.png) no-repeat 94% center;
}
#menu-pp ul.nav.menu li a.destacado{
    background: #FCD900;
    color: #333;
}
#menu-pp ul.nav.menu li.active{
	background: #295292;
}
#menu-pp ul.nav.menu li.active a{
	border-left: none;
}
#menu-pp ul.nav.menu li.active + li a{
	border-left: none;
}
#menu-pp ul.nav.menu li ul{
    position: absolute;
    z-index: 9999;
    background: #E6E6E6;
    border: 1px solid #CCC;
    width: 100%;
    padding: 0;
    display: none;
}
#menu-pp ul.nav.menu li ul li{
    display: block;
    border-bottom: 1px solid #CCC;
}
#menu-pp ul.nav.menu li ul li:last-of-type{
    border-bottom: none;
}
#menu-pp ul.nav.menu li ul li a{
    color: #666;
    font-size: 11px;
    font-weight: normal;
    padding: 12px 4px;
    display: block;
}
#menu-pp ul.nav.menu li ul li a:after{
    display: none;
}
#menu-pp ul.nav.menu li ul li.active a,
#menu-pp ul.nav.menu li ul li a:hover{
    background: #B3B3B3;
    color: #FFF;
    text-decoration: none;
}

/* Módulos: Breadcrumbs */
ol.breadcrumb{
    padding: 0 30px;
    margin-top: 20px;
}
ol.breadcrumb li{
    
}
ol.breadcrumb li.home{
    display: none;    
}
ol.breadcrumb li span.divider img{
    margin-top: -2px;
}
ol.breadcrumb li:last-of-type span{
    font-weight: bold;
    max-width: 300px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -5px;
}

/* Módulos: Buscador */
.banner .search{
    right: 0;
}
.banner .search input.search-query{
    border-radius: 4px 0 0 4px !important;
    font-size: 11px;
}

/* Módulos: Footer */
.row.menu-uc-mobile{
    display: none;
}
footer p.optimizado{

}
footer p a{
    text-decoration: underline;
}
footer p a:hover{
    color: #E13000;
}

/* Módulos: Home Investigación */
.moduletable.home-investigacion{
    margin-top: 60px;
}
.moduletable.home-investigacion h3{
	text-align: center;
	margin-bottom: 30px;
}
.moduletable.home-investigacion .imagen{
	width: 100%;
	height: 170px;
	overflow: hidden;
	border-bottom: 4px solid #FCD900;
    margin-bottom: 10px;
}
.moduletable.home-investigacion .imagen img{
    min-width: 100%;
    width: auto;
    height: 100%;
}
.moduletable.home-investigacion h2{
    color: #3D7EDB;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}
.moduletable.home-investigacion p{
    color: #666;
    font-size: 12px;
}
.moduletable.home-investigacion p.readmore{
	text-align: right;
}
.moduletable.home-investigacion p.readmore a{
	background: url(../images/read-more-1.png) no-repeat center right;
	background-size: auto 20px;
    padding-right: 25px;
    line-height: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
}

/* Módulos: Conoce Más Home */
.moduletable.conoce-mas-home{
    background: #F8F8F8;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 50px;
}
.moduletable.conoce-mas-home h3{
    text-align: center;
    margin-bottom: 40px;
}
.moduletable.conoce-mas-home .row > div{
    padding-bottom: 40px;
}
.moduletable.conoce-mas-home .row h2{
    color: #3D7EDB;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.moduletable.conoce-mas-home .row h2:after{
    content: ' ';
    display: block;
    background: #FCD900;
    height: 3px;
    width: 60px;
    margin: 10px auto 20px;
}
.moduletable.conoce-mas-home .row p{
    font-size: 12px;
    color: #666;
}
.moduletable.conoce-mas-home .row a.btn.btn-blue{
    background: #3D7EDB;
    border-radius: 0;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60px;
}
.moduletable.conoce-mas-home .row a.btn.btn-blue:hover{
    background: #1b4b90;
}
.moduletable.conoce-mas-home .row a.btn.btn-amarillo{
    background: #FCD900;
    color: #666;
    text-transform: uppercase;
    font-size: 10px;
    padding: 15px 30px;
    margin-top: 40px;
}

/* Módulos: Links Bottom */
.moduletable.links-bottom{
	margin-bottom: -20px;
}
.moduletable.links-bottom h3{
	border-top: 4px solid #295292;
    padding: 4px 30px 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #3d7edb;
    font-weight: bold;
    text-align: right;
}
.moduletable.links-bottom h3:after{
	display: none;
}
.moduletable.links-bottom .row.links-hidden{
	padding: 20px 0;
	background: #f7f7f7;
}
.moduletable.links-bottom ul.nav.menu{
	margin-bottom: 0;
	padding: 0 20px;
	list-style: none;
}
.moduletable.links-bottom ul.nav.menu li{
	background: url(../images/links-bottom-arrow.png) no-repeat left 5px;
    padding: 2px 0 2px 10px;
}
.moduletable.links-bottom ul.nav.menu li a{
	color: #666;
	font-size: 12px;
}
.moduletable.links-bottom .row.links-hidden p{
    color: #666;
    font-size: 12px;
    padding: 0 0 0 30px;
}
.moduletable.links-bottom .row.links-hidden p.ver-mas{
    padding: 5px 0 0;
    text-align: center;
}

/* Módulos: Menú Right */
.moduletable.menu-right{
	margin-top: 40px;
	background: #F8F8F8;
	padding: 20px;
}
.moduletable.menu-right h3{
    margin: 0 0 20px;
    font-size: 18px;
}
.moduletable.menu-right ul.menu{
	list-style: none;
	padding: 0;
}
.moduletable.menu-right ul.menu li{
	margin-bottom: 10px;
}
.moduletable.menu-right ul.menu li.parent{
    background: url(../images/icon-link.png) no-repeat right top;
    padding-right: 20px;
}
.moduletable.menu-right ul.menu li.parent.subactive{
	background: url(../images/icon-link-down.png) no-repeat right 6px;
}
.moduletable.menu-right ul.menu li span.separator{
	text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    color: #555;
}
.moduletable.menu-right ul.menu li span.separator:hover{
	text-decoration: underline;
}
.moduletable.menu-right ul.menu li ul{
	list-style: none;
    padding: 0;
    display: none;
}
.moduletable.menu-right ul.menu li ul li{
	margin-top: 5px;
    margin-bottom: 5px;
}
.moduletable.menu-right ul.menu li ul li a{
}

/* Módulos: Contacto */
.rsform.contact-form{
    width: 100%;
    max-width: 690px;
    background: #f2f2f2;
    padding: 25px;
    border-radius: 4px;
}
.rsform.contact-form .componentheading{
    display: none;
}
.rsform.contact-form .formField{
    width: 50%;
    float: left;
    color: #5e5e5e;
    padding: 0 10px 20px 0;
    font-size: 14px;
}
.rsform.contact-form .formField.rsform-block-apellido,
.rsform.contact-form .formField.rsform-block-email{
    padding: 0 0 20px 10px;
}
.rsform.contact-form .formField br{
    display: none;
}
.rsform.contact-form .formField input,
.rsform.contact-form .formField textarea{
    border: 1px solid #EEE;
    padding: 6px 15px;
    width: 100%;
    margin: 5px 0 0;
    border-radius: 4px;
}
.rsform.contact-form .formField.rsform-block-mensaje,
.rsform.contact-form .formField.rsform-block-enviar{
    width: 100%;
    float: none;
    padding: 0 0 20px;
}
.rsform.contact-form .formField.rsform-block-enviar{
    text-align: right;
}
.rsform.contact-form .formField.rsform-block-enviar button[type="submit"]{
    background: #3D7EDB;
    border: none;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 50px;
    border-radius: 4px;
}

/* Módulos: Noticias Home */
.moduletable.noticias-home{
    padding-left: 30px;
}
.moduletable.noticias-home > h3{
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}
.moduletable.noticias-home > h3,
.moduletable.noticias-home > h3 > a{
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
.moduletable.noticias-home .nspArts{
    padding: 0;
}
.moduletable.noticias-home .nspArt{
    padding: 0 !important;
    display: table;
    width: 100%;
}
.moduletable.noticias-home .nspArt a.nspImageWrapper{
    margin: 0 !important;
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
    padding-right: 20px;
}
.moduletable.noticias-home .nspArt a.nspImageWrapper img{
    width: 100% !important;
    height: auto !important;
}
.moduletable.noticias-home .nspArt .noticia-info{
    display: table-cell;
    vertical-align: top;
}
.moduletable.noticias-home .nspArt .noticia-info h4.nspHeader{
    margin-bottom: 5px;
    padding: 0;
}
.moduletable.noticias-home .nspArt .noticia-info h4.nspHeader,
.moduletable.noticias-home .nspArt .noticia-info h4.nspHeader a{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.moduletable.noticias-home .nspArt .noticia-info p.nspInfo{
    color: #999;
    font-style: italic;
    margin-bottom: 5px;
}
.moduletable.noticias-home .nspArt .noticia-info p.nspText{
    color: #666;
    font-size: 12px;
}
.moduletable.noticias-home .nspArt .noticia-info a.readon{
    display: block;
    background: #295292;
    color: #FFF;
    padding: 6px 14px;
    font-weight: bold;
    font-size: 12px;  
}

/* Módulos: Eventos Home */
.moduletable.eventos-home{
    margin-bottom: 0;
    padding-right: 30px;
}
.moduletable.eventos-home > h3{
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}
.moduletable.eventos-home > h3,
.moduletable.eventos-home > h3 > a{
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
.moduletable.eventos-home .rsepro_events_module{
    background: #F9F9F9;
    padding-bottom: 50px !important;
    position: relative;
}
.moduletable.eventos-home .rsepro_events_module li{
    padding: 0;
}
.moduletable.eventos-home .rsepro_events_module .day{
    background: #FCD900;
    color: #333;
    text-align: center;
    width: 50px;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
    position: relative;
    float: left;
}
.moduletable.eventos-home .rsepro_events_module .day:after{
    content: ' ';
    width: 0; 
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #FCD900;
    position: absolute;
    top: 100%;
    left: 0;
}
.moduletable.eventos-home .rsepro_events_module .info{
    padding-left: 70px;
    padding-right: 15px;
}
.moduletable.eventos-home .rsepro_events_module .month{
    font-weight: bold;
    padding: 10px 0 5px;
    font-size: 16px;
}
.moduletable.eventos-home .rsepro_events_module .info .col-sm-6{
    margin-bottom: 0;
}
.moduletable.eventos-home .rsepro_events_module .info p.hora,
.moduletable.eventos-home .rsepro_events_module .info p.lugar{
    color: #666;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
}
.moduletable.eventos-home .rsepro_events_module .info p.hora{
    background: url(../images/ico-evento-home-hora.png) no-repeat left -1px;
    background-size: auto 18px;
        padding-left: 25px;
}
.moduletable.eventos-home .rsepro_events_module .info p.lugar{
    background: url(../images/ico-evento-home-lugar.png) no-repeat left 2px;
    background-size: auto 16px;
        padding-left: 15px;
}
.moduletable.eventos-home .rsepro_events_module .info h3.title{
    margin: 5px 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.moduletable.eventos-home .rsepro_events_module .info .description{
    display: none;
}
.moduletable.eventos-home .rsepro_events_module .info .description p{
    color: #999;
    font-size: 12px;
}
.moduletable.eventos-home .rsepro_events_module .info .description p img{
    display: none;
}
.moduletable.eventos-home .rsepro_events_module .info p.readmore{
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
}
.moduletable.eventos-home .rsepro_events_module .info p.readmore a{
    display: block;
    background: #295292;
    color: #FFF;
    padding: 6px 14px;
    font-weight: bold;
    font-size: 12px;
}

/* Módulos: Menú Auxiliar Home */
.moduletable.menu-home{
    float: right;
    line-height: 28px;
}
.moduletable.menu-home ul{
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
.moduletable.menu-home ul li,
.moduletable.menu-home ul li a{
    font-size: 12px;
    font-weight: normal;
}

/* Módulos: Eventos Right */
.moduletable.eventos-right{
    margin-top: 40px;
    background: #F8F8F8;
    padding: 20px;
}
.moduletable.eventos-right > h3{
    margin-top: 0;
    font-size: 18px;
}
.moduletable.eventos-right ul li{
    padding: 0;
}
.moduletable.eventos-right ul li h3{
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 18px;
}
.moduletable.eventos-right ul li p{
    color: #666;
    font-weight: bold;
    font-size: 12px;
    padding-left: 30px;
    line-height: 18px;
}
.moduletable.eventos-right ul li p.fecha{
    background: url(../images/icon-duracion.png) no-repeat 1px center;
    background-size: auto 100%;
}
.moduletable.eventos-right ul li p.hora{
    background: url(../images/contacto-horario.png) no-repeat 0px center;
    background-size: auto 100%;
}
.moduletable.eventos-right ul li p.lugar{
    background: url(../images/links-bottom-lugar.png) no-repeat 3px center;
    background-size: auto 100%;
}

/* Módulos: Noticias Right */
.moduletable.noticias-right{
    background: #F8F8F8;
    padding: 20px;
    margin-top: 40px;
}
.moduletable.noticias-right > h3{
    margin-top: 0;
    font-size: 18px;
}
.moduletable.noticias-right .nspArt{
    padding: 0 0 20px !important;
}
.moduletable.noticias-right .nspArt h4.nspHeader{
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 5px;
}
.moduletable.noticias-right .nspArt p.nspInfo{
    color: #999;
    font-style: italic;
    margin-bottom: 0;
}

/* Plugins: Sliders */
.rl_sliders{
    margin-top: 20px;
}
.rl_sliders.accordion>.accordion-group{
    border: none;
}
.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle,
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover,
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle{
    background: #295292;
    color: #FFF;
    border-radius: 6px;
    margin-bottom: 0;
    font-weight: bold;
}
.rl_sliders.has_effects .collapse{
    margin-bottom: 0;
}
.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner{
    border-top: none;
    padding-left: 40px;
}
.item-page .rl_sliders.accordion>.accordion-group .panel-heading span.rl_sliders-toggle-inner{
    /*text-transform: uppercase;*/
    display: block;
    background: url(../images/icon-slide-down.png) no-repeat right center;
}
.item-page .rl_sliders.accordion>.accordion-group.active .panel-heading span.rl_sliders-toggle-inner{
    background: url(../images/icon-slide-up.png) no-repeat right center;
}
.item-page .rl_sliders.accordion>.accordion-group .panel-heading span.rl_sliders-toggle-inner:before{
    content: ' ';
    background: url(../images/icon-slide.png) no-repeat left center;
    width: 10px;
    height: 20px;
    display: inline-block;
    margin: 0 0 -5px 0;
}

/* Artículos */
.content > div{
	border: none;
}
.content h1{
    color: #3D7EDB;
    font-weight: bold;
    font-size: 24px;
}
.page-header{
    border-bottom: none;
}
.article-aside{
    display: none;
}
.item-page .pull-left.item-image{
	float: none !important;
	margin-bottom: 20px;
}
.item-page h2{
    border-left: 6px solid #FCD900;
    padding: 4px 0 4px 10px;
    color: #295292;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.item-page h3{
    color: #3d7edb;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}
.item-page p{
	color: #666;
}
.item-page img{
    margin-bottom: 20px;
}
.item-page img[style*="float: left"]{
    margin-right: 20px;
}
.item-page img[style*="float: right"]{
    margin-left: 20px;
}
.item-page ul,
.blog ul{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.item-page ul li,
.item-page ol li,
.blog ul li{
    color: #666;
    margin-bottom: 6px;
}
.item-page ul li:before,
.blog ul li:before{
    content: ' ';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #295292;
    margin: 0px 15px 1px 0;
}
p#subir{
    text-align: right;;
    margin-top: 20px;
    clear: both;
}
p#subir a{
    background: url(../images/icono-subir.png) no-repeat left center;
    background-size: auto 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 35px;
    font-weight: bold;
    font-size: 16px;
}

/* Artículos: Nosotros */
.item-page.nosotros .pagination{
	display: none;
}
.contact-category > h2{
	display: none;
}
.contact-category ul.category{
	border-top: none;
}
.contact-category ul.category li{
    float: left;
    width: 25%;
    background: none;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    height: 280px;
}
.contact-category ul.category li:before{
    display: none;
}
.contact-category ul.category li .list-image{
    max-width: 180px;
    margin: 0 auto;
}
.contact-category ul.category li .list-image a{
    cursor: default;
}
.contact-category ul.category li .list-image img{
	border: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
	max-width: 180px;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 4px solid #FCD900;
}
.contact-category ul.category li .list-title h2{
    padding: 0;
    border-left: none;
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.contact-category ul.category li .list-title h2 a{
	color: #666;
    cursor: default;
    text-decoration: none;
}
.contact-category ul.category li .list-title p{
	text-align: center;
    margin: 0;
    font-size: 10px;
}
.contact-category ul.category li .list-title p.cargo{
    color: #295292;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
}
.contact-category ul.category li .list-title p.fono{
	display: none;
}

/* Artículos: Contacto */
table.contacto{
    width: 100%;
}
table.contacto tr td{
    border: none;
}
table.contacto tr td.formulario{
    width: 70%;
    padding-right: 30px;
}
table.contacto tr td.info h3{
    color: #3D7EDB;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 40px;
    margin-top: 0;
}
table.contacto tr td.info p + h3{
    margin-top: 30px;
}
table.contacto tr td.info h3.telefono{
    background: url(../images/contacto-telefono.png) no-repeat left center;
    background-size: 24px;
}
table.contacto tr td.info h3.correo{
    background: url(../images/contacto-email.png) no-repeat left center;
    background-size: 24px;
}
table.contacto tr td.info h3.direccion{
    background: url(../images/contacto-lugar.png) no-repeat 4px center;
    background-size: 18px;
}
table.contacto tr td.info h3.horario{
    background: url(../images/contacto-horario.png) no-repeat 3px center;
    background-size: 22px;
}
table.contacto tr td.info p{
    color: #666;
    font-size: 14px;
    margin: -10px 0 0 40px;
}
table.contacto tr td.info p + p{
    margin: 0 0 0 40px;
}

/* Artículos: Proyectos - Presentación */
.categories-list.proyectos .cat-description{
    margin-bottom: 30px;
}
.categories-list.proyectos .cat-description p{
    color: #666;
}
.categories-list.proyectos .imagen{
    height: 180px;
    overflow: hidden;
}
.categories-list.proyectos .imagen img{
    width: 100%;
    height: auto;
}
.categories-list.proyectos .page-header.item-title{
    margin-top: 0px;
    border-bottom: none;
}
.categories-list.proyectos .page-header.item-title:before{
    content: ' ';
    display: block;
    float: left;
    height: 55px;
    width: 60px;
    background: #fcd900;
}
.categories-list.proyectos .page-header.item-title.fundamentales:before{
    background: #fcd900 url(../images/proyectos-fundamentales.png) no-repeat center;
}
.categories-list.proyectos .page-header.item-title.i-d-aplicadas:before{
    background: #fcd900 url(../images/proyectos-i-d-aplicadas.png) no-repeat center;
}
.categories-list.proyectos .page-header.item-title.redes-y-movilidad:before{
    background: #fcd900 url(../images/proyectos-redes-movilidad.png) no-repeat center;
}
.categories-list.proyectos .page-header.item-title.internacionales:before{
    background: #fcd900 url(../images/proyectos-internacionales.png) no-repeat center;
}
.categories-list.proyectos .page-header.item-title a{
    display: block;
    background: #3D7EDB;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    padding: 18px 15px 18px 70px;
}
.categories-list.proyectos .page-header.item-title a:after{
    content: '+';
    float: right;
    font-weight: bold;
    font-size: 24px;
    margin-top: -4px;
}

/* Artículos: Proyectos */
.blog.proyectos{
    padding-bottom: 20px;
}
.blog.proyectos .page-header{
    border-bottom: none;
    margin-top: 0;
}
.blog.proyectos > h1{
    background: #3D7EDB;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    padding: 18px 15px 18px 70px;
    position: relative;
}
.blog.proyectos > h1:before{
    content: ' ';
    display: block;
    height: 55px;
    width: 60px;
    background: #fcd900;
    position: absolute;
    top: 0;
    left: 0;
}
.blog.proyectos > h1.fundamentales:before{
    background: #fcd900 url(../images/proyectos-fundamentales.png) no-repeat center;
}
.blog.proyectos > h1.i-d-aplicadas:before{
    background: #fcd900 url(../images/proyectos-i-d-aplicadas.png) no-repeat center;
}
.blog.proyectos > h1.redes-y-movilidad:before{
    background: #fcd900 url(../images/proyectos-redes-movilidad.png) no-repeat center;
}
.blog.proyectos > h1.internacionales:before{
    background: #fcd900 url(../images/proyectos-internacionales.png) no-repeat center;
}
.blog.proyectos p{
    color: #666;
    display: none;
}
.blog.proyectos .category-desc p{
    display: block;
}
.blog.proyectos p a.btn.btn-blue{
    background: #3D7EDB;
    color: #FFF;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px 40px;
}
.blog.proyectos p a.btn.btn-blue:hover{
    background: #295292;
}
.blog.proyectos article.items-row,
.blog.proyectos article.items-leading{
    display: none;
}

/* Artículos: Grupos de Investigación */
.blog.grupos-investigacion .item .item-image{
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.blog.grupos-investigacion .item .item-image img{
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}
.blog.grupos-investigacion .item .item-image h2{
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}
.blog.grupos-investigacion .item .item-image h2 a{
    display: block;
    color: #FFF;
}
.blog.grupos-investigacion .item .item-image h2 a:after {
    content: '+';
    font-size: 30px;
    margin: -8px 0 0px;
    float: right;
}
.blog.grupos-investigacion .item .item-image .bg{
    background: rgba(60,118,60,.5);
    z-index: 5;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.blog.grupos-investigacion .item p{
    color: #666;
    margin-bottom: 0;
}

/* Artículos: Grupo de Investigación */
.item-page.grupos-investigacion > .page-header{
    display: none;
}
.item-page.grupos-investigacion .introtext{
    display: none;
}
.item-page.grupos-investigacion p.conoce-mas{
    clear: both;
    text-align: right;
    background: #F1F1F1;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #CCC;
}

/* Artículos: Áreas Priotitarias */
.item-page.prioritarias .row > div{
    margin-bottom: 40px;
}
.item-page.prioritarias p a.readmore{
    float: right;
    display: inline-block;
    margin-top: 10px;
}
.item-page.prioritarias p a.readmore:after{
    content: '>';
    margin-left: 10px;
    font-size: 16px;
    margin-top: -2px;
    float: right;
}

/* Artículos: Lista de Noticias */
.blog.noticias{

}
.blog.noticias .page-header{
    margin: 0;
    border-bottom: none;
}
.blog.noticias .page-header h1{
    font-weight: bold;
    color: #3D7EDB;
}
.blog.noticias .item{
    margin-left: -15px;
    margin-right: -15px;
}
.blog.noticias .item .item-image{
    width: 33.3%;
    padding: 0 20px 20px 0;
    max-height: 180px;
    overflow: hidden;
}
.blog.noticias .item .item-image img{
    width: 100%;
    height: auto;
}
.blog.noticias .item h2{
    margin: 0 0 10px;
}
.blog.noticias .item h2,
.blog.noticias .item h2 a{
    color: #3D7EDB;
    font-weight: bold;
}
.blog.noticias .item .article-aside{
    margin: 0 0 5px;
    font-size: 12px;
}
.blog.noticias .item .article-aside:after{
    clear: none;
}
.blog.noticias .item p{
    color: #666;
}
.blog.noticias .item p.readmore{
    text-align: right;
}
.blog.noticias .item p.readmore a.btn{
    background: url(../images/read-more-1.png) no-repeat right center;
    background-size: auto 100%;
    border: none;
    padding: 2px 25px 2px 0;
    font-size: 10px;
    font-weight: bold;
    box-shadow: none;
}
.blog.noticias .item p.readmore a.btn:hover{
    text-decoration: underline;
}

/* Artículos: Noticia */
.item-page.noticias .page-header{
    display: none;
}
.item-page.noticias .article-aside dl,
.item-page.noticias .article-aside dd{
    padding-left: 0;
    color: #999;
    font-size: 12px;
}
.item-page.noticias .item-image{
    margin: 20px 0;
}
.item-page.noticias .item-image img{
    display: inline-block;
}
.item-page.noticias h2{
    color: #295292;
    font-weight: bold;
}

/* Artículos: Lista de Eventos */
.blog.agenda h1{
    font-weight: bold;
    color: #3D7EDB;
}
.blog.agenda ul.rs_events_container{
    width: 100%;
}
.blog.agenda ul.rs_events_container li{
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none;
    background: none !important;
    display: table;
    width: 100%;
    border-bottom: 1px solid #999;
    margin-top: 20px !important;
}
.blog.agenda ul.rs_events_container li:last-of-type{
    border-bottom: none;
}
.blog.agenda ul.rs_events_container li:before{
    display: none;
}
.blog.agenda ul.rs_events_container li .rs_event_image{
    float: none;
    display: table-cell;
    width: 33.3%;
    padding: 0 20px 20px 0;
    vertical-align: top;
}
.blog.agenda ul.rs_events_container li .rs_event_image a{
    max-height: 160px;
    overflow: hidden;
    display: block;
}
.blog.agenda ul.rs_events_container li .rs_event_image img{
    border-radius: 0;
    width: 100%;
    height: auto;
}
.blog.agenda ul.rs_events_container li .rs_event_details{
    display: table-cell;
    vertical-align: top;
}
.blog.agenda ul.rs_events_container li .rs_event_details .title{
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.blog.agenda ul.rs_events_container li .rs_event_details .event_info p{
    margin: 0 0 5px;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    padding-left: 45px;
}
.blog.agenda ul.rs_events_container li .rs_event_details .event_info p.fecha{
    background: url(../images/icon-duracion.png) no-repeat 15px center;
}
.blog.agenda ul.rs_events_container li .rs_event_details .event_info .hora-lugar{
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.blog.agenda ul.rs_events_container li .rs_event_details .event_info p.hora{
    display: table-cell;
    vertical-align: top;
    width: 105px;
    background: url(../images/icono-inicio-clases-02.png) no-repeat -1px -1px;
    padding-left: 30px;
}
.blog.agenda ul.rs_events_container li .rs_event_details .event_info p.hora:after{
    content: ' ';
    border-right: 1px solid #CCC;
    display: inline-block;
    height: 14px;
    margin: 0px 0px -2px 15px;
}
.blog.agenda ul.rs_events_container li .rs_event_details .event_info p.lugar{
    display: table-cell;
    vertical-align: top;
    background: url(../images/links-bottom-lugar.png) no-repeat 15px 2px;
    padding-left: 30px;
}
.blog.agenda ul.rs_events_container li .rs_event_details p.readmore{
    text-align: right;
    margin: 10px 0 0;
}
.blog.agenda ul.rs_events_container li .rs_event_details p.readmore,
.blog.agenda ul.rs_events_container li .rs_event_details p.readmore a{
    font-weight: bold;
    font-size: 10px;
}

/* Artículos: Evento */
#rs_event_show{
    margin: 0;
}
#rs_event_show > .row{
    padding-bottom: 20px;
}
#rs_event_show h1{
    font-weight: bold;
    color: #3D7EDB;
}
#rs_event_show .rs_image{
    padding: 0;
    float: left;
}
#rs_event_show .event_info p{
    color: #666;
    font-weight: bold;
    font-size: 12px;
    padding-left: 30px;
    line-height: 18px;
}
#rs_event_show .event_info p.fecha{
    background: url(../images/icon-duracion.png) no-repeat 1px center;
    background-size: auto 100%;
}
#rs_event_show .event_info p.hora{
    background: url(../images/contacto-horario.png) no-repeat 0px center;
    background-size: auto 100%;
}
#rs_event_show .event_info p.lugar{
    background: url(../images/links-bottom-lugar.png) no-repeat 3px center;
    background-size: auto 100%;
}
#rs_event_show .description p{
    color: #666;
}

/* Artículos: Buscador de Proyectos y Publicaciones */
.search.publicaciones h1{
    display: none;
}
.search.buscador-proyectos fieldset,
.search.publicaciones fieldset{
    padding: 40px;
    background: #F2F2F2;
    border: 1px solid #CCC;
    border-radius: 6px;
}
.search.buscador-proyectos fieldset .row-fluid{
    width: 33.3%;
    padding: 0 20px 0 0;
    float: left;
}
.search.buscador-proyectos fieldset .row-fluid:nth-of-type(2){
    float: none;
    margin-bottom: 20px;
    width: 40%;
}
.search.buscador-proyectos fieldset .row-fluid:nth-of-type(5){
    padding-right: 0;
}
.search.publicaciones fieldset .row-fluid{
    width: 28%;
    padding: 0 20px 0 0;
    float: left;
}
.search.buscador-proyectos fieldset .row-fluid label,
.search.publicaciones fieldset .row-fluid label{
    display: block;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}
.search.buscador-proyectos fieldset .row-fluid label{
    display: block;
}
.search.buscador-proyectos fieldset .row-fluid:nth-of-type(2) label{
    float: left;
    width: 40%;
    line-height: 32px;
    font-size: 0px;
}
.search.buscador-proyectos fieldset .row-fluid:nth-of-type(2) label:after{
    content: 'Palabras claves';
    font-size: 11px;
}
.search.publicaciones fieldset .row-fluid label[for="searchword"]{
}
.search.buscador-proyectos fieldset .row-fluid input[type="text"],
.search.publicaciones fieldset .row-fluid input[type="text"]{
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 6px 6px;
    width: 100% !important;
}
.search.buscador-proyectos fieldset .row-fluid:nth-of-type(2) input{
    float: left;
    width: 60% !important;
}
.search.buscador-proyectos fieldset .row-fluid .chzn-container,
.search.publicaciones fieldset .row-fluid .chzn-container{
    width: 100% !important;
}
.search.buscador-proyectos fieldset .row-fluid:nth-of-type(2) .chzn-container{
    width: 60% !important;
}
.search.buscador-proyectos fieldset .btn-group,
.search.publicaciones fieldset .btn-group{
    width: 16%;
}
.search.buscador-proyectos fieldset .btn-group button[name="Search"],
.search.publicaciones fieldset .btn-group button[name="Search"]{
    background: #295292;
    color: #FFF;
    font-weight: bold;
    padding: 6px;
    width: 100%;
    margin-top: 20px;
}
.search.buscador-proyectos fieldset .btn-group.btn-responsive{
    display: none;
}
.search.buscador-proyectos fieldset .btn-group button[name="Search"]{
    margin-top: 10px;
    margin-bottom: -35px;
}
.search.buscador-proyectos h4,
.search.publicaciones h4{
    color: #3D7EDB;
    font-weight: bold;
    margin-top: 40px;
}
.search.publicaciones table.publicaciones{

}
.search.buscador-proyectos table.proyectos tr th,
.search.publicaciones table.publicaciones tr th{
    text-transform: uppercase;
    color: #333;
    border-bottom: none;
    text-align: center;
    padding: 10px 8px;
}
.search.buscador-proyectos table.proyectos tr th:first-of-type,
.search.buscador-proyectos table.proyectos tr th:last-of-type,
.search.publicaciones table.publicaciones tr th:first-of-type,
.search.publicaciones table.publicaciones tr th:last-of-type{
    text-align: left;

}
.search.buscador-proyectos table.proyectos tr td,
.search.publicaciones table.publicaciones tr td{
    border-top: none;
    min-width: 100px;
    padding: 15px 8px;
    color: #666;
}
.search.buscador-proyectos table.proyectos tr td.autor{
    white-space: nowrap;
}
.search.buscador-proyectos table.proyectos tr:nth-of-type(2n+1) td,
.search.publicaciones table.publicaciones tr:nth-of-type(2n+1) td{
    background: #C6E5FC;
}

/* Artículos: Proyecto */
.item-page.proyectos .page-header{
    display: none;
}
.item-page.proyectos .proyecto-info{
    padding: 20px 20px 5px;
    background: #F1F1F1;
    margin-bottom: 20px;
}
.item-page.proyectos .proyecto-info > div{
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.item-page.proyectos .proyecto-info > div span.title{
    display: table-cell;
    width: 35%;
    vertical-align: top;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}
.item-page.proyectos .proyecto-info > div span.title:after{
    content: ':';
}
.item-page.proyectos .proyecto-info > div span.value{
    display: table-cell;
    width: 65%;
    vertical-align: top;
    text-transform: uppercase;
}
.item-page.proyectos h4{
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    font-size: 12px;
}
.item-page.proyectos #cel_6{
    display: none;
}

/* Paginación */
div.pagination{

}
div.pagination ul.pagination{
    list-style: none;
    padding: 0;
}
div.pagination ul.pagination li{
    display: inline-block;
    margin: 0 2px;
}
div.pagination ul.pagination li a{
    padding: 6px 12px;
    border: 1px solid #CCC;
    border-radius: 4px;
}
div.pagination ul.pagination li.disabled a{
    color: #CCC;
    text-decoration: none;
}
div.pagination ul.pagination li.active a{
    color: #FFF;
}

@media (max-width: 1200px) {

    /* Módulos: Header */
    header.header-home .banner.site-name h3{
        padding-left: 20%;
    }
    header.header-home .banner.site-name p{
        padding-left: 20%;
    }
    header.header-home .banner{
        height: 407px;
    }
    .absolute-top:not(.home) .slider-1 .moduletable{
        height: 159px;
        overflow: hidden;
    }
    .absolute-top:not(.home) .slider-1 img{
        height: 100%;
        width: auto;
    }

    /* Artículos: Proyectos - Presentación */
    .categories-list.proyectos .imagen{
        height: 145px;
    }

}

@media (min-width: 991px) {

    /* Módulos: Main Menú */
    #menu-pp{
        display: block !important;
    }

}

@media (max-width: 991px) {

    /* General */
    .row.row-table{
        display: block;
        width: auto;
    }
    .col-cell{
        display: block;
        float: left;
    }
    .absolute-top{
        margin-right: -15px;
        top: -2px;
    }
    .absolute-top .slider-1{
        padding-left: 0;
        padding-right: 0;
    }
    .absolute-top .slider-1 .random-image img{
        position: absolute;
        z-index: 1;
    }
    .absolute-top .slider-1 .random-image .bg-gray-50{
        z-index: 2;
    }
    .absolute-top .slider-1 .random-image h3,
    .absolute-top .slider-1 .random-image p{
        position: relative;
        display: block;
        text-align: center;
        z-index: 3;
        color: #FFF;
        padding-left: 30px;
        padding-right: 30px;
    }
    .absolute-top .slider-1 .random-image h3{
        margin: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .absolute-top .slider-1 .random-image a.btn{
        background: #295292;
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
        margin-top: 30px;
    }
    .absolute-top:not(.home) .slider-1{
        display: none;
    }

    /* Módulos: Header */
    header.row-fluid.home .banner ul.nav.menu{
        display: none;
    }
    #mobile-nav{
        display: none !important;
    }
    header .banner.site-name{
        background: #005295;
        height: auto;
    }
    header .banner.site-name h1,
    header .banner.site-name h2{
        padding-left: 0;
        color: #FFF;
    }
    header.header-home .banner.site-name h3{
        display: none;
    }
    header.header-home .banner.site-name p{
        display: none;
    }

    /* Módulos: Redes sociales top */
    header .banner .redes-sociales-top{
        display: none;
    }

    /* Main Menú */
    #menu-mobile{
        display: block;
        float: right;
        width: 50px;
        height: 40px;
        cursor: pointer;
        background: url(../images/icono-menu.png) no-repeat center;
        margin: 0;
    }
    .row.main-menu{
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.main-menu.responsive{
        display: block;
        margin: -1px -15px 5px;
    }
    #menu-pp{
        padding: 0;
        display: none;
    }
    #menu-pp ul.nav.menu{
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 1px;
    }
    #menu-pp ul.nav.menu li{
        display: block;
        width: 100%;
        background: #3D7EDB;
    }
    #menu-pp ul.nav.menu li a,
    #menu-pp ul.nav.menu li a.destacado{
        border-bottom: none;
        padding: 10px 20px;
        text-align: left;
        display: block;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
    }
    #menu-pp ul.nav.menu li a.destacado{
        color: #666;
    }
    #menu-pp ul.nav.menu li a:after{
        content: none;
    }
    #menu-pp ul.nav.menu > li.active > a,
    #menu-pp ul.nav.menu > li > a:hover{
        background: #005295;
        border-bottom: none;
        color: #FFF;
    }
    #menu-pp ul.nav.menu > li.parent > a{
        background: url(../images/icon-slide.png) no-repeat 98% center;
    }
    #menu-pp ul.nav.menu > li.parent > a:hover{
        background: #005295 url(../images/icon-slide.png) no-repeat 98% center;
    }
    #menu-pp ul.nav.menu > li.parent > a.selected{
        background: url(../images/icon-slide-down.png) no-repeat 98% center;
    }
    #menu-pp ul.nav.menu > li.parent > a.selected:hover{
        background: #005295 url(../images/icon-slide-down.png) no-repeat 98% center;
    }
    #menu-pp ul.nav.menu li ul{
        position: relative;
        border: none;
    }
    #menu-pp ul.nav.menu > li.parent.active > ul{
        display: block;
    }
    #menu-pp ul.nav.menu li ul li{
        background: #2E8AE5;
        border-bottom: none;
    }
    #menu-pp ul.nav.menu li ul li a{
        color: #FFF;
        font-weight: bold;
        font-size: 13px;
        padding-left: 40px;
    }
    #menu-pp ul.nav.menu li ul > li.active > a,
    #menu-pp ul.nav.menu li ul > li > a:hover{
        background: #005295;
    }

    /* Módulos: Home Investigación */
    .moduletable.home-investigacion .imagen{
        height: 130px;
    }

    /* Módulos: Conoce Más Home; */
    .moduletable.conoce-mas-home{
        padding-bottom: 0;
    }
    .moduletable.conoce-mas-home .row > div{
        margin-bottom: 30px;
        height: 290px;
    }
    .moduletable.conoce-mas-home .row > div img{
        width: auto;
    }
    .moduletable.conoce-mas-home .row a.btn{
        display: block;
        width: 240px;
        margin: 0 auto;
    }

    /* Módulos: Noticias Home */
    .moduletable.noticias-home{
        padding-left: 0;
    }

    /* Módulos: Agenda Home */
    .moduletable.eventos-home{
        padding-right: 0;
    }

    /* Módulos: Links Bottom */
    .bottom-11{
        margin-top: 20px;
    }
    .moduletable.links-bottom .row.links-hidden{
        background: #3d7edb;
    }
    .moduletable.links-bottom h3{
        color: #FCD900;
        text-align: left;
        padding-left: 30px;
        border-top: none;
    }
    .moduletable.links-bottom ul.nav.menu{
        padding: 0 30px;
    }
    .moduletable.links-bottom ul.nav.menu li{
        border-bottom: 1px solid #FFF;
        padding: 4px 0;
    }
    .moduletable.links-bottom ul.nav.menu li a{
        color: #FFF;
    }

    /* Módulos: Menú UC */
    footer{
        margin-top: 20px;
    }
    .row.menu-uc-mobile{
        display: block;
    }
    .row.menu-uc-mobile{
        margin-bottom: 20px;
        border-bottom: 1px solid #FFF;
    }
    .row.menu-uc-mobile img{
        width: 100%;
        max-width: 220px;
    }
    #menu-uc-mobile ul.sf-menu{
        display: block;
        width: 100%;
        float: none;
        background: none; 
    }
    #menu-uc-mobile ul.sf-menu li{
        float: none;
        background: none;
    }
    #menu-uc-mobile ul.sf-menu li a{
        text-align: left;
        color: #FFF;
        border: none !important;
        background: none;
        padding: 8px 20px;
        font-size: 13px;
    }
    #menu-uc-mobile ul.sf-menu li a:after{
        content: none !important;
    }
    #menu-uc-mobile ul.sf-menu li ul{
        display: none !important;
    }

    /* Módulos: Menú Right */
    .moduletable.menu-right{
        display: none;
    }

    /* Artículos */
    .item-page{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Artículos: Buscador de proyectos */
    .search.buscador-proyectos{
        padding-top: 20px;
    }
    .search.buscador-proyectos fieldset .row-fluid:nth-of-type(2){
        width: 75%;
    }

    /* Artículos: Proyectos */
    .categories-list.proyectos{
        padding-top: 20px;
    }
    .categories-list.proyectos .imagen{
        height: 120px;
    }

    /* Artículos: Proyectos: Interior */
    .blog.proyectos .page-header{
        padding-top: 20px;
    }

    /* Artículos: Publicaciones */
    .search.publicaciones{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Artículos: Grupos de Investigación */
    .blog.grupos-investigacion article,
    .blog.grupos-investigacion article:before,
    .blog.grupos-investigacion article:after{
        clear: none;
    }
    .blog.grupos-investigacion article > .col-md-4{
        width: 50%;
        float: left;
        height: 280px;
    }

    /* Artículos: Lista de Noticias */
    .blog.noticias{
        padding-top: 20px;
    }

    /* Artículos: Lista de Eventos */
    .blog.agenda{
        padding-top: 20px;
    }

    /* Artículos: Evento */
    #rs_event_show{
        padding-top: 20px;
    }

}

@media (max-width: 768px) {

    /* Módulos: Header */
    .banner.site-name h1{
        font-size: 24px;
    }

    /* Módulos: Slide Home; */
    .absolute-top .slider-1 .random-image h3{
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .absolute-top .slider-1 .random-image a.btn{
        font-size: 14px;
        margin-top: 20px;
    }

    /* Módulos: Home Investigación */
    .moduletable.home-investigacion{
        max-width: 420px;
        margin: 0 auto;
    }
    .moduletable.home-investigacion h2{
        text-align: center;
        margin-top: 40px;
    }
    .moduletable.home-investigacion .imagen{
        height: auto;
        max-height: 240px;
    }
    .moduletable.home-investigacion .imagen img{
        width: 100%;
        height: auto;
    }

    /* Módulos: Conoce más Home */
    .moduletable.conoce-mas-home .row > div{
        height: auto;
    }

    /* Módulos: Noticias Home */
    div.user-2{
        width: 33.33333333%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
    .moduletable.menu-home{
        display: none;
    }
    .moduletable.noticias-home{
        margin-bottom: 0;
        border-right: 1px solid #666;
        padding-left: 10px;
        padding-right: 10px;
    }
    .moduletable.noticias-home > h3{
        margin: 0;
        font-size: 20px;
        text-align: center;
        border-bottom: none;
    }
    .moduletable.noticias-home > h3,
    .moduletable.noticias-home > h3 > a{
        font-weight: bold;
        color: #3D7EDB;
    }
    .moduletable.noticias-home .nspMain.noticias-home{
        display: none;
    }

    /* Módulos: Eventos Home */
    div.user-3{
        width: 66.66666666%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
    .moduletable.eventos-home{
        float: left;
        width: 50%;
        margin-bottom: 0;
        border-right: 1px solid #666;
        padding-left: 10px;
        padding-right: 10px;
    }
    .moduletable.eventos-home > h3{
        margin: 0;
        font-size: 20px;
        text-align: center;
        border-bottom: none;
    }
    .moduletable.eventos-home > h3,
    .moduletable.eventos-home > h3 > a{
        font-weight: bold;
        color: #3D7EDB;
    }
    .moduletable.eventos-home .rsepro_events_module.eventos-home{
        display: none;
    }

    /* Módulos: Redes sociales bottom */
    .redes-sociales-bottom{
        display: block;
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .redes-sociales-bottom a{
        display: block;
        width: 25%;
        float: left;
    }
    .redes-sociales-bottom img{
        display: block;
        width: 100%;
        max-width: 36px;
        float: left;
    }

    /* Artículos: Nosotros */
    .contact-category ul.category{
        max-width: 400px;
        margin: 0 auto;
    }
    .contact-category ul.category li{
        width: 50%;
        height: 250px;
    }

    /* Artículos: Proyectos */
    .categories-list.proyectos .col-xs-12{
        max-width: 420px;
        margin: 0 auto;
        float: none;
    }
    .categories-list.proyectos .imagen{
        height: auto;
    }

    /* Artículos: Áreas prioritarias */
    .item-page.prioritarias div[itemprop="articleBody"]{
        max-width: 420px;
        margin: 0 auto;
    }

    /* Artículos: Grupos de investigación */
    .blog.grupos-investigacion article{
        max-width: 420px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .blog.grupos-investigacion article > .col-md-4{
        width: 100%;
        float: none;
        height: auto;
    }

    /* Artículos: Contacto */
    table.contacto tr td{
        display: block;
        width: 100% !important;
        padding: 0 0 20px !important;
    }

    /* Artículos: Evento */
    #rs_event_show .rs_image{
        float: none;
        padding-bottom: 20px;
    }

}

@media (max-width: 700px) {

    /* Artículos */
    .content h1{
        font-size: 20px;
    }

    /* Artículos: Buscador de Proyectos */
    .search.buscador-proyectos fieldset .btn-group:first-of-type{
        display: none;
    }
    .search.buscador-proyectos fieldset .row-fluid{
        width: 100% !important;
        float: none;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .search.buscador-proyectos fieldset .row-fluid label{
        width: 100% !important;
        float: none !important;
        line-height: 120% !important;
    }
    .search.buscador-proyectos fieldset .row-fluid:nth-of-type(2) input,
    .search.buscador-proyectos fieldset .row-fluid input{
        width: 100% !important;
        float: none !important;
    }
    .search.buscador-proyectos fieldset .btn-group.btn-responsive{
        display: block;
        width: 100%;
        text-align: center;
    }
    .search.buscador-proyectos fieldset .btn-group.btn-responsive button[name="Search"]{
        display: inline-block;
        width: auto;
        padding: 6px 20px;
    }
    .search.buscador-proyectos table.proyectos tr th,
    .search.publicaciones table.publicaciones tr th{
        font-size: 12px;
    }
    .search.buscador-proyectos table.proyectos tr td,
    .search.publicaciones table.publicaciones tr td{
        font-size: 11px;
        padding: 10px 6px;
    }
    .search.buscador-proyectos table.proyectos tr th:nth-of-type(1),
    .search.buscador-proyectos table.proyectos tr td:nth-of-type(1),
    .search.publicaciones table.publicaciones tr th:nth-of-type(1),
    .search.publicaciones table.publicaciones tr td:nth-of-type(1){
        width: auto !important;
    }
    .search.buscador-proyectos table.proyectos tr th:nth-of-type(2),
    .search.buscador-proyectos table.proyectos tr td:nth-of-type(2),
    .search.buscador-proyectos table.proyectos tr th:nth-of-type(4),
    .search.buscador-proyectos table.proyectos tr td:nth-of-type(4),
    .search.publicaciones table.publicaciones tr th:nth-of-type(3),
    .search.publicaciones table.publicaciones tr td:nth-of-type(3),
    .search.publicaciones table.publicaciones tr th:nth-of-type(4),
    .search.publicaciones table.publicaciones tr td:nth-of-type(4){
        display: none;
    }
    .search.buscador-proyectos table.proyectos tr th:nth-of-type(5),
    .search.buscador-proyectos table.proyectos tr td:nth-of-type(5),
    .search.publicaciones table.publicaciones tr th:nth-of-type(5),
    .search.publicaciones table.publicaciones tr td:nth-of-type(5){
        width: 60px !important;
        min-width: auto;
    }

    /* Artículos: Publicaciones */
    .search.publicaciones fieldset .row-fluid{
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .search.publicaciones fieldset .btn-group{
        width: 100%;
        float: none;
        text-align: center;
    }
    .search.publicaciones fieldset .btn-group button[name="Search"]{
        display: inline-block;
        width: auto;
        padding: 6px 20px;
    }
    .search.publicaciones table.publicaciones tr th:nth-of-type(2){
        text-align: left;
        padding-left: 6px;
        padding-right: 6px;
    }

}

@media (max-width: 600px) {

    /* Módulos: Contacto */
    .rsform.contact-form .formField{
        width: 100%;
        float: none;
        padding: 0 0 20px !important;
    }

    /* Módulos: Eventos Right */
    .moduletable.eventos-right{
        display: none;
    }

    /* Módulos: Noticias Right */
    .moduletable.noticias-right{
        display: none;
    }

    /* Artículos */
    .item-page img{
        float: none !important;
        margin: 20px auto !important;
    }

    /* Artículos: Lista de Noticias */
    .blog.noticias article{
        max-width: 420px;
        margin: 0 auto;
    }
    .blog.noticias .item .item-image{
        width: 100%;
        max-height: none;
        padding-right: 0;
    }

    /* Artículos: Lista de Eventos */
    .blog.agenda{
        padding-bottom: 40px;
    }
    .blog.agenda ul.rs_events_container{
        max-width: 420px;
        margin: 0 auto;
    }
    .blog.agenda ul.rs_events_container li .rs_event_image,
    .blog.agenda ul.rs_events_container li .rs_event_details{
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .blog.agenda ul.rs_events_container li .rs_event_image a{
        max-height: none;
    }
    .blog.agenda ul.rs_events_container li .rs_event_details .title{
        margin-top: 0;
    }
    .blog.agenda ul.rs_events_container li .rs_event_details p.readmore{
        text-align: left;
    }

}

@media (max-width: 480px) {

    /* Módulos: Header */
    header.header-home .banner.site-name h1{
        font-size: 24px;
    }
    header.header-home .banner.site-name h2{
        font-size: 12px;
    }

    /* Módulos: Slide Home; */
    .absolute-top .slider-1 .random-image h3{
        font-size: 14px;
    }
    .absolute-top .slider-1 .random-image p{
        font-size: 12px;
        line-height: 16px;
    }
    .absolute-top .slider-1 .random-image a.btn{
        font-size: 12px;
        margin-top: 10px;
        padding: 8px 16px;
    }

    /* Módulos: Investigación Home */
    .moduletable.home-investigacion .imagen{
        max-height: 160px;
    }

    /* Módulos: Conoce más home */
    .moduletable.conoce-mas-home{
        padding: 30px 30px 0;
    }
    .moduletable.conoce-mas-home h3{
        font-size: 18px;
    }

    /* Módulos: Noticias Home */
    .moduletable.noticias-home > h3{
        font-size: 16px;
    }

    /* Módulos: Eventos Home */
    .moduletable.eventos-home > h3{
        font-size: 16px;
    }

    /* Plugins: Slider; */
    .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner{
        padding: 15px 0;
    }

    /* Artículos */
    .item-page h2{
        font-size: 14px;
    }
    p#subir{
        text-align: center;
    }

    /* Artículos: Proyecto */
    .item-page.proyectos .proyecto-info{
        font-size: 10px;
        padding: 20px 10px 5px;
    }
    .item-page.proyectos .proyecto-info > div span.title,
    .item-page.proyectos .proyecto-info > div span.value{
        display: block;
        width: 100%;
    }
    .item-page.proyectos .proyecto-info > div span.title{
        padding-bottom: 5px;
    }
    .categories-list.proyectos .page-header.item-title a{
        font-size: 14px;
    }
    .categories-list.proyectos .page-header.item-title a:after{
        font-size: 20px;
    }

    /* Artículos: Proyectos */
    .categories-list.proyectos .page-header.item-title:before{
        width: 55px;
        height: 43px;
    }
    .categories-list.proyectos .page-header.item-title a{
        padding: 14px 14px 14px 70px;
    }

    /* Artículos: Proyectos: Interior */
    .blog.proyectos > h1{
        padding: 12px 12px 12px 70px;
        font-size: 16px;
    }
    .blog.proyectos > h1:before{
        height: 41px;
        width: 55px;
    }

    /* Artículos: Áreas prioritarias */
    .item-page.prioritarias p a.readmore{
        float: none;
    }

    /* Artículos: Grupos de Investigación */
    .item-page.grupos-investigacion p.conoce-mas{
        text-align: center;
        font-size: 12px;
        padding: 12px 10px;
    }

    /* Artículos: Contacto */
    .item-page.contacto div[itemprop="articleBody"]{
        margin-left: -30px;
        margin-right: -30px;
    }
    .item-page.contacto .introtext > h2{
        margin-left: 30px !important;
        padding-right: 30px !important;
    }
    .item-page.contacto table.contacto tr td.info{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .rsform.contact-form{
        border-radius: 0;
        padding: 25px 30px;
    }
    .rsform.contact-form .formField.rsform-block-enviar button[type="submit"]{
        display: block;
        width: 100%;
    }

}

@media (max-width: 400px) {

    /* Módulos: Header */
    .absolute-top .slider-1 .random-image h3{
        font-size: 13px;
        padding: 10px 15px 0;
    }
    .absolute-top .slider-1 .random-image p{
        font-size: 11px;
        line-height: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .absolute-top .slider-1 .random-image a.btn{
        font-size: 11px;
        margin-top: 5px;
        padding: 5px 16px;
    }

    /* Módulos: Menú UC Bottom */
    #menu-uc-mobile ul.sf-menu li a{
        padding: 8px 0px;
        font-size: 11px;
    }
}
table.convenio{
  width: 100%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.convenio tr td{
  padding: 7px;
  border-left: 1px solid #ddd;
  vertical-align: middle;
}