
@charset "utf-8";

/* CSS Document */

body{
	background: #fff;
}

header {
	background: #2d3b69;
}
.wide-header {
    margin:0;
	/*height: 158px;*/
}
.header-half {width:50%; display:inline-block;position: relative; float: left;}
.header-left {
	margin: 0;
    padding: 34px 0px;
    height: 158px;
    box-sizing: border-box;
}
.header-left.logo { max-width: 184px; width:50%;}

.header-left.logo .logo {
    height: auto;
	margin-right:20px;
}
.header-left.logo .logo img { width:100%; max-width:164px; }
.header-left.name_project {
	color:#2d3b69;
	font-weight: bold;
	font-size:18px;
	line-height: 1.35;
	margin:0;
	padding: 31px 0;
	display:none;
}
.header-half.right .header-left {width:50%; text-align:right; float:right; }
.header-contact {
    width: auto; color:#2d3b69;
}

.header-contact span a { color:#2d3b69; }

#subheader {  }

#subheader .subheader-color { background-color:transparent; /*height:250px;*/ padding:0; box-shadow:none; }

#subheader .second-subheader { background: #f3f3f3; }

#subheader .second-subheader h3 { color:#2d3b69; }

#subheader .subheader-color .full-header-content-no-sidebar {
    width: 100%;
    margin-top:0px !important;
}

.container-menu.cf { position:relative; }

#social_button { position:absolute; right:0; width:15%; }
#social_button ul { background:#FFaa11; }

nav { width:100%; }

nav ul#menu-menu-eud, #social_button ul { width:100%; }

nav ul#menu-menu-eud li { margin-right:5px; }

#social_button ul li { margin-right:0; width:100%; text-align:center; }

nav ul#menu-menu-eud li a, #social_button ul li a { border: 1px solid transparent; font-size:16px; color:#fff; }

#social_button ul li a { color:#000; }

nav ul#menu-menu-eud li a:hover, #social_button ul li a:hover { border: 1px solid transparent; text-decoration:underline; }

nav ul#menu-menu-eud li ul.sub-menu { margin-top: 2px; }

nav ul#menu-menu-eud li ul.sub-menu li { overflow:hidden; }

nav ul#menu-menu-eud li ul.sub-menu li a { color:#2d3b69; border-bottom-color:#2d3b69; }

nav ul#menu-menu-eud li ul.sub-menu li:last-child a { border-bottom-color:transparent; }

nav ul#menu-menu-eud li ul.sub-menu li a:hover { border: 1px solid transparent; text-decoration:none; border-bottom-color:#2d3b69; }

nav ul#menu-menu-eud li ul.sub-menu li:last-child a:hover { border-bottom-color:transparent; }

nav ul#menu-menu-eud li#menu-item-39, nav ul#menu-menu-eud li#menu-item-40 { float:right; margin-right:0; background:#ffaa11; }

nav ul#menu-menu-eud li#menu-item-39, nav ul#menu-menu-eud li#menu-item-40 a { color:#2d3b69; }

nav ul#menu-menu-eud li#menu-item-45 { float:right; /*background:#dee0e2;*/ }

nav .container-menu .menu-menu-eud-container { width:60%; float:left; }
nav .container-menu .header-box.widget.login { width:25%; float:right; position: relative; margin-right: 15%; }
nav .container-menu .header-box.widget.login .header-box-title { padding: 20px 0 19px; text-align:center; background-color:#2d3b69; 		border: 1px solid transparent;
    font-size: 16px; color:#fff; /*font-weight:bold;*/ cursor:pointer; }
nav .container-menu .header-box.widget.login .header-box-title:hover { text-decoration:underline; }
nav .container-menu .header-box.widget.login .members-login-form {
	display:none; position: absolute; background-color:#ddd; z-index:9999; padding:15px; }
nav .container-menu .header-box.widget.login:hover .members-login-form {/*display:block;*/}

nav .container-menu .header-box.widget.login .members-login-form {}
body.logged-in nav .container-menu .header-box.widget.login {display:none;}
body.logged-in nav .container-menu .menu-menu-eud-container { width:80%;}

.wide-nav { background:#b9cde5; color:#444; height:auto; line-height:1.3; padding:20px 0; }

.wide-nav h3 { font-weight:300; font-family: "Roboto Slab"; font-size:30px; }

nav .no-header { display:none; }

/*-------------------------------------------------------SLIDER------------------------------------------------------------*/


#slider { line-height:0; background-color:#fff; }

#slider #myCarousel .carousel-indicators { bottom:-20px; }

#slider #myCarousel .carousel-indicators li { border-color:#ffaa11; }

#slider #myCarousel .carousel-indicators li.active { background-color:#ffaa11; }

#slider #myCarousel .carousel-inner,
#slider #myCarousel .carousel-inner .item { position: relative; overflow:hidden; height:340px; max-height: inherit; }

#slider #myCarousel .carousel-inner .item img { width:100%; height:auto; position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; }

#slider #myCarousel .carousel-inner .item .caption {
	max-width: 964px;
    margin: 0 auto;
	height: 100%;
	position: relative;
}
#slider #myCarousel .carousel-inner .item .caption .container { position: relative; width: 50%; height: 100%; display: inline-block; }
#slider #myCarousel .carousel-inner .item .caption a { position:absolute; bottom: 16px; display:inline-block; color:#2d3b69!important; text-decoration: none; background-color: rgba(255,255,255,0.75); padding: 16px;}
#slider #myCarousel .carousel-inner .item .caption a:hover { text-decoration: none; background-color: rgba(255,255,255,1); }
#slider #myCarousel .carousel-inner .item .caption span { display:block; height: auto; line-height:1.4;}
#slider #myCarousel .carousel-inner .item .caption span.titol_01 { font-size:20px; font-weight: 600; }
#slider #myCarousel .carousel-inner .item .caption span.titol_02 { font-size:16px; font-weight: 600; }

/*-------------------------------------------------------------------------------------------------------------------------*/


#container { max-width:964px; margin:0 auto; }

#container #primary { width: 66.666%; display: inline-block; position: relative; /*overflow:hidden;*/ }

#container #primary.primary-full { width:100%; }

#container #primary .wrapper{ width:100%; }

#features { box-shadow:none; margin-top: 30px;}

#features .features-box { margin:0 2.5%; width:45%; padding:25px; }

#features .features-box:first-child { margin-left: 2.5%; }

#features .features-box.featbox-off { display:none; }

.ficha_container { position:relative; display: inline-block;  margin-top: 40px;}
.ficha_home { width:50%; display: inline-block; position: relative; float: left; padding:0 20px; box-sizing: border-box;}
.ficha_home:first-child { padding-left: 0; }
.ficha_home:last-child { padding-right: 0; }
.ficha_home p { font-weight: bold; text-align: center; color:#2d3b69; margin-top: 10px!important;}
.ficha_home .img_container { overflow:hidden; background:#2d3b69; line-height:0; }
.ficha_home img {
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ficha_home:hover img { opacity:0.6; transform:scale(1.1); }

body.home #content, #content { padding:40px 0px; }

body.home #posts .post .post-excerpt h3.slogan { font-weight:300; font-size:36px; color:#2d3b69; text-align:center; }

body.home #posts .post .post-excerpt #description_home p{ font-size:22px; line-height:1.4; text-align:center; font-weight:300; }

#content #posts { width:100%; }

#content .content-article {  }

#content .content-article h3 { margin:0 0 10px; color:#2d3b69; line-height:1.2; }

#content .content-article .content-article-image {
    width: 45%;
    height: auto;
	margin-top:4px;
    margin-right: 5%;
	margin-bottom: 0;
}

#content .content-article .content-article-image img {
    width: 100%;
}

#content .content-article p { margin-top:10px; font-size:18px; line-height:1.5; }

.post .post-excerpt .fichas-container { 
	padding:0 20px; position:relative; width:100%; clear:both; display:inline-block; box-sizing:border-box;
}

.post .post-excerpt .fichas-container h3 { font-size:22px; font-weight:400; border-bottom:1px solid #444; clear: both; margin-top: 0;}

.post .post-excerpt .fichas-container .ficha { 
	font-size:16px; padding:0 20px 20px; position:relative; width:50%; float:left; box-sizing:border-box;
}

.post .post-excerpt .fichas-container .ficha.extense { width:100%; }

.post .post-excerpt .fichas-container .ficha.extense img{ margin-right:20px; margin-bottom:10px; }

.post .post-excerpt .fichas-container .ficha strong { color:#2d3b69; }

.post .post-excerpt .fichas-container .ficha span { font-size:16px; }

.post .post-excerpt .fichas-container .ficha a { font-size:15px; color:#2d3b69; }

.post .post-excerpt h2 { font-weight:400; clear: both; margin: 30px 0 24px; }
.post .post-excerpt h3 { font-size:22px!important; font-weight:400; clear: both; color:#394753!important; margin: 30px 0 24px; }

.post .post-excerpt p { font-size:18px; line-height:1.4; margin:0 0 1em; }

.post .post-excerpt ul { margin-left: 40px; margin-bottom:1em; }

.post .post-excerpt ul li { font-size:18px; list-style-position:outside; }

.post .post-meta { margin-top:4px; }

.post .post-excerpt a { text-decoration:none!important; color:#2d3b69; font-weight:600; }

.post .post-excerpt a:hover { text-decoration:underline!important; }

.slogan { margin-bottom:2em; }
.slogan h2 { color:#2d3b69; text-align:center; font-size:28px!important; }
.slogan p { font-size:20px!important; text-align:center; }

body.single-mc-events .post .post-meta { display:none; }

body.single-mc-events .post .mc_edit_links { display:none; }

body.single-mc-events .post .time-block p { font-size:18px; }

body.single-mc-events .post .time-block p .mc-event-date { font-size:20px; }

body.single-mc-events .post .time-block p .event-time , body.single-mc-events .post .time-block p .end-time { font-weight:bold; }

body.single-mc-events .post .view-full { text-align:center; margin-top:20px; }

body.single-mc-events .post .view-full a { color:#2d3b69; text-align:center; font-size:16px; font-weight:bold; background:#ffaa11; padding:6px 14px; }


#container #secondary { width: 33.333%; float:right; }

#sidebar-right { width:100%; background:#fff; box-sizing: border-box; padding:50px 0px 50px 30px; }

#sidebar-right .widget { border:1px solid #2d3b69; margin-bottom:40px; box-sizing:border-box; }

#sidebar-right .widget.login { border-color:#ffaa11; padding-bottom:10px;}
.wide-header .widget.login { width: 50%; max-width:290px; float:right; margin: 12px 0; padding-bottom:0px; }

.wide-header .widget.login .title-widget { font-size: 20px; font-weight:400; line-height: 1.1; padding:8px 15px; box-sizing:border-box; margin-bottom:0; font-family: "Roboto Slab", sans-serif; }

#sidebar-right .widget.login,#sidebar-right .widget.login .title-widget,
.wide-header .widget.login, .wide-header .widget.login .title-widget { background-color:#FFaa11; color:#2d3b69; font-weight:400; line-height:1.1; }

#sidebar-right .widget.login p { padding: 0 15px 10px; color:#2d3b69; }
.wide-header .widget.login p { padding: 0 15px 6px; color:#2d3b69; font-size:12px; }
nav .container-menu .header-box.widget.login p { color:#2d3b69; font-size:14px; }

#sidebar-right .widget.login .members-login-form { }

#sidebar-right .widget.login .members-login-form #loginform,
.wide-header .widget.login .members-login-form #loginform,
nav .container-menu .header-box.widget.login .members-login-form #loginform { display:inline-block; }

#sidebar-right .widget.login .members-login-form #loginform p,
.wide-header .widget.login .members-login-form #loginform p,
nav .container-menu .header-box.widget.login .members-login-form #loginform p{ display:inline-block; width:100%; box-sizing:border-box; }

#sidebar-right .widget.login .members-login-form #loginform p label,
.wide-header .widget.login .members-login-form #loginform p label,
nav .container-menu .header-box.widget.login .members-login-form #loginform p label{ display:inline-block; width:33.333%; box-sizing: border-box; float:left; line-height:24px;}

#sidebar-right .widget.login .members-login-form #loginform p input.input,
.wide-header .widget.login .members-login-form #loginform p input.input,
nav .container-menu .header-box.widget.login .members-login-form #loginform p input.input{ display:inline-block; width:66.666%; box-sizing: border-box; 		float:left;
	border: none;
	height:24px; }
.wide-header .widget.login .members-login-form #loginform p.login-username,
.wide-header .widget.login .members-login-form #loginform p.login-password,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-username,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-password { font-size:14px; }
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-username,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-password { margin-bottom: 6px; }
#sidebar-right .widget.login .members-login-form #loginform p.login-remember { width:100%; float:left; padding-right:0; }
.wide-header .widget.login .members-login-form #loginform p.login-remember,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-remember{ width:60%; float:left; padding-right:0; }

#sidebar-right .widget.login .members-login-form #loginform p.login-remember label,
.wide-header .widget.login .members-login-form #loginform p.login-remember label,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-remember label { width:100%; font-size:12px; }
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-remember label input {
	margin-left:0; width:8px; width: 16px; height: 16px; margin-top:6px; }

#sidebar-right .widget.login .members-login-form #loginform p.login-remember input { }

#sidebar-right .widget.login .members-login-form #loginform p.login-submit,
.wide-header .widget.login .members-login-form #loginform p.login-submit,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-submit
{ width:40%; float:right; padding-left:0; margin-bottom:2px; }

#sidebar-right .widget.login .members-login-form #loginform p.login-submit input.button,
.wide-header .widget.login .members-login-form #loginform p.login-submit input.button,
nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-submit input.button{ float:right; width: 100%; background:#2d3b69; color:#fff; border:none; height:24px; cursor: pointer; }

.logged-in .wide-header .widget.login { margin: 50px 0; }

#sidebar-right .widget .title-widget { background:none; background-color:#2d3b69; height:auto; font-size: 20px; font-weight:300; line-height: 1.1; padding:12px 15px; box-sizing:border-box; margin-bottom:0; color:#fff; }

#sidebar-right .rpwe_widget .rpwe-block { padding:15px; }

#sidebar-right .rpwe_widget .rpwe-block li { border-bottom: 1px dashed #b9cde5; margin-bottom:10px; margin-top:0; }

#sidebar-right .rpwe_widget .rpwe-block li:last-child { border-bottom:none; padding-bottom:0; }

#sidebar-right .rpwe_widget .rpwe-block li .rpwe-title { font-size:15px!important; font-weight: bold; line-height:1.3;}

#sidebar-right .rpwe_widget .rpwe-block li .rpwe-time {  }

#sidebar-right .rpwe_widget .rpwe-block li .rpwe-summary { margin-top:4px!important; }

#sidebar-right .rpwe_widget .rpwe-block li .rpwe-summary .more-link { float:right; margin-top:15px!important; color:#ffaa11; font-weight:bold; }
#sidebar-right .rpwe_widget .rpwe-block li .rpwe-summary .more-link:hover { text-decoration:underline; }

/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------CALENDAR-------------------------------------------------------------*/


.post .post-excerpt .my-calendar-header { position:absolute; width:100%; }

.post .post-excerpt .my-calendar-header .my-calendar-nav {  }

.post .post-excerpt .my-calendar-header .my-calendar-nav ul { margin:0; }

.post .post-excerpt .my-calendar-header .my-calendar-nav ul li { margin-top:5px; }

.post .post-excerpt .my-calendar-header .my-calendar-nav ul .my-calendar-prev a { display:inline-block; font-size:16px; padding:0; }

.post .post-excerpt .my-calendar-header .my-calendar-nav ul .my-calendar-next { float:right; font-size:16px; }

.post .post-excerpt .my-calendar-header .my-calendar-nav ul .my-calendar-next a { display:inline-block; font-size:16px; padding:0; }

.post .post-excerpt table.my-calendar-table caption.heading { font-size:26px; color:#2d3b69; margin-bottom:10px; }

.post .post-excerpt table.my-calendar-table td.has-events { background:#ffaa11; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event { padding:0 2px; }

.post .post-excerpt table.my-calendar-table td.has-events .event-title.summary { padding:0; }

.post .post-excerpt table.my-calendar-table td.has-events .event-title.summary a { padding:0; }

.post .post-excerpt table.my-calendar-table td.has-events .event-title.summary a img { display:none; }


.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details { border:1px solid #D0D0D0; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .close {
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .mc_edit_links,

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .sharing + button { display:none; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .time-block .event-time { font-size:16px; margin:0; display:inline-block; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .time-block .time-separator { font-size:16px; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .time-block .end-time { font-size:16px; font-weight:bold; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .sharing .mc_details { font-size:16px; text-align:center; }

.post .post-excerpt table.my-calendar-table td.has-events .calendar-event .details .sharing .mc_details a { color:#ffaa11; }


.post .post-excerpt table.my-calendar-table td.nextmonth {background:#f5f5f5;}

.post .post-excerpt table.my-calendar-table td.weekend { background:#e8eff6!important; }

.post .post-excerpt table.my-calendar-table td.weekend.nextmonth { background:#f5f5f5!important; }


.single-mc-events .time-block {}


/*---------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/


#criteria { position:relative; margin-bottom:2em; display:inline-block; }
#criteria .criteria_header { position:relative; z-index:1; display:inline-block; }
#criteria .criteria_header > div { position:relative; width:31%; margin-right:3.5%; display:inline-block;
	float:left; background:#eee; padding:12px 16px; box-sizing:border-box; height:120px; cursor:pointer; }
#criteria .criteria_header > div:last-child { margin-right:0; }
#criteria .criteria_header > div.active { background:#b9cde5!important; }
#criteria .criteria_header > div h4 { font-size:17px; margin:0; font-weight:bold; }
#criteria .criteria_header > div h4 i{ font-size:13px; }
#criteria .criteria_header > div p { margin:0; }
#criteria .criteria_header > div span { position: absolute; bottom:12px; right:10px;
	font-size:10px; font-weight:bold; text-align:right; }
#criteria .conjunto_desplegable { position:relative; background:#b9cde5!important; margin-top:-7px; }
#criteria .criteria_header > div:hover span { text-decoration:underline; }
#criteria .conjunto_desplegable .desple_1,
#criteria .conjunto_desplegable .desple_2,
#criteria .conjunto_desplegable .desple_3 { position:relative; padding:20px; }
#criteria .conjunto_desplegable ul { margin-left:20px; }
#criteria .conjunto_desplegable ul li { margin-bottom:0.25em; font-size:16px; }

.ficha_desplegable { margin-bottom:20px; position:relative; }
.ficha_desplegable h4 , .ficha_desplegable h2 { margin-bottom:0px!important; cursor:pointer; width:calc( 100% - 20px ); }
.ficha_desplegable h4:hover, .ficha_desplegable h2:hover { text-decoration:underline; }
.ficha_desplegable h4 i, .ficha_desplegable h2 i { float:right; margin-right:-20px; margin-top:4px; }
.ficha_desplegable h4 i { opacity:0.5; }
.ficha_desplegable h4:hover i { opacity:1; }
.ficha_desplegable .desplegable { margin-top:10px; background:#eee; padding:15px 20px 20px; font-size:17px; }
.ficha_desplegable .desplegable.primer-nivel { background:none; padding:0; font-size:18px;}
.ficha_desplegable .desplegable p { font-size:17px; line-height:1.6; }
.ficha_desplegable .desplegable p:last-child { margin-bottom:0; }
.ficha_desplegable .desplegable ul { margin-left:25px; }
.ficha_desplegable .desplegable ul li { font-size:17px; margin-bottom:0.25em; }

.modules_container { background:#e8eff6!important; padding:10px 20px; margin-top:2em; }
.modules_container h2 { margin-top: 10px!important; }
.modules_container .ficha_desplegable .desplegable { background:rgba(255,255,255,0.75); border-radius:10px; }


/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------CALENDAR-WIDGET------------------------------------------------------*/


#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 { margin:15px 6px; padding: 6px; border:1px solid #ebebeb; border-top:4px solid #2d3b69; }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-header { position:absolute; width:100%; }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-header .my-calendar-nav {}

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-header .my-calendar-nav .my-calendar-prev{ width:25%; margin:4px 0 0;}

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-header .my-calendar-nav .my-calendar-next{ width:25%; margin:4px 0 0; float: right; }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table {  }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table caption { 
	border-bottom:1px solid #ebebeb; height:26px; margin:0; padding-top:4px;
	margin-left: -6px;
    margin-right: -6px;
}

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table thead { /*border-bottom:1px solid #ebebeb;*/ }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table thead th { /*border-right:1px solid #ebebeb;*/ }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table thead th:last-child { /*border-right:none;*/ }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody {  }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody td { border:1px solid #ebebeb; padding-top:6px!important; }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody td.nextmonth {background:#f5f5f5;}



#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody td.has-events { background:#ffaa11!important; }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody td.weekend { background:#e8eff6!important; }

#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody td.weekend.nextmonth { background:#f5f5f5!important; }


#sidebar-right .widget.widget_my_calendar_mini_widget #mc_mini_widget-3 .my-calendar-table tbody td .calendar-events { width:100%!important; }

.mc-main.mini .mini-event { border:1px solid #ebebeb; padding:0; }

.mc-main .mc_general .event-title, .mc-main .mc_general .event-title a {
    background:#ffaa11!important;
    color:#2d3b69!important;
	margin:0;
	padding:6px 8px;
}

.mini .mc_edit_links, .list .mc_edit_links { display:none; }

.sharing .mc_details a { color:#ffaa11; font-weight:bold; }

.mc-main.mini .mini-event .details { padding:0 8px; }

.mc-main.mini .details .close {
    top:12px;
    right:10px;
	cursor:pointer;
}

.time-block .mc-event-date { display:block; text-align:left!important; }


/*---------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/


/*body.archive*/ #posts .post h3 { font-size:28px; line-height:1.3; color:#2d3b69; }

/*body.archive*/ #posts .post h3 a { color:#2d3b69; }

/*body.archive*/ #posts .post .post-meta { font-size:16px; line-height:1.4; }

/*body.archive*/ #posts .post .post-image { width:40%; display:inline-block; float:left; margin-right:5%; }

/*body.archive*/ #posts .post .post-image img { width:100%; height:auto; }

/*body.archive*/ #posts .post .post-excerpt { width:55%; display:inline-block; }

/*body.archive*/ #posts .post .read-more { clear:both; }



body.home #posts .post .post-excerpt,

body.page #posts .post .post-excerpt { width:100%; }

body.page-template-page-blog #posts .post .post-excerpt { width:55%; }

body.single #posts .post .post-image { display:none; }

body.single #posts .post .post-excerpt { width:100%; }



#footer { background:#2d3b69; color:#fff; min-height:240px; padding:20px 0px; }

#footer #footer-left,

#footer #footer-center,

#footer #footer-right { width:33.333%; min-height:200px; display:inline-block; float:left; }

#footer #footer-copyright { width:100%; font-size:14px; text-align:right; line-height:20px; min-height:20px; display:inline-block; font-weight: 100;}



#footer #footer-left h4 { font-size:20px; line-height:1.5; margin-bottom:10px; }

#footer #footer-left ul { list-style: inherit; margin-left:20px; }

#footer #footer-left ul li { font-size:16px; line-height:1.5; }

#footer #footer-left ul li a{ color:#fff; text-decoration:none; font-weight:100; }

#footer #footer-left ul li a:hover{ text-decoration:underline; }

#footer #footer-left ul li ul.sub-menu{ margin-left:20px; }

#footer #footer-left ul li ul.sub-menu li{ font-size:15px; }


#footer #footer-left ul li.menu-item-40,

#footer #footer-left ul li.menu-item-45 { display:none; }


#footer #footer-right { text-align:right; font-size:16px; padding-top:6px; font-weight:300; }

#footer #footer-right a { color:#fff; font-size:24px; text-decoration:none; font-weight:400; }


/*----------------------------------------------------------------------------------------------------------------*/


.boton_partners { position:absolute; display:inline-block; right:0; top:7px; width:260px; background:#ec3882; z-index:10; }
.boton_partners a { padding:10px; width:100%; max-width:260px; position:relative; display:inline-block; text-align: center;
	font-size: 16px;
    color: #fff!important;
    font-weight: 600!important;
	box-sizing: border-box;
	cursor:pointer;
}
.boton_partners .form_part { display:none; padding: 15px; }
.boton_partners .form_part form { display:inline-block; }
.boton_partners .form_part p{ display:inline-block; width:100%; box-sizing:border-box; }

.boton_partners .form_part p label{ display:inline-block; width:33.333%; box-sizing:border-box;
	float:left; line-height:24px; color:#fff; font-size:14px; }

.boton_partners .form_part p input.input{ display:inline-block; width:66.666%; box-sizing:border-box; float:left;
	border:none;
	height:24px; }
.boton_partners .form_part p.login-username,
.boton_partners .form_part p.login-password { font-size:14px; margin-bottom: 6px; }

.boton_partners .form_part p.login-remember { width:100%; float:left; padding-right:0; }
.boton_partners .form_part p.login-remember{ width:60%; float:left; padding-right:0; }

.boton_partners .form_part p.login-remember label { width:100%;}

.boton_partners .form_part p.login-remember a{ font-size:12px; text-align:left; padding:0 6px 0 0; }

.boton_partners .form_part p.login-submit { width:40%; float:right; padding-left:0; margin-bottom:2px; }

.boton_partners .form_part p.login-submit input.button { float:right; width: 100%; background:#2d3b69; color:#fff; border:none; height:24px; cursor: pointer; }

blockquote { margin-bottom:2.5em; }
blockquote i { font-style:italic; font-size:14px; text-align:right; display:block; margin-top:1em; }

nav .container-menu .header-box.widget.login p.separador { height:1px; width:100%; border-top:1px dotted #444; margin-top:20px; }
nav .container-menu .header-box.widget.login p.not_reg { font-size:12px; margin-top: 12px; }
nav .container-menu .header-box.widget.login p.register { text-align:right; }
nav .container-menu .header-box.widget.login p.register a { 
	background-color:#2d3b69; color:#fff; padding: 4px 16px; text-decoration: none;
}

nav .container-menu .header-box.widget.login p.register a:hover { text-decoration:underline; }

.post .post-excerpt a.btn { background:#2d3b69; color:#fff; padding:5px 10px; margin:0 4px; font-weight:500; border-radius: 4px;
	display: inline-block;
	transition:all 0.2s ease-in-out;
}
.post .post-excerpt a.btn:hover { background:#ffaa11; text-decoration:none; color:#2d3b69; /*border-color:#2d3b69;*/ }

.events_containers { display:table; font-size:14px; border: 1px solid #2d3b69; }
.events_containers .event_cont { display:table-row; }
.events_containers .event_cont.header { font-size:16px; /*font-weight: bold;*/ }
.events_containers .event_cont.header .event_col { color: #fff; background: #2d3b69; padding:6px;
	/*border-top:1px solid #2d3b69;*/
	border-bottom:1px solid #2d3b69;
}

.events_containers .event_cont .event_col { display: table-cell; width:16.666%; padding:10px 6px; line-height:1.4;
	position: relative;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.events_containers .event_cont .event_col:last-child { border-right:none; }

.nf-form-cont { background-color: #fff; color:#000; padding: 20px; border-radius: 10px; }

.nf-form-cont h3 { font-family: "Roboto Slab", sans-serif; font-size: 24px; color: #2d3b69; margin-bottom:1em;  }
.nf-form-cont h3 span { font-size:18px; margin-top: 10px; display: block; }
.nf-form-cont .nf-before-form-content { font-size:12px; margin-bottom:1em; }

.nf-form-cont label { font-size:16px; color: #2d3b69; }
.nf-form-cont  .nf-field-description { text-align: right; margin-top: -22px; font-size: 12px; }

.nf-form-cont .field-wrap input[type=button] { 
	float: right; 
	font-size: 14px;
	background: #2d3b69;
	color: #fff;
	border: none;
	height: 24px;
	padding: 4px 16px;
	cursor: pointer;
}
.nf-form-cont .field-wrap input[type=button]:hover { background:#ffaa11; color: #2d3b69; }
.nf-form-cont .field-wrap input[type=text], .nf-form-cont .field-wrap input[type=email] { height:30px; }

.post .post-excerpt .events-list table { 
	position:relative; margin-bottom:2em; border-right:1px dotted #ccc; border-bottom:1px dotted #ccc;
}
.post .post-excerpt .events-list table td,
.post .post-excerpt .events-list table td p { font-size:16px; }
.post .post-excerpt .events-list table td { position:relative; padding:6px 10px; border:0; border-left:1px dotted #ccc; width:33.333%; }
.post .post-excerpt .events-list table td.header { background:#2d3b69; color:#fff; }
.post .post-excerpt .events-list table td.empty { border-top:none; }

.post .post-excerpt .events-list table td span { font-size:18px; letter-spacing:1px; }

.post .post-excerpt .events-list table td a.enrol_btn {
	position:absolute; display:inline-block; background:#ffaa11; padding: 10px; left: 6px; bottom:6px; text-align: center;
	width: calc(100% - 12px); text-decoration:none;
	box-sizing: border-box; cursor:pointer; font-weight: bold; transition:all 0.2s ease-in-out;
}

.post .post-excerpt .events-list table td a.enrol_btn:hover { 
	background:#2d3b69; color:#fff; text-decoration: none;
}

.post .post-excerpt table a.moreinfo_btn { width:100%; background-color:#e8eff6; padding: 4px 20px; margin: auto; text-decoration:none!important; display: inline-block; box-sizing: border-box; text-align: center; transition: all .1s ease-in-out; line-height: 1.25;}
.post .post-excerpt table a.moreinfo_btn:hover { text-decoration:none!important; background-color:#bfd7ef; }

/*------------------------------------------------RESPONSIVE----------------------------------------------------------------*/

@media only screen and (min-width: 1921px){
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height: 450px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:450px; width:auto; }*/
}

@media only screen and (max-width: 1440px){
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:250px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:340px; width:auto; }*/
}

@media only screen and (min-width: 1025px) and (max-width:1440px){
	nav .container-menu .menu-menu-eud-container { width:60%; }
	nav .container-menu .header-box.widget.login { width:20%; margin-right:20%; }
	#social_button { width:20%; right:0; }
	#social_button ul li { width: 100%; text-align:center; }
	nav ul#menu-menu-eud li { margin-right:0px; }
}

@media only screen and (max-width: 1024px){
	.header-half.left {width:75%;}
	.header-half.right {width:25%;}
	.header-half.right .header-left { width:100%; }

	#container { width:94%;	}

	.post .post-excerpt .fichas-container h3 { font-size:22px!important; }
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:180px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:340px; width:auto; }*/
	#slider #myCarousel .carousel-inner .item .caption a { left:15%; }
	#slider #myCarousel .carousel-inner .item img { width:auto; height:100%; }
	
	#social_button { /*display:none;*/ margin-top:-47px; width:20%; height: 57px; }
	.responsivemenu #social_button { /*display:none;*/ margin-top:-47px; margin-right:1px; }
	
	.wrapper nav { /*background:#f3f3f3;*/ position:relative; margin-bottom: 10px; }

	.wrapper nav .openresponsivemenu { margin-top:11px; width:50%; }

	.wrapper nav .container-menu.responsivemenu { position:relative; }

	.wrapper nav .container-menu.responsivemenu .menu-menu-eud-container { position:relative; }

	.wrapper nav .container-menu.responsivemenu .menu-menu-eud-container .menu{ display:inline-block;  position:absolute; z-index:999; background:#2d3b69; overflow:hidden; }

	.wrapper nav .container-menu.responsivemenu .menu-menu-eud-container .menu li:hover a { background:#2d3b69; }

	.wrapper nav .container-menu.responsivemenu .menu-menu-eud-container .menu li .sub-menu li { background:#f3f3f3; }

	.wrapper nav .container-menu.responsivemenu .menu-menu-eud-container .menu li:hover .sub-menu li a { background:#f3f3f3; }

	.wrapper nav .container-menu.responsivemenu .menu-menu-eud-container .menu li .sub-menu li:hover a { background:#dee0e2; text-decoration:underline; }

	nav ul#menu-menu-eud li#menu-item-45 { float:left; }

	nav ul#menu-menu-eud li#menu-item-39:hover a,

	nav ul#menu-menu-eud li#menu-item-40:hover a { background:#ffaa11; }
	
	nav .container-menu .header-box.widget.login { margin-top:-36px; width:25%; margin-right:23%; }
	nav .container-menu .header-box.widget.login .header-box-title { padding: 9px 0; }
	
	body.logged-in nav .container-menu .header-box.widget.login {display:inherit;}
	body.logged-in nav .container-menu .header-box.widget.login .title-widget { display:none; }
	body.logged-in nav .container-menu .header-box.widget.login p { text-align:center; background-color: #FFaa11; padding: 11px 0;
		font-weight: bold; }
	body.logged-in nav .container-menu .menu-menu-eud-container { width:50%;}
	
	#posts h3 {
		line-height: 28px;
		font-size: 24px;
	}

	#posts .post-meta {
		line-height: 18px;
		font-size: 12px;
	}
	
	#criteria .criteria_header > div { width:32%; margin-right:2%; height:140px; }
	#criteria .criteria_header > div h4 { font-size:16px; }
	
	nav .container-menu .menu-menu-eud-container { width:50%; }
	
	#social_button ul { display:inline-block; position:relative;  height:57px; }
	#social_button ul li { padding:0; height: 57px;
    box-sizing: border-box; }
	#social_button ul li a { margin:12px 0; padding:0; line-height: 30px; width: 100%; }
	#social_button ul li a:hover { background:none; }
	
	.responsivemenu #social_button ul li {}
	
	#posts .post .post-excerpt .events-list table td p { font-size:16px; }
}


@media only screen and (max-width: 768px){
	
	.header-half.left {width:75%;}
	.header-half.right {width:25%;}
	.header-half.right .header-left { width:100%; }
	.header-left.logo { width: 40%; }
	.header-left.logo .logo { margin-right:10px; }
	
	.wrapper nav .openresponsivemenu { width:50%; }
	nav .container-menu .menu-menu-eud-container { width:50%; }
	nav .container-menu .header-box.widget.login { width:25%; margin-right:25%; }
	#social_button { width:25%; }
	
	body.logged-in nav .container-menu .menu-menu-eud-container { width:50%;}

	#container #primary { width:60%; }

	#container #secondary { width:40%; }

	#sidebar-right { margin-top:0; }
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:280px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:260px; width:auto; }*/
	
	#slider #myCarousel .carousel-inner .item .caption span.titol_01 { font-size:16px; }
	#slider #myCarousel .carousel-inner .item .caption span.titol_02 { font-size:14px;  }

	#footer #footer-left,
	#footer #footer-right { width:49%;}
	#footer #footer-center {width:2%;}
	
	#criteria .criteria_header > div h4 { line-height: 1.4; }
	.ficha_desplegable h4 { font-size:18px!important; }
	.ficha_desplegable .desplegable p { font-size:16px!important; }
}

@media only screen and (min-width: 601px) and (max-width: 768px){
	#criteria .criteria_header > div { padding: 12px 8px;}
	#criteria .criteria_header > div h4 { font-size:13px; }
	#criteria .criteria_header > div h4 i { font-size:12px; }
}


@media only screen and (max-width: 600px){
	
	.header-half.left {width:50%;}
	.header-half.right {width:50%;}
	.header-half.right .header-left { width:100%; text-align:right; }
	.header-left.logo { width: 100%; }
	.header-left { height:auto; padding: 14px 0px; }
	.header-left.name_project { padding: 11px 0px; }
	
	.wrapper nav .openresponsivemenu { width:50%; }
	nav .container-menu .menu-menu-eud-container { width:50%; }
	nav .container-menu .header-box.widget.login { width:45%; margin-right:0; }
	body.logged-in nav .container-menu .menu-menu-eud-container { width:50%;}
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:220px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:200px; width:auto; }*/
	
	#container #primary { width:100%; }

	#container #secondary { width:100%; }

	#sidebar-right { padding:50px 0px; width:100%!important; border-top:1px solid #2d3b69; }

	#sidebar-right .widget { max-width:300px; margin:0 auto 40px; }
	
	#criteria .criteria_header > div h4 { font-size:14px; }
	
	#social_button { display:none; }
	
	#menu-item-64 a { background:#FFaa11; }
	#menu-item-64 a:hover { text-decoration:underline; }

}

@media only screen and (max-width: 580px){
	#slider #myCarousel .carousel-inner .item .caption .container { width:75%; }
	#slider #myCarousel .carousel-inner .item .caption a { padding:10px; }
	#slider #myCarousel .carousel-inner .item .caption span.titol_01 { font-size:15px; font-weight:bold; }
	#slider #myCarousel .carousel-inner .item .caption span.titol_02 { font-size:13px; }
	
	body.home #content .content-article .content-article-image {
		margin-bottom:20px;
	}

	body.home #content .content-article .content-article-image img { max-width:300px; margin:0 auto; }

	#posts p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px){
	
	.header-left { text-align:left; }
	.header-left.logo .logo {  margin-right:10px; }
	.header-left.name_project { font-size: 17px; width: auto!important; padding: 13px 0px; }
	.header-half.right .header-left { /*padding-top:0;*/ }
	.wide-header .widget.login { width:50%; }
	
	nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-username,
	nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-password,
	nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-remember{ font-size:12px; }
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:180px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:160px; width:auto; }*/
	
	.ficha_home { width:100%; padding:0; }

	.post .post-excerpt .fichas-container .ficha { width: 100%; }

	body.home #posts .post .post-excerpt h3.slogan { font-size:32px; }

	body.home #posts .post .post-excerpt #description_home p{ font-size:18px; }

	body.home #content .content-article h3 { font-size: 22px; }

	body.home #content .content-article p { font-size: 16px; }

	#footer #footer-left,

	#footer #footer-right {width:100%; min-height:auto; margin-bottom:20px; text-align: left; }

	#footer #footer-center {width:100%; min-height:auto; margin-bottom:0px; }

	#footer #footer-copyright { font-size:12px; }

}

@media only screen and (max-width: 425px){
	
	.header-left.logo {  max-width: 160px; }
	.header-left.name_project { font-size: 15px; padding: 15px 0px; }
	.logged-in .wide-header .widget.login { margin: 20px 0; }
	
	nav .container-menu .header-box.widget.login .members-login-form { padding: 0 10px 10px; }
	nav .container-menu .header-box.widget.login .members-login-form #loginform p label{ width:100%;}
	nav .container-menu .header-box.widget.login .members-login-form #loginform p input.input { width:100%; }
	nav .container-menu .header-box.widget.login .members-login-form #loginform p.login-remember { width:100%; }
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:160px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:140px; width:auto; }*/
	#slider #myCarousel .carousel-inner .item .caption span.titol_01 { font-size:14px; }
	#slider #myCarousel .carousel-inner .item .caption span.titol_02 { font-size:12px; }

	.post .post-excerpt .my-calendar-header .my-calendar-nav ul .my-calendar-prev a,

	.post .post-excerpt .my-calendar-header .my-calendar-nav ul .my-calendar-next a{ font-size: 14px; display: inline-block; padding:0; }
	
	#criteria .criteria_header > div { padding: 12px 8px;}
	#criteria .criteria_header > div h4 { font-size:13px; }
	#criteria .criteria_header > div h4 i { font-size:12px; }
}

@media only screen and (max-width: 375px){
	
	.header-left { /*height:100px;*/}
	.header-left.logo {  max-width: 120px; }
	.header-left.name_project { font-size: 12px; }
	.header-left.logo_ec img{ height:80px; width:auto;}
	
	body.logged-in nav .container-menu .header-box.widget.login p { font-size:11px; padding:13px 0 12px; }
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:140px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:120px; width:auto; }*/
	#slider #myCarousel .carousel-inner .item .caption a { bottom:0; }
	
	#criteria .criteria_header > div h4 i { font-size:11px; }
}

@media only screen and (max-width: 320px){

	.header-left.logo_ec img{ height:70px; width:auto;}
	.logged-in .wide-header .widget.login { margin: auto 0; }
	
	#slider #myCarousel .carousel-inner,
	#slider #myCarousel .carousel-inner .item { height:120px; width:auto; }
	/*#slider #myCarousel .carousel-inner .item img { height:100px; width:auto; }*/
	#slider #myCarousel .carousel-inner .item .caption span.titol_02 { display:none; }
	
	#criteria .criteria_header > div h4 { font-size:12px; }
	#criteria .criteria_header > div h4 i { display:none; }
}