html
{
	padding: 0;
	margin: 0;
	background-image:url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;	
	width: 100%;
}

body
{
	font-family: Arial,Helvetica,Monaco,sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.wrapper
{
	width: 824px;	
	height: 100%;
	background-image: url(../img/wrapper.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.section_title
{
	background-color: #861919;
	font-family: Verdana;
	font-size: 16px;
	color: #fff;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
}

img
{
	border: none;	
}

.menu
{
	background-image: url(../img/menu_background.jpg);
	background-repeat:repeat-x;
	width:100%;
	height: 34px;
	font-family: Verdana, Geneva, sans-serif;
}

.content
{
	padding-top: 3px;
}

.content-with-bar
{
	padding-top: 0px;	
}

#bottom_wrapper
{
	background: #fff;
	width: 796px;
	margin-left: auto;
	margin-right: auto;
}

.footer
{
	margin-top: 15px; /* era 60px */
	border-top: solid 1px #861919;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #364c63;
	line-height: 14px;
}

.footer a
{
	color: #364c63;
	text-decoration: none;
}

.footer a:hover
{
	color: #861919;
}

.menu-item a
{
	color: #FFF;	
	text-decoration: none;
}

.menu-item
{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 24px;
	cursor: pointer;
	padding-top: 10px;
}

.menu-item:hover
{
	background-image: url(../img/menu_background_on.jpg);
}

.menu-item-active
{
	background-image: url(../img/menu_background_on.jpg);
}

.menu-separator
{
	display: inline-block;
	width: 1px;
	height: 34px;
	position: relative;
}

#arealegal-menu
{
	background-color: #495e76;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	width: 235px;
/*	height: 181px;*/
	margin-top: 2px;
	margin-left: 0px; /* dependrà de la posició del menú SERVEIS */
	padding-top: 7px;
	padding-bottom: 7px;
	display: none;
}

#arealegal-menu a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 7px 3px 7px;
}

#arealegal-menu a:hover
{
	background-color: #778698;	
}


#services-menu
{
	background-color: #495e76;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	width: 235px;
	/*height: 143px;*/
	margin-top: 2px;
	margin-left: 145px; /* dependrà de la posició del menú SERVEIS */
	padding-top: 7px;

	display: none;
}

#services-menu a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 7px 3px 7px;
}

#services-menu a:hover
{
	background-color: #778698;	
}

.services-menu-active
{
	background-color: #778698;	
}

#services-submenu
{
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #6f8092;
	color: #FFF;
	font-size: 10px;
	position: absolute;
	width: 135px;
	/*height: 143px;*/
	margin-top: 2px;
	margin-left: 382px; /* dependrà de la posició del menú SERVEIS */
	padding-top: 7px;
	padding-bottom: 7px;
	
	display: none;	
}

#services-submenu a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px 7px 0px 7px;
}

#services-submenu a:hover
{
	background-color: #939fad;	
}


.idiomes a
{
	color: #898989;
	text-decoration: none;
}

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

.top-links a
{
	color: #831a17;
	font-weight: bold;
	text-decoration: none;
}

.top-links a:hover
{
	text-decoration: underline;	
}


/* POPUP */

#backgroundPopup
{ 
	display:none;  
	 position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #ccc;  
	z-index:2000;  
}  

#popupContact
{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:120px;  
	width:350px;  
	background:#FFFFFF;  
	border:2px solid #ccc;  
	z-index:2500;  
	padding:12px;  
	font-size:14px;  
}  

#popupContact h1
{
	text-align:left;  
	color:#555;  
	font-size: 20px;
	font-weight:700;  
	border-bottom:1px dotted #888;  
	padding-bottom:2px;  
	margin-bottom:20px;  
}  

#popupContactClose
{
	font-size:15px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#aaa;  
	font-weight:700;  
	display:block;  
	cursor: pointer;
}  

.results_remark
{
	color: #fff;
	font-weight: bold;
	background-color: #758696;
	width: 100%;
	display: block;
	width: 530px;
	padding: 4px;
	font-size: 12px;