body {
	background-color: #CCCCCC;
	margin-top: 0px;
	font-family:  helvetica, Arial, sans-serif;
	font-size: 13px;
}

.table        { font-family: helvetica, Arial, sans-serif; font-size: 12 px; font-style: normal; 
               font-weight: normal; text-decoration: none; color: #888888; 
               text-align: Justificar }

.texto {
	font-family: helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #888888;
}

a {	
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #FFA800;
}
a:active {
	text-decoration: none;
	color: #FEC047;
}
a.pie {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 9px;
}
a.pie:visited {
	text-decoration: none;
	color: #AB5A60;
}
a.pie:hover {
	text-decoration: underline;
	color: #FFA800;
}
a.pie:active {
	text-decoration: none;
	color: #FEC047;
}
.textoformulario {
	color: #888888;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.tituloencabezado {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
}
.textopie {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 9px;
}