Pues a mi si me funciona, algo debes haber puesto diferente. Copiate todo esto en un notepad y salvalo como html y lo pruebas
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
/*CABECERA*/
#cabecera{
width:975px;
height:107px;
clear:both;
background-color:#FFF;
padding-left:75px;
}
#logo{
width:217px;
height:98px;
padding-top:5px;
background-image:url(../imgs/logo_principal.jpg);
background-repeat:no-repeat;
float:left;
}
#idiomas{
width:45px;
height:12px;
float:right;
background-image:url(../imgs/idiomas_es_ing.jpg);
background-repeat:no-repeat;
padding-right:77px;
}
/*FIN DE CABECERA*/
#menu{
clear:both;
width:975px;
height:50px;
background-color:#FFF;
}
#sliders{
width:975px;
height:162px;
clear:both;
background-color:#FFF;
}
#menu_izquierda{
width:289px;
height:372px;
float:left;
background-color:#FFF;
}
/*CONTENIDO*/
#contenido{
position: relative;
width:695px;
height: 310px;
border: solid 1px;
background-image:url(fondo_c_index.jpg);
background-repeat:no-repeat;
background-position: 10px 10px;
}
#texto_caja{
width:368px;
height:155;
font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: blue;
margin: 19% 0 0 11px;
border: solid 1px;
float: left;
}
#min_01{
background-image:url(min_01.jpg);
width:52px;
height: 50px;
float:left;
margin: 30% 5px 0 5px;
border: solid 1px;
}
#min_02{
background-image:url(min_02.png);
width:52px;
height: 50px;
float:left;
margin-right:5px;
margin-top: 30%;
border: solid 1px;
}
#min_03{
background-image:url(min_01.jpg);
width:52px;
height: 50px;
float:left;
margin-right:5px;
margin-top: 30%;
border: solid 1px;
}
#min_04{
background-image:url(min_02.png);
width:52px;
height: 50px;
float:left;
margin-right:5px;
margin-top: 30%;
border: solid 1px;
}
#min_05{
background-image:url(min_01.jpg);
width:52px;
height: 50px;
float:left;
margin-right:5px;
margin-top: 30%;
border: solid 1px;
}
<div style="clear: both"></div>
<div id="sliders">Sliders
</div>
<div id="menu_izquierda">MEnu Izquierda
</div>
<p style="background-color:#191970; line-height: 25px;"> Algo sobre nosotros
</p> <p >El esp
íritu de eficiencia, principio vital de Pasek, concilia la evoluci
ón t
écnica y los impreativos econ
ómicos con las necesidades t
écnicas de nuestros clientes
<br /> Nuestra Actividad plurisectorial dedicada a dise
ñar, fabricar y aplicar una completa gama de tecnolog
ías de instalaci
ón y de productos refractarios de alta calidad, nos confiere la m
áxima flexibilidad en las necesidades del sector industrial.
</p>
el css va en la misma hoja