



html, body {
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0; 
}
/*ATENCIÓ*/ 
/*Hi ha un hack per a ie 6.0 en cada secció head de cada pàgina perquè funcioni correctament el centrat de la web en ie 6.0 */
body
{
    position: relative;
    min-width: 810px;
    min-height: 100%;
    margin: 0;
    padding: 0;
}
* {
    padding: 0;
    margin: 0;
    font-family: Verdana, Tahoma, Arial, Helvetica, 'sans-serif !important';
    font-size: 1em;
    color: #625A5B;
}
img {
    border: 0px;
}
A {
    text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------*/
.ContPrincipal {/*Hi ha un hack per a ie 6.0 en cada secció head de cada pàgina perquè funcioni correctament el centrat de la web en ie 6.0 */
	margin-left: 40px;
	margin-right: 40px;
    background: #ffffff url("../img/fonsCont.gif") repeat-y 50%;
}
.ContPrincipal div.ContCercaPer {
	background-color:#E3E2DD;
	border-bottom:3px solid #FFFFFF;
	clear:both;
	display:block;
	height:auto;
	padding:0 0 10px;
	width:400px;
	margin-bottom: 30px;
}
.ContCercaPer h1 {
	background:#E30916 none repeat scroll 0 0;
	clear:both;
	color:#FFFFFF;
	display:block;
	//font-size:0.7em;
	height:20px;
	line-height:20px;
	text-indent:12px;
	width:100%;
}
.ContCercaPer a{
	clear:both;
	color:#585A5B;
	display:block;
	float:none;
	font-size:0.7em;
	font-weight:bold;
	height:auto;
	margin:10px 0 0 10px;
	white-space:nowrap;
	width:auto;
}
.ContApartat{
	margin-bottom:20px;
}
.ContApartat h2{
	margin-top:10px;
}
.divdelp{
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.9em;
}
ul.contacte, ol.contacte li{
	clear:both;
	float:none;
	font-size:0.8em;
	height:auto;
	margin:20px 0 0 15px;
	width:auto;
}
.ContCabcelera{
	margin-top: 10px;
	margin-bottom: 30px;
}
td.rightAlign{
	text-align:right;
}
table.top{
	width: 90%;
}
a.titolajuda{
        font-size:0.9em;
}
.divdelp p,table{
	font-size:0.8em;
}
