/* CSS Document */


body{ 
	background-color:#f5d859;
	background-image:url(../img/fons.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#83651c;
	font-family:  Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	line-height:18px;
}


img {
	border:0px;
	margin:0px;
	padding:0px;
}

form{
	margin:0;
	padding:0px;
}



a {
	text-decoration:none;
	color:#cf0316;
}

a:hover {
	text-decoration:underline;
}




h1{
	font-size:21px;
	color:#cf0316;
	padding-left:15px;
	padding-bottom:15px;
	background-image:url(../img/fonsHr.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:relative;
}

h1 span{
	display:inline-block;
	position:absolute;
	right:10px;
	top:0px;
	font-size:12px;
}

h1.home{
	font-size:21px;
	color:#cf0316;
	padding-left:15px;
	padding-bottom:15px;
	background-image:url(../img/fonsHrPT.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:610px;
}

h2{
	font-size:16px;
	color:#cf0316;
}

h3{
	font-size:13px;
	color:#cf0316;
	margin-bottom:3PX;
}


hr{
	height:0px;
	border:1px solid #ccc;
	border-bottom:0px;
	margin:25px 0 25px 0;
}

.vermell {
	color:#cf0316;
}

