.tabla {
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */
}
 .tabla .titulo th {
	background-color: #000066; /* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-left: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
}
 .tabla .cuerpo th {
	background-color: #ffffff;	/* header bgcolor */
	color: #000000; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-left: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */	
	background-repeat: repeat-x;		
	vertical-align: top;
	text-align:left;
}
