/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: #234872;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

table h2 {
	font-weight:bold;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ELEMENTS COMUNS A TOTES LES PÀGINES */

.boto {
	cursor: pointer;
	border-width:1px;
	border-color:#FF9406;
	border-style:solid;
	background:#234872;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:8px;
	padding-right:8px;
}

.negreta {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}
.negreta_cursiva {
	font-style: italic;
	font-weight: bold;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9406;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9406;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.contenidor {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.barra_data {
	position: absolute;
	text-align: left;
	top: 5px;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
}

.barra_data h1 {
	display:inline;
}

.barra_idiomes {
	position: absolute;
	color: #FF9406;
	right: 0px;
	top: 5px;
	font-size:11px;
}

.banner {
	position: absolute;
	top: 20px;
	padding:0px;
	margin:0px;
}
.banner_darrera {
	position: absolute;
	top: 20px;
	padding:0px;
	margin:0px;
}
.central {
	position: absolute;
	top: 172px;
	padding:0px;
	margin:0px;
}

/* BARRA DE MENÚ */

.barra_menu {
	position: relative;
	background-image: url(../img/fons.jpg);
	font-size:10px;
	text-align:center;
	width: 980px;
	margin:0px;
	font-weight:bold;
	padding-top:6px;
	height:17px;
}

.barra_menu ul.menu {
	width: 980px;
	list-style-type: none;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
}

.barra_menu ul li.menu {
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.barra_menu ul li.menufinal {
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 0px;
}

.barra_menu ul li a, .barra_menu ul li a:visited {
	color: #FFFFFF;
}

.barra_menu ul li a:hover, .barra_menu ul li a:active {
	color: #FF9406;
}


/* PEU DE PAGINA */

.peu {
	position:relative;
	background-image: url(../img/fons.jpg);
	font-size:10px;
	text-align:center;
	width: 980px;
	height:14px;
	margin-top:6px;
	margin-bottom:4px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:11px;
	font-weight:normal;
}
.peu a, .peu a:visited {
	font-weight:bold;
	color: #FFFFFF;
}

.peu a:hover, .peu a:active {
	font-weight:bold;
	color: #FF9406;
}

/* CLEARS */
.clear_left {
	clear:left;
}

