@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align:center;
	}
/* basicos */

p {
	margin:8px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:8px 0;
}
.negrito {
	font-weight:bold;
}
.clear {
	clear:both;
}
a:link {
	color:#999;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
