@charset "utf-8";
@import url("estils.css");
@import url("menu.css");

/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
position:relative;
width:954px;
margin:0 auto;
text-align:left; /*anulo text centrat body*/
}

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:952px; /*954 amb borders*/
height:144px; /*72 amb borders*/
border:1px solid #637a8c;
background:url(/img/bg_capcelera.gif) left bottom repeat-x #fff;
}

/* MENU PRINCIPAL
------------------------------------------------------------------------*/
#navigation {
position:absolute;
top:72px;
left:20px;
width:230px;
height:66px;
overflow:hidden;
}

/*** Navigation side ***/
#navigationSide {
float:left;
width:192px;
/*margin-left:15px;*/
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
background-color:#fff;
}


/* CONTENT
------------------------------------------------------------------------*/
#innercontainer {
position:relative;
width:910px;
left:22px;
top:22px;
overflow:hidden; /*Simple Clearing of Floats*/
background-color:#fff;
}

#container {
position:absolute;
top:145px;
left:0;
width:952px; /*954 amb borders*/
overflow:hidden; /*Simple Clearing of Floats*/
border:1px solid #637a8c;
background-color:#fff;
}

/*** Content ***/
#content {
float:right;
width:646px;
/*margin-right:15px;*/
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
background-color:#ececec;
padding-left:22px;
padding-right:22px;
padding-top:29px;
}

/*** Content ***/
/*#content {
width:872px; /*912-40(padding lateral)=872
margin:20px auto 0 auto;
padding:0 20px;
border-bottom:4px solid #c1c1c1;
background-color:#ececec;
}*/
*/
/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
padding-top:15px;
position:relative;
width:950px;
height:80px;
font:normal 9px Verdana, Geneva, sans-serif;
color:#000;
text-align:center;
overflow:hidden;
background-color:olive;
}