body {
	background:#000;
	margin:0;
	font-family:verdana; 
}
a, a:visited, a:hover {
	color:#fff;
	text-decoration:none;
}
img {
	border:none;
}
ul {
	list-style:none;
}
h1 {
	font-size:16px;
	color:#9e0b0f;
}
h2 {
	font-size:15px;
	color:#9e0b0f;
	text-decoration:underline;
}
h3 {
	font-size:12px;
	color:#9e0b0f;
}
#container {
	width:780px;
	margin:0 auto;
	padding:0;
	background:#fff;
	min-height:600px;
}
#header {
	margin:0;
	height:80px;
}
#logo {
	float:left;
	text-align:right;
	height:75px;
	margin:15px 0 0 40px;
	_margin:15px 0 0 15px;
}
#hora_idioma {
	float:right;
	font-size:11px;
	width:140px;
	color:#000;
	text-align:right;
	margin: 0 15px 0 0;
}
#hora {
	padding:20px 0 0 0;
	height:30px;
}
#idioma {
	font-weight:bold;
	padding:15px 0;
}
#hora_idioma p, #hora_idioma a, #hora_idioma a:visited  {
		color:#000;
}
#hora_idioma a:hover {
	text-decoration:underline;
}
#vermell {
	height:158px;
	background:url(../images/vermell_bg.jpg) top left repeat-x;
}
#vermell p {
	font-size:13px;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
}
#vermell li {
	float:left;
	margin:15px 30px 0 40px;
}
#content {
	text-align:justify;
	font-family:verdana, serif;
	font-size:13px;
	padding:25px 40px;
}
#contacte {
	width:400px;
	float:left;
}
#dades {
	text-align:right;
	float:right;
}
#dades a, #dades a:visited {
	color:#9e0b0f;
	text-decoration:underline;
}
#dades a:hover {
	text-decoration:underline;
}
#footer {
	font-family:arial;
	padding-top:5px;
	width:780px;
	margin:0 auto;
	font-size:10px;
}
#footer p {
	margin:0;
	padding:2px;
	color:#fff;
}
#footer a, #footer a:visited {
	text-decoration:underline;
}
#footer_contact {
	float:left;
}
#footer_validation {
	width:120px;
	float:right;
	text-align:right;
	color:#fff;
}
.clear {
	clear:both;
}