
/* H1, H2, H3 */
h2{
    color: #6cb1ff;
    font-family:frutiger-bold;
    font-size: 30px;
    padding-top:30px;
    margin-bottom:30px;
    /*border-top:1px solid #a3a3a3;*/
}
h3, h4{    
    font-family:frutiger-bold;
    margin-bottom:3px;
    color: Black;
}
a, a:link, a:visited{
    color: black;
}
#header{
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
#header h1{
	display: inline-block;
}
#header #header-inner{
	padding-top: 35px;
}
/* CONTENT */
#page{
    /*background: url('../images/primary-background.png') repeat-x;*/
	overflow: auto;
	
}
.archive-meta{
	margin-bottom: 30px;
	font-weight: 600;
}
#primary{
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs{
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 0.8em;
}
sidebar-container {
    position:relative;
}
sidebar-container #sidebar{
    position:absolute;
    right:0;
    top:0;
}
#primary #sidebar{
    float:right;
    clear:none;
    margin-left:30px;
    margin-bottom:30px;
}
.mobile{
    display:none;
}
/* article */

article{
    font-family: Arial;
    position: relative;
}
/*
@media (min-width: 861px){
    article {
        display: inline-block;
    }
}
*/
article * + h1,
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + h6{
	margin-top: 30px;
}
article h1{
	font-size: 2em;
	line-height: 1.15em;
	margin-bottom: 1em;
}
article h2{
	font-size: 1.85em;
	line-height: 1.15em;
	margin-bottom: 1em;
}
article h3{
	font-size: 1.35em;
	line-height: 1.15em;
	margin-bottom: 1em;
}
article h4{
	font-size: 1.25em;
	line-height: 1.15em;
	margin-bottom: 1em;
}
article h5{
	font-size: 1.15em;
	line-height: 1.15em;
	margin-bottom: 1em;
}
article h6{
	font-size: 1em;
	line-height: 1.15em;
}
article a{
    color: #6cb1ff !important;
    font-weight: bold;
}
article img{
    max-width: 100%;
    height: auto;    
}
article p{
    margin-bottom: 15px;
    /*clear: both;*/
    line-height:20px;
}
.category-comunidades-autonomas .entry-summary p {
	float:none !important;
}
article ul,
article ol{
	padding-left: 35px;
	margin-bottom: 20px;
}
article ul ul,
article ol ol
article ul ol,
article ol ul{
	margin-top: 10px;
	padding-left: 50px;
	margin-bottom: 0;
}
article ul{
	list-style: none;
}
article ul li,
article ol li{
	margin-bottom: 10px;
	position: relative;
}
article ul li:before{
	content: '';
	position: absolute;
	top: 11px;
	left: -15px;
	
	width: 7px;
	height: 7px;
	border-radius: 50%;
	
	background: #0d4078;
	
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
article ul ul li:before{
	background: #81bbf9;
}
article .emphasis{
	font-style: italic;
	margin: 25px 0;
}
article .emphasis li{
	margin-bottom: 15px;
}
article .emphasis strong{
	font-size: 1.15em;
	font-style: normal;
}
article .bubbles{
	list-style: none;
	padding: 0;
}
article .bubbles li{
	background: #81bbf9;
	color: #0d4078;
	
	display: inline-block;
	vertical-align: top;
	
	padding: 1em;
	width: 100%;
	margin-bottom: 1em;
	border-radius: 10px;
}
article .bubbles li:before{
	display: none;
}

@media (min-width:1001px){
	article .bubbles.row-3 li{
		width: 30%;
		margin-right: 2%;
		text-align: center;
		min-height: 140px;
	}
	article .bubbles.row-3 li:nth-child(3n){
		margin-right: 0;
	}
	article .bubbles.row-2 li{
		width: 47%;
		margin-right: 2%;
		text-align: center;
		min-height: 100px;
	}
	article .bubbles.row-2 li:nth-child(2n){
		margin-right: 0;
	}
}
@media (min-width:641px) and (max-width:1000px){
	article .bubbles.row-3 li{
		width: 47%;
		margin-right: 2%;
		text-align: center;
		min-height: 120px;
	}
	article .bubbles li:nth-child(2n){
		margin-right: 0;
	}
	article .bubbles.row-2 li{
		width: 47%;
		margin-right: 2%;
		text-align: center;
		min-height: 110px;
	}
}
article img.thumbnail {
    max-width: 100%;
    border:0;
    margin-bottom:45px;
}
.page article h3{
    font-size: 24px;
	line-height: 30px;
    margin-bottom: 20px;
}
.page article * + h3{
	margin-top: 35px;
}
blockquote{
    text-align: left;
    clear: none;
    color: #6cb1ff;
    font-size: 28px;
	line-height: 32px;
    font-family: frutiger-bold;
    font-style: italic;
    padding: 20px 10% 40px;
}
blockquote p:before,
blockquote p:after{
	display: inline;
}
blockquote p:before{
	content: '“';
	margin-left: -14px;
}
blockquote p:after{
	content: '”';
}
blockquote p{
    width: 100% !important;
	line-height: 32px;
	position: relative;
}
blockquote p:last-of-type{
	margin-bottom: 0;
}

article.child{
    background-color: #f0f0f0;
    padding-top: 55px;
    padding-bottom: 55px;
    float: left;
    clear:both;
}
article.child div.thumbnail img{
    width: 100%;
}
article.child h3{
    border-bottom: 1px solid Black;
    padding-left: 45px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    font-family: frutiger-bold;
    font-size:16px;
}
article.child div.content p{
    width: 100%;
}

/* CATEGORY */
.entry-date{
    display:none;
}
/* CATEGORY GANADORES */
.category-ganadores #content article{
    width: 100%;
    float:left;
    border-bottom: 6px solid #e1e1e1;
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
    min-height: 271px;
}
.category-ganadores #content article:first-of-type{
    margin-top:0;
}
.category-ganadores #content article:last-of-type{
    border-bottom: 0;
}
.category-ganadores #content article .entry-video{
    position: absolute;
    left: 0;
    top: 0;
}
.category-ganadores #content article .entry-video,
.category-ganadores #content article .entry-video iframe{
    width: 325px;
    height: 235px;
}
.category-ganadores #content article header{
    margin-left: 345px;  
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
	font-size:18px;
}
.category-ganadores #content article h3 a,
.category-ganadores #content article h4{
    color: #81bbf9 !important;
}
.category-ganadores #content article .entry-summary{
    float: left;
    clear: both;
    margin-left: 345px;  
    clear:both;
    padding-bottom: 15px;    
}
.category-ganadores #content article .entry-summary p{
    width: 100%;
}
.category-ganadores #content article .entry-social{
    position: absolute;
    left: 345px;  
    bottom: 30px;
    margin:0!important;
}

/* CATEGORY GANADORES 2014 
.category-ganadores-2014 #content article{
    width: 100%;
    float:left;
    border-bottom: 6px solid #e1e1e1;
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
    min-height: 271px;
}
.category-ganadores-2014 #content article:first-of-type{
    margin-top:0;
}
.category-ganadores-2014 #content article:last-of-type{
    border-bottom: 0;
}
.category-ganadores-2014 #content article .entry-img{
    position: absolute;
    left: 0;
    top: 0;
}
.category-ganadores-2014 #content article .entry-img,
.category-ganadores-2014 #content article .entry-img img{
    width: 325px;
    height: 235px;
}
.category-ganadores-2014 #content article header{
    margin-left: 345px;  
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    font-size:18px;
}
.category-ganadores-2014 #content article h3 a,
.category-ganadores-2014 #content article h4{
    color: #81bbf9 !important;
}
.category-ganadores-2014 #content article .entry-summary{
    float: left;
    clear: both;
    margin-left: 345px;  
    clear:both;
    padding-bottom: 15px;    
}
.category-ganadores-2014 #content article .entry-summary p{
    width: 100%;
}
.category-ganadores-2014 #content article .entry-social{
    position: absolute;
    left: 345px;  
    bottom: 30px;
    margin:0!important;
}*/

.linkColor{color:#81bbf9 !important}


/* CATEGORY GANADORES */
.content-category article{
    width: 100%;
    float:left;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 50px;
    padding-bottom: 60px;
    position: relative;
	min-height: 270px;
}
article:last-of-type{
    border-bottom: 0;
}
article .entry-img{
    position: absolute;
    left: 0;
    top: 0;
}
article .entry-img img{
	max-width: 100%;
	height: auto;
}
article .entry-img,
article .entry-img img{
    width: 325px;
    max-width: 100%;
    height: auto;
	overflow: hidden;
}
article .entry-img{
	max-height: 250px;
}
@media (max-width:640px){
	article .entry-img{
		position: static;
		margin: 10px 0 20px;
	}
	article .entry-img,
	article .entry-img img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
}
.content-category article header{
    margin-left: 345px;  
    margin-bottom: 15px;
    font-size:22px;
    position: initial;
}
@media (max-width:640px){
    .content-category article header{
        margin-left: 0;
    }
}
.content-category article h3 a,
.content-category article h4{
    color: #81bbf9 !important;
}
.content-category article .entry-summary{
    float: left;
    clear: both;
    margin-left: 345px;  
    clear:both;
    padding-bottom: 15px;    
}
@media (max-width:640px){
    .content-category article .entry-summary{
        margin-left: 0;
    }
}
.content-category article .entry-summary a{
	color: inherit !important;
}
.content-category article .entry-summary p{
    width: 100%;
}
.content-category article .entry-social{
    position: absolute;
    left: 345px;  
    bottom: 30px;
    margin:0!important;
}

/* CATEGORY GANADORES-2 */
.category-ganadores-2 #content article{
    width: 100%;
    float:left;
    border-bottom: 6px solid #e1e1e1;
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
    min-height: 271px;
}
.category-ganadores-2 #content article:first-of-type{
    margin-top:0;
}
.category-ganadores-2 #content article:last-of-type{
    border-bottom: 0;
}
.category-ganadores-2 #content article .entry-img{
    position: absolute;
    left: 0;
    top: 0;
}
.category-ganadores-2 #content article .entry-img,
.category-ganadores-2 #content article .entry-img img{
    width: 325px;
    height: 235px;
}
.category-ganadores-2 #content article header{
    margin-left: 345px;  
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    font-size:18px;
}
.category-ganadores-2 #content article h3 a,
.category-ganadores-2 #content article h4{
    color: #81bbf9 !important;
}
.category-ganadores-2 #content article .entry-summary{
    float: left;
    clear: both;
    margin-left: 345px;  
    clear:both;
    padding-bottom: 15px;    
}
.category-ganadores-2 #content article .entry-summary p{
    width: 100%;
}
.category-ganadores-2 #content article .entry-social{
    position: absolute;
    left: 345px;  
    bottom: 30px;
    margin:0!important;
}


/* SOCIAL LINKS BOX */
.entry-social{
    margin: 30px 0;
    clear: both; 
    max-width: 100%;
	width: 300px;
    /* width: auto !important; */
}
.entry-social-inner{
    padding:5px;
    min-width: 180px;
    min-height: 30px;
    border:2px solid #dedede;
    border-radius: 4px;
}
.st_twitter_hcount span{
    margin: 0;
    height: 22px !important;
}

/* SUB CATEGORIAS */
.subcategory p{
    width: auto !important;
}
.subcategory h2{
    padding-bottom: 15px;
    padding-left: 60px;
    font-size: 24px;
    border-top:0 !important;
    border-bottom: 1px solid #dedede;
    color: #303030;
}
/* Experiencias */
.subcategory-8{
    background-color: #6cb1ff;
    padding-bottom: 30px;
}
.subcategory-8 h2{
    color: White;
    border-bottom: 1px solid White;
    background: url('../images/icon-experiencias.png') no-repeat;
    background-position: 0 25px;
    background-position-y: 25px;    
}
.subcategory-8 article{
    width: 25%;    
    float:left;
    clear:none;
    padding-left:8px;
    padding-right:8px;
}
.subcategory-8 article:nth-of-type(4){
    /*padding-right:0;*/
}
.subcategory-8 article header img{
    width: 100%;
    margin-bottom: 15px;
}
.subcategory-8 article header .entry-title a{
    color: White !important;
    font-size: 14px;
}
.subcategory-8 .entry-summary,
.subcategory-8 .entry-social{
    display: none;
}

/* TESTIMONIOS */
.subcategory-9 header,
.subcategory-9 .entry-summary,
.subcategory-9 .entry-social{
    display:none;
}
.subcategory-9 h2{
    background: url('../images/icon-testimonios.png') no-repeat;
    background-position: 0 25px;
    background-position-y: 25px;   
}
.subcategory-9 article .entry-video iframe{
    width: 100%;
    height: 240px;
}
.subcategory-9 article .entry-video{
    width: 100%;
}
.subcategory-9 article{
    width: 40%;
    float: left;
    clear: none;
    margin-bottom: 20px;
}
.subcategory-9 article:first-of-type{
    width: 60%;
    padding-right: 30px;
}
.subcategory-9 article:first-of-type iframe{
    height: 500px;
}

/* FINALISTAS */
.subcategory-10{
    background-color: #f0f0f0;
    padding-bottom:50px
}
.subcategory-10 .subcategory-title-selector{
    display:block !important;
    float:left;
    clear:both;
    color: #81bbf9 !important;
    width: 100%;
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.subcategory-10 .subcategory-title-selector:first-of-type{
    border-top: 0;
}
.subcategory-10 .subcategory-title-selector h3{
    width: 100%;
}
.subcategory-10 .subcategory-title-selector h3 a{
    color: #81bbf9 !important;
    width: 100%;
    display: block;
    line-height: 50px;
    text-decoration: none;
    background: url('../images/icon-plus-gray.png') no-repeat;
    background-position: right 15px;
    background-position-x: right;
    background-position-y: 15px;
}

.subcategory-10 h2{
    background: url('../images/icon-finalistas.png') no-repeat;
    background-position:0 25px;
    background-position-y: 25px;
}
.subcategory-10 article{
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
.subcategory-10 article .entry-media{
    max-width: 60%;
    width: auto;
    float: left; 
}
.subcategory-10 article .entry-media img{
    max-width: 90%;
    max-width: 327px;
    max-height: 181px;
    margin-right: 30px;
}
.subcategory-10 article .entry-media iframe{
    max-width: 90%;
    margin-right: 30px;
}
.subcategory-10 article .entry-summary{
    width: auto;
    display: table;
}
/* ANTIC
.subcategory-10 article{
    display: none;  
    float: left;
    clear:both;
    position: relative;
    min-height:380px;
    margin-bottom: 30px;
    width: 100%;
}
.subcategory-10 article header .attachment-post-thumbnail{
    display: none;
}
.subcategory-10 article .attachment-post-thumbnail,
.subcategory-10 article .entry-video{
    max-width: 60%;
    width: auto;
    padding-right: 30px;
    float:left;
    left: 0;
    top: 0;
}
.subcategory-10 article .entry-video{
    width: 60%;
}
.subcategory-10 article .entry-video iframe{
    width:100%;
    min-height:350px;
}
.subcategory-10 article header{
    width: 40%;     
    float:right;
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
}
.subcategory-10 article h3 a,
.subcategory-10 article h4{
    color: #81bbf9 !important;
}
.subcategory-10 article .entry-summary{
    width: 40%;     
    float:right; 
    padding-bottom: 15px;    
}
.subcategory-10 article .entry-summary p{
    width: 100%;
}
.subcategory-10 article .entry-social{
    position: absolute;
    left: 60%;  
    bottom: 30px;
    margin:0!important;
}
*/
/* NOTAS DE PRENSA */
.category-5 article,
.category-27 article,
.category-51 article,
.category-52 article{
    border-bottom: 1px solid #cecece;
    width: 100%;
    float: left;
    margin-top: 20px;
	position: relative;
}
@media (max-width:640px){
	.category-5 article,
	.category-27 article,
	.category-51 article,
	.category-52 article{
		padding-top: 16px;
	}
}
.category-5 article:before,
.category-27 article:before,
.category-51 article:before,
.category-52 article:before{
	content: '';
	position: absolute;
	top: .5em;
	left: .5em;
	z-index: 1000;
	width: 35px;
	height: 35px;
	border-radius: 50%;
    background-image: url('../images/icon-prensa.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #6CB1FF;
}
@media (max-width:640px){
	.category-5 article:before,
	.category-27 article:before,
	.category-51 article:before,
	.category-52 article:before{
		left: 0;
	}
}
.category-5 .entry-title a,
.category-27 .entry-title a,
.category-51 .entry-title a,
.category-52 .entry-title a{
    color: Black !important;
}
.category-5 .attachment-post-thumbnail,
.category-27 .attachment-post-thumbnail,
.category-51 .attachment-post-thumbnail,
.category-52 .attachment-post-thumbnail{
    /*display: none;*/
}
.category-5 #content header,
.category-5 article .entry-summary,
.category-5 article .entry-social,
.category-16 #content header,
.category-16 article .entry-summary,
.category-16 article .entry-social,
.category-20 #content header,
.category-20 article .entry-summary,
.category-20 article .entry-social,
.category-21 #content header,
.category-21 article .entry-summary,
.category-21 article .entry-social,
.category-27 #content header,
.category-27 article .entry-summary,
.category-27 article .entry-social,
.category-31 #content header,
.category-31 article .entry-summary,
.category-31 article .entry-social,
.category-51 #content header,
.category-51 article .entry-summary,
.category-51 article .entry-social,
.category-52 #content header,
.category-52 article .entry-summary,
.category-52 article .entry-social{
    float:left;
    clear:both;
    margin-left: 350px;
}
@media (max-width:640px){
	.category-5 #content header,
	.category-5 article .entry-summary,
	.category-5 article .entry-social,
	.category-16 #content header,
	.category-16 article .entry-summary,
	.category-16 article .entry-social,
	.category-20 #content header,
	.category-20 article .entry-summary,
	.category-20 article .entry-social,
	.category-21 #content header,
	.category-21 article .entry-summary,
	.category-21 article .entry-social,
	.category-27 #content header,
	.category-27 article .entry-summary,
	.category-27 article .entry-social,
	.category-31 #content header,
	.category-31 article .entry-summary,
	.category-31 article .entry-social,
	.category-51 #content header,
	.category-51 article .entry-summary,
	.category-51 article .entry-social,
	.category-52 #content header,
	.category-52 article .entry-summary,
	.category-52 article .entry-social{
		margin-left: 0;
		float: none;
	}
	.content-category article .entry-social{
		position: static;
	}
}
.category-5 #content article .entry-date,
.category-27 #content article .entry-date,
.category-51 #content article .entry-date,
.category-52 #content article .entry-date{
    width: 160px;
    background: url('../images/icon-arrow-right.png') no-repeat;
    background-position: 140px 2px;
}
@media (max-width:640px){
	.category-5 #content article .entry-date,
	.category-27 #content article .entry-date,
	.category-51 #content article .entry-date,
	.category-52 #content article .entry-date{
		padding-left: 45px;
	}
}
.category-5 .entry-summary,
.category-27 .entry-summary,
.category-51 .entry-summary,
.category-52 .entry-summary {
	font-size:12px;
}
.category-5 .entry-summary p a.more-link:first-of-type,
.category-27 .entry-summary p a.more-link:first-of-type,
.category-51 .entry-summary p a.more-link:first-of-type,
.category-52 .entry-summary p a.more-link:first-of-type {
    background: url('../images/widget-more.jpg') no-repeat;
    background-position: right 0px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 25px;
}
.category-5 p,
.category-27 p
.category-51 p,
.category-52 p{
    width: 100%;
}
.category.category-5 .entry-date,
.category.category-27 .entry-date,
.category.category-51 .entry-date,
.category.category-52 .entry-date{
    font-family: frutiger-bold;
    display:block;
	margin-bottom: 10px;
}
.single .category-prensa .entry-date,
.single .category-5 .entry-date,
.single .category-27 .entry-date,
.single .category-51 .entry-date,
.single .category-52 .entry-date{
    font-family: frutiger-bold;
    display:block;
    background: url('../images/icon-prensa.png') no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    margin-bottom:30px;
    float:left;
    clear: none !important;
}
.single .category-prensa .entry-social-blog,
.single .category-5 .entry-social-blog,
.single .category-27 .entry-social-blog,
.single .category-51 .entry-social-blog,
.single .category-52 .entry-social-blog{
    display: block !important;
    float: right;
    clear:none !important;
    margin-top:-20px;
}
.single .category-prensa .entry-social,
.single .category-5 .entry-social,
.single .category-27 .entry-social,
.single .category-51 .entry-social,
.single .category-52 .entry-social{
    display: none !important;
}

.single .category-prensa .entry-social-blog .entry-social,
.single .category-5 .entry-social-blog .entry-social,
.single .category-27 .entry-social-blog .entry-social,
.single .category-51 .entry-social-blog .entry-social,
.single .category-52 .entry-social-blog .entry-social{
    display:block !important;
}
/* PRESENTACION */
#post-112 h3{
    background-image: url('../images/icon-112.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position-y: 0px;
}
/* EMPRENDES i CRECES */
.page-id-33 .entry-social,
.page-id-35 .entry-social{
    /* clear: none !important; */
}
/* PREMIO CRECES */
#post-407 h3{
    background-image: url('../images/icon-premio-emprendes.png');
    background-repeat: no-repeat;
    background-position: 0 0;

}
/* PREMIO CRECES */
#post-409 h3{
    background-image: url('../images/icon-premio-creces.png');
    background-repeat: no-repeat;
    background-position: 0 0;

}
p.buttonPremios{
    display: inline !important;;
    float:left;
    clear: none;
    width: 50%;
    text-align: center;
}
a.buttonPremios img{
    width: auto !important;
}

/* FAQ */
article.category-faq, 
article.category-faq-ca,
article.category-faq-pt,
article.category-faq-en{
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
}
.category-faq .entry-title,
.category-faq-ca .entry-title,
.category-faq-pt .entry-title ,
.category-faq-en .entry-title {
    background: url('../images/icon-arrow-right.png') no-repeat;
    background-position: left center;
}
.category-faq  article p, 
.category-faq-ca article p, 
.category-faq-pt article p, 
.category-faq-en article p{
    width: 100%;
}
.category-faq  .entry-title a, 
.category-faq-ca .entry-title a, 
.category-faq-pt .entry-title a, 
.category-faq-en .entry-title a{
    padding-left: 20px;
    width: 100%;
    display: block;
    font-family: frutiger-bold;
    color: #303030;
    background: url('../images/icon-plus.png') no-repeat;
    background-position: right center;
}
.category-faq .entry-summary, 
.category-faq-ca .entry-summary, 
.category-faq-pt .entry-summary, 
.category-faq-en .entry-summary {
    padding-top: 15px;
    padding-left: 20px;
}
.category-faq .entry-summary, 
.category-faq-ca .entry-summary, 
.category-faq-pt .entry-summary, 
.category-faq-en .entry-summary,
.category-faq .entry-social, 
.category-faq-ca .entry-social, 
.category-faq-pt .entry-social, 
.category-faq-en .entry-social {
    display:none;
}

/* CCAA */
.category-13 .archive-meta,
.category-28 .archive-meta,
.category-55 .archive-meta,
.category-56 .archive-meta{
    border-width: 6px 0 2px;
	border-style: solid solid dotted;
	border-color: #c5c5c5;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
}
.category-13 .archive-meta strong,
.category-13 .archive-meta b,
.category-28 .archive-meta strong,
.category-28 .archive-meta b,
.category-55 .archive-meta strong,
.category-55 .archive-meta b,
.category-56 .archive-meta strong,
.category-56 .archive-meta b{
    font-family: frutiger-bold;
}
.category-13 .archive-meta p:nth-of-type(2), 
.category-28 .archive-meta p:nth-of-type(2), 
.category-55 .archive-meta p:nth-of-type(2), 
.category-56 .archive-meta p:nth-of-type(2){
	font-family: Helvetica, Arial, "sans-serif";
	font-size: .65em;
	line-height: 1.65em;
	font-weight: normal;
	font-style: normal !important;
	margin-top: 1.5em;
}
.category-13 .archive-meta p:nth-of-type(2) strong, 
.category-28 .archive-meta p:nth-of-type(2) strong, 
.category-55 .archive-meta p:nth-of-type(2) strong, 
.category-56 .archive-meta p:nth-of-type(2) strong{
	font-weight: bold;
}
.category-13 .archive-meta p:nth-of-type(2) a, 
.category-28 .archive-meta p:nth-of-type(2) a, 
.category-55 .archive-meta p:nth-of-type(2) a, 
.category-56 .archive-meta p:nth-of-type(2) a{
	color: #6cb1ff;
	text-decoration: underline;
}
.category-13 .archive-meta p:nth-of-type(2) a:hover, 
.category-28 .archive-meta p:nth-of-type(2) a:hover, 
.category-55 .archive-meta p:nth-of-type(2) a:hover, 
.category-56 .archive-meta p:nth-of-type(2) a:hover{
	text-decoration: none;
}
.category-13 .archive-meta p:nth-of-type(2) em, 
.category-28 .archive-meta p:nth-of-type(2) em, 
.category-55 .archive-meta p:nth-of-type(2) em, 
.category-56 .archive-meta p:nth-of-type(2) em{
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	padding-top: 8px;
	margin-top: 8px;
	border-top: 2px dotted #000000;
}
.category-13 article, 
.category-28 article, 
.category-55 article, 
.category-56 article {
    float: none !important;
}
.category-13 article header,
.category-28 article header,
.category-55 article header,
.category-56 article header,
.category-13 article .entry-summary,
.category-28 article .entry-summary,
.category-55 article .entry-summary,
.category-56 article .entry-summary{
    clear: none;
    display: block;
}
.category-13 article header img,
.category-28 article header img,
.category-55 article header img,
.category-56 article header img{
    /* margin-bottom: 150px; */
}
.category-13 .entry-social,
.category-28 .entry-social,
.category-55 .entry-social,
.category-56 .entry-social{
    display: none;
}
.category-13 .entry-title,
.category-28 .entry-title,
.category-55 .entry-title,
.category-56 .entry-title{
    font-size:24px;
    margin-bottom: 10px;
}


/* FORMULARIO */
.page-id-263 .entry-social{
    display: none;
}
#FSContact1, 
#FSContact2, 
#FSContact3, 
#FSContact4 {
    width: 100% !important;
    max-width: 100000px !important;
	background-color: #ededed !important;
    padding: 20px !important;
    margin-top: 20px !important;
}
#FSContact1 form, 
#FSContact2 form, 
#FSContact3 form, 
#FSContact4 form{
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}
#FSContact1 form > div > div > div:first-child,
#FSContact2 form > div > div > div:first-child,
#FSContact3 form > div > div > div:first-child,
#FSContact4 form > div > div > div:first-child {
    width: 200px !important;
}
#FSContact1 form > div > div > div:nth-child(2),
#FSContact2 form > div > div > div:nth-child(2),
#FSContact3 form > div > div > div:nth-child(2),
#FSContact4 form > div > div > div:nth-child(2)
{
    width: 300px !important;
}
#FSContact1 input,
#FSContact2 input,
#FSContact3 input,
#FSContact4 input,
#FSContact1 textarea,
#FSContact2 textarea,
#FSContact3 textarea,
#FSContact4 textarea
{
    width: 300px;
}
#FSContact1 label,
#FSContact2 label,
#FSContact3 label,
#FSContact4 label
{
    width: 200px !important;
    height: auto;
    display:block;  
    text-align: left !important;
    padding-right: 10px;
    font-weight: bold;
}
#fscf_required1, 
#fscf_required2, 
#fscf_required3, 
#fscf_required4,
#fscf_form_error1, 
#fscf_form_error2, 
#fscf_form_error3, 
#fscf_form_error4{
    display:none;
}
#fscf_div_field1_5, 
#fscf_div_field2_5, 
#fscf_div_field3_5, 
#fscf_div_field4_5{
    padding-left: 175px;
}
#fscf_submit1, 
#fscf_submit2, 
#fscf_submit3, 
#fscf_submit4{
    background-color: #6cb1ff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    border: 0;
    margin-left: 200px !important;
    width: 300px !important;
    background-image: url('../images/icon-submit.png');
    background-repeat: no-repeat;
    background-position: 170px center;
    background-position-y: center;
    background-position-x: 170px;
    display: block;
    font-family: frutiger-bold;
    color: white;
}
/* PARTICIPA */
.page-id-244 p{
    width: 100% !important;
}
