td{
	font-family:Verdana, Arial;
	color: #333333;
	font-size: 7pt;
}

.enlaceBlancoB:link{
	color: #ffffff;
	text-decoration: none;	font-weight:bold;
}
.enlaceBlancoB:visited{
	color: #ffffff;
	text-decoration: none;	font-weight:bold;
}
.enlaceBlancoB:hover{
	color: #ffffff;
	text-decoration: underline;	font-weight:bold;
}

.enlaceBlanco:link{
	color: #ffffff;
	text-decoration: none;
}
.enlaceBlanco:visited{
	color: #ffffff;
	text-decoration: none;
}
.enlaceBlanco:hover{
	color: #ffffff;
	text-decoration: underline;
}

.enlaceNegro:link{
	color: #333333;
	text-decoration: none;	font-weight:bold;
}
.enlaceNegro:visited{
	color: #333333;
	text-decoration: none;	font-weight:bold;
}
.enlaceNegro:hover{
	color: #333333;
	text-decoration: underline;	font-weight:bold;
}

.enlaceAzul:link{
	color: #6068A3;
	text-decoration: none;	font-weight:bold;
}
.enlaceAzul:visited{
	color: #6068A3;
	text-decoration: none;	font-weight:bold;
}
.enlaceAzul:hover{
	color: #6068A3;
	text-decoration: underline;	font-weight:bold;
}

.italica:link{
	color: #6068A3;
	font-style: italic;
}
.italica:visited{
	color: #6068A3;
	font-style: italic;
}
.italica:hover{
	color: #6068A3;
	font-style: italic;
	font-weight:bold;
}

.blanco{
	color: #ffffff;
}

.blancob{
	font-weight:bold;
	color: #ffffff;
}

.negrob{
	font-weight:bold;
	color: #333333;
}

.amarillo{
	color: #ECD451;
}

.azulb{
	font-weight:bold;
	color: #6068A3;
}

.boton
{
    BORDER: #7D8B75 1px solid;
    FONT-SIZE: 7pt;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #5F874D;
    CURSOR: hand;
}

.botonRojo
{
    BORDER: #aa0000 1px solid;
    FONT-SIZE: 7pt;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #dd0000;
    CURSOR: hand;
}

.textfield
{
    BORDER-RIGHT: #4C5285 1px solid;
    BORDER-TOP: #4C5285 1px solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #4C5285 1px solid;
    COLOR: #333333;
    BORDER-BOTTOM: #4C5285 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #ffffff
}

.scroll {
	scrollbar-face-color: #DDDDDD; 
	scrollbar-shadow-color: #8D8D8D; 
	scrollbar-highlight-color: #EEEEEE; 
	scrollbar-3dlight-color: #DDDDDD; 
	scrollbar-darkshadow-color: #DDDDDD; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-arrow-color: #6A9456;
}