/* CSS Document */

/**********************************************
ROOT
***********************************************/


body {
	background-color: #000000;
	margin: 0px;

}


#cos {
	text-align: center;
	width: 100%;
	height: 100%;
}

#principal {
	width: 800px;
	background-color: #000000;
	height: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



/**********************************************
CONTENT
***********************************************/
	
#cont_principal {
	width: 568px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
#cont_principalFull {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

.content {
	width: 548px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: left;
	margin-left: 20px;

	}


ul.fletxa, ul.fletxa ul{
	list-style-type: none; 

	} 
ul.fletxa li{
	padding-left: 12px;
	background-image: url(../img/point.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}


.txt_content_global{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #ffffff;
	text-align: left;
	line-height: 19px;	
}

.txt_content_global a{
	color: #ffffff;
	text-decoration: underline;
}

.txt_content_global a:hover{
	text-decoration: underline;
}



.filet_seccio {
	height: 20px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #007073;
	}	
	
.titol_seccio {
	height: 20px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	float: left;
	}

.punt_seccio {
	width: 15px;
	height: 20px;
	background-image: url(../img_global/quadrat.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;

	}		
	


