/* CSS Document */
 /*estils del links a la web*/
 A {
  color: #ffffff ;
  text-decoration: none;
}

A:hover {
  color:#ffffff;
  text-decoration: underline;
} 
/***************************/
a.menu_bureau:link {
  color: #CC6633 ;
  text-decoration: none;
}
a.menu_bureau:hover {
  color:#CC6633;
  text-decoration: underline;
} 
.background{
background: url(imatges/fons%2Blogo.jpg);
background-repeat: no-repeat;
background-color: #302C2B;
background-position: center; 
}
.fons_cel{
background-image: url(imatges/pastilla-sensera.gif);
background-repeat: no-repeat;
}
.fons_cotxe{
background-image: url(imatges/pastilla-petita-cotxe.gif);
background-repeat: no-repeat;
}

.fons_part_central{
background-image: url(imatges/pastilla-gan.gif);
background-repeat: no-repeat;
background-attachment: scroll;
}
.div_central{
margin: 4px 5px 4px 5px;
height: 239px;
overflow-y: scroll;
width: 627px;
scrollbar-base-color: #555555;
scrollbar-arrow-color: #555555;
scrollbar-3dlight-color: #777777;
scrollbar-darkshadow-color: #777777;
scrollbar-face-color: #A0A0A0;
scrollbar-highlight-color: #777777;
scrollbar-shadow-color: #777777;
scrollbar-track-color: #555555;
}
.div_noticies{
margin: 4px 5px 7px 5px;
height: 240px;
width: 190px;
scrollbar-base-color: #555555;
scrollbar-arrow-color: #555555;
scrollbar-3dlight-color: #777777;
scrollbar-darkshadow-color: #777777;
scrollbar-face-color: #A0A0A0;
scrollbar-highlight-color: #777777;
scrollbar-shadow-color: #777777;
scrollbar-track-color: #555555;
z-index:0;
}
.div_titol_noticies{
margin: 5px 2px 3px 15px;
height: 25px;
width: 100%;
overflow: no;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color: #FFFFFF;
z-index:1;
}
.div_text_noticies{
padding: 5px 5px 15px 7px;
margin: -4px 0px 0px 5px;
height: 200px;
_height: 210px;
width: 95%;
_width: 100%;
overflow: no;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
overflow-y: scroll;
z-index:2;
}
.div_cel{
margin: 4px 5px 6px 4px;
background-image: url(imatges/cel.gif);
background-repeat: no-repeat;
height: 100%;
width: 100%;
overflow: no;
}
.div_cotxe{
margin: 4px 5px 6px 5px;
background-image: url(imatges/cotxe.gif);
background-repeat: no-repeat;
height: 100%;
width: 100%;
overflow: no;
}
.div_submenu{
width: 460px;
}
.fons_part_dreta_noticies{
background-image: url(imatges/pastilla-petita.gif);
background-repeat: no-repeat;
background-attachment: scroll;
}
.fons_menu_inf{
background-image: url(imatges/pastilla-banderes.gif);
background-repeat: no-repeat;
background-attachment: scroll;
}

.text_blanc{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;
}
.text_blanc_gran{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #FFFFFF;
   font-weight:bold;
}

/***************************/
/*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: #009933;
    color: #FFFFFF;
	cursor:hand;
	border-width:thin;
	border-style:none;
}
.capa_oculta{
 padding: 10px 10px 10px 10px;
 color: #000000;
 width:200px; 
 font-weight:bold;
 BORDER: #000000 5px solid ;
 visibility: hidden; 
 background-color: #FFFFFF;
}

