body         { font-family: Arial; font-size: 8pt }
a            { font-family: Arial; font-size: 8pt; text-decoration: none }
a:hover      { font-family: Arial; font-size: 8pt; color: #FF0000 }
a:link       { font-family: Arial; font-size: 8pt; color: #0000FF }
td           { font-family: Arial; font-size: 8pt }
.titulo_tablas {font-family: Arial; font-size: 12pt; font-weight: bold}
.campos_tablas {font-family: Arial; font-size: 8pt; font-weight: bold}
.titulo_editar {font-family: Arial; font-size: 14pt; color: #FFFFFF; font-weight: bold; 
               text-align: center; background-color: #008080}
.tabla {
	width: 100%;
	cellspacing:0;
	cellpadding:2;
    table-border-color-light: #FFFFFF;
	table-border-color-dark: #000000; 
	background-color:#E1E1E1; 
	border:1px none
	}