.propuesta_1.cuerpo_c .img img{display: block; margin: 0px; width: 100%;}

.propuesta_1.cuerpo_c .info p{text-align: justify;}
.propuesta_1.cuerpo_c .botones{margin-top: 20px; margin-bottom: 20px; display: table; width: 100%;}
.propuesta_1.cuerpo_c .botones a{width: 46%; }
.propuesta_1.cuerpo_c .botones a:nth-of-type(1){float: left; background-color: var(--colorCorporativo2); }
.propuesta_1.cuerpo_c .botones a:nth-of-type(2){float: right; background-color: var(--colorCorporativo1); }

@media screen and (min-width:1300px){     
    .propuesta_1.cuerpo_c .img{ width: 57%; max-width: 910px; }
    .propuesta_1.cuerpo_c{display: table; width: 87%; margin-left: 13%;}
    .propuesta_1.cuerpo_c>div{display: table-cell; vertical-align: middle;}
    .propuesta_1.cuerpo_c .info{padding-right: 20px; }
}

@media screen and (max-width:1299px){
    .propuesta_1.cuerpo_c{width: 94%; max-width: 910px; margin: 30px auto;}
    .propuesta_1.cuerpo_c .img{margin-top: 30px;}
}
