
body {
background: url(imagenes/fondo-body.jpg) repeat-x;
width: 1000px;
height: auto; 
margin: 0px auto; 	
}

#wrapper {
background: url(imagenes/fondo-wrapper.jpg) repeat-y;
width: 950px; 
margin: 0px auto;
padding: 0px;
overflow: hidden;
}

#header {
background: url(imagenes/fondo-header.jpg) no-repeat;
width: 950px;
height: 180px; 
float: left; 
}

#sidebar-1 {
background: url(imagenes/fondo-sidebar-1.jpg) repeat-y;
width: 250px;
float: left;
}

#navcontainer { 
width: 200px; 
margin: 0px 0px 0px 20px;
} 

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; 
}

#navcontainer a {
display: block; 
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #369;
color: #fff;
}

#sidebar-2 {
background: url(imagenes/fondo-sidebar-2.jpg) repeat-y; 
width: 700px;
float: left;
}

#footer {
background: url(imagenes/fondo-footer.jpg) no-repeat; 
width: 950px;
height: 50px;
float: left;
}

#footer table {
padding: 0px 0px 0px 170px;
font-size: 13px;
}




