A:link {
	COLOR: #588ccb; TEXT-DECORATION: none
}
A:visited {
	COLOR: #588ccb; TEXT-DECORATION: none
}
A:hover {
	COLOR: #333333; TEXT-DECORATION: none
}
.titulo {
	font-family: Arial;
	font-size: 15px;
	color: 6D9DD8;
	font-weight: bold;

}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
}

.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 21px;
	font-weight: bold;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFC8E7;
	font-weight: bold;

}
.subtitulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.links {
	font-family: Arial;
	font-size: 11px;
	color: #26466D;
}
a.links:link {  color: #26466D; text-decoration: none}
a.links:visited {  color: #26466D; text-decoration: none}
a.links:hover {  color: #26466D; text-decoration: underline}

.links2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D9DD8;
}
a.links2:link {  color: #6D9DD8; text-decoration: none}
a.links2:visited {  color: #6D9DD8; text-decoration: none}
a.links2:hover {  color: #6D9DD8; text-decoration: underline}

#tabla tbody tr td {
      background-color: #eee;
	  border-width: 1px 1px 1px 1px;
	  border-color: #600;
      border-style: solid;
	  
    }
#tabla tbody tr.odd  td {
      background-color: #fff;
	  border-width: 1px 1px 1px 1px;
	  border-color: #600;
      border-style: solid;  
    }
	
#tabla tbody tr.principal  td {
      background-color: #CCC;
	  border-width: 1px 1px 1px 1px;
	  border-color: #600;
      border-style: solid;  
    }
#tabla {
border-color: #600;
border-width: 0px 0px 0px 0px;
border-style: solid;

}