
table/*.result-table*/ tr:nth-child(even) {
	background-color: #fff3f3; /*#fbefef*/
}
/*table tr:nth-child(odd) {
	background-color: #fff;
}*/
table/*.result-table*/ tr:hover {
	background-color: #e6e6e6;
}
table/*.result-table*/  .nombre a:hover {
	color: #c35380;
}
footer {
	background-color: #c35353;
}