#container {
width:700px;
margin:0 auto;
}
#header {
width:100%;
height:170px;
/*** background:url(../pics/bg-header.jpg) no-repeat;***/
}
#header-in{
width:700px;
margin:0 auto;
}
#content {
width:100%;
}
/***
#mainContent {
width:700px;
float:left;
}***/
#interna {
width:700px;
float:left;
}
#sidebar {
width:234px;
float:right;
}
#footer {
position:relative;
float:left;
margin-top:10px;
width:100%;
padding-bottom:20px;
clear:both;
background:#283957 url(../pics/bg-footer.jpg) repeat-x left top;
}
#footer address{
margin:0 auto;
width:250px;
}
#footer address strong{
display:block;
}


















