.tablauno {
	background-color: #FFF;
	width: 25%;
	font-size: 1em;
	text-align: center;
}
.tabla2{
	background-color: #FFF;
	font-size: 1em;
	color: #000;
	text-align: center;
}


table{
	border-collapse: collapse;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

th, td {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
}

tr:nth-child(even){
	background-color: #FFFFFF;
	text-align: center;
}

th {
	background-color: #4E1C41;
	color: white;
	text-align: right;
}
