/* CSS Document */
body {
	background:#FFF;
	color:#666;
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

#geral {
	max-width:700px;
	/*width: 100%;
	height:320px; */
	margin:0 auto; /* faz centralizar na tela */
/*	background:#f9f9f9; 
	border:#ddd 1px solid;
	padding-left:100px;*/
}

#geral a { text-decoration:none; color:#fff; }

#geral h1 { font-size:32px; font-weight:300; margin-top:0px; }
#geral h2 { font-size:24px; font-weight:300; margin-top:0px; }

#boxes {
	float:left;
	max-width:410px;
	height:auto;
	padding:20px;
	/*margin-right:12px;
	background:#f9f9f9; */
}

#boxes li {
	list-style:none;
	line-height:24px;
}

/* Botão entrar */
/*#boxes p { text-align:center; }*/
#boxes p a { background:#999; color:#eee; padding:14px; }
#boxes p a:hover { background:#FF0000; color:#fff; }

#boxes:hover {
	/*background-color:#E1E1E1;
	cursor:pointer;
	color:#000;*/
}