@charset "UTF-8";
/* CSS Document */



* { padding: 0; margin: 0; outline:none; }



/********** ESTRUCTURA DE LA WEB **********/

#wrapper { 
margin:0 auto; 
width:1000px; 
background-color:#ffffff;
padding-bottom:20px;
}

#header {
width:1000px;
float:left;
padding:0;
height:134px;
margin:0;
}

#navigation {
float:left;
width:1000px;
padding:0;
margin:0;
background-image:url(../imgs/menu-top-background.gif);
height:56px;
}

#leftcolumn {
background:#ffffff;
margin:0;
padding:0;
width:208px;
float:left;
}

#content { 
float:left;
background:#ffffff;
margin:0;
padding:0 20px 20px 20px; 
height:auto !important; /* IE6 no ho soporta i Firefox si, per tant, fa que la capa creixi automàticament i tingui un mínim de 600px */
height:600px; /* IE6 ho soporta, per tant fa que la capa pugui crèixer i tenir un mínim de 600px */
min-height:600px;
width:538px;
display:inline;
}

#content2 { /*s'utilitza quan no hi ha rightcolumn*/
float:left;
background:#ffffff;
margin:0;
padding:0 20px 20px 20px;
height:auto !important; /* IE6 no ho soporta i Firefox si, per tant, fa que la capa creixi automàticament i tingui un mínim de 600px */
height:600px; /* IE6 ho soporta, per tant fa que la capa pugui crèixer i tenir un mínim de 600px */
min-height:600px;
width:732px;
display:inline;
}

#rightcolumn {
background:#ffffff;
margin:0;
padding:0;
width:188px;
float:right;
padding-right:20px;
}

#footer { 
margin:0 auto; 
width:1000px;
clear:both;
background-image:url(../imgs/footer-top.gif);
background-position:top;
background-repeat:no-repeat;
height:100px;
padding:0;
}
