/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2025 | 23:55:00 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
a {
	text-decoration: none !important;
}
.pointer {
	cursor:pointer;
}
.tarjeta:hover {
	background-color:red;
	
}