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

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

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

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:923px;
height:234px;
background-image:url(../img/top-cafeteras.jpg)
}

/* MENU PRINCIPAL
------------------------------------------------------------------------*/
#navigation {
	position:absolute;
	top:93px;
	left:9px;
	width:813px;
	height:15px;
	overflow:hidden;
	background-color:#FFF;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:234px;
left:0;
width:923px; /*obligatori xqe funcioni SCoF en IE5/6*/
overflow:hidden; /*Simple Clearing of Floats*/
background-color:#FFF;
}

#innercontainer {
position:relative;
width:923px;
overflow:hidden; /*Simple Clearing of Floats*/
background-color:#FFF;
}

/*** Navigation side ***/
#navigationSide {
float:left;
margin-left:5px;
width:272px;
/*margin-left:15px;*/
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
background-color:#FFF;
border-width:1px;
border-color:#dedede;
border-style:solid;
}
#navlistSide {
margin-bottom:20px;
}

/*** Content ***/
#content {
float:right;
width:626px;
/*margin-right:15px;*/
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
background-color:#fff;
border-width:1px;
border-color:#dedede;
border-style:solid;
margin-right:5px;
padding-left:5px;padding-right:5px;
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
padding-top:5px;
width:923px;
height:40px;
font:normal 9px Verdana, Geneva, sans-serif;
color:#000;
text-align:center;
overflow:hidden;
background-color:#666666;
}
