/*	
_____________________________________________________________

			RESET
_____________________________________________________________

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b,
i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figure, figcaption, hgroup, menu, footer, header,
nav, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*	
_____________________________________________________________

			NAV
_____________________________________________________________

*/

body{
	background:#ffffff;	
	color:#414141;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

a{	
	color:#424644;
	text-decoration:none;
}

a.link-primary{
	color:#4E8EC4;
}

a.link-primary:hover{
	text-decoration:underline;
}

strong{
	font-weight:bold;
}

address{
	font-style:normal;
}

.address-title{
	margin-bottom:20px;
	font-weight:bold;
	font-size:18px;
}

.container{
	width:960px;
	margin:0 auto;
	position:relative;
}

.heading-md{
	font-weight:700;
	font-size:24px;
	border-bottom:1px solid #414141;
	padding-bottom:5px;
	margin-bottom:35px;
}

.heading-sm{
	font-weight:700;
	font-size:16px;
}

.primary-list{
	padding-left:14px;
	margin-bottom:20px;
}

.dialog-info .primary-list{
	font-size:15px;
}

ol.primary-list{
	padding-left:14px;
	font-weight:bold;	
}

ol.primary-list li{
	margin-bottom:15px;	
}

ol.primary-list li span{
	font-weight:normal;
}

.item-finished{
	color:#ffffff;
	background:#a2c037;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:5px 10px;
	margin-top:20px;
	width:100%;
	text-align:center;
}

/*BUTTONS*/

.btn{	
	border:none;
	cursor:pointer;
}

.btn-primary{
	padding:2px 10px;
	background:#4E8EC4;
	color:#ffffff;
	font-size:13px;
	font-weight:500;
}

.btn-primary:hover,
.btn-primary:disabled{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.btn-primary.loading{
	background-image: url(../img/loading.gif);
	background-position:right 5px center;
	padding-right:25px;
	background-repeat:no-repeat;
}

.btn-primary.pdf{
	background-image: url(../img/ico-pdf.gif);
	background-position:right 2px center;
	padding-right:22px;
	background-repeat:no-repeat;
}

.btn-more-primary{
	font-weight:700;
	color:#4E8EC4;
	font-size:14px;
}

.btn-more-primary:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.button-wrapper-left{
	margin:15px 0px;
	float:left;
}

/*PAGER*/

.pager-wrapper{
	text-align:center;
}

.pager-primary{
	list-style:none;
	display:inline-block;
	/*margin-top:40px;*/
	margin-bottom:15px;
}

.pager-primary li{
	float:left;
	margin-left:5px;
	font-family:cubanoregular, sans-serif;
	font-size:16px;
	line-height:25px;
	color:#3D4542;
}

.pager-primary li:first-child{
	margin-left:0px;
}

.pager-primary li.numeric{
	margin-left:10px;
}

.pager-primary li.numeric:hover a{
	color:#D61B1B;
}

.pager-last{
	width:25px;
	height:25px;
	background:url(../img/sprites.png) no-repeat -100px 0;
	display:block;
}

.pager-last:hover{
	background:url(../img/sprites.png) no-repeat -100px -25px;
}

.pager-prev,
.pager-prev.inactive:hover{
	width:25px;
	height:25px;
	background:url(../img/sprites.png) no-repeat -75px 0;
	display:block;
}

.pager-prev:hover{
	background:url(../img/sprites.png) no-repeat -75px -25px;
}

.pager-primary .pager-prev{
	margin-right:10px;
}

.pager-next,
.pager-next.inactive:hover{
	width:25px;
	height:25px;
	background:url(../img/sprites.png) no-repeat -50px 0;
	display:block;
}

.pager-next:hover{
	background:url(../img/sprites.png) no-repeat -50px -25px;
}

.pager-primary .pager-next{
	margin-left:15px;
}

.pager-first{
	width:25px;
	height:25px;
	background:url(../img/sprites.png) no-repeat -125px 0;
	display:block;
}

.pager-first:hover{	
	background:url(../img/sprites.png) no-repeat -125px -25px;
	
}

hr.hr-primary{
	width:100%;
	background:#ffffff;
	margin-top:25px;
	margin-bottom:25px;
	height:1px;
}

.halve-item hr{
	width:90%;
	background:#4E8EC4;
	margin-top:25px;
	margin-bottom:25px;
	height:1px;
}

.halve-item-type{
	color:#4E8EC4;
	font-size:14px;
	font-weight:300;
	margin-bottom:5px;
}

.halve-item-title{
	color:#494949;
	font-size:16px;
	font-weight:700;
	margin-bottom:20px;
}

.halve-item-text{
	color:#444444;
	font-size:13px;
	margin-bottom:45px;
}

.btn-header-wrapper{
	margin-bottom:20px;
}

.nav-inner-menu{
	text-align:right;
	margin-top:25px;
}

.nav-inner-menu ul{
	list-style:none;
}

.nav-inner-menu ul li{
	margin-bottom:15px;
}

.nav-inner-menu ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:14px;
	color:#2e2e2e;
}

.nav-inner-menu ul li a:hover,
.nav-inner-menu ul li.active a{
	color:#68a8de;
}

/*	
_____________________________________________________________

			GRID
_____________________________________________________________

*/

.row{
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
}

.row-lg{
	margin-left:-20px;
	margin-right:-20px;
}

.row-xl{
	margin-left:-30px;
	margin-right:-30px;
}

.row-xxl{
	margin-left:-40px;
	margin-right:-40px;
}

/*Micro clearfix method*/
.row:before,
.row:after {
  content: " "; 
  display: table;
}

.row:after {
  clear: both;
}
/*For IE 6/7 only*/
.row {
	*zoom: 1;
}

.col-2{
	padding-left:10px;
	padding-right:10px;	
	width:16.6667%;
	float:left;
}

.col-3{
	padding-left:10px;
	padding-right:10px;	
	width:25%;
	float:left;
}

.col-4{
	padding-left:10px;
	padding-right:10px;
	width:33.3334%;
	float:left;
}

.col-5{
	padding-left:10px;
	padding-right:10px;
	width:41.6667%;
	float:left;
}

.col-6{
	padding-left:10px;
	padding-right:10px;	
	width:50%;
	float:left;
}

.col-7{
	padding-left:10px;
	padding-right:10px;	
	width:58.3334%;
	float:left;
}

.col-8{
	padding-left:10px;
	padding-right:10px;	
	width:66.6667%;
	float:left;
}

.col-9{
	padding-left:10px;
	padding-right:10px;	
	width:75%;
	float:left;
}

.col-10{
	padding-left:10px;
	padding-right:10px;	
	width:83.3334%;
	float:left;
}

.col-11{
	padding-left:10px;
	padding-right:10px;	
	width:91.6667%;
	float:left;
}

.col-offset-1{
	margin-left:8.3333%
}

.col-lg{
	padding-left:20px;
	padding-right:20px;	
}

.col-xl{
	padding-left:30px;
	padding-right:30px;	
}

.col-xxl{
	padding-left:40px;
	padding-right:40px;	
}

/*	
_____________________________________________________________

			AUX
_____________________________________________________________

*/

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

.block{
	display:block;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.hidden{
	display:none;
}

.clearfix{
	clear:both;
}

img.displayed {
    display: block;
    margin: 0 auto;
    clear: right;
}

/*Micro clearfix method*/
.cf:before,
.cf:after {
  content: " "; 
  display: table;
}

.cf:after {
  clear: both;
}
/*For IE 6/7 only*/
.cf {
  *zoom: 1;
}

.clear-xxs{
	margin-bottom:5px;
}

.clear-xs{
	margin-bottom:10px;
}

.spacer-xs{
	margin-top:10px;
}

.clear-sm{
	margin-bottom:15px;
}

.spacer-sm{
	margin-top:15px;
}

.clear-md{
	margin-bottom:20px;
}

.spacer-md{
	margin-top:20px;
}

.clear-lg{
	margin-bottom:30px;
}

.clear-xl{
	margin-bottom:40px;
}

.clear-xxl{
	margin-bottom:50px;
}

.clear-xxxl{
	margin-bottom:75px;
}

.spacer-lg{
	margin-top:30px;
}

/*	
_____________________________________________________________

			FORMS
_____________________________________________________________

*/

.form-group{
	margin-bottom:20px;
}

.form-group-checkbox{
	margin-bottom:20px;
}

label{
	display:block;
	color:#2e2e2e;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

.form-group-checkbox label{
	color:#414141;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	margin-bottom:0px;
}

.form-group-checkbox label a{
	color:#4E8EC4;
}

.form-group-checkbox label a:hover{
	text-decoration:underline;
}

label.error{
	color:#4E8EC4;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

input[type="text"], input[type="password"], textarea{
	border:1px solid #4E8EC4;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:8px 10px;
	background:#ffffff;
	color:#414141;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
}

input[type="text"].secondary,
input[type="password"].secondary,
textarea.secondary{
	border:none;
	background:#e8f2fa;
	font-size:13px;
	padding:8px 10px;
	color:#414141;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
}


input[type="checkbox"].styled{
	display:none;
}

input[type="checkbox"].styled + label span {
    display:inline-block;
    width:17px;
    height:17px;
    line-height:17px;
    background:url(../img/bg-checkbox.png) no-repeat 0px -1px;
	display:block;
	float:left;
	margin-right:5px;
}

input[type="checkbox"].styled:checked + label span {
    background:url(../img/bg-checkbox.png) no-repeat -19px -1px;
}

input.input-wide,
textarea.textarea-wide{
	width:100%;
}

textarea{
	height:110px;		
	resize: none;
	overflow: auto;
}

textarea .textarea-lg{
	height:150px;
}

.notification{
	padding:15px 20px;
	border:1px solid #cccccc;
	background:#F4F4F4;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#444444;
	width:100%;
	margin-top:25px;
	margin-bottom:15px;
}

#notification-dialog{
	width:500px;
}

/*	
_____________________________________________________________

			HEADER
_____________________________________________________________

*/

#logos-container{
	padding:15px 0px;
	height: 112px;
}

#logos-container > .pull-left{
	margin-top:25px;
}

.logos-note{
	margin-bottom:5px;
	margin-left:25px;
	font-size:11px;
}

.partner-logo{
	display:inline-block;
	margin-left:20px;
	vertical-align:middle;
}

.partner-logo:first-child{
	margin-left:0px;
}

#mainMenu-wrapper{
	height:105px;
	background: #a2c037; /* Old browsers */
	background: -moz-linear-gradient(left, #a2c037 0%, #4E8EC4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a2c037), color-stop(100%,#4E8EC4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #a2c037 0%,#4E8EC4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #a2c037 0%,#4E8EC4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #a2c037 0%,#4E8EC4 100%); /* IE10+ */
	background: linear-gradient(to right, #a2c037 0%,#4E8EC4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c037', endColorstr='#4E8EC4',GradientType=1 ); /* IE6-9 */
}

#logo{	
	margin-top:35px;
	display:block;
	float:left;
}

#mainMenu{
	margin-top:55px;
	/*width:730px;*/
	display:block;
	float:right;
	list-style:none;
}

#mainMenu li{
	float:left;	
	margin-left:10px;
	color:#ffffff;
}

#mainMenu li:first-child{	
	margin-left:0px;
}

#mainMenu li.active,
#mainMenu li:hover{
	text-decoration:underline;	
}

#mainMenu li a{
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	/*letter-spacing:-1px;*/
}

/*	
_____________________________________________________________

			FOOTER
_____________________________________________________________

*/

#mainFooter{	
	margin-top:100px;
	background:#302e2e;
	color:#c5c4c4;
	padding:50px 0px 120px 0px;
}

#mainFooter a{
	color:#c5c4c4;
}

#mainFooter a:hover,
#mainFooter a.active{
	color:#ffffff;	
}

#logo-footer{
	width:80%;
	display:block;
	margin-bottom:15px;
}

#logo-footer img{
	width:90%;
}

#footerMenu{
	list-style:none;
	display:block;
	margin-bottom:10px;
	overflow:auto;
	float:right;
}

#footerMenu li{
	display:block; 
	float:left;
	margin-left:25px;
}

#footerMenu li:first-child{
	margin-left:0px;
}

#footerMenu li a{
	text-transform:uppercase;
	font-size:12px;
}

.social-list{
	margin-top:20px;
	list-style:none;
	clear:both;
	float:right;
}

.social-list li{
	display:block;
	float:left;
	margin-left:5px;
	height:43px;
	width:43px;
}

.social-list li:fist-child{
	margin-left:none;
}

.social-list li a{
	display:block;
	height:43px;
	width:43px;
}

.social-list li#footer-tw a{
	background:url(../img/ico-tw.png) no-repeat center center;
}

/*	
_____________________________________________________________

			DIALOGS
_____________________________________________________________

*/

.dialog-info{
	width:650px;
	padding:10px 20px 20px 20px;
	margin:0 auto;
}

.dialog-info-title{
	margin-bottom:15px;
	font-size:24px;
	color:#4E8EC4;
	font-weight:normal;
}

.dialog-info-heading{
	margin-bottom:10px;
	margin-top:10px;
	line-height:20px;
	font-size:16px;
}

.dialog-info br{
	display:block;
	margin:3px;
}

.dialog-info ol li{
	margin-bottom:10px;
}

.dialog-info a{
	font-weight:bold;
}

#subscription-dialog{
	width:850px;
}

.subscription-dialog-note{
	font-size:18px;
	line-height:20px;
	color:#4E8EC4;
	margin-bottom:15px;
	font-weight:bold;
}

/*	
_____________________________________________________________

			INDEX
_____________________________________________________________

*/

/*SLIDESHOW*/

#slideshow-container{
	position:relative;
	width:100%;
	height:605px;
	margin:0 auto;
	margin-bottom:30px;
}

.main-slider{
	width:100%;
	height:605px;
	min-height:605px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% center !important
}

.slideshow-title-wrapper{
	padding-top:110px;
	text-align:center;
}

.slideshow-title-wrapper hr{
	background:#ffffff;
	width:15%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	height:1px;
}

.slideshow-title{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:40px;
	line-height:50px;
	text-shadow: 3px 3px 7px #000000;
}

.slideshow-info-panel{
	width:100%;
	position:absolute;
	z-index:999;
	bottom:20px;
	background:rgba(255, 255, 255, 0.9);
	padding-bottom:10px;
	-webkit-box-shadow: 0px -15px 10px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px -15px 10px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px -15px 10px 0px rgba(50, 50, 50, 0.25);
}

.slideshow-info-item-label{
	position:relative;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background:#4E8EC4;
	font-size:24px;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-top:-10px;
	padding:2px 12px;
	margin-bottom:20px;
}

.slideshow-info-item-label:after{
	content:"";
	position:absolute;
	top:0px;
	left:-6px;
	border-bottom: 0 solid rgba(0, 0, 0, 0);
	border-right: 6px solid #2f2f2f;
	border-top: 10px solid rgba(0, 0, 0, 0);
	height: 0;
	width: 0;
}

.slideshow-info-item-title{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#2e2e2e;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;	
	display:block;
}

.slideshow-info-item-title:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.slideshow-info-item-text{	
	font-family: 'Open Sans', sans-serif;
	color:#2e2e2e;
	font-size:15px;
	margin-bottom:5px;
	line-height:19px;
}

.slideshow-info-item-btn{
	font-family: 'Open Sans', sans-serif;
	color:#2e2e2e;
	font-size:15px;
	font-weight:900;
}

.slideshow-info-item-btn:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*AGENDA HOME*/

.home-agenda-item-dateD{
	font-size:40px;
	color:#4E8EC4;
	font-weight:700;
	line-height:45px;
	height:45px;
}

.home-agenda-item-dateMY{
	font-size:14px;
	color:#2e2e2e;
	margin-bottom:25px;
	text-transform:uppercase;
}

.home-agenda-item-category{
	text-transform:uppercase;
	color:#4E8EC4;
}

.home-agenda-item-title{
	font-size:14px;
	color:#2e2e2e;
	font-weight:700;
	margin-bottom:15px;
	line-height:16px;
	height:48px;
}

.home-agenda-item-title a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.home-agenda-item-text{
	color:#2e2e2e;
	font-size:13px;
	line-height:14px;
	margin-bottom:10px;
	height:42px;
}

.home-banner-wrapper{
	margin-top:36px;
	float:right;
}

.home-banner-wrapper > a,
.home-banner-wrapper > span{
	display:block;
	width:361px;
	height:268px;
	position:relative;
}

.home-banner-info-wrapper{
	width:325px;
	margin:0 auto;
	padding-top:40px;
	display:block;
	position:absolute;
	bottom:42px;
	left:50%;
	margin-left:-163px;
}

.home-banner-title{
	color:#ffffff;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	line-height:30px;
}

.home-banner-date{
	color:#ffffff;
	display:block;
	margin-bottom:10px;
	font-weight:normal;
	font-size:30px;
	text-align:center;
	line-height:30px;
}

.home-banner-text{
	color:#ffffff;
	display:block;
	font-weight:light;
	font-size:16px;
	text-align:center
}

.faq_home_carousel{
	position:relative;
	margin-top:40px;
}

.faq_home_item{
	position:relative;
	display:block;
	width:100%;
	padding:0px 20px;
	height:250px;
	overflow: hidden;
}

.faq_home_item_title{
	font-family: 'Open Sans', sans-serif;
	color:#4e8ec4;
	font-size:30px;
	margin-bottom:25px;
}

.faq_home_text{
	font-size:14px;
}

.faq_home_carousel .cycle-prev,
.faq_home_carousel .cycle-next{
	cursor:pointer;
	position:absolute;
	z-index:9999;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:16px;
	top:50%;
	margin-top:-8px;
}

.faq_home_carousel .cycle-prev{
	left:0px;
}

.faq_home_carousel .cycle-next{
	right:0px;
}


/*SECTION COVERS*/

.section-cover{
	width:100%;
	height:258px;	
	margin-bottom:15px;

	background-repeat:no-repeat; 	
	background-position:50% center !important;
	background-size:cover;
}

.section-cover-info{
	margin-top:50px;
}

.section-cover hr{
	background:#ffffff;
	width:8%;
	margin-bottom:15px;
	height:1px;
}

.section-cover-heading{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#ffffff;
	width:775px;	
	line-height:35px;
	text-shadow: 3px 3px 7px #000000;
}

.em-container-wrapper{
	padding:25px 0px 50px;
	background:#f7f7f7;
	margin-bottom:30px;
}

.section-title{
	margin-bottom:35px;
	font-size:24px;
	color:#4E8EC4;
	font-weight:normal;
}

.section-title-sm{
	margin-bottom:15px;
}

.section-summary-em{
	font-size:18px;
	color:#4E8EC4;
	font-weight:normal;
}

.section-subtitle{
	font-size:18px;
	color:#4E8EC4;
	font-weight:normal;
	border-bottom:1px solid #4E8EC4;
	width:100%;
	padding-bottom:10px;
	margin-bottom:35px;
}

.section-summary{
	padding-left:55px;
	padding-right:55px;
}

/*QUE ES*/

.col-3 .objective-item{
	border-left:1px solid #4E8EC4;
	padding-left:10px;
	height:120px;
}

.col-3:first-child .objective-item{
	border-left:none;
	padding-left:0px;
}

.objective-item-title{
	font-weight:bold;
	color:#494949;
	font-size:20px;
	padding-top:10px;
}

.objective-item-text{
	font-weight:300;
	padding-bottom:15px;
}

.project-item-title{
	color:#4E8EC4;
	font-size:20px;
	font-weight:700;
	margin-bottom:25px;
	display:block;
}

.project-item-text{
	margin-bottom:15px;
}

.consejo-memberName{
	font-size:14px;
	color:#323232;
	font-weight:700;
	margin-bottom:5px;
}

.consejo-memberCompany{
	font-size:14px;
	color:#4E8EC4;
	font-weight:500;
}

.consejo-memberPosition{
	font-size:14px;
	color:#444444;
	font-weight:300;
}

/*CASOS PRÁCTICOS*/

.filters-wrapper{
	text-align:right;
	margin-bottom:25px;
}

.btn-filter{
	overflow:auto;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0px 5px;
}

.btn-filter-list{
	display:none;
}

.btn-filter-text{
	background:#67A7DD;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	padding:3px 10px;
	height:23px;
	border:none;
	display:block;
	float:left;
	margin:0px;	
	/*max-width:150px;*/
}

.btn-filter-icon{
	width:35px;
	height:23px;
	background:#2e3236;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:left;
	margin-right:3px;
}

#btn-filter-beneficio .btn-filter-icon{
	background-image:url(../img/ico-filter-beneficio.png);
}

#btn-filter-beneficio .btn-filter-text{
	width:200px;
}

#btn-filter-tamano .btn-filter-icon{
	background-image:url(../img/ico-filter-tamano.png);
}

#btn-filter-tamano .btn-filter-text{
	width:175px;
}

#btn-filter-ubicacion .btn-filter-icon{
	background-image:url(../img/ico-filter-ubicacion.png);
}

#btn-filter-ubicacion .btn-filter-text{
	width:150px;
}

#btn-filter-tematica .btn-filter-icon{
	background-image:url(../img/ico-filter-tematica.png);
}

#btn-filter-tematica .btn-filter-text{
	width:185px;
}

.caso-practico-item{
	background:#f4f4f4;
	padding:15px 12px 30px;
	position:relative;
}

.caso-practico-item.new:after{
	content:"Novedad";
	background:#a2c037;
	text-transform:uppercase;
	color:#ffffff;
	position:absolute;
	top:10px;
	left:-3px;
	padding:0px 3px;
	font-size:13px;
	font-weight:500;
}

.caso-practico-item-img-wrapper{
	height:100px;
	width:100%;
	position:relative;
	margin-bottom:10px;
	margin-top:25px;
}

.caso-practico-item-img-wrapper img{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	max-height:100px;
}

.caso-practico-date{
	color:#4E8EC4;
	font-weight:300;
	font-size:14px;
	margin-bottom:5px;
}

.caso-practico-text{
	color:#444444;
	font-size:13px;
	margin-bottom:20px;
	height:130px;
	overflow:hidden;
}

/*PLANES DE ACCION*/

.plan-item {
	position: relative;
}

.plan-item-img {
	margin-bottom: 40px;
}

.plan-item hr {
	background:#4E8EC4;
	width:90%;
	margin-bottom:20px;
	height:1px;
}

.plan-item-category {
	color:#4E8EC4;
	font-size:14px;
	margin-bottom:5px;
}

.plan-item-title {
	color:#2e2e2e;
	font-size:16px;
	margin-bottom:5px;
	font-weight:700;
	line-height:23px;
	height:69px;
}

.plan-item-text {
	color:#2e2e2e;
	font-size:13px;
	line-height:17px;
	height:68px;
	margin-bottom:60px;
}

/*NETWORKING*/

.networking-item {
	position: relative;
}

.networking-item-img {
	margin-bottom: 40px;
}

.networking-item hr {
	background:#4E8EC4;
	width:90%;
	margin-bottom:20px;
	height:1px;
}

.networking-item-category {
	color:#4E8EC4;
	font-size:14px;
	margin-bottom:5px;
}

.networking-item-title {
	color:#2e2e2e;
	font-size:16px;
	margin-bottom:5px;
	font-weight:700;
	line-height:23px;
	height:69px;
}

.networking-item-text {
	color:#2e2e2e;
	font-size:13px;
	line-height:17px;
	height:68px;
	margin-bottom:60px;
}

/*SEMINARIOS*/

.seminario-item{
	position:relative;
}

.seminario-item .item-finished{
	margin-bottom:15px;
}

.seminario-item .finalizado {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
}

.seminario-item.ended:after {
	width:175px;
	content:"Finalizado";
	background:rgba(104,168,222);
	background:rgba(104,168,222,0.5);
	text-transform:uppercase;
	color:#ffffff;
	position:absolute;
	top:60px;
	left:0px;
	text-align:center;
	font-size:21px;
}

.seminario-item-img{
	/*margin-bottom:40px;*/
	width: 100%;
}

.seminario-item hr{
	background:#4E8EC4;
	width:180px;
	margin-bottom:20px;
	height:1px;
}

.seminario-item-date{
	color:#4E8EC4;
	font-size:14px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.seminario-item-title{
	color:#2e2e2e;
	font-size:16px;
	margin-bottom:5px;
	font-weight:700;
	line-height:23px;
	height:69px;
}

.seminario-item-text{
	color:#2e2e2e;
	font-size:13px;
	line-height:17px;
	height:68px;
	margin-bottom:60px;
}

/*SEMINARIOS INNER*/

.seminarios-inner-wrapper{
	width:700px;
	overflow:auto;
}

.btn-back-seminario{
	text-align:right;
	color:#2eabde;
	overflow:auto;
	margin-bottom:15px;
}

.ico-btn-back{
	width:13px;
	height:15px;
	background:url(../img/btn-back.png) no-repeat 0px 3px;
	display:inline-block;
}

.ico-btn-text{
	display:inline-block;	
}

.btn-back-seminario{
	display:block;
}

.seminario-inner-left{
	display:block;
	float:left;
	margin-right:20px;
	width: 175px;
}

.seminario-inner-left img {
	width: 100%;
}

.seminario-inner-info{
	display:block;
	float:left;
	width:485px;
	border-left:1px solid #2eabde;
	padding:0px 0px 20px 20px;
}

.seminario-inner-info ul, 
.seminario-inner-info ol {
	padding-left: 20px;
}

.seminario-inner-info .btn-primary{
	margin:10px 0px;
	display:inline-block;
}

.seminario-inner-title{
	font-size:22px;
	color:#2e2e2e;
	font-weight:700;
	margin-bottom:30px;
}

.seminario-inner-date{
	font-size:16px;
	color:#4E8EC4;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px;
}

.seminario-inner-place{
	color:#2e2e2e;
	margin-bottom:35px;
}

.seminario-inner-programa-title{
	font-size:16px;	
	color:#2e2e2e;
	font-weight:700;
	margin-bottom:15px;
}

.seminario-inner-programa{
	margin-bottom:45px;
}

.seminario-inner-programa dt{
	color:#4E8EC4;
	font-weight:700;
	margin-bottom:5px;
}

.seminario-inner-programa dd{
	color:#2e2e2e;
	margin-bottom:15px;
}

.seminario-inner-videos-title{
	font-size:17px;
	color:#68a8de;
	margin-top:15px;
}

.seminario-inner-preguntas-title{
	font-size:36px;
	color:#68a8de;
	margin-bottom:15px;
	line-height:40px;
}

.seminario-inner-preguntas-subtitle{
	font-size:24px;
	color:#68a8de;
	line-height:35px;
	margin-bottom:15px;
}

#ask-form{
	margin-top: 90px;
	margin-bottom:25px;
}

.seminario-inner-pregunta-item{
	margin-bottom:35px;
}

.seminario-inner-preguntas-author{
	color:#2e2e2e;
	font-size:14px;
	margin-bottom:10px;
}

.seminario-inner-preguntas-question{
	color:#2e2e2e;
	font-size:22px;
	margin-bottom:10px;
}

.seminario-inner-preguntas-answer{
	font-size:14px;
	color:#2e2e2e;
	margin-bottom:15px;
}

.seminario-inner-preguntas-answeredBy{
	color:#68a8de;
	font-size:14px;
}

/*AGENDA*/

.agenda-item{
	padding:15px;
	display:block;
}

a.agenda-item.active{
	background:#c6e8f7 url(../img/ico-more.png) no-repeat 95% 5%;
}

.agenda-item-date{
	color:#2daae1;
	font-size:16px;
	margin-bottom:10px;
	display:block;
	margin-right:45px;
	height: 44px;
}

.agenda-item-title{
	color:#444444;
	font-size:14px;
	margin-bottom:15px;
	font-weight:bold;
	display:block;
	line-height:15px;
	height:45px;
}

.agenda-item-text{
	line-height:15px;
	height:60px;
}

.btn-back-agenda{
	color:#2eabde;
	float:right;
}

.agenda-inner-date{
	font-size:20px;
	color:#2daae1;
	font-weight:700;
	margin-bottom:15px;
}

.agenda-inner-title{
	font-size:16px;
	color:#494949;
	font-weight:700;
	margin-bottom:25px;
}

/*FAQS*/

.faq-item{
	margin-bottom:25px;
}

.faq-title{
	font-size:22px;
	color:#2e2e2e;
	margin-bottom:15px;
}

.faq-text{
	font-size:14px;
	color:#2e2e2e;
}


.faq-text ul,
.faq-text ol { /* WYSIWYG content */
	padding-left: 20px;
}