/* CSS Document */
body {
	background: #EEEEEE url(../img/fons.gif) repeat-y scroll center top;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#mare {
	margin: 0 auto;
	width:767px;
	background: #FFF;
}
/*
----------------------------------------------------------------------------- 
CAPÇALERA
-----------------------------------------------------------------------------*/
#cap {
	background: url(../img/logo.gif) no-repeat top left; 
	height: 84px;
	margin-top:10px;
	float: left;
}
#cap h2 {
	display: none;
}
#cap #retorn {
	float:left;
	width:160px;
    height:84px;
	margin:0px;
	padding:0px;
}
#cap #retorn a {
	display:block;
	width:160px;
    height:84px;
	margin:0px;
	padding:0px;
}
#cap #retorn a span{
	display:none;	
}
#lema {
	background: url(../img/lema.gif) no-repeat top left; 
	height: 85px;
	margin:10px 0;
	clear:both;
}
#lema span{
	display:none;	
}
/*
----------------------------------------------------------------------------- 
MENU
-----------------------------------------------------------------------------*/
#menu {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	width: 550px;
	height: 20px;
	padding: 70px 0 10px 0;
	margin: 0 ;
	float: right;
}
#menu span {
	display:none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	background: none;
	display: inline;
	margin: 0px;
	padding: 0;
}
#menu li a.boto1{
	float:left;
	width:77px;
	height:13px;
	background: url(../img/boto1.gif);
	background-position:0 0;
}
#menu li a:hover.boto1{
	float:left;
	width:77px;
	height:13px;
	background: url(../img/boto1.gif);
	background-position:0 -13px;
}
#menu li a.boto2{
	float:left;
	width:58px;
	height:13px;
	background: url(../img/boto2.gif);
	background-position:0 0;
}
#menu li a:hover.boto2{
	float:left;
	width:58px;
	height:13px;
	background: url(../img/boto2.gif);
	background-position:0 -13px;
}
#menu li a.boto3{
	float:left;
	width:67px;
	height:13px;
	background: url(../img/boto3.gif);
	background-position:0 0;
}
#menu li a:hover.boto3{
	float:left;
	width:67px;
	height:13px;
	background: url(../img/boto3.gif);
	background-position:0 -13px;
}
#menu li a.boto4{
	float:left;
	width:69px;
	height:13px;
	background: url(../img/boto4.gif);
	background-position:0 0;
}
#menu li a:hover.boto4{
	float:left;
	width:69px;
	height:13px;
	background: url(../img/boto4.gif);
	background-position:0 -13px;
}
#menu li a.boto5{
	float:left;
	width:104px;
	height:13px;
	background: url(../img/boto5.gif);
	background-position:0 0;
}
#menu li a:hover.boto5{
	float:left;
	width:104px;
	height:13px;
	background: url(../img/boto5.gif);
	background-position:0 -13px;
}
#menu li a.boto6{
	float:left;
	width:120px;
	height:13px;
	background: url(../img/boto6.gif);
	background-position:0 0;
}
#menu li a:hover.boto6{
	float:left;
	width:120px;
	height:13px;
	background: url(../img/boto6.gif);
	background-position:0 -13px;
}
#menu li a.boto7{
	float:left;
	width:49px;
	height:13px;
	background: url(../img/boto7.gif);
}
#menu li a:hover.boto7{
	float:left;
	width:49px;
	height:13px;
	background: url(../img/boto7.gif);
	background-position:0 -13px;
}
/*
----------------------------------------------------------------------------- 
CONTINGUT
-----------------------------------------------------------------------------*/
#titular {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	width: 220px;
	padding: 20px 5px 2px 10px;
	margin: 0;
	float: left;
}
#text {
	height: 490px;
	width: 490px;
	overflow: auto;
	color: #333;
	padding: 0 16px;
	margin: 20px 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#tit {
	height: 50px;
	padding-top: 6px;
}
#text ul{
	padding: 6px 0;
	margin-left: 5px;
}
#text li{
	background: transparent url(../img/arrow.gif) no-repeat 0 8px;
	padding: 2px 4px 3px 16px;
	list-style: none;
}
#text a {
	color: #ED3726;
	background: none;
	text-decoration: underline;
	cursor: pointer;
}
#text a:hover {
	color: #ED3726;
	background: none;
	text-decoration: none;
}
#text h4 {
	color: #ED3726;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#text h5 {
	color: #333;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#text .vermell {
	color: #ED3726;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
form {  
	margin: 0;  
	padding: 15px 0 0 0;  
	}
form p {  
	clear: left;  
	margin: 0;  
	padding: 4px; 
	}
form p label {  
	float: left;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
	width: 120px;
	text-align: right;
	padding: 2px;
	}
fieldset {  
	border: 1px dotted #999;  
	margin: 16px 0;  
	padding: 20px;
	}
legend {  
 	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #ED3726;  
	background: #FFFFFF;
	padding-left: 2px;
	}
input {  
	color: #666;  
	background: #FFF;  
	border: 1px solid #ED3726;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px;
	}
button {  
	color: #FFF;  
	background: #ED3726;  
	border: 1px solid #ED3726;  
	font: 11px Verdana, Arial, Helvetica, sans-serif;  
	padding: 2px;
	margin: 4px;
	cursor: pointer;
	}
#primer {
	margin-left: 128px;
}
.checkbox {  
	color: #666;  
	background: #FFF;  
	border:0;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px;
	margin-top: 6px;
	}
select {  
	color: #666;  
	background: #FFF;  
	border: 1px solid #ED3726;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px;
	height: auto;
	}
textarea {  
	color: #666;  
	background: #FFF;  
	border: 1px solid #ED3726;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px;
	height: auto;
	}
td {
	border-bottom: 1px solid #ED3726;
	background: #EFEFEF;
	border-collapse: collapse;
}
#premiats td {
	border: 0;
	background: #FFF;
}
	/*
----------------------------------------------------------------------------- 
PEU
-----------------------------------------------------------------------------*/
#peu {
	clear: both;
	height: 24px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #ED3726;
}
#peu a {
	text-decoration: none;
	color: #FFF;
}
#peu a:hover {
	text-decoration: underline;
	color: #ED3726;
	background: #FFF;
}