.propuesta_1.cuerpo_b{overflow: hidden;}

.propuesta_1.cuerpo_b li{color: #FFF;}

.propuesta_1.cuerpo_b iframe{display: block; margin: 0px;}
.propuesta_1.cuerpo_b .titulo2{margin-left: 20px;}
.propuesta_1.cuerpo_b .titulo2 h2{color: #FFF;}

@media screen and (min-width:1000px){ 
    .propuesta_1.cuerpo_b>div{display: table;}
    .propuesta_1.cuerpo_b>div>div{width: 50%;}
    .propuesta_1.cuerpo_b>div>div{display: table-cell; vertical-align: middle;}
    .propuesta_1.cuerpo_b iframe{height: 350px; }                
}

@media screen and (max-width:999px){
    .propuesta_1.cuerpo_b iframe{height: 300px;}
    .propuesta_1.cuerpo_b .titulo2{margin-top: 30px;}    
    .propuesta_1.cuerpo_b img{width: 100%;}
}



