.texto-tabla-centro {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.texto-tabla-centro-negrita {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.texto-tabla-izq {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;

}
.titulo {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	text-align: left;
	text-indent: 40pt;
}
.borde {
	border: 1px solid #003333;
}
.pie {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #A5AEA5;
}

