/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	/*background-image: url(../imatges/bg.jpg);
	background-repeat: repeat-x;*/
	background-color:#F5F5F5;
}
#contenidor{
	width:800px;
	height:auto;
	overflow:hidden;
	left: 50%;
	position:relative;
	margin-left:-400px;
	/*margin:auto; centra igual?*/
	background-color:#FFFFFF;
}
#capsalera{
	height:136px;
}
#menu{
	margin:0px;
	height:29px;
	/*background-image: url(../imatges/fons_menu.jpg);
	background-repeat: repeat-x;*/
	background-image: url(../imatges/fons_menu_nou.gif);
	background-repeat: repeat-x;
	/*height:35px;*/
}
#ul_menu {
	list-style:none;
	margin:0px;
	padding:0px;
}

#ul_menu li{
	margin-left:0px;
	padding:5px 2px;
	/*border:1px solid #000000;*/
	float:left;
}

#ul_menu li a {
	display:block; /*Convertimos el vínculo en un bloque.*/
	/*width:100px;*/
	padding:2px 4px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	/*background-color:#3C7EAE;*/
	/*background-color:#00084A; WEB VOLVO*/
	background-color:#02217D;
}

#ul_menu li a:hover{
	/*color:#FF0000;*/
}
#fons_contingut{
	background-image: url(../imatges/fons_contingut.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin:0px;
	/*background-color:#FFFFFF;
	opacity:0.5;
	filter: alpha(opacity=50);*/
	clear:both;
}

#contingut{
	height:auto !important;
	min-height:500px;
	height:500px;
	/*height:434px;*/
	/*border-left: 1px solid #CCCCCC;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top:4px;
	margin:0px;
}
#contingut p{
	font-size:14px;
}

#fons_peu_pag{
	background-image: url(../imatges/fons_peu.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	font-size:14px;
	padding:2px;
}
#legal{
	float:left;
	margin-right:20px;
}
#legal a{
	text-decoration:none;
}

#peu_pag{
	/*position:absolute;*/
	white-space:nowrap;
	overflow:hidden;
}


#contingut h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	/*border-top:1px solid #02217D;*/
	border-bottom:2px solid #02217D;
	padding:1px;
	margin-top:0px;
	margin-bottom:4px;
	background-color:#CCCCCC;
	margin-top:0px;
}
#certificats{
	/*border-top:1px dotted #CCCCCC;*/
	height:auto;
	margin-left:20px;
	/*margin:0px;
	background-image: url(../imatges/fons_certificats.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;*/
}
#certificats a{
	margin-right:40px;
}
#certificats img{
	border:none;
}