/*
*******************************************
	 wec.css 
*******************************************

Controla l'estil comú a totes les pàgines de weC
	- body (font, colors, centrat)
	- DIVs principals (#interface, #subMenus, #main, .text)
	- classes generals (links, 'pendent')
	- 'bottomInfo'
*******************************************
*/

body {
	margin: 0; margin-top: 20px; margin-bottom: 50px;
	background-color: #ccf;
	font-family: Verdana; font-size: .8em; color: #000033;
	text-align: center; /* per centrar amb IE */ }

#interface, #subMenus, #main {
/* per centrar, W3C (no caldria si no hagués especificat width) */
	margin-left: auto; margin-right: auto; }

#interface {
	position: relative; z-index: 1;
	top: 0px;
	width: 760px; height: 200px;
	background-image: url(../imatges/interface_bg.gif); }
#subMenus {
	position: relative; z-index: 2;
	top: 0px;
	width: 760px; }
#main {
	position: relative; z-index: 1;
	top: 0px;
	width: 760px;
	background-image: url(../imatges/main_bg.gif);
	text-align: left; }
/* No puc usar padding, per culpa del Mozilla.
   Per això creo uns DIV.text que sí tenen padding. */

.text {
	padding: 10px 40px 10px 20px; }

p {
	line-height: 150%;
	margin: .6em 0px; }

a img {
	border-style: none; }

a {
	text-decoration: none;
	color: #0000c6; }

a:hover { text-decoration: underline; }

.pendent {
	color: gray; }

#bottomInfo {
	font-size: .9em;
	margin-top: 40px;
	text-align: center; }

.smiley {
	color: #2242b0;
	font-family: Verdana; }

acronym {
	border-bottom: 1px dotted;
	cursor: crosshair; }