body{
	margin-left:30px;
	margin-top:10px;
}

img {
	font-family:Monaco, "Lucida Console", Arial;
	font-size:0.7em;
}

.div_logo {
	float:left;
	text-align:left;
	width:400px;
	height:75px;
}

.img_logo{
	border-style:none;
}

.div_menu_idioma {
	float:left;
	text-align:right;
	width:385px;
	height:75px;
}

.div_menu{
	clear:both;
	width:785px;
	border-bottom:1px dashed #00339E;
	padding-bottom:5px;
	margin-left:5px;
	margin-bottom:5px;
}

.div_menu a, .div_menu_idioma a{
	font-family:Monaco, "Lucida Console", Arial;
	font-size:0.7em;
	color:#00339E;
	text-decoration:none;
	padding:1px;
}

.div_menu a:hover, .div_menu_idioma a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#55A51C;
}

/*.menu_actiu{
	font-family:Monaco, "Lucida Console", Arial;
	font-size:0.7em;
	color:#55A51C;
	text-decoration:none;
	padding:1px;
}*/

.div_principal{
	clear:both;
	width:785px;
	padding-left:5px;
	padding-top:5px;
}

p{
	font-family:Monaco, "Lucida Console", Arial;
	font-size:0.7em;
	color:#00339E;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
	line-height:17px;
}

/*.text_ample{
	height:120px; 
	overflow:auto; 
	padding-right:10px;
	margin-bottom:10px;
}*/

span{
	font-family:Monaco, "Lucida Console", Arial;
	font-size:0.7em;
	color:#00339E;
}

.titol_pagina{
	font-family:Monaco, "Lucida Console", Arial;
	font-size:0.7em;
	font-weight:bold;
	color:#00339E;
	letter-spacing:0.1em;
	margin-top:10px;
	margin-bottom:10px;
}

.ie .titol_pagina{ 
	/* complement de l'estil anterior especial per a Internet Explorer */
	margin-top:15px;
}

p a{
	color:#00339E;
	text-decoration:none;
	padding:1px;
}

p a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#55A51C;
}

.list_ico{
	vertical-align:middle;
}

.div_peu{
	/*clear:both;*/
	position:absolute;
	top:550px;
	left:150px;
	z-index:10;
}

.div_tampo{
	/*clear:both;*/
	position:absolute;
	top:270px;
	left:370px;
	z-index:10;
}

.thumb {
	height:100px;
	width:150px;
	border:1px solid #00339E;
	padding:4px;
}

.thumb:hover {
	border-color:#55A51C;
}

.thumb_link:hover {
	background-color:#FFFFFF;
}

/* scrollable div area */
#scrollable{
	float:left;
	width:765px;
	height:120px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

.scrollbar-vert{
	height:120px;
	width:5px;
	float:left;
	background:url(../js/scroll/img/scrollbar-track-bottom.png) repeat-y;
}

.handle-vert{
	height:20px;
	width:5px;
	background:url(../js/scroll/img/scrollbar-handle-vertical.png) no-repeat;
}