body
{
	/* background-color: #f8f8ff; */
	background-color: #ffffff; 
	color:Black;
	margin-left:2%;
	margin-right:0;
	font-family:Arial;
	font-size:x-small;
}

table
{	/* background-color: WhiteSmoke; */
	color:Black;
	margin-left:0;
	font-family:Arial;
	font-size:x-small;
	margin-top:0;
}

table.titulo
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	color: #003366;
	background-color: #ffcf33;
	width: 100%;
}

table.input
{
	color:Blue;
	/* background-color:WhiteSmoke; */
	font-style:normal;
	font-size:x-small;
	border-width:0px;
}

.tituloimple
{
	color:Black;
	/* background-color:WhiteSmoke; */
	border-width:0px;
	font-size:x-small;
	font-weight:bold;
	text-align:left;
}

.resumoimple
{
	color: Black;
	/* background-color: WhiteSmoke; */
	border-width:0px;
	font-size:x-small;
	font-style:italic;
	text-align:left;
}
 
A:link:unvisited
{
	color:Blue;
	font-style:normal;
}

A:link:visited
{
	color:Black;
	font-style:italic;
}

A.topico:link:visited
{
	color:white;
	font-style:red;
	text-decoration: none;
}

A.topico:link:unvisited
{
	color:white;
	font-style:red;
	text-decoration: none;
}

.LinkDownload:link:unvisited
{ 
	color:SkyBlue;
	font-style:normal;
	background-color: SteelBlue;
	border-color:SkyBlue;
	border-style:ridge ;
	cursor:hand;
	text-align:center;
	font-variant:small-caps;
	font-size:x-small;
	font-weight:bold;	
}

.LinkDownload:link:visited
{ 
	color:Yellow;
	font-style:normal;
	background-color: SteelBlue;
	border-color:SkyBlue;
	border-style:ridge ;
	cursor:hand;
	text-align:center;
	font-variant:small-caps;
	font-size:x-small;
	font-weight:bold;	
}

.cmd
{
	color:White;
	background-color: SteelBlue;
	border-color:SkyBlue;
	border-style:ridge ;
	cursor:hand;
	text-align:center;
	font-variant:small-caps;
	font-size:x-small;
	font-weight:bold;
}