@charset "utf-8";
/* CSS Document */
/*** INICI 'reset' */
body{padding:0; margin:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#000;
font-size: .625em; /* "muntatge" per a fer equivalent (aprox.) 1.2em amb 12px */ }

/* botons */
a, a:visited { text-decoration:none; color:#F00; }
a:hover{ color:#000; } a img { border: none; }
/* títols */
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; }
/* textos en elements de tipus 'block' */
div,blockquote,p,span,ul,li { padding:0; margin:0; }
/* formularis */
form { padding:0; margin:0; }
/*** FINAL 'reset' */

/*** INICI 'detalls personalitzats' */
/* avisos de formulari, errors d'execució... */
.avis{ widht:80%; padding:10px; border:2px solid #0CF; margin:10px; background-color:#E6F2FF;
font:bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#999; }
.error{ width:80%; padding:10px; border:2px solid #C00; margin:10px; background-color:#FAADAF;
font:bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF; }
.correcte{ widht:80%; padding:10px; border:2px solid #0C3; margin:10px; background-color:#DFE;
font:bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#999; }
/*** FINAL 'detalls personalitzats' */

/*** INICI 'maquetació'' */
#centredevela { width:965px; height:45px; margin:0 auto 2px auto; background:#FFF url(centre.jpg); }
	#centredevela p{ float:right; margin:15px 20px 0 0; font-weight:bold; font-size:1.1em; color:#CCC; }

#menus { position:relative; width:965px; height:120px; margin:0 auto; background:#FFF url(ones.jpg); }
	#menus #botonera{ position:absolute; left:120px; bottom:0; list-style:none; overflow:auto; }
	#menus #botonera li{ float:left; margin-right:2px; }
	#menus #botonera li a, #menus #botonera li a:visited{ display:block; padding:3px 12px; border-bottom:1px solid #FFF; background-color:#000;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF; text-align:center; }

	#menus #botonera li a.facebook, #menus #botonera li a.facebook:visited{ pading:0;border:0;margin:0; }
	
	#menus #botonera li a:hover{ background-color: #FFF; color: #000; }
	#menus #botonera li.current a{ border-color: #CCC; background-color: #CCC; color: #F90; }

	#menus #idiomes{ position:absolute; right:0; bottom:0; list-style:none; overflow:hidden;}
	#menus #idiomes li{ float:left; margin-right:2px; }
	#menus #idiomes li a, #menus #idiomes li a:visited{ display:block; height:18px; padding: 3px;  margin:0 1px 0 0; margin-bottom:1px;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF; text-align:center; }
	#menus #idiomes a:hover{ background-color: #CCC; color:#FFF; }
	#menus #idiomes .current a{ border-color: #CCC; background-color:#DCDCDC; color:#CCC; }

#continguts { width:965px; margin:0 auto; background-color:#DCDCDC; overflow:auto; }

#credits { clear:both; width:965px; margin:0 auto; background-color:#000;
font:normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#CCC; text-align:right; }
#peu { width:965px; margin:0 auto;  }
/*** FINAL 'maquetació'' */


