Hola,
Puse esto:
Código HTML:
#externo {
margin:0 auto;
width:900px;
min-height:740px !important;
height:740px;
height:auto;
overflow:hidden;
position:relative;
z-index:4;
background-color:#528540;
top:-50px !important; /*firefox*/
*top:-100px; /*ie7 e inferiores*/
_top:-75px; /*ie6 e inferiores*/
margin-bottom:-40px;
}
/*inicio interno*/
#interno {
margin:5px auto;
width:880px;
min-height:540px !important;
height:540px;
height:auto;
overflow:hidden;
margin-top:10px;
margin-bottom:10px;
background:#FFF;
}
pero tampoco funciona :(
no llego a comprender que sucede. alguna idea?