@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	overflow:hidden;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
}
.centrar {
	text-align: center;
}
a:link {
	color: #666;
}
a:visited {
	color: #C5C5C5;
}
a:hover {
	color: #F4A400;
}
a:active {
	color: #C5C5C5;
}
