#divTabla{
	width: 100%;
	text-align: center;
	margin: 1em 0 2em 0;
	clear: both;
}
TABLE {
	border: none;
	width: 75%;
}
TABLE IMG{
	margin-top: 1em;
}
TABLE A{
	font-size: 0.7em;
	text-decoration: none;
	color: #3399CC;
}
TABLE TH {
	padding: 0.15em 0.15em 0.15em 0.5em;
	background-color:#1074A5;
	border: 1px solid #FF8000;
	margin : 1em 0 1em 0;
	font-weight: bold;
	color:  #FFDFBF;
	font-size: 0.9em;
}
#divTablaPie{
	width: 100%;
	border: none;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #D4D0C8;
}
#divTablaPieIzq{
	width: 25%;
	text-align: right;
	float: left;
	border: none;
}
#divTablaPieDcha{
	width: 25%;
	float: right;
	text-align: left;
	border: none;
}
#divTablaPie A{
	color: #3399CC;
	font-size: 0.9em;
	text-decoration: none;
}
#divTablaPie A:HOVER{
	text-decoration: none;
}