#texto table {
	border: 1px solid #2A2C4B;
	border-collapse:collapse;
	empty-cells:hide;
	font-size: 0.9em;
	margin-top: 0.2em;
	margin-bottom: 1.5em;
	width: 100%;
}
#texto table.tabla70 {
	width: 70%;
}
#texto table caption {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	background-color: #E4E6E7;
	margin-top: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2A2C4B;
	border-right-color: #2A2C4B;
	border-left-color: #2A2C4B;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}
#texto table th {
	border: 1px solid #333333;
	font-weight: bold;
	color: #000000;
	background-color: #92BC49;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	text-align: center;
}
#texto table td {
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	margin: auto;
	border: 1px solid #999999;
	text-align: center;
}

