
table/*.result-table*/ tr:nth-child(even) {
	background-color: #efeffb; /*efeffb*/
}
table/*.result-table*/ tr:hover {
	background-color: #e6e6e6;
}
table/*.result-table*/ .nombre a:hover {
	color: #5380c3;
}

/*Footer*/
footer {
	background-color: #5380c3;
}
/*Fin footer*/