<style type="text/css">
.tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
.tabla th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;/*font-size: 11px;*/
	font-weight: normal;
	color: #FFFFFF;
	background-color:#242c4f;/*background-color: #3E9DC1;*/
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*border-top-color: #32809C;
	border-right-color: #32809C;
	border-bottom-color: #32809C;
	border-left-color: #32809C;*/
	border-top-color: #6171B7;
	border-right-color: #6171B7;
	border-bottom-color: #6171B7;/*4B5CA3;*/
	border-left-color: #6171B7;
}

.tabla h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFF;
	font-weight: normal;
	margin: -10px;
	padding: 5px;
}
</style>