#editorial_wrapper{
	margin-bottom: 10px;
	position: relative;
}
#editorial{
	background: #f29f25;
	padding: 15px;
}
#editorial_img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50%;
}
#contacto{
	min-height: 200px;
	padding: 0;
}
#contacto a{
	background: url(../images/contacto2015.jpg) center;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 640px){
	#editorial{
		padding-right: 40%;
	}
	#editorial_img{
		height: 100%;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 38%;
	}
}