@charset "utf-8";
@import url("estils.css");

/*** 2 COLUMNS LAYOUT - SEO ***/

/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
position:relative;
width:950px;
margin:0 auto;
text-align:left; /*anulo text centrat body*/
background-color:#000;
}

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:950px;
height:214px;
background-color:#000;
}

/* MENU PRINCIPAL
------------------------------------------------------------------------*/
#navigation {
position:absolute;
top:214px;
left:0;
width:950px;
height:52px;
overflow:hidden;
background-color:#000;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:266px;
left:0;
width:950px;
overflow:hidden; /*Simple Clearing of Floats*/
background-color:#000;
}

/*** Navigation side ***/
#navigationSide {
float:left;
width:290px;
margin-left:20px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/*** Content ***/
#content {
float:right;
width:600px;
margin-right:20px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
color:#c6c09f;
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
width:950px;
height:101px;
font:normal 9px Verdana, Geneva, sans-serif;
color:#999;
text-align:center;
overflow:hidden;
background:url(../img/bg_footer.gif) center 20px no-repeat #000;
}

