/* Todo */

.test {
	background:green
}

A {
	text-decoration:	none;
	font-weight:		bold;
	color:			#330000;
}
A:hover {
	color:			#991111;
}

BODY { 
	color:			rgb(0,0,0);
	font-size:		9pt;
	font-family:		verdana, sans-serif, arial;
} 
TABLE,TD,TH {
	font-size:		9pt;
	font-family:		verdana,sans-serif, arial;
}
.titulo {
	padding:		4px;
	background:		rgb(255,255,255);
	color:			rgb(180,38,38);
	text-align:		left;
	font-weight:		bold;
}
.cont {
	color:			rgb(0,0,0);
}

.bigL {
	font-size:		16pt;
	font-weight:		bold;
	background:		rgb(180,38,38);
	color:			rgb(255,255,255);
}
P {
	text-align:		justify;
}
P.c {
	text-align:		center;
}

/* Begin . Dónde Estamos */
.links,
.links TD {
	background:	rgb(255,255,255);
	color:		black;
}
.links A:link,
.links A:visited {
	color:		rgb(0,102,204);
}
.links A:hover {
	color:		rgb(0,51,153);
}
/* End . Dónde Estamos */