/* Documento de estructura*/
#screen{ width:100%;}
#page{ width:870px;}
#page .top{ width:100%; height:237px; background:transparent url('../img/contenido_fondo.jpg') repeat-y; text-align:left;}
#page .topint{ width:100%; height:187px; background:transparent url('../img/contenido_fondo.jpg') repeat-y; text-align:left;}
#page .menu { width:100%; height:22px; overflow:auto; background:transparent url('../img/botones_fondo.jpg') no-repeat; text-align:left;}
#page .body{ width:100%; height:auto;  overflow:auto; background:transparent url('../img/contenido_fondo.jpg') repeat-y;}
#page .pie{ width:100%; height:50px; background:transparent url('../img/pie_fondo.jpg') no-repeat; text-align:center;}
#page .pienet{ width:100%; height:19px; text-align:right;}

#menubot{ width:700px; height:22px; float:left; text-align:center;/* margin-top:10px;  font:normal 11px Arial, Helvetica, sans-serif*/}
#menubot .space{ width:10px; height:22px; float:left}
#menubot .home{ width:75px; float:left}
#menubot .servicios{ width:140px;float:left}
#menubot .clientes{ width:130px;float:left}
#menubot .ofertas{ width:90px;float:left}
#menubot .contacto{ width:90px;float:left}

#menubot .home1{ width:75px; height:22px; float:left; background:transparent url('../img/botfondo_home.jpg') no-repeat;}
#menubot .servicios1{ width:140px; height:22px; float:left; background:transparent url('../img/botfondo_servicios.jpg') no-repeat;}
#menubot .clientes1{ width:130px; height:22px; float:left; background:transparent url('../img/botfondo_clientes.jpg') no-repeat;}
#menubot .ofertas1{ width:90px; height:22px; float:left; background:transparent url('../img/botfondo_ofertas.jpg') no-repeat;}
#menubot .contacto1{ width:90px; height:22px; float:left; background:transparent url('../img/botfondo_contacto.jpg') no-repeat;}


#pietext{ width:800px; padding:20px 0px 0px 0px}
#pietext .corp{ width:180px; float:left; text-align:right; }
#pietext .datos{ width:620px; height:15px; float:left; text-align:left; margin-top:3px; }

.clear{clear:both}