/*LINKS*/
  a:link
  {
    font-weight: bold;
    color: #0066CC;
    background-color: transparent; 
    text-decoration: underline;
  }
  a:visited
  {
    font-weight: bold;
	color: #0066CC; 
    background-color: transparent; 
    text-decoration: underline;
  }
  a:hover
  {
    font-weight: bold;
	color: #ff9900;
    background-color: transparent;
    text-decoration: none;
  }
/* COS DEL DOCUMENT */
  body 
  {
    font-size: 12px;
    font-family: verdana, arial, helvetica, serif;
	background-image:url(Estil/Imag/fondo_1.gif);
  }
/* TAULES */
  table 
  {
    empty-cells: show;
  }
  td
  {
    font-size: 12px;
    color: #000000;
    font-family: verdana, arial, helvetica, serif;
  }
  .tabla_cuadrada{
	border-style: solid;
	border-width: 2px;
	border-color: #006699;
  }
  .tabla_total{
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
  }

  .td_dreta{
	border-style: solid;
	border-width: 2px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-color: #006699;
  }
  .tabla_top{
	border-style: solid;
	border-width: 2px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #006699;
  }
  .tabla_bordes{
	border-style: solid;
	border-width: 2px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #006699;
  }
  .tabla_carpetas{
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-color: #006699;
  }
  .tr_subrallado{
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-bottom-width: 2px;
	border-left: 0px;
	border-color: #006699;
  }
  .td_subrallado{
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #006699;
  }


/* ELEMENTS DE FORMULARI*/
  input
  {
    font-size: 9pt;
    color: #000000;
    font-family: verdana,arial, helvetica, serif;
    background-color: #afc6db;
  }
  textarea
  {
    font-size: 9pt;
    color: #000000;
    font-family: verdana,arial, helvetica, serif;
    background-color: #afc6db;
  }
  select
  {
    font-size: 7pt;
    color: #000000;
    font-family: verdana,arial, helvetica, serif;
    background-color: #afc6db;
  }
 .radio_butt{
    font-size: 9pt;
    color: #000000;
    font-family: verdana,arial, helvetica, serif;
    background-color: transparent;
 }
  
 /*CLASSES EXTRES*/
 .menu01 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu01 a:visited
  {
	color : #FFFFFF;
	text-decoration: none;
 }
.menu01 a:hover {
	color: #ff9900;
    text-decoration: none;
	/*color : #EEEEEE;*/
}

 
.carpeta {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 0px;
	font-size : 12px;
	font-family : verdana, arial, helvetica, serif;
	font-weight: bold;
}
.titulo {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.titulo2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.total{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.fondo_blanco {
	color: #FFFFFF;
	font-weight: bold;
}
.subtitulo {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.link_dreta{
    font-size: 10px;
    font-family: verdana, arial, helvetica, serif;
}
.link_dreta a {
	color : #0066CC;
	text-decoration: none;
}
.link_dreta a:visited
  {
	color : #0066CC;
	text-decoration: none;
 }
.link_dreta a:hover {
	color: #ff9900;
    text-decoration: none;
}

