@charset "utf-8";
html, body{
height:100%;
}
body {
	background-color: #222222;
	background-image: url(imatges/bg_body.gif);
	background-repeat: repeat;
	height: 100%;
	color: #9b9b9b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#A8A8A8;
}
a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#AAC605;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAC605;
}
#contenedor {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imatges/bg_ombra.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenedor-in {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 80%;
}
#logo-top {
	width: 860px;
	margin-top: 10px;
}
#contingut {
	height: 150px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}
#mail {
	height: 40px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 100px;
}

#mail .ralleta{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAC605;
}
#footer {
	height: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
}
#footer .ralleta{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAC605;
}
