Código :
.cuerpo_izquierdo{
position: absolute;
top: 250px;
left: 2%;
width: 24%;
height: auto;
}
.fondo_izquierdo{
border: none;
background-color: #ffffe3;
}
.ctl_1 {
border: 0;
background: transparent url(../img/ctl_1.png) top left repeat-x ;
}
.ctl_2 {
border: 0;
background: transparent url(../img/ctl_2.png) right repeat-y;
}
.ctl_3 {
border: 0;
background: transparent url(../img/ctl_3.png) bottom repeat-x ;
}
.ctl_4 {
border: 0;
background: transparent url(../img/ctl_4.png) repeat-y ;
}
.ctl_5 {
border: 0;
background: transparent url(../img/ctl_5.png) top right no-repeat ;
}
.ctl_6 {
border: 0;
padding-right: 25px;
padding-bottom: 15px;
background: transparent url(../img/ctl_6.png) bottom right no-repeat ;
}
.ctl_7{
border: 0;
padding-left: 25px;
background: transparent url(../img/ctl_7.png) bottom left no-repeat;
}
.ctl_8 {
border: 0;
padding-top: 15px;
background: transparent url(../img/ctl_8.png) top left no-repeat;
}
¿alguien tendra una idea sobre la causa del problema?

