/* agregar estilos del sitio aqui */

/* @group iconos menu-izquierdo*/
.left ul.menu > li.parent > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAIElEQVQImWP4////fwZk8B8KMATggv/RAG4VKGYgWwIAcdg/wYdI6jgAAAAASUVORK5CYII=);background-position:94% 50%;background-repeat:no-repeat}
.left ul.menu > li.parent.active > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGklEQVQImWP4jwcwMDAwMOCUgAGcEsgKkPkA9no/wdzS4fwAAAAASUVORK5CYII=);background-position:94% 55%}
/*submenu*/
.left ul.menu > li > ul > li.parent > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAJ0lEQVQImWOwrbv9nwEZ2Nbd/o8iCBOACyIL2Nbd/o9bBYoZyJYAAO1GKVGsVuh4AAAAAElFTkSuQmCC);background-position:94% 50%;background-repeat:no-repeat}
.left ul.menu > li > ul > li.parent.active > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAHUlEQVQImWOwrbv9HxdmYGBgYMApAQM4JZAVIPMBNPopUSeFOzAAAAAASUVORK5CYII=);background-position:94% 55%}
/* @end */

/* @group iconos menu-izquierdo blanco*/
.left2 ul.menu > li.parent > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAJ0lEQVQImWOwrbv9nwEZ2Nbd/o8iCBOACyIL2Nbd/o9bBYoZyJYAAO1GKVGsVuh4AAAAAElFTkSuQmCC);background-position:94% 50%;background-repeat:no-repeat}
.left2 ul.menu > li.parent.active > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAHUlEQVQImWOwrbv9HxdmYGBgYMApAQM4JZAVIPMBNPopUSeFOzAAAAAASUVORK5CYII=);background-position:94% 55%}
/*submenu*/
.left2 ul.menu > li > ul > li.parent > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAJ0lEQVQImWOwrbv9nwEZ2Nbd/o8iCBOACyIL2Nbd/o9bBYoZyJYAAO1GKVGsVuh4AAAAAElFTkSuQmCC);background-position:94% 50%;background-repeat:no-repeat}
.left2 ul.menu > li > ul > li.parent.active > a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAHUlEQVQImWOwrbv9HxdmYGBgYMApAQM4JZAVIPMBNPopUSeFOzAAAAAASUVORK5CYII=);background-position:94% 55%}
/* @end */

/* General */
a{
	cursor: pointer;
}
a:hover{
    color: #c11414;
}

/* Módulos: Header */
.logo{
	border-radius: 0 0 10px 10px;
    box-shadow: 6px 6px 10px #666;
    z-index: 99;
}
header .banner{
    height: 115px;
}
header .banner.site-name{
	border-right: none;	
	padding: 0 20px;
}
header .banner h1,
header .banner h4{
	text-align: right;
}
header .banner h1{
	color: #7b7b7b;
    font-size: 32px;
    font-weight: normal;
    margin: 15px 0 0;
}
header .banner h4{
    font-size: 14px;
    color: #3D7EDB;
    margin: 5px 0;
}

/* Módulos: Menú UC */
.menu-uc .sf-menu > li > a.destacado{
	color: #FFF;
}

/* Módulos: Main Menú */
#menu-mobile{
    display: none;
}
.row.main-menu{
    margin-left: 0;
    margin-right: 0;
}
#menu-pp > div{
	background: #3D7EDB;
}
#menu-pp ul.nav.menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
}
#menu-pp ul.nav.menu li{
    display: table-cell;
    width: 2%;
    color: #FFF;
    text-align: center;
}
#menu-pp ul.nav.menu li a{
	color: #FFF;
	font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 8px 0 3px;
    position: relative;
    border-bottom: 5px solid #3D7EDB;
}
#menu-pp ul.nav.menu li a:after{
	content: ' ';
    border-right: 1px solid #FFF;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
}
#menu-pp ul.nav.menu li:last-of-type a:after{
	display: none;
}
#menu-pp ul.nav.menu li a.destacado{
	background: #feda00;
    color: #161616;
    border-bottom: 5px solid #feda00;
}
#menu-pp ul.nav.menu li.active a,
#menu-pp ul.nav.menu li a:hover{
	border-bottom: 5px solid #324c7b;
	text-decoration: none
}

/* Módulos: Buscar */
.banner .search{
    position: relative;
    top: 0;
    right: 0;
    float: right;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 4px;
    background: url(../images/icono-buscador-lupa-01.png) no-repeat right center;
}
.banner .search input.search-query{
    border: none;
    background: #EEE;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
    height: 26px;
    border-radius: 4px;
    width: 90%;
}

/* Módulos: Breadcrumbs */
.row.breadcrumbs{
    margin: 10px 0 0;
}
.row.breadcrumbs ol.breadcrumb{
    list-style: none;
    padding: 0 30px;
    background: #f6f6f6;
}
.row.breadcrumbs ol.breadcrumb li{
    display: inline-block;
    padding: 6px 0;
}
.row.breadcrumbs ol.breadcrumb li:first-of-type{
    display: none;
}
.row.breadcrumbs ol.breadcrumb li:before{
    display: none;
}
.row.breadcrumbs ol.breadcrumb li,
.row.breadcrumbs ol.breadcrumb li a,
.row.breadcrumbs ol.breadcrumb li a span{
    font-size: 11px;
    font-weight: bold;
}
.row.breadcrumbs ol.breadcrumb li .divider{
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    color: #999;
}

/* Módulos: Block Home */
.moduletable.block-home{
	padding: 20px 30px 40px;
	margin: 0 -30px 0;
}
.moduletable.block-home.inverted{
	background: #3D7EDB;
}
.moduletable.block-home h3{
	color: #3D7EDB;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 10px 0 40px;
    border-bottom: 1px solid #3D7EDB;
}
.moduletable.block-home.inverted h3{
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.moduletable.block-home p{
	color: #767676;
    max-width: 900px;
    margin: 0 auto;
    line-height: 180%;
}
.moduletable.block-home:not(.nuestros-servicios) p a{
	background: #3D7EDB;
    color: #FFF;
    padding: 4px 20px;
    margin: 20px auto 0;
    display: block;
    max-width: 200px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}
.moduletable.block-home:not(.nuestros-servicios) p a:hover{
	background: #1b4b90;
}
.moduletable.block-home table{
	width: 100%;
	table-layout: fixed;
}
.moduletable.block-home table tr td{
	width: 2%;
	text-align: center;
	border-top: none;
    padding: 0 10px;
}
.moduletable.block-home table tr td h4{
    max-width: 180px;
    margin: 0 auto;
}
.moduletable.block-home table tr td h4,
.moduletable.block-home table tr td h4 a{
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.moduletable.block-home table tr td img{
    width: 100%;
    max-width: 220px;
}

/* 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: Contacto */
.moduletable.contact-form{
    width: 100%;
    max-width: 600px;
    background: #f2f2f2;
    padding: 25px;
    border-radius: 4px;
}
.moduletable.contact-form .componentheading{
    display: none;
}
.moduletable.contact-form .formField{
    width: 50%;
    float: left;
    color: #5e5e5e;
    padding: 0 10px 20px 0;
}
.moduletable.contact-form .formField.rsform-block-apellido,
.moduletable.contact-form .formField.rsform-block-email{
    padding: 0 0 20px 10px;
}
.moduletable.contact-form .formField br{
    display: none;
}
.moduletable.contact-form .formField input,
.moduletable.contact-form .formField textarea{
    border: 1px solid #EEE;
    padding: 6px 15px;
    width: 100%;
    margin: 5px 0 0;
}
.moduletable.contact-form .formField.rsform-block-mensaje,
.moduletable.contact-form .formField.rsform-block-enviar{
    width: 100%;
    float: none;
    padding: 0 0 20px;
}
.moduletable.contact-form .formField.rsform-block-enviar{
    text-align: right;
}
.moduletable.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: Slide Home */
.moduletable.slide-home .djslider,
.moduletable.slide-home .djslider ul li{
    height: 380px !important;
}
.moduletable.slide-home .djslider .navigation-container{
    top: 45% !important;
}
.moduletable.slide-home .djslider .navigation-container-custom,
.moduletable.slide-home .djslider .navigation-numbers{
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.moduletable.slide-home .djslider .slide-desc{
    bottom: 20px !important;
    right: 20px !important;
    left: 60% !important;
    width: auto !important;
}
.moduletable.slide-home .djslider .slide-desc-bg-default{
    background: rgba(255,255,255,.98);
}
.moduletable.slide-home .djslider .slide-desc-text-default{
    color: #666;
    padding: 30px 20px 20px;
}
.moduletable.slide-home .djslider .slide-desc-text-default .slide-title{
    color: #d9b800;
    font-size: 22px;
}
.moduletable.slide-home .djslider .slide-desc-text-default a{
    background: #3D7EDB;
    color: #FFF;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
    font-weight: bold;
}
.moduletable.slide-home .djslider .load-button{
    background: #808080;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    margin: 0 1px;
}
.moduletable.slide-home .djslider-default .navigation-container .play-button,
.moduletable.slide-home .djslider-default .navigation-container .pause-button{
    display: none !important;
}
.moduletable.slide-home .djslider-default .navigation-container .prev-button,
.moduletable.slide-home .djslider-default .navigation-container .next-button{
    opacity: 0.6;
}
.moduletable.slide-home .djslider-default .navigation-container .prev-button:hover,
.moduletable.slide-home .djslider-default .navigation-container .next-button:hover{
    opacity: 1;
}
.moduletable.slide-home .djslider .navigation-container{
    margin: 0 !important;
}

/* Módulos: Noticias Home */
.moduletable.noticias-home,
.moduletable.medios-home{
    margin: 20px 0 10px;
}
.moduletable.noticias-home h3,
.moduletable.medios-home h3{
    color: #3D7EDB;
    font-weight: bold;
    margin: 0 0 30px;
}
.moduletable.noticias-home .nspArts,
.moduletable.medios-home .nspArts{
    padding: 0;
}
.moduletable.noticias-home .nspArt{
    display: table;
    width: 100%;
}
.moduletable.noticias-home a.nspImageWrapper{
    margin: 0 !important;
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
    padding: 0 20px 20px 0;
}
.moduletable.noticias-home a.nspImageWrapper img{
    width: 100% !important;
    height: auto !important;
}
.moduletable.noticias-home .nspArt .nspArtDetails{
    display: table-cell;
    width: 66.6%;
    vertical-align: top;
}
.moduletable.noticias-home .nspArt h4.nspHeader{
    padding: 0 10px;
    margin: 0 0 5px;
}
.moduletable.noticias-home .nspArt h4.nspHeader,
.moduletable.noticias-home .nspArt h4.nspHeader a{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
}
.moduletable.noticias-home .nspArt h4.nspHeader a:hover{
    text-decoration: underline;
    color: #c11414;
}
.moduletable.noticias-home .nspArt .nspInfo{
    color: #777;
    font-size: 11px;
    padding: 0 10px;
}
.moduletable.noticias-home .nspArt .nspText{
    color: #767676;
    font-size: 12px;
    padding: 0 10px !important;
}
.moduletable.noticias-home .nspArt .nspText a.readon{
    clear: both;
    display: block;
    float: right;
    margin: 20px 0 10px;
    font-size: 11px;
    font-weight: bold;
}

/* Módulos: En los medios */
.moduletable.medios-home .nspArt h4{
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}
.moduletable.medios-home .nspArt h4:before{
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: #3D7EDB;
    position: absolute;
    left: 0;
    top: 4px;
}
.moduletable.medios-home .nspArt h4,
.moduletable.medios-home .nspArt h4 a{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
}

/* Módulos: Menú Más Home */
.moduletable.menu-mas-home{
    float: right;
}
.moduletable.menu-mas-home ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.moduletable.menu-mas-home ul li{
    text-align: right;
    padding: 0;
}
.moduletable.menu-mas-home ul li,
.moduletable.menu-mas-home ul li a{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #303030;
}

/* Módulos: Talleres */
.moduletable.talleres ul{
    padding: 20px 0 !important;
    max-width: 600px;
}
.moduletable.talleres ul li{
    padding: 20px 20px 20px 0;
    display: table;
    width: 100%;
    background: #F2F2F2;
    margin: 0 0 20px;
}
.moduletable.talleres ul li .rsepro-image,
.moduletable.talleres ul li .rsepro-info{
    display: table-cell;
    vertical-align: top;
}
.moduletable.talleres ul li .rsepro-image{
    width: 33%;
    padding: 0 20px 0  0;
    margin: 0;
    float: none;
    min-width: 160px;
}
.moduletable.talleres ul li .rsepro-image img{
    width: 100%;
    border-left: 8px solid #005295;
}
.moduletable.talleres ul li .rsepro-info{
    width: 75%;
}
.moduletable.talleres ul li .rsepro-info h3{
    margin: 0 0 10px;
}
.moduletable.talleres ul li .rsepro-info h3,
.moduletable.talleres ul li .rsepro-info h3 a{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #005295;
}
.moduletable.talleres ul li .rsepro-info h3 a:before{
    content: 'Taller';
    display: block;
}
.moduletable.talleres ul li .rsepro-info p.fecha,
.moduletable.talleres ul li .rsepro-info p.hora,
.moduletable.talleres ul li .rsepro-info p.lugar{
    padding: 0 0 0 30px;
    font-size: 12px;
    color: #999;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px; 
}
.moduletable.talleres ul li .rsepro-info p.fecha{
    background: url(../images/icono-calendario-01.png) no-repeat -4px center;
}
.moduletable.talleres ul li .rsepro-info p.hora{
    background: url(../images/icono-hora-01.png) no-repeat -3px center;
}
.moduletable.talleres ul li .rsepro-info p.lugar{
    background: url(../images/icono-ubicacion-01.png) no-repeat -2px center;
}
.moduletable.talleres ul li .rsepro-info p.readmore{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}
.moduletable.talleres ul li .rsepro-info p.readmore a{
    color: #005295;
}

/* Módulos: Por año */
.moduletable.por-ano{
    margin: 63px 0 0;
}
.moduletable.por-ano h3{
    background: #F0F0F0;
    color: #3D7EDB;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.moduletable.por-ano h3:hover{
    background: #3D7EDB;
    color: #FFF;
}
.moduletable.por-ano ul{
    display: none;
}
.moduletable.por-ano ul li{
    padding: 10px;
}
.moduletable.por-ano ul li.active a{
    font-weight: bold;
}

/* Plugins: Sliders */
.rl_sliders.accordion{
    padding: 0 20px;
    margin: 20px 0;
}
.rl_sliders.has_effects .collapse{
    margin: 0;
}
.rl_sliders.accordion>.accordion-group{
    border: none;
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle{
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 3px;
    color: #3D7EDB;
    background-color: #f0f0f0;
    background-image: url(../images/slider-blue.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle,
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover{
    background-color: #3D7EDB;
    background-image: url(../images/slider-white.png);
    color: #FFF;
}
.rl_sliders.accordion.descargas .accordion-inner ul{
    list-style: none;
    padding: 0;
}
.rl_sliders.accordion.descargas .accordion-inner ul li{
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 20px;
    color: #777;
    font-size: 13px;
}
.rl_sliders.accordion.descargas .accordion-inner ul li:nth-of-type(2n){
    background: #f9f9f9;
}
.rl_sliders.accordion.descargas .accordion-inner ul li a{
    float: right;
    font-size: 11px;
    font-weight: bold;
}

/* Plugins: Avatar Slide Galleria */
.galleria-classic{
    margin: -15px auto 0 !important;
}
.galleria-container{
    background: transparent !important;
}
.avatar-copyright{
    display: none;
}
.full-width .galleria-classic{
    max-width: 600px;
}
.galleria-image-nav-right{
    background: url(../images/flecha-der-slide-01.png) no-repeat 25px 40px;
}
.galleria-image-nav-left{
    background: url(../images/flecha-izq-slide-01.png) no-repeat 0 40px;
}

/* Artículos */
.content > div{
    border: none;
}
.page-header{
    color: #7b7b7b;
    font-weight: bold;
    margin: 30px 0 10px;
    border: none;
}
.content h2{
    color: #7b7b7b;
    font-weight: bold;
    margin: 30px 0 10px;
}
article.item-page h1{
    color: #3D7EDB;
    font-weight: bold;
}
article.item-page h3{
    font-weight: bold;
    font-size: 14px;
    margin: 30px 0 20px;
}
article.item-page div[itemprop="articleBody"]{
    padding: 0;
}
article.item-page div[itemprop="articleBody"] .full-width{
    margin: 50px -60px 20px;
    padding: 25px 60px;
}
article.item-page div[itemprop="articleBody"] .full-width.gray{
    background: #CCC;
} 
article.item-page.no-intro div[itemprop="articleBody"] .introText{
    display: none;
}
article.item-page p{
    font-size: 14px;
    color: #666;
}
article.item-page p#subir{
    margin: 40px 0 0;
    text-align: right;
    clear: both;
}
article.item-page p#subir a{
    font-weight: bold;
    font-size: 14px;
    background: url(../images/icono-subir.png) no-repeat right center;
    background-size: 25px;
    padding: 5px 30px 5px 0;
}

/* Artículos: Sobre el proyecto */
.moduletable.sobre-proyecto-interior ul{
    padding: 0;
}
.moduletable.sobre-proyecto-interior ul li{
    border-top: none;
    padding: 0 0 30px;
}
.moduletable.sobre-proyecto-interior ul li .title{
    margin: 0 0 15px;
}
.moduletable.sobre-proyecto-interior ul li .details{
    display: table;
    width: 100%;
}
.moduletable.sobre-proyecto-interior ul li .image{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 0 20px 20px 0;
    min-width: 160px;
}
.moduletable.sobre-proyecto-interior ul li .image img{
    width: 100%;
    height: auto;
}
.moduletable.sobre-proyecto-interior ul li .info{
    display: table-cell;
    vertical-align: top;
}
.moduletable.sobre-proyecto-interior ul li a.mod-articles-category-title {
    color: #303030;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
    display: inline-block;
}
.moduletable.sobre-proyecto-interior ul li p.mod-articles-category-introtext{
    color: #8f8f8f;
    font-size: 14px;
}
.moduletable.sobre-proyecto-interior ul li p.mod-articles-category-readmore{
    text-align: right;
}
.moduletable.sobre-proyecto-interior ul li p.mod-articles-category-readmore a{
    color: #3D7EDB;
    font-size: 11px;
}
.contact-category{
    padding-left: 0;
}
.contact-category div.pagination{
    display: none;
}
.contact-category h2{
    color: #303030;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
}
.contact-category ul.category{
    border: none;
    width: 100%;
}
.contact-category ul.category li{
    border: none;
    background: none;
    display: table;
    width: 50%;
    padding: 20px 20px 0 0;
    box-sizing: border-box;
    float: left;
}
.contact-category ul.category li.separador{
    display: block;
    width: 100%;
}
.contact-category ul.category li .list-item,
.contact-category ul.category li .list-item-image{
    display: table-cell;
    vertical-align: top;
}
.contact-category ul.category li .list-item-image{
    width: 120px;
    height: 130px;
    overflow: hidden;
}
.contact-category ul.category li .list-item-image img{
    width: 100%;
    max-width: 120px;
    border-bottom: 4px solid #ffd700;
    border-left: 4px solid #3D7EDB;
}
.contact-category ul.category li .list-item{
    padding: 0 0 0 20px;
    color: #7b7b7b;
    font-size: 12px;
}
.contact-category ul.category li .list-item .list-title h3{
    margin: 5px 0;
    color: #3D7EDB;
    font-weight: bold;
}
.contact-category ul.category li .list-item h4{
    font-style: italic;
    font-size: 15px;
}
.contact-category ul.category li .list-item .description p{
    margin: 0;
}

/* 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;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 40px;
}
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: #4D4D4D;
    font-size: 14px;
    margin: -20px 0 0 40px;
}

/* Artículos: Lista Noticias */
.blog.mas-noticias h1{
    color: #3D7EDB;
    font-weight: bold;
}
.blog.mas-noticias > article{
    padding: 0 20px;
}
.blog.mas-noticias div.item{
    display: table;
    width: 100%;
}
.blog.mas-noticias div.item > .item-image,
.blog.mas-noticias div.item > .item-info{
    display: table-cell;
    vertical-align: top;
}
.blog.mas-noticias div.item > .item-image{
    width: 25%;;
    padding: 0 0 20px 0;
    position: relative;
}
.blog.mas-noticias div.item > .item-image img{
    width: 100%;
    height: auto;
}
.blog.mas-noticias div.item > .item-image .date{
    display: block !important;
    position: absolute;
    top: 0;
    width: 75px;
    background: #005295;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.blog.mas-noticias div.item > .item-image .date .day{
    font-size: 22px;
    margin: 10px 0 0;
}
.blog.mas-noticias div.item > .item-image .date .month{
    
}
.blog.mas-noticias div.item > .item-info{
    padding: 0 0 20px 20px;
}
.blog.mas-noticias div.item > .item-info h2{
    margin: 0 0 5px;
}
.blog.mas-noticias div.item > .item-info p.date{
    color: #777;
    font-size: 12px;
    margin: 0 0 10px;
    display: none;
}
.blog.mas-noticias div.item > .item-info p{
    color: #4D4D4D;
    font-size: 14px;
}
.blog.mas-noticias div.item > .item-info p.readmore{
    text-align: right;
}
.blog.mas-noticias div.item > .item-info p.readmore a{
    padding: 8px 30px 8px 0;
    border: none;
    color: #3D7EDB;
    font-size: 11px;
    background: none;
    font-weight: bold;
    background: url(../images/flecha-der-slide-01.png) no-repeat right center;
    background-size: 24px;
}
.blog.mas-noticias div.item > .item-info p.readmore a:hover{
    text-decoration: underline;
}

/* Artículos: Servicios */
.blog.servicios{
    margin-top: -30px;
}
.blog.servicios h1{
    color: #3D7EDB;
    font-weight: bold;
}
.blog.servicios .item{
    padding: 0;
    display: table;
    width: 100%;
}
.blog.servicios .item > .item-image{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 0 20px 20px 0;
    min-width: 160px;
}
.blog.servicios .item .item-image .item-image{
    float: none !important;
}
.blog.servicios .item .item-info{
    display: table-cell;
    width: 75%;
    vertical-align: top;
    color: #666;
    font-size: 14px;
}
.blog.servicios .item .item-info h2{
    margin: 0 0 5px
}
.blog.servicios .item .item-info h2,
.blog.servicios .item .item-info h2 a{
    color: #434343;
}
.blog.servicios .item .item-info p.readmore{
    text-align: right;
}
.blog.servicios .item .item-info p.readmore a{
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    color: #3D7EDB;
    text-decoration: underline;
    font-weight: bold;
}
.blog.servicios .item .item-info p.readmore a:hover{
    color: #c11414;
}

/* Artículos: Taller */
#rs_event_show h1{
    color: #3D7EDB;
    font-weight: bold;
}
#rs_event_show .rsevents-header{
    display: table;
    width: 100%;
    margin: 0 0 20px;
}
#rs_event_show .rsevents-header .rs_image,
#rs_event_show .rsevents-header .rsevents-info{
    display: table-cell;
    vertical-align: top;
    float: none;
}
#rs_event_show .rsevents-header .rs_image{
    width: 25%;
    padding: 0 20px 0 0;
    min-width: 160px;
}
#rs_event_show .rsevents-header .rs_image img{
    width: 100%;
}
#rs_event_show .rsevents-header .rsevents-info{
    padding: 5% 0 0;
}
#rs_event_show .rsevents-header .rsevents-info p{
    padding: 0 0 0 30px;
    font-size: 13px;
    font-weight: bold;
    color: #767676;
    line-height: 20px;
    margin: 0 0 15px;
}
#rs_event_show .rsevents-header .rsevents-info p.fecha{
    background: url(../images/icono-calendario-01.png) no-repeat -4px center;
}
#rs_event_show .rsevents-header .rsevents-info p.hora{
    background: url(../images/icono-hora-01.png) no-repeat -3px center;
}
#rs_event_show .rsevents-header .rsevents-info p.lugar{
    background: url(../images/icono-ubicacion-01.png) no-repeat -2px center;
}
#rs_event_show .description{
    display: block;
    font-size: 14px;
    color: #4D4D4D;
    width: 100%;
    max-width: 800px;
}

/* Artículos: Lista En los medios */
.blog.en-los-medios .cat-children{
    display: none;
}
.blog.en-los-medios h1{
    color: #3D7EDB;
    font-weight: bold;
}
.blog.en-los-medios .items-row{
    margin-bottom: 0;
}
.blog.en-los-medios .item{
    margin-bottom: 20px;
}
.blog.en-los-medios .item-info .date,
.blog.en-los-medios .item-info p.readmore{
    display: none;
}
.blog.en-los-medios .item-info > h2{
    background: #F0F0F0;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}
.blog.en-los-medios .item-info.active > h2,
.blog.en-los-medios .item-info > h2:hover{
    background: #3D7EDB;
}
.blog.en-los-medios .item-info > h2,
.blog.en-los-medios .item-info > h2 a{
    color: #666;
    font-size: 14px;
}
.blog.en-los-medios .item-info.active > h2 a,
.blog.en-los-medios .item-info > h2:hover a{
    color: #FFF;
}
.blog.en-los-medios .item-info > h2 a{
    position: relative;
    text-decoration: none;
}
.blog.en-los-medios .item-info > h2 a:before{
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: #3D7EDB;
    position: absolute;
    left: -20px;
    top: 4px;
}
.blog.en-los-medios .item-info.active > h2 a:before,
.blog.en-los-medios .item-info > h2:hover a:before{
    background: #FFF;
}
.blog.en-los-medios .item-info > .item-body{
    color: #666;
    font-size: 14px;
    padding: 15px 20px 0 40px;
    display: none;
}

/* Mapa del sitio */
#jmap_sitemap h1{
    color: #3D7EDB;
    font-weight: bold;
}
#jmap_sitemap ul{
    padding: 0;
    list-style-type: none;
}
#jmap_sitemap span.folder{
    display: none;
}
#jmap_sitemap .hitarea{
    display: none;
}
#jmap_sitemap ul li{
    margin-bottom: 5px;
}
#jmap_sitemap ul li,
#jmap_sitemap ul li a{
    font-size: 11px;
}
#jmap_sitemap ul li ul ul{
    list-style: inside square;
}
#jmap_sitemap ul li ul ul li{
    padding: 0 0.5em 0 2em;
}

@media (min-width: 992px) {

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

}

@media (max-width: 991px) {

    /* Header */
    #mobile-nav{
        display: none !important;
    }
    .logo{
        box-shadow: none;
        border-radius: 0;
    }
    header .banner.site-name{
        background: #F2F2F2;
    }
    header .banner.site-name h1{
        color: #3D7EDB;
    }
    header .banner.site-name h4{
        color: #5D5D5D;
        text-align: left;
        font-size: 20px;
    }
    header .banner{
        height: 85px;
    }

    /* Main Menú */
    #menu-mobile{
        display: block;
        float: right;
        width: 50px;
        height: 40px;
        cursor: pointer;
        background: url(../images/icono-menu.png) no-repeat center;
    }
    .row.main-menu{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -30px;
    }
    #menu-pp{
        padding: 0;
    }
    #menu-pp ul.nav.menu{
        display: block;
        width: 100%;
    }
    #menu-pp ul.nav.menu li{
        display: block;
        width: 100%;
    }
    #menu-pp ul.nav.menu li a,
    #menu-pp ul.nav.menu li a.destacado{
        border-bottom: none;
        padding: 10px 20px;
        text-align: left;
    }
    #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: #324c7b;
        border-bottom: none;
    }

    /* Módulos: Menú UC */
    .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 .menu-uc{
        display: block;
        width: 100%;
        float: none;
        background: none; 
    }
    #menu-uc-mobile .menu-uc li{
        float: none;
        background: none;
    }
    #menu-uc-mobile .menu-uc li a{
         text-align: left;
        color: #FFF;
        border: none !important;
        background: none;
        padding: 8px 20px;
        font-size: 13px;

    }
    #menu-uc-mobile .menu-uc li a:after{
        content: none !important;
    }
    #menu-uc-mobile .menu-uc li ul{
        display: none !important;
    }

    /* Módulos: Breadcrumbs */
    div.breadcrumbs{
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }

    /* Módulos: Slide Home */
    .moduletable.slide-home{
        margin: 0 -30px;
    }
    .moduletable.slide-home .djslider-default .navigation-container .next-button,
    .moduletable.slide-home .djslider-default .navigation-container .prev-button{
        width: auto;
    }
    .moduletable.slide-home .djslider .slide-desc{
        left: 40% !important;
    }
    .moduletable.slide-home .djslider .slide-desc-text-default{
        padding: 20px;
    }
    .moduletable.slide-home .djslider .slide-desc-text-default .slide-title{
        font-size: 22px;
        color: #3D7EDB;
    }

    /* Módulos: Contacto */
    .moduletable.contact-form{
        max-width: 100%;
    }

    /* Módulos: Ver por año */
    .moduletable.por-ano ul{
        padding: 0 20px;
    }
    .moduletable.por-ano ul li a{
        font-size: 13px;
    }

    /* Módulos: Footer */
    .row.menu-uc-mobile{
        display: block;
    }

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

    /* Artículos */
    article.item-page h1,
    .blog.servicios h1,
    #jmap_sitemap h1{
        padding-top: 30px;
    }

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

}

@media (max-width: 700px) {

    /* Módulos: Slide Home */
    .moduletable.slide-home .djslider .slide-desc{
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    /* Módulos: Block Home */
    .moduletable.block-home{
        padding: 20px 20px 40px;
    }

    /* Módulos: Talleres */
    .moduletable.talleres ul{
        margin: 0 -30px;
    }
    .moduletable.talleres ul li{
        padding: 20px;
        margin: 0;
    }

    /* Artículos: Sobre el proyecto */
    .contact-category ul.category li{
        width: 100%;
        float: none;
    }

    /* Artículos: Lista Noticias */
    .blog.mas-noticias div.item > .item-image{
        width: 33%;
        min-width: 160px;
    }

}

@media (max-width: 600px) {

    /* Módulos: Slide Home */
    .moduletable.slide-home .djslider .navigation-container{
        top: 22% !important;
    }
    .moduletable.slide-home .djslider,
    .moduletable.slide-home .djslider ul li{
        height: 340px !important;
    }
    .moduletable.slide-home .djslider .slide-desc-text-default a{
        margin: 0 auto 20px;
    }
    .moduletable.slide-home .djslider .load-button{
        width: 18px;
        height: 18px;
    }

    /* Módulos: Block Home */
    .moduletable.block-home table tr td{
        display: block;
        width: 100%;
        padding: 0 0 30px;
    }
    .moduletable.block-home table tr td img{
        width: auto;
        margin: 0 0 10px;
    }
    .moduletable.block-home table tr td h4{
        max-width: 100%;
    }

    /* Módulos: Noticias Home */
    .user-4,
    .user-5{
        margin-bottom: 0 !important;
    }
    .user-4:after{
        content: ' ';
        border-right: 1px solid #888;
        position: absolute;
        right: 0;
        height: 30px;
        top: -5px;
    }
    .moduletable.noticias-home,
    .moduletable.medios-home{
        margin: 0;
    }
    .moduletable.noticias-home .nspMain{
        display: none;
    }
    .moduletable.noticias-home h3{
        text-align: right;
        margin: 0;
        padding-right: 10px;
    }
    .moduletable.noticias-home h3 a{
        text-decoration: underline;
    }

    /* Módulos: En los medios Home */
    .moduletable.medios-home .nspMain{
        display: none;
    }
    .moduletable.medios-home h3{
        margin: 0;
        padding-left: 10px;
    }
    .moduletable.medios-home h3 a{
        text-decoration: underline;
    }

    /* Módulos: Menú más home */
    .moduletable.menu-mas-home{
        display: none;
    }

    /* Módulos: Contacto */
    .moduletable.contact-form{
        border-radius: 0;
        margin: 0 -30px;
        max-width: none;
        width: auto;
    }
    .moduletable.contact-form .formField{
        width: 100%;
        float: none;
        padding: 0 0 20px !important;
    }
    .moduletable.contact-form .formField.rsform-block-enviar button[type="submit"]{
        width: 100%;
    }

    /* Artículos: Lista Noticias */
    .blog.mas-noticias > article{
        padding: 0;
    }
    .blog.mas-noticias div.item > .item-image{
        display: block;
        width: 100%;
        padding: 0 0 20px; 
    }
    .blog.mas-noticias div.item > .item-image .item-image{
        float: none !important;
    }
    .blog.mas-noticias div.item > .item-info{
        display: block;
        width: 100%;
    }
    .blog.mas-noticias div.item > .item-info{
        padding: 0 0 20px;
    }

}

@media (max-width: 480px) {

    /* Header */
    header .banner.site-name h1{
        font-size: 28px;
    }
    header .banner.site-name h4{
        font-size: 16px;
    }

    /* Módulos: Slide Home */
    .moduletable.slide-home .djslider,
    .moduletable.slide-home .djslider ul li{
        height: 300px !important;
    }
    .moduletable.slide-home .djslider .slide-desc-text-default .slide-title{
        font-size: 16px;
    }

    /* Módulos: Block Home */
    .moduletable.block-home p a{
        width: 100%;
        max-width: none;
        padding: 8px 20px;
    }

    /* Módulos: Talleres */
    .moduletable.talleres ul li .rsepro-image{
        display: block;
        width: 100%;
        padding: 0 0 20px;
    }
    .moduletable.talleres ul li .rsepro-image img{
        width: auto;
        margin: 0 auto;
    }
    .moduletable.talleres ul li .rsepro-info{
        display: block;
        width: 100%;
    }
    .moduletable.talleres ul li .rsepro-info p.readmore{
        text-align: left;
        margin: 20px 0;
        font-size: 13px;
    }

    /* Artículos: Sobre el proyecto */
    .moduletable.sobre-proyecto-interior ul li .image{
        display: block;
        width: 100%;
        padding: 0 0 20px;
    }
    .moduletable.sobre-proyecto-interior ul li .info{
        display: block;
    }
    .contact-category ul.category li .list-item-image{
        display: block;
        margin: 0 auto;
    }
    .contact-category ul.category li .list-item{
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    /* Artículos: Servicios */
    .blog.servicios h1{
        padding-top: 30px;
    }
    .blog.servicios .item > .item-image{
        display: block;
        width: 100%;
        padding: 0 0 20px;
    }
    .blog.servicios .item .item-info{
        display: block;
        width: 100%;   
    }

    /* Artículos: Taller */
    #rs_event_show h1{
        margin: 30px 0 20px;
    }
    #rs_event_show .rsevents-header .rs_image{
        display: block;
        width: 100%;
        padding: 0 15px 20px;
    }
    #rs_event_show .rsevents-header .rsevents-info{
        display: block;
        width: 100%;
        padding: 0 15px;
    }

}

@media (max-width: 400px) {

    /* Módulos: Menú UC Bottom */
    #menu-uc-mobile{
        padding-left: 0;
        padding-right: 0;
    }
    #menu-uc-mobile .menu-uc li a{
        padding: 8px 0;
        font-size: 11px;
    }

}