Mi versión del Explorer es la 6, por eso me extraña. Y, efectivamente, las etiquetas <style></style> no las pongo.
Lo que tengo es esto:
Código:
body {
scrollbar-face-color: #C3D9FF;
scrollbar-shadow-color: #0148B2;
scrollbar-highlight-color: #0148B2;
scrollbar-3dlight-color: #0148B2;
scrollbar-darkshadow-color: #0148B2;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #0148B2;
}
#body {
background-color: #FFFFFF;
background-image:url('fnd.gif');
font-family: arial, verdana, sans-serif;
}
#contentheader {
background:#0148B2;
margin-bottom:10px;
}
#topheader {
margin-bottom:0px;
}
#bottomheader {
background-color: #FFFFFF;
height:0%;
margin-bottom:0px;
border:1px solid #0148B2;
}
#outerblock {
background-image:url('fnd.gif');
background-color: #FFFFFF;
width:98%;
margin-right:auto;
margin-left:auto;
border:0px solid #000000;
margin-top:0px;
margin-bottom:0px;
}
#innerblock {
background-image:url('fnd.gif');
background-color:#FFFFFF;
width:100%;
margin-right:auto;
margin-left:auto;
margin-top:0px;
margin-bottom:0px;
}
/*contentleft contiene a titlesection y a leftinside*/
#contentleft {
background:#0148B2;
width:15%;
float:left;
}
#leftinside {
background:#C3D9FF;
width:100%;
padding:1px;
float:left;
margin-top:5px;
margin-bottom:0px;
border:1px solid #0148B2;
}
#google {
background:#FFFFFF;
width:82%;
padding:0px;
float:right;
margin-top:0px;
margin-bottom:10px;
border:1px solid #0148B2;
}
#contentmain {
background:#FFFFFF;
width:82%;
padding:0px;
float:right;
margin-top:0px;
margin-bottom:10px;
border:1px solid #0148B2;
}
#contentfooter {
background:#0148B2;
margin-bottom:10px;
text-align:absmiddle;
border:1px solid #0148B2;
}
#titlesection {
margin-top:0px;
margin-bottom:0px;
text-align:center;
font-weight: bold;
}
/*titulos principales*/
h1 {
color:#0148B2;
font-size:14pt;
font-weight:bold;
margin:10px 10px 10px 10px;
}
/*titulos secundarios*/
h2 {
color:#0148B2;
font-size:12pt;
font-weight:bold;
margin:10px 10px 10px 10px;
}
*.azuloscuro {color:#0148B2;}
*.azulclaro {color:#C3D9FF;}
p {
color:#0148B2;
font-size:8pt;
text-align:justify;
margin:10px 10px 10px 10px;
line-height:1.2;
}
*.enlacesmenu {
text-align:left;
color:#FFCC00;
line-height:2.2;
font-size:8pt;
}
*.apartado {
text-align:left;
color:#0148B2;
font-weight:bold;
font-size:10pt;
}
*.greeting {
text-align:right;
font-size:12pt;
color:#0148B2;
}
*.firma {
text-align:right;
color:azuloscuro;
font-size:8pt;
font-weight:bold;
line-height:0.6;
}
*.seccionlateral {
text-align:center;
color:#FFFFFF;
font-size:10pt;
font-weight:bold;
}
A:link {color: #0148B2; text-decoration: none; }
A:visited {color: #0148B2; text-decoration: none; }
A:active {color: #0148B2; text-decoration: none; }
A:hover {color: #C3D9FF; background-color: #0148B2;}
No sé qué hacer con mi vida ya. :S
Por cierto, muchas gracias por contestarme. :)