
table.TablaRegistros {
	border-spacing:1px;
	font-size:small; /*TAMAŅO DE LETRA DE LA TABLA*/
	background-color:#999999; /*COLOR DE LAS LINEAS DE LA TABLA*/
	color:#000099; /*COLOR DEL TEXTO EN GENERAL*/
	
}
table.TablaRegistros caption {
	font-weight: bold;
	border-bottom:2px solid #1975d7;
	color: #666;
	text-transform:uppercase;
	padding:10px;
	font-size:large;
}
table.TablaRegistros td, th {
	padding: 2px;
}

table.TablaRegistros thead th { /*FORMATO DE ENCABEZADO PRINCIPAL...*/
	text-align: center;
	background: #F5F5F5;
	color: #000151;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

/*FORMATO PARA TODO EL CUERPO*/

/* FORMATO PARA LAS LIGAS DE LAS CELDAS */
table.TablaRegistros  td a:link, table.TablaRegistros td a:visited {  /*LIGAS DE CELDAS DE LA TABLA*/
	color:#003399;
	font-size: medium;

}

table.TablaRegistros  td a:hover {
	color: #898532;
	border-bottom:2px solid #898532; /*Subrayado que aparece abajo de lo seleccionado*/
	text-decoration: none ;
}
table.TablaRegistros tbody th a:link, tbody th a:visited{ /*ESTA ES PARA LOS TH, O SUBENCABEZADOS*/
	color:#993300;
	padding:3px 0px 0px 18px;
	}
table.TablaRegistros tbody th a:hover{ /*ESTA ES PARA LOS TH*/
	color:#898532;
	}

/*AQUI TERMINA FORMATO DE LIGAS*/

table.TablaRegistros tbody tr td { /* fondo Y ALTURA de las celdas*/ 
	height:25px;
	background-color:#e5e5e5;

	}
table.TablaRegistros tbody th { /*FORMATO DE SUBENCABEZADOS*/
	text-align: center;
	background: #F5F5F5;
	color: #000151;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
/*FORMATO DEL PIE DE TABLA*/
table.TablaRegistros tfoot th, tfoot td { 
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}


