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

/*** 1 COLUMN LAYOUT - SEO ***/

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

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:758px; /*760 amb borders*/
height:70px; /*72 amb borders*/
border:1px solid #c1c1c1;
background:url(/img/bg_capcelera.gif) left bottom repeat-x #fff;
}

/* MENU PRINCIPAL
------------------------------------------------------------------------*/
#navigation {
position:absolute;
top:72px;
left:0;
width:760px;
height:47px;
overflow:hidden;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:119px;
left:0;
width:758px; /*760 amb borders*/
overflow:hidden; /*Simple Clearing of Floats*/
border:1px solid #c1c1c1;
background-color:#fff;
}

/*** Content ***/
#content {
width:678px; /*718-40(padding lateral)=678*/
margin:20px auto 0 auto;
padding:0 20px;
border-bottom:4px solid #c1c1c1;
background-color:#ececec;
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
width:758px;
height:140px;
font:normal 9px Verdana, Geneva, sans-serif;
color:#999;
text-align:center;
overflow:hidden;
background:url(/img/bg_capcelera.gif) repeat-x left bottom;
}

