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

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

/* CERCADOR SECCIONS
------------------------------------------------------------------------*/
#caixaCercaSeccions {
position:absolute;
width:100%;
height:42px; /*default (veure cercador_seccions.txt)*/
top:183px;
left:0;
background:url(http://www.badaweb.com/img/bg_lupa.gif) no-repeat 24px top #fca62b;
overflow:hidden;
}

/* CONTACT TAG
------------------------------------------------------------------------*/
#contactTag {
position:fixed;
width:25px;
height:106px;
top:45%;
left:0;
z-index:999;
}

#contactTag img {
width:25px;
height:106px;
border:none;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:225px; /*default (veure cercador_seccions.txt)*/
left:0;
width:950px; /*obligatori xqe funcioni SCoF en IE5/6*/
border:2px solid #fff;
overflow:hidden; /*Simple Clearing of Floats*/
background:url(http://www.badaweb.com/img/bg_shadow_top.gif) repeat-x left top #fff;
}

/*** Content ***/
#content {
float:left;
width:758px; /*914px sense publi*/
margin:15px 0 0 18px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/*** Publi ***/
#publi {
float:right;
width:125px;
margin:15px 18px 0 0;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
width:950px;
height:96px;
font-size:9px;
color:#333;
text-align:center;
overflow:hidden;
background:url(http://www.badaweb.com/img/bg_footer.gif) repeat-x left bottom #fff;
}

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:950px;
height:149px;
border-right:2px solid #fff;
border-left:2px solid #fff;
background:url(../img/bg_header.png) repeat-x left top #e2efff;
}

/* MENU PRINCIPAL
------------------------------------------------------------------------*/
#navigation {
position:absolute;
top:149px;
left:0;
width:950px;
height:34px;
border-right:2px solid #fff;
border-left:2px solid #fff;
overflow:hidden;
background:url(http://www.badaweb.com/img/bg_navigation.gif) repeat-x left top #e5edf9;
}

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