:link {text-decoration: none}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#0000FF;}
A:hover {text-decoration: underline; color:#FF3300;}

.ContenidoTabla1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #006600;
}

.ContenidoTablaGris {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}


.TituloTabla1 {font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold; }
.TituloTabla1inverso {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.Texto{
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.TextoInverso{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #006600;
}

.TextoInversoTenue{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #A3DF7D;
}
.TextoInversoTitulo {

	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #7AC142;
}
.TextoGris {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}

#cargador {
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   padding:5px;
   background-color:white;
}
.esconder {display:none;}