/* Styles not related to code  */


.tabla{
	background-color: #ffffff;

}
.texto {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.cabecera {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
}
.cabecera_Azul {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #3333FF;
}

.enlace {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.enlace A:link{ 
	text-decoration: underline}
.texto A:hover{text-decoration:none}
.texto A:visited{ color: #999999}

.textMenu {

	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.textMenu A:link{
	text-decoration: none;
	color: #000000;
}
.textMenu A:hover{
	text-decoration: underline;
	color: #FF6600;
}
.textMenu A:visited {
	text-decoration: none;
	color: #FF6600;
}
  
