body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* :::::::::::::::::::::::ENLACES AZULES:::::::  */
.enlace_azul a:link {
	color: #2F70A7;
	text-decoration:none;
	font-weight:bold;
	}
.enlace_azul a:visited{
	color: #2F70A7;
	text-decoration:none;
	font-weight:bold;
	}
.enlace_azul a:hover {
	color: #000000;
	text-decoration:none;
	font-weight:bold;	
	}
.enlace_azul a:active {
	color: #2F70A7;
	text-decoration:none;
	font-weight:bold;
	}
/* :::::::::::::::::::::::ENLACES BLANCOS :::::::  */
.enlace_BLANCO a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
.enlace_BLANCO a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
.enlace_BLANCO a:hover {
	color: #2F70A7;
	text-decoration:none;
	font-weight:bold;	
	}
.enlace_BLANCO a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
/* ::::::::::::::::::::::: ENLACES GRIS :::::::  */
.enlace_GRIS a:link {
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	}
.enlace_GRIS a:visited{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	}
.enlace_GRIS a:hover {
	color: #000000;
	text-decoration:none;
	font-weight:bold;	
	}
.enlace_GRIS a:active {
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	}
/* ::::::::::::::::::::::: ENLACES GRIS SUAVE:::::::  */
.enlace_GRIS_delgado a:link {
	color: #666666;
	text-decoration:none;
	}
.enlace_GRIS_delgado a:visited{
	color: #666666;
	text-decoration:none;
	}
.enlace_GRIS_delgado a:hover {
	color: #000000;
	text-decoration:none;
	}
.enlace_GRIS_delgado a:active {
	color: #666666;
	text-decoration:none;
	}