/* Masonry Clases for items */
#instagram_box {
	position: relative;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

.pp_details{
    font-family: 'Montserrat', sans-serif;
}

/* Blog */
.blog {
	background-color: #EBEBEB;
	display: inline-block;
	width: 100%;
}

.post_space {
	padding-bottom: 100px;
}

.post-single {
	margin-top: 48px;
}

.imagen_post {
	position: relative;
}

.imagen_post img {
	border-radius: 10px;
}

.share_post {
	position: relative;
	top: 0px;
	background-color: #70b1c9;
	color: white;
	float: right;
	padding: 4px;
}

.share_a2a {
	float: right;
	position: relative;
	top: 66px;
}

.share_end_a2a {
	float: right;
	position: relative;
	top: 3px;
}

.share {
	margin-top: 20px;
	background-color: #70b1c9;
	color: white;
	float: right;
	padding: 4px;
}

.next a {
	color: white;
	background-color: #afafaf;
	font-size: 12px;
	line-height: 33px;
	float: left;
	padding: 4px 12px 4px 12px;
	margin-bottom: 30px;
}

.prev a {
	color: white;
	background-color: #afafaf;
	font-size: 12px;
	line-height: 33px;
	float: right;
	padding: 4px 12px 4px 12px;
	margin-bottom: 30px;
}

.viewall {
	display: block;
	visibility: hidden;
	font-size: 16px;
	color: white;
	background-color: #afafaf;
	float: right;
	padding: 3px 2px 3px 2px;	
}


.viewall_instagram {
    display: block;
    text-decoration: none;
    font-size: 16px;
    background-color: #afafaf;
    float: right;
    padding: 3px 2px 3px 2px;
    margin: 5px 0;
}

.viewall_instagram a {
    text-decoration: none;
    color: white;
}

.read_more{
	margin-top: 10px;
	text-align: right;
}

.disable {
	display: none;
}

.negro{
	color: black;
}

.negro a{
	color: black;
}

.void_before_footer{
	height: 44px;
	width: 100%;
	background-color: #EBEBEB;
	margin-top: -4px;
}

.fecha_post {
	background-color: #00b289;
	color: white;	
}

.autor_post{
	color: white;	
	background-color: #97b8b0;	
}

.texto_post iframe{
	width: 100%;
	border: 0px;
}

.texto_post a{
	color: #00b289;
	text-decoration: none;
	font-weight: bold;
}

.texto_post a:hover{
	text-decoration: underline;
}



.twitter{
    background: url('../img/icon_sidebar_twitter.png') no-repeat;
    background-color: #40B1FF;
}

.facebook{
    background: url('../img/icon_sidebar_facebook.png') no-repeat;
    background-color: #3B5998;
}

.youtube{
    background: url('../img/icon_sidebar_youtube.png') no-repeat;
    background-color: #CD332D;
}

.instagram_social{
    background: url('../img/icon_sidebar_instagram.png') no-repeat;
    background-color: #517FA4;
}

.rss_logo{
    background: url('../img/icon_sidebar_rss.png') no-repeat;
    min-height: 27px;
    min-width: 27px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.rss_text{
    color: black;
    position: absolute;
    font-size: 16px;
    right: 10px;
    top: 48px;
}

.rss_message{
    text-align: right;
    color: #777678;
    
    width: 260px;
    margin-top: 5px;    
    font-size: 13px;    
    line-height: 129%;
}


.rss_feed{
    width: 260px;
    height: 80px;
    float: left;
    background-color: white;            
    position: relative;
}   
        
.network{
    width: 25%;
    height: 80px;
    float: left; 
    background-position: top center; 
    background-position-y: 10px;
    text-align: center;
    line-height: 135px; 
    color: white;            
}


/*-------------------------------------------------------------------------------------------------------------------------
	media querys para el email de contacto y el titulo de la seccion
-------------------------------------------------------------------------------------------------------------------------*/
@media ( min-width : 981px) {
	
	
	.instagram_item {
		width: 49.9%;
		margin: 0 auto;
	}

	.instagram_item img {
		max-width: 100%;
	}

	.instagram_item.w2 {
		width: 99.99%;
	}
	
        .follow_us {
            width: 260px;
            clear: both;
            margin-bottom: 20px;
	}
        
        .block_social{
            width: 260px;
            clear: both;
            margin: 20px auto 0 auto;            
        }
        
        .rss_feed{
            margin-top: 20px;            
        }   
        
        .network{
                  
        }
        
	.container {
		width: 960px;
		margin: 0 auto;
	}
	
	.left_box {
		width: 600px;
		float: left;
	}
	
	#posts>.titulo {
		font-size: 90px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;		
	}
	
	#posts > .titulo_catotag {
		font-size: 45px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;
	
	}
	
	.titulo_post {
		font-size: 40px;
		text-align: left;
		line-height: 39px;
		display: inline;
		background-color: black;
		color: white;
	}
	
	.titulo_post_single { 
	    font-size: 60px; 
	    text-align: left; 
	    line-height: 48px; 
	    display: inline; 
	    color: black; 
	    font-weight: 700;
	}
	
	.fecha_post {
		float: left;
		font-size: 16px;		
		margin: 5px 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.autor_post {
		float: left;
		font-size: 16px;		
		margin: 5px 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.texto_post {
		margin-top: 14px;
		line-height: 19px;
		font-size: 14px;
		text-align: justify;
		margin-bottom: 30px;
	}
	.return {
		font-size: 16px;
		line-height: 33.42px;
		color: white;
		background: #a5a5a5;
		padding: 0 10px;
		float: right;
		cursor: pointer;
		margin-top: 48px;
	}
	.right_box {
		float: left;
		margin-left: 100px;
		width: 260px;
	}
	#clipping {
		width: 260px;
	}
	.titulo_right {
		font-size: 46px;
		line-height: 36px;
		color: black;
		width: 100%;
		text-align: right;
		margin-top: 40px;		
	}
	.first_box {
		padding-top: 30px;
	}
	.clip {
		margin-bottom: 15px;
		position: relative;
		width: 260px;		
	}
	.clip_image {
		width: 260px;
		height: 100px;
		overflow: hidden;
		/* Borders */
		border-top-left-radius: 10px;
		webkit-border-top-left-radius: 10px;
		moz-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		webkit-border-top-right-radius: 10px;
		moz-border-top-right-radius: 10px;
	}
	
	.clip_image img{
		width: 100%;
	}
	
	.clip_date {
		top: 99px;
		position: absolute;
		right: 0;
	}
	.clip_date>span {
		font-size: 12px;
		line-height: 33px;
		color: white;
		background-color: #00b289;
	}
	.clip_title {
		margin-top: 2px;
		text-align: right;
		width: 260px;
	}
	.linea_negra {
		width: 260px;
		position: relative;
		height: 22px;
		background-color: black;
		top: 122px;
	}
	.clip_title>span {
		font-size: 18px;
		line-height: 18px;
		background-color: black;
		text-align: right;
		z-index: 1000;
		color:white;
		position: relative;
	}
	.clip_title>span a{
		color: white;
	}
	/* Galeria */
	.galeria {
		margin-top: 30px;
		text-align: center;
	}
	.galeria>.imagen {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 20px 5px;
	}
	.post-single {
		margin-bottom: 100px;
	}

	.infos{
		width: 100%;		
	}
	
	.infos_cats{
		margin-top: 4px;		
	}
	
	/* Cats and Tags */
	.info_title {
		height: 30px;
		width: 63px;
		font-size: 14px;
		line-height: 30px;
		background-color: black;
		color: white;
		text-align: center;
		float: left;
	}
	
	.info_this_post {
		width: 521px;
		font-size: 14px;
		line-height: 30px;
		padding-left: 15px;
		background-color: white;
		color: black;
		float: right;
	}
	
	.info_this_post a{
		text-decoration: none;
		color: black;
	}
	
	#tags {
		float: left;
		width: 260px;
	}
	.tag {
		background-color: #00b289;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;
		float: right;
	}
	.blanco {
		color: white;
	}
	#categorias {
		float: left;
		width: 260px;
		margin-top: 20px;
	}
	.categoria {
		background-color: black;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;
		float: right;		
	}
}





/*-------------------------------------------------------------------------------------------------------------------------
	media querys para el email de contacto y el titulo de la seccion
-------------------------------------------------------------------------------------------------------------------------*/
@media ( max-width : 980px) and ( min-width : 720px) {
	
        .follow_us {
            margin: 0 auto;
            width: 100%;
	}
        
        .responsive_block_social{
            width: 100%;
            margin-top: 25px;
            text-align: center;            
        }
        
        .block_social{
            width: 260px;
            margin: 0 30px;
            display: inline-block;
            vertical-align: top;
        }
        
        .subscribe_block{
            width: 260px;   
            display: inline-block;
            vertical-align: top;            
        }    
    
	.instagram_item {
		width: 126px;
		margin: 0 auto;
	}

	.instagram_item img {
		max-width: 100%;
	}

	.instagram_item.w2 {
		width: 260px;
	}
	
	.container {
		width: 100%;
	}
	
	.left_box {
		width: 600px;
		margin: 0 auto;
	}
	
	#posts>.titulo {
		font-size: 90px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;
	}
	#posts>.titulo_catotag {
		font-size: 45px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;
		
	}
	.titulo_post {
		font-size: 40px;
		text-align: left;
		line-height: 39px;
		display: inline;
		background-color: black;
		color: white;
	}
	
	.titulo_post_single { 
	    font-size: 60px; 
	    text-align: left; 
	    line-height: 48px; 
	    display: inline; 
	    color: black; 
	    font-weight: 700;
	}
	
	.fecha_post {
		float: left;
		font-size: 16px;		
		margin: 5px 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.autor_post {
		float: left;
		font-size: 16px;		
		margin: 5px 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.texto_post {
		margin-top: 14px;
		line-height: 19px;
		font-size: 14px;
		text-align: justify;
		margin-bottom: 30px;
	}
	.right_box {
		width: 100%;
		margin-top: 30px;
	}
	.return {
		font-size: 16px;
		line-height: 33.42px;
		color: white;
		background: #a5a5a5;
		padding: 0 10px;
		float: right;
		cursor: pointer;
		margin-right: 2.5%;
	}
	.return-blog {
		height: 40px;
		margin-top: 30px;
	}
	
	#clipping {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	
	.titulo_right {
		font-size: 46px;
		line-height: 36px;
		color: black;
		width: 100%;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.first_box {
		margin-top: 90px;
	}
	
	.clip {
		margin: 15px 2.5% 15px 2.5%;
		display: inline-block;
		position: relative;
		width: 260px;
		vertical-align: top;		
	}
	
	
	
	.clip_image {
		width: 260px;
		height: 100px;
		overflow: hidden;
		/* Borders */
		border-top-left-radius: 10px;
		webkit-border-top-left-radius: 10px;
		moz-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		webkit-border-top-right-radius: 10px;
		moz-border-top-right-radius: 10px;
	}
	
	.clip_image img{
		width: 100%;
	}
	
	.clip_date {
		top: 99px;
		position: absolute;
		right: 0;
	}
	.clip_date>span {
		font-size: 12px;
		line-height: 33px;
		color: white;
		background-color: #00b289;
	}
	.clip_title {
		margin-top: 2px;
		text-align: right;
		width: 260px;
	}
	.linea_negra {
		width: 260px;
		position: relative;
		height: 22px;
		background-color: black;
		top: 122px;
	}
	.clip_title>span {
		font-size: 18px;
		line-height: 18px;
		background-color: black;
		text-align: right;
		z-index: 1000;
		color:white;
		position: relative;
	}
	
	.clip_title>span a{
		color: white;
	}

	.instagram {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
                margin-bottom: 20px;
	}
        
        .follow_us {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
                margin-bottom: 20px;
	}
        
        .follow_us > .network{
            width: 25%;
            float: left;            
        }
        
        #instagram_box{
		border: 1px red;	
	}

	/* Galeria */
	.galeria {
		margin-top: 30px;
		text-align: center;
	}
	.galeria>.imagen {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 20px 5px;
	}
	.post-single {
		margin-bottom: 100px;
	}


	.infos{
		width: 100%;		
	}
	
	.infos_cats{
		margin-top: 4px;		
	}

	/* Cats and Tags */
	.info_title {
		height: 30px;
		width: 60px;
		font-size: 14px;
		line-height: 30px;
		background-color: black;
		color: white;
		text-align: center;
		float: left;
	}
	
	.info_this_post {
		width: 521px;
		font-size: 14px;
		line-height: 30px;
		padding-left: 15px;
		background-color: white;
		color: black;
		float: right;
	}
	.info_this_post a{
		text-decoration: none;
		color: black;
	}	
	
	#tags {
		width: 95%;
		margin: 0 2.5%;
		padding: 10px;
	  	text-align: center;		
	}
	
	.tag {
		display: inline-block;
		background-color: #00b289;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;		
	}
	.blanco {
		color: white;
	}
	
	#categorias {
		width: 95%;
		margin: 0 2.5%;	
		padding: 10px;
	  	text-align: center;		
	}
	
	.categoria {
		background-color: black;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;
		display: inline-block;		
	}
}

/*-------------------------------------------------------------------------------------------------------------------------
	media querys para el email de contacto y el titulo de la seccion
-------------------------------------------------------------------------------------------------------------------------*/
@media ( max-width : 719px) and ( min-width : 500px) {
	
        /*
            Block social
        */
        
        .follow_us {
            margin: 0 auto;
            width: 100%;
	}
        
        .responsive_block_social{
            width: 100%;
            margin-top: 25px;
            text-align: center;            
        }
        
        .block_social{
            width: 260px;
            margin: 0 30px;
            display: inline-block;
            vertical-align: top;
        }
        
        .subscribe_block{
            width: 260px;   
            display: inline-block;
            vertical-align: top;            
        }    
    
        .share_end_a2a {
		width: 90%;
	  margin: 0px auto;
		margin-right: 2.5%;
	}
	
	.instagram_item {
		width: 126px;
		margin: 0 auto;
	}

	.instagram_item img {
		max-width: 100%;
	}

	.instagram_item.w2 {
		width: 260px;
	}
	.container {
		width: 100%;
	}
	.left_box {
		margin-top: 50px;
		width: 100%;
		margin: 0 auto;
	}
	
	.next a {
		margin-left: 2.5%;
	}
	
	.prev a{
		margin-right: 2.5%;
	}
	
	#posts>.titulo {
		font-size: 90px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;
	}
	#posts>.titulo_catotag {
		font-size: 45px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;

	}
	.post {
		margin: 0 2.5% 0 2.5%;
	}
	.titulo_post {
		display: inline;
		font-size: 30px;
		text-align: left;
		line-height: 31px;
		background-color: black;
		color: white;
	}
	
	.titulo_post_single { 
	    font-size: 40px; 
	    text-align: left; 
	    line-height: 32px; 
	    display: inline; 
	    color: black; 
	    font-weight: 700;
	}
	
	.imagen_post {
		width: 100%;
	}
	.imagen_post img {
		max-width: 100%;
		
	}
	.fecha_post {
		float: left;
		font-size: 16px;
		margin: 2px 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.autor_post {
		float: left;
		font-size: 16px;		
		margin: 2px 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.texto_post {
		margin-top: 14px;
		font-size: 14px;
		line-height: 19px;
		text-align: justify;
		/*margin-left: 5%;*/
		width: 100%;
		margin-bottom: 30px;
	}
	.return {
		font-size: 14px;
		line-height: 33.42px;
		color: white;
		background: #a5a5a5;
		padding: 0 10px;
		float: right;
		cursor: pointer;
		margin-right: 2.5%;
	}
	.return-blog {
		height: 40px;
		margin-top: 30px;
	}
	
	.titulo_right {
		font-size: 46px;
		line-height: 36px;
		color: black;
		width: 100%;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	
	.first_box {
		padding-top: 0px;
	}
	.clip {
		margin: 15px 2.5% 15px 2.5%;
		display: inline-block;
		position: relative;
		width: 260px;	
		vertical-align: top;	
	}
	.clip_image {
		width: 260px;
		height: 100px;
		overflow: hidden;
		/* Borders */
		border-top-left-radius: 10px;
		webkit-border-top-left-radius: 10px;
		moz-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		webkit-border-top-right-radius: 10px;
		moz-border-top-right-radius: 10px;
	}
	
	.clip_image img{
		width: 100%;
	}
	
	.clip_date {
		top: 99px;
		position: absolute;
		right: 0;
	}
	.clip_date>span {
		font-size: 12px;
		line-height: 33px;
		color: white;
		background-color: #00b289;
	}
	.clip_title {
		margin-top: 2px;
		text-align: right;
		width: 260px;
	}
	.linea_negra {
		width: 260px;
		position: relative;
		height: 22px;
		background-color: black;
		top: 122px;
	}
	.clip_title>span {
		font-size: 18px;
		line-height: 18px;
		background-color: black;
		text-align: right;
		z-index: 1000;
		color:white;
		position: relative;
	}
	.clip_title>span a{
		color: white;
	}

	/* Galeria */
	.galeria {
		margin-top: 30px;
		text-align: center;
	}
	.galeria>.imagen {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 20px 5px;
	}
	.post-single {
		margin-bottom: 100px;
	}

	.infos{
		display: block;
	}
	
	.infos_tags{
		display: block;
		width: 95%;
		margin: 5px auto;	
	}
	
	.infos_cats{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	.info_title{
		float: left;
		width: 63px;	
		background-color: black;
		color: white;
		line-height: 30px;
		text-align: center;
	}
	
	.info_this_post{
		overflow: hidden;	
		font-size: 14px;
		line-height: 30px;
		padding-left: 15px;
		background-color: white;
		color: black;
	}
	
	.info_this_post a{
		color: black;
	}
	
	#tags {
		width: 95%;
		margin: 0 2.5%;
		padding: 10px;
	  	text-align: center;		
	}
	
	.tag {
		display: inline-block;
		background-color: #00b289;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;		
	}
	.blanco {
		color: white;
	}
	
	#categorias {
		width: 95%;
		margin: 0 2.5%;	
	}
	
	.categoria {
		background-color: black;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;
		display: inline-block;		
	}
	
	.right_box {
		text-align: center;
		margin-top: 90px;
	}
	
	#clipping {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	
	.instagram{
		text-align: center;
		width: 90%;
		margin: 0px auto;
		padding: 10px;
	}
        
        .follow_us{
            text-align: center;
            width: 90%;
            margin: 0px auto;
            padding: 10px;
        }
	
}


@media ( max-width : 663px){
    .rss_feed{
        margin-top: 12px;
    }
    
    .subscribe_block{
        margin-bottom: 20px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------------
	media querys para el email de contacto y el titulo de la seccion
-------------------------------------------------------------------------------------------------------------------------*/
@media ( max-width : 499px) and ( min-width : 200px) {
	
        /*
            Block social
        */
        
        .follow_us {
            margin: 0 auto;
            width: 100%;
	}
        
        .responsive_block_social{
            width: 100%;
            margin-top: 25px;
            text-align: center;            
        }
        
        .block_social{
            width: 260px;
            margin: 0 30px;
            display: inline-block;
            vertical-align: top;
        }
        
        .subscribe_block{
            width: 260px;   
            display: inline-block;
            vertical-align: top;            
        }    
    
	.share_end_a2a {
		width: 90%;
	  margin: 0px auto;
		margin-right: 2.5%;
	}
	
	.instagram_item {
		width: 126px;
		margin: 0 auto;
	}

	.instagram_item img {
		max-width: 100%;
	}

	.instagram_item.w2 {
		width: 260px;
	}
	
	.container {
		width: 100%;
	}
	.left_box {
		margin-top: 50px;
		width: 100%;
		margin: 0 auto;
	}
	
	.next a {
		margin-left: 2.5%;
	}
	
	.prev a{
		margin-right: 2.5%;
	}
	
	#posts>.titulo {
		font-size: 90px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;
	}
	#posts>.titulo_catotag {
		font-size: 45px;
		line-height: 69px;
		padding-top: 70px;
		color: black;
		width: 100%;
		text-align: left;
		margin-bottom: 60px;
	}
	.post {
		margin: 0 2.5% 0 2.5%;
	}
	.titulo_post {
		font-size: 26px;
		text-align: left;
		line-height: 32px;
		display: inline;
		background-color: black;
		color: white;
		/* margin-left: 5%; */
	}
	
	.titulo_post_single { 
	    font-size: 30px; 
	    text-align: left; 
	    line-height: 22px; 
	    display: inline; 
	    color: black; 
	    font-weight: 700;
	}
	
	.imagen_post {
		width: 100%;
	}
	.imagen_post img {
		max-width: 100%;
		/*margin-left: 5%;*/
	}
	.fecha_post {
		float: left;
		font-size: 12px;
		margin: 0 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.autor_post {
		float: left;
		font-size: 12px;		
		margin: 0 0 14px 0;
		padding: 1px 0 1px 0;
	}
	.texto_post {
		margin-top: 14px;
		font-size: 14px;
		line-height: 19px;
		text-align: justify;
		/*margin-left: 5%;*/
		width: 100%;
		margin-bottom: 30px;
	}
	.return {
		font-size: 14px;
		line-height: 33.42px;
		color: white;
		background: #a5a5a5;
		padding: 0 10px;
		float: right;
		cursor: pointer;
		margin-right: 2.5%;
	}
	.return-blog {
		height: 40px;
		margin-top: 30px;
	}
	.right_box {
		text-align: center;
		margin-top: 90px;
	}
	#clipping {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	#instagram_box {
		display: inline-block;
		width: 260px;
	}
	.titulo_right {
		font-size: 46px;
		line-height: 36px;
		color: black;
		width: 100%;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.first_box {
		padding-top: 0px;
	}
	.clip {
		margin: 15px 2.5% 15px 2.5%;
		display: inline-block;
		position: relative;
		width: 260px;
		vertical-align: top;
	}
	.clip_image {
		width: 260px;
		height: 100px;
		overflow: hidden;
		/* Borders */
		border-top-left-radius: 10px;
		webkit-border-top-left-radius: 10px;
		moz-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		webkit-border-top-right-radius: 10px;
		moz-border-top-right-radius: 10px;
	}
	
	.clip_image img{
		width: 100%;
	}
	
	.clip_date {
		top: 99px;
		position: absolute;
		right: 0;
	}
	.clip_date>span {
		font-size: 12px;
		line-height: 33px;
		color: white;
		background-color: #00b289;
	}
	.clip_title {
		margin-top: 2px;
		text-align: right;
		width: 260px;
	}
	.linea_negra {
		width: 260px;
		position: relative;
		height: 22px;
		background-color: black;
		top: 122px;
	}
	.clip_title>span {
		font-size: 18px;
		line-height: 18px;
		background-color: black;
		text-align: right;
		z-index: 1000;
		color:white;
		position: relative;
	}
	.clip_title>span a{
		color: white;
	}
	
	.instagram {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	
	.instagram > .titulo_right{
		
	}
	
	/* Galeria */
	.galeria {
		margin-top: 30px;
		text-align: center;
	}
	.galeria>.imagen {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 20px 5px;
	}
	.post-single {
		margin-bottom: 100px;
	}

	.infos{
		display: block;
	}
	
	.infos_tags{
		display: block;
		width: 95%;
		margin: 5px auto;
	}
	
	.infos_cats{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	.info_title{
		float: left;
		width: 63px;	
		background-color: black;
		color: white;
		line-height: 30px;
		text-align: center;
	}
	
	.info_this_post{
		overflow: hidden;	
		font-size: 14px;
		line-height: 30px;
		padding-left: 15px;
		background-color: white;
		color: black;
	}
	
	.info_this_post a{
		color: black;
	}
	
	#tags {
		width: 95%;
		margin: 0 2.5%;
		padding: 10px;
	  	text-align: center;		
	}
	
	.tag {
		display: inline-block;
		background-color: #00b289;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;		
	}
	.blanco {
		color: white;
	}
	
	#categorias {
		width: 95%;
		margin: 0 2.5%;	
	}
	
	.categoria {
		background-color: black;
		font-size: 14px;
		line-heigh: 30px;
		margin: 3px;
		padding: 5px;
		display: inline-block;		
	}
}