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

.contador {
	font-size: 0.65em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	text-align: right;
	padding-right: 10px;
}
body {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
		color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
		color: #FFF;
}

