/*modificadores de tablajs*/

.tabla {
	background: white;
	text-align: center;
}

tr:first-child {
	background-color: rgba(130,180,0,1);
	color: white;
}

tr:nth-child(even) td {
	background: rgba(207,219,0,0.1);
}

tr:hover {
	
	color: rgba(130,180,0,1);
}

/*fin modificadores tablajs*/