/* CSS Document */
 /*estils del links a la web*/
 body { background-color:#666666;}
 A {
  color: #666666 ;
  text-decoration: none;
}

A:hover {
   /*background: #666666;
   color: #CCCCCC;*/
  color:#666666;
  text-decoration: none;
} 
/***************************/
.combo {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #CCCCCC;
background-color:#666666;
color:#CCCCCC;
border-color:#666666;
}
/*cabecera imatge de fons i estil*/
.cabecera{
background-repeat:no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CC6633;
}
/*estils dels titols de cada apartat (TARONGA GRAN)*/
.titols {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 25px;
   background: #ffffff;
   color: #CC6633;
   font-weight : bold;
   text-align : left;
}
/***************************/
/*estil menu principal*/
.fons_menu {
   font-family: Arial, Helvetica, sans-serif;
   text-align : center;
   font-size: 12px;
   background: #CCCCCC;
   color: #666666;
   font-weight : bold;
}
/*.actiu_menu {
   font-family: Arial, Helvetica, sans-serif;
   text-align : center;
   font-size: 12px;
   background: #666666;
   color: #CCCCCC;
   font-weight : bold;
}*/
/***************************/
/*estils de menu inferior i links de mapa web,avis legal, etc..*/
.menu_inf {
   font-family: Arial, Helvetica, sans-serif;
   text-align : right;
   font-size: 12px;
   color: #FFFFFF;
   background: #666666;
   font-weight : bold;
}
 a.menu_inf:link {
  color: #FFFFFF ;
  text-decoration: none;
}

a.menu_inf:hover {
  color:#FFFFFF;
  text-decoration: underline;
} 
/***************************/
/*estil de text normal de la web*/
.text_normal {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
}

.text_normal a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   text-decoration: underline;
}

.text_normal a:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   text-decoration: underline;
}
/* estil text descriptiu formulari*/
.text_form_descrip {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #999999;
}
.subtitol_form_demanda{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   background: #CCCCCC;
   color: #666666;
   font-weight : bold;
   
}
/***************************/
/*estil de subtitol de noticies*/
.subtitol {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #CC6633;
   font-weight : bold;
}
.linea_horitzontal {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #999999;
   font-weight : bold;
}
.linea {
background-image: url(imatges/linea_vertical1.gif);
background-position: 50% 50%;
background-repeat: repeat-y;
}

/***************************/
/*estil boto del formulari esborrar*/
.boto_esborrar{
    /*text-align : right;*/
	width:100px;
	height:20px;
    background: #999999;
    color: #FFFFFF;
	cursor:hand;
	border-width:thin;
	border-style:none;
}
/***************************/
/*estil boto del formulari enviar*/
.boto_enviar{
    /*text-align : right;*/
	width:100px;
	height:20px;
    background: #CC6633;
    color: #FFFFFF;
	cursor:hand;
	border-width:thin;
	border-style:none;
}
/***************************/
/*estil capa vehicles*/
.capas{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #CC6633;

}
 a.capas:link {
  color: #CC6633 ;
  text-decoration: none;
}

a.capas:hover {
  color:#CC6633;
  text-decoration: underline;
} 
/***************************/