hola
prueba
Código PHP:
<style type="text/css">
body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: "Arial",Trebuchet MS, Lucida Grande, Tahoma, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-align:left;
}
#contenedorGral {
text-align:left;
position:relative;
width: 784px;
margin:left;
overflow: auto;
background:#FFFF00;
}
#Cabezal{
width: 772px;
background-color: Blue;
}
#CabezalIzq{
position:relative;
float:left;
width: 258px;
background-color: Fuchsia;
}
#CabezalDer{
postion:relative;
float:right;
width: 510px;
background-color: Red;
}
</style>
Por los menos en explorer funciona
saludos