div.centrado {
	text-align: center;
	align: center;
}

table.experiments {
	width: 110%;
	margin-left: -45px;
	margin-right auto;
	border: solid black 1px;
	border-collapse:collapse;
}

table.performance {
	width: 90%;
	margin-left: 45px;
}

table.experiments tr {
	background: #b8d1f3;
}
table.experiments tr:nth-child(odd) {
	background-color: #EEEEEE;
}
table.experiments tr:nth-child(odd) td {
	color: #C88014;
}
table.experiments tr:nth-child(even) {
	background-color: #FFFFFF;
}
table.experiments tr:nth-child(even) td {
	color: #000000;
}
table.experiments tr:first-child {
	background-color: #000000;
}
table.experiments tr:first-child td {
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
table.experiments tr:last-child {
	background-color: #000000;
	border-top: solid black 1px;
}
table.experiments tr:last-child td {
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

table.experiments td {
	border:#4e95f4 0px solid;
	padding: 0px 5px 0px 5px;
	color: black;
	font-weight: bold;
	text-align: right;
}
table.experiments td:first-child {
	text-align: left;
	border-right: solid black 1px;
}
table.experiments td:last-child {
	text-align: right;
	border-left: solid black 1px;
}