div.base_frontal {
    background-image: url(../../assets/images/modelos/2021/odyssey/colorCarroceria/Odyssey_GrisBase_Frontal.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    /*width: 600px;
	height: 412px;*/
    /*width: 37.5em;
	height: 25.75em;*/
    width: 49.5em;
    height: 30.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

div.base_lateral {
    background-image: url(../../assets/images/modelos/2021/odyssey/colorCarroceria/Odyssey_GrisBase_Lateral.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    /*width: 600px;
	height: 412px;*/
    /*width: 37.5em;
	height: 25.75em;*/
    width: 49.5em;
    height: 30.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

div.base_trasera {
    background-image: url(../../assets/images/modelos/2021/odyssey/colorCarroceria/Odyssey_GrisBase_Trasera.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    /*width: 600px;
	height: 412px;*/
    /*width: 37.5em;
	height: 25.75em;*/
    width: 49.5em;
    height: 30.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}