Y el CSS
Código CSS:
Ver originalbody{
font:12px/18px Arial,Helvetica,sans-serif;
padding-top: 10px;
padding-bottom: 10px;
background: url(images/design/bg_site.jpg) repeat-x #e4d8a6;
}
/********************************************/
/******** CONTENEDOR PRINCIPAL **************/
/********************************************/
.outer-container {
width:928px;
left: 50%;
position: relative;
margin-left: -464px;
clear: both;
}
/********************************************/
/****** BARRAS SUPERIOR E INFERIOR **********/
/********************************************/
.barraSuperior, .barraInferior{
height:15px;
display: block;
clear: both;
}
.bordeEsquinaIzqSup, .bordeEsquinaDerSup, .bordeEsquinaIzqInf, .bordeEsquinaDerInf{
float:left;
width:14px;
height:15px;
}
.bordeEsquinaIzqSup{
background: url(images/design/contenido_borde_superior_izquierdo.png) top left no-repeat;
position: absolute;
left: 0px;
}
.bordeEsquinaDerSup{
background: url(images/design/contenido_borde_superior_derecho.png) top right no-repeat;
position: absolute;
left: 914px;
}
.bordeEsquinaIzqInf{
background: url(images/design/contenido_borde_inferior_izquierdo.png) bottom left no-repeat;
position: absolute;
left: 0px;
}
.bordeEsquinaDerInf{
background: url(images/design/contenido_borde_inferior_derecho.png) bottom right no-repeat;
position: absolute;
left: 914px;
}
/* bordes en el medio de las esquinas */
.bordeBarraSup, .bordeBarraInf{
float:left;
width: 900px;
height: 15px;
position: absolute;
left: 14px;
}
.bordeBarraSup{
background:url(images/design/contenido_borde_superior.png) repeat-x;
}
.bordeBarraInf{
background:url(images/design/contenido_borde_inferior.png) repeat-x;
}
/********************************************/
/************ BARRA CENTRAL *****************/
/********************************************/
.barraCentral{
width:928px;
background:url(images/design/contenido_central.png) repeat-y;
clear: both;
}
.contenidoDerecho{
float: left;
width: 640px;
margin-left: 10px;
padding-left: 5px;
}
.sidebar{
width: 250px;
}
Muchas gracias
PD. lo siento pero no cupo en un solo post :P