Código:
El sitio en mencion es el siguiente:/* Header styles */
#header {
width:100%;
height: 180px; /*Height of top section*/
}
/* LEFT COLUMN */
#left {
width: 200px;
margin-left: 5px;
padding-right:10px;
float: left;
border-right:1px dashed #B3B3B3;
display: inline; /* floats are handled as block elements, this is to fix
a margin collapsing bug in IE */
}
/* RIGHT COLUMN */
#right {
width: 200px;
margin-right: 5px;
padding-left:10px;
float: right;
border-left:1px dashed #B3B3B3;
display: inline; /* floats are handled as block elements, this is to fix
a margin collapsing bug in IE */
}
/* CENTER COLUMN */
#center {
margin-left: 210px;
margin-right: 210px;
padding: 5px;
}
/* Footer styles */
#footer {
clear:both;
width: 100%;
text-align: center;
height:56px;
}
#footer a{
color: #000000;
}
http://www.rentaventa.com
No entiendo xq sucede esto alguien me ayuda.
Ya he probado todos los diseños css que encontre en google y foros, si alguien me da una pista o algun hack css se lo agradeceria.
Gracias

