@charset "iso-8859-1";
/* CSS Document */

.tituloCategoriaLink {
	font-family: 'league_gothic';
	font-size: 2.5em;
	color: #2b2a2a;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
}

.listaLinks {
	/*text-align: center;*/
	margin: 0 0 1em 0;
	
}

.listaLinks a {
	display: block;
	line-height: 1.2em;	
}

.listaLinks a:hover {
	color: #000;
	text-decoration: underline;
}