/************/
/*  GLOBAL  */
/************/

/* URL imatge background: url(../../img/web/b_enviar.gif); */
/* * { padding:0; margin:0; } */
body {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	text-align:center;
	background: url(../../img/web/bg_web.gif) repeat-x top center #847A36;
}
a 			{ color:#4E4719; text-decoration:none; }
a:hover 	{ text-decoration:underline; outline:none; }
h1, h2, h3 	{ margin:.8em 0 .2em 0; padding:0; }
p 			{ margin:.4em 0 .8em 0; padding:0; }
img 		{ border:0; }
.hidden 	{ display: none; }
table 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
input:focus, textarea:focus { background-color: #E4E4D0; }
INPUT.checkbox {
	font-family : Verdana;
	font-size: 10;
	border-width : 0;
	vertical-align : middle;
	width:17px;
}
INPUT.radio {
	font-family : Verdana;
	font-size: 10;
	border-width : 0;
	vertical-align : middle;
	width:17px;
}

#container { width:981px; margin:0 auto; text-align:left; }
#cap_forum { width:981px; height:20px; background-image: url(../../img/web/bg_cap_forum.gif); clear:both; }
#central { background-image: url(../../img/web/bg_centre_forum.gif); }

/*------------*/
/* FORMULARIS */
/*------------*/
.button_enviar { border:1px solid; background-color:#CCCCCC; /*background: url(../../img/web/b_enviar.gif);*/ width:63px; height:20px; }
input { border:1px solid #D4D0C8; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;  }
.textarea { border:1px solid #D4D0C8; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width:100%; }
.radio { border:0px; width:15px; }

/*-----------*/
/* CAPALERA */
/*-----------*/
#header {
	clear:both;
	float:left;
	width:981px;
	height:153px;
	background-color:#99CCFF;
	background: url(../../img/web/bg_header_forum.gif) no-repeat;
	position:relative;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header #idioma { position:absolute; top:0; right:0; width:142px; height:20px; }
#header #logo { position:absolute; width:275px; height:153px; cursor:pointer; }
#header #menu { position:absolute; bottom:0 !important; bottom:-1; right:83px; width:583px; height:42px; overflow:hidden; }


/*-----------*/
/*    PEU    */
/*-----------*/
#peu { width:981px; height:20px; background-image: url(../../img/web/bg_forum_peu.gif); }
#footer {
	color:#4E4719;
	clear:both;
	float:left;
	width:981px;
	padding-top:25px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer p {
	font-weight:bold;
	padding:10px;
	margin:0;
}
#footer .avellana {	padding-right:28px;	margin-bottom:16px;	background-image: url(../../img/web/logo_avellana.gif);	background-repeat: no-repeat; background-position: right; }
#footer a { color:#4E4719;  }
/* min-height para todos los navegadores */
/*	height: auto!important; /* para los browsers buenos */
/*	height: 330px; /* para IE5+ */
/*	min-height: 330px; /* para los browsers buenos */
