a:link {
	text-decoration: none;
	color: #000;

}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
* {
	margin: 0px;
	padding: 0px;
}
.CENTRO {
	text-align: center;
}

