/* CSS Document */

/*body*/
body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #CCCCCC;
	text-align: center;
	margin: 15px;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #592626;
	SCROLLBAR-SHADOW-COLOR: #592626; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #592626;
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/*contenedores*/
.menu_navegacio{
	margin-left: 290px;
	margin-top: 50px;
}
.menu_navegacio_activat{
	width: 103px;
	height: 40px;
	float: right;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #592626;
	border-top-width: 1mm;
	border-right-width: 0.2mm;
	border-left-width: 0.2mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #592626;
	border-right-color: #592626;
	border-bottom-color: #592626;
	border-left-color: #592626;
	border-bottom-width: 0mm;
	margin-right: 5px;
}
.menu_navegacio_NOactivat{
	width: 103px;
	height: 40px;
	float: right;
	font-size:12px;	
	color: #000000;
	text-align: center;
	text-decoration: none;
	border-top-width: 1mm;
	border-right-width: 0.2mm;
	border-left-width: 0.2mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #592626;
	border-right-color: #592626;
	border-bottom-color: #592626;
	border-left-color: #592626;
	border-bottom-width: 0mm;
	margin-right: 5px;
}
.menuDRETA_activat{
	width: 100px;
	height: 15px;
	border: 0.2mm;
	border-style: solid;
	border-color: #592626;
	background-color: #592626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	padding: 3px;
	margin: 2px;
}
.menuDRETA_NOactivat{
	width: 100px;
	height: 15px;
	border: 0.2mm;
	border-style: solid;
	border-color: #592626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding: 3px;
	margin: 2px;
}
.logotip{
	padding-top: 15px;
	padding-left: 18px;
	float: left;
}
.logotip_piereta{
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.banner{
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.banner_index{
	padding-top: 25px;
	text-align: center;
	padding-bottom: 10px;
}
.imatge_fons{
	background-image: url(../imatgesWEB/fons.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.imatge_fons_index{
	background-image: url(../imatgesWEB/fons_index.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.contenedor_text_empresa{
	height: 250px;
	padding-left: 18px;
	padding-right: 10px;
	font-size:12px;	
	overflow: auto;
	line-height: 15px;
}
.contenedor_text_google{
	height: 250px;
	padding-left: 18px;
	padding-right: 10px;
	font-size:12px;	
	overflow: none;
	line-height: 15px;
}
.contenedor_text_iframe{
	width: 95%;
	height: 450px;
	padding-left: 16px;
	padding-top: 15px;
	font-size:12px;	
	overflow: none;
	line-height: 15px;
	text-transform: capitalize;
}
.contenedor_menu_empresa{
	float: right;
	padding-right: 35px;
	padding-left: 15px;
}
.contenedor_pie_pagina{
	color: #592626;
	padding-left: 18px;
	font-size:11px;	
	line-height: 15px;
}
.contenedor_text_index{
	margin-top: 25px;
	text-align: center;	
	color: #592626;
	font-size:13px;	
	line-height: 15px;
}	
/*lletra*/
.lletra{
	font-size: 12px;	
	color: #000000;
}
.lletraVERMELLA{
	color: #592626;
}

.lletraMENU{
	font-size: 16px;
	color: #592626;
	font-weight: bold;
}
.titular {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 20px;
	color: #592626;
	padding-left: 16px;
	padding-bottom: 15px;
	padding-top: 5px;
}
.titular2 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 20px;
	color: #592626;
	padding-left: 16px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.caixes_text{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;	
	color: #000000;
	margin-bottom: 3px;
	border: 0.2mm solid #E8E8E6;
	background-color: #E8E8E6;
}
/*vincles*/
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
