@charset "UTF-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3mm;
	margin-top: 0px;
}
#caixa {
	background-color: #FFFFFF;
	width: 500px;
	left: 118px;
	top: 150px;
	position: absolute;
	font-size: 12px;
	padding: 12px;
	border: 1px solid #000000;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
	margin-top: 1px;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
}
p {
	font-size: 12px;
	margin-top: -10px;
}
ul {
	margin-top: 0px;
	list-style-type: none;
}
li {
	list-style-type: disc;
	font-size: 10px;
	margin-top: 4px;
	display: block;
}
#barra {
	background-color: #000000;
	height: 5px;
}
#contenidor {
	height: 700px;
	width: 800px;
	position: absolute;
	top: 5px;
	left: 40px;
	background-color: #CCCCCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(salutacio.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#botons {
	float: right;
}
#botonera {
	font-size: 12px;
	float: right;
}
#anagrama {
	position: absolute;
	height: 81px;
	width: 81px;
	left: 20px;
	top: 0px;
}
#logo {
	position: absolute;
	height: 40px;
	width: 650px;
	left: 120px;
	top: 55px;
}
.negreta {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}
.vincleWeb {
	display: block;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-style: italic;
}
.vincleWeb:link,.vincleWeb:visited {
	color: #FFFFFF;
	background-color: #999999;
	display: block;
}
.vincleWeb:hover {
	color: #000066;
	background-color: #FFCC00;
	display: block;
}
.dreta {
	float: right;
}
.negretaVermella {
	font-weight: bold;
	color: #F00;
}

