.banner-foto{
    height:480px;
    background-image: url('../images/banner_foto.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-bottom:1px solid #ffcc99;
}
.mensaje-comercial{padding-top:10px;padding-bottom:10px;font-size: 16px;line-height: 1.5;color: #555;text-align: center;background-color: #fff;}
@media (max-width: 1366px) {
	.banner-foto{
	    background-size: 1366px !important;
	    height:535px;
	}
}
@media (max-width: 1024px) {
	.banner-foto{
	    background-size: 1024px !important;
	    height:400px;
	}
}
@media (max-width: 768px) {
	.banner-foto{
	    background-size: 770px !important;
	    height:300px;
	}
}
@media (max-width: 736px) {
	.banner-foto{
	    background-size: 736px !important;
	    height:290px;
	}
}
@media (max-width: 667px) {
	.banner-foto{
	    background-size: 667px !important;
	    height:260px;
	}
}
@media (max-width: 568px) {
	.banner-foto{
	    background-size: 568px !important;
	    height:220px;
	}
}
@media (max-width: 414px) {
	.banner-foto{
	    background-size: 414px !important;
	    height:160px;
	}
}
@media (max-width: 412px) {
	.banner-foto{
	    background-size: 412px !important;
	    height:160px;
	}
}
@media (max-width: 360px) {
	.banner-foto{
	    background-size: 360px !important;
	    height:140px;
	}
}
@media (max-width: 320px) {
	.banner-foto{
	    background-size: 320px !important;
	    height:125px;
	}
}