.columna-smr {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 30px 0;
	border-top:1px solid #333;

}

.columna-smr h4.title_block {
		position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color:#c99603;
}

.columna-smr .subtitle_block {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Cormorant Infant', serif;
	font-size: 56px;
	line-height: normal;
	font-weight: 300;
	text-align: center;
	color:#000;
	text-transform: uppercase;
}

.columna-smr .subtitle_block span.enfasis {
	font-weight: 600;
}

.bloque-smr {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 30px 0;
}

.bloque-smr ul {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bloque-smr ul li {
	position: relative;
	float: left;
	width: calc(25% - 10px);
	height: auto;
	margin: 0 0 0 0;
	padding: 0 5px;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.bloque-smr ul li .imagen {
	position: relative;
	float: left;
	width: 100%;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-position: center center !important;
	background-size:cover !important;
	background:url('../img/ph-smr.jpg') no-repeat;
}

.bloque-smr ul li .origen {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bloque-smr ul li .fecha {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color:#8e8e8e;
}

.bloque-smr ul li .titulo {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color:#000;
}

.bloque-smr ul li .descripcion {
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	line-height: 20px;
}


.bloque-smr ul li a .titulo:hover,
.bloque-smr ul li a .descripcion:hover {
	color:#c99603;
}

.bloque-smr ul li .origen {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	margin: 10px 0;
	padding: 0 0 0 0;
}

.bloque-smr ul li .origen.twitter {
	background:url('../img/icon-twitter.png') no-repeat center right ;
}

.bloque-smr ul li .origen.facebook {
	background:url('../img/icon-facebook.png') no-repeat center right ;
}

.bloque-smr ul li .origen.instagram {
	background:url('../img/icon-instagram.png') no-repeat center right ;
}





/*RESPONSIVE 1023 - 768*/

@media (min-width: 768px) and (max-width: 1023px) {
	
	
	
.bloque-smr ul li {
	width: calc(50% - 10px);
}
	
.columna-smr .subtitle_block {
	font-size: 40px;
}	
	


}


/*CLOSE RESPONSIVE 1023 - 768*/






/*RESPONSIVE 1023 - 767*/
@media (min-width: 0px) and (max-width: 767px) {
	
	
	
.bloque-smr ul li {
	width: 100%;
	padding: 0 5%; 
}
	
.columna-smr .subtitle_block {
	font-size: 30px;
}	
	





}



/*CLOSE RESPONSIVE 767 - 0*/