@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
  	font-style: normal;
  	vertical-align: baseline;
	list-style: none;
}

body {
	font: normal 68% Verdana, Geneva, sans-serif;
	color: #333;
	margin: 20px;
}
strong {
	font-weight: bold;
}
	
b  {
	font-weight: bold;

}

.orange{
	color: #ff8a00;
}


/*titols*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 5px 0;
}

h1{
  font-weight: bold;
  color: #666;
  font-size: 1.5em;

}
h2{
  font-weight: bold;
  color: #666;
  font-size: 1.4em;
}
h3{
  font-weight: bold;
  color: #666;
  font-size: 1.3em;
}
h4{
  font-weight: bold;
  color: #666;
  font-size: 1.2em;
}
h5{
  font-weight: bold;
  color: #666;
  font-size: 1.1em;
}
/*linea horitzontal*/

  hr { 
  background-color: #666;
  height: 9px;  
 
}

/*enllaços*/
a {
	color: #2685AC;
	text-decoration: none;
}
a.text {
	color: #333;
}
a img {
	border: none;
}
a:focus {
  outline: none;
}

em, i {
	font-style: italic;
}
table {
	font: normal 1em Verdana, Geneva, sans-serif;
}
.clear {
	clear: both;
}
.visible {
	display: block;
}
.ocult {
	display: none;
}
.amagar {
	left: -3000px;
	position: absolute;
	font-size: 0;
}
.actiu {
	background-color: #F5F5F5;
}
.inactiu {
	background-color: #F1F1F1;
	color: #999;
	cursor: default;
	border: 1px solid #E2E2E2;
}
.link:hover {
	background-color: #F8FAFC;
}
.link .link:hover {
	background-color: #DDE7F0;
}
.dreta {
	float: right;
}
pre {
	font: normal 1.1em "Lucida Console", Monaco, monospace;
}


/*llistes*/
ol, ul {
    margin: 5px 0;
   border-left: 1px dotted #CCC;
   padding-left: 8px;
    padding: 5px 11px;
}

li {
  padding: 3px 11px;
}

li.ultim, ul.destacat li.ultim {
  border-bottom: none;
}
.llistaBlock li, .decorada .llistaBlock {
  padding: 0;
}
.llistaBlock .link, .decorada .link, .desplegable .desplegar .link {
  display: block;
  padding: 8px 2px;
}
.llistaBlock .noLink {
  padding: 8px 2px;
}


/*taules*/

table {
  table-widht:682 px;
  font: normal 1em Verdana, Geneva, sans-serif;
  fon-size: 1em;
}
.invisible{
	border: none;
	fon-size: 1em;
}
caption {
  background-color: #F5F5F5;
  padding: 5px 11px;
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  text-align: left;
  fon-size: 1.1em;
}
th {
  background-color: #789BB3;
  color: #FFFFFF;
  border: 1px solid #FFF;
  border-bottom-width: 2px;
  padding: 5px 11px;
  text-align: left;
  fon-size: 1em;
}
th.ultim {
  border-right: 1px solid #FFF;
  fon-size: 1em;
}
td {
  padding: 5px 11px;
  border: 1px dotted #CCC; 
  border-left: none;
  border-top: none;
  fon-size: 1em;
}
td.ultim {
  border-right: none;
  padding: 5px;
  fon-size: 1em;
}

tr {
  padding: 5px 11px;
  border: 1px dotted #CCC; 
  border-left: none;
  border-top: none;
  fon-size: 1em;
}

.central{
border: 0 px solid #ccc;
width: 500px;
padding: 5px 11px;
}

td.central {
  padding: 5px 11px;
  border: 1px dotted #CCC; 
  border-left: none;
  border-top: none;
  fon-size: 1em;
}
.azul {
  background-color: #789BB3;
  color: #FFFFFF;
  border: 1px solid #FFF;
  text-align: left;
  fon-size: 1em;
}

	