/* --------------------------------------------------- S M A L L --------------------------------------------------- */
@media only screen {

#body_1646175882001{  }
#body_1646175882001 .content{
	height:350px;
	background-color:#f38b00; 
}
#body_1646175882001 .content .imagen{
	background-image:url(../md-multimedia/1504047741-484.jpg);  
	background-size:auto 100% !important;
	background-position:center center !important;
}


}
/* -------------------------------------------------- M E D I U M -------------------------------------------------- */
@media only screen and (min-width: 40.063em) {

#body_1646175882001{  }
#body_1646175882001 .content{
	height:400px;
	background-color:#f38b00; 
}
#body_1646175882001 .content .imagen{
	background-image:url(../md-multimedia/1504047741-484.jpg);  
	background-size:100% auto !important;
	background-position:center center !important;
}


}

/* --------------------------------------------------- L A R G E --------------------------------------------------- */
@media only screen and (min-width: 64.063em) {

#body_1646175882001{  }
#body_1646175882001 .content{
	height:400px;
	background-color:#f38b00; 
}
#body_1646175882001 .content .imagen{
	background-image:url(../md-multimedia/1504047741-484.jpg);  
	background-size:100% auto !important;
	background-position:center center !important;
}


}