
#banner {

width:231px;
margin-top:20px;
margin-bottom:20px;
}

#img {

float:left;
width:231px;
height:123px;

}
#img_fondo {

float:left;
width:231px;
height:123px;

}
#img img {
border:0px;

}

#text {

float:left;

}

#banner_botones {

padding-top:3px;
text-align:left;

}

.banner_boton {
width:8px;
height:8px;
background-color:#cbcbcb;
float:left;
margin:1px;
cursor:pointer;

}

.banner_boton_activo {
width:8px;
height:8px;
background-color:#55042d;
float:left;
margin:1px;
cursor:pointer;

}

.banner_boton:hover {
width:8px;
height:8px;
background-color:#55042d;
float:left;
margin:1px;
cursor:pointer;

}
