/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* */

body{
	background-color: #F3F3EB;
	background-image: url(../img/fons.jpg);
	background-repeat: repeat-x;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #C2BFB2;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 22px;
}
ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
li{
	list-style-type: none;
	line-height: 20px;
}
li:before{
	margin-left: 12px;
	content: "- ";
}
a:link, a:visited, a:active{
	color: #D4CCAD;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#central{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 940px;
	margin-left: -470px;
	background-position: top left;
	background-repeat: no-repeat;	
	height: auto;
}
#dreta{
	position: relative;
	left: 460px;
	top: 0px;
	width: 440px;
	/*height: 1000px;*/
	padding: 20px;
	margin-bottom: 40px;
	background-color: #211E1E;
	color: #C2BFB2;
}
#peu{
	position: relative;
	left: 460px;
	width: 480px;
	height: 20px;
	margin-top: -40px;
	margin-bottom: 60px;
	background-image: url(../img/pestanya.png);
	background-repeat: no-repeat;
}
#logo{
	position: absolute;
	top: 30px;
	left: 161px;
	z-index: 2;
}
.text{
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
}
.credits{
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.dades{
	font-size: 12px;
	line-height: 20px;
}
.legal{
	font-size: 14px;
	text-align: justify;
	line-height: 16px;
}