@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
}
#principal {
	background: url(../imgs/bg.jpg) no-repeat ;
	background-size: 70%;
	background-position: top;
}
#topo {
	background-color:#ffcb32;
	height:10px;
}
#conteudo {
	background-color:#FFF;
	margin-top: 20%;
	width: 43%;
	max-width: 580px;
	height: 800px;;
}
#menu {
	color: #6d6e71;
	font-size: 8pt;
	margin-top: 20px;
	font-family: Merriweather;
}
#menu a:link {
	text-decoration: none;
	color: #6d6e71;
}
#menu a:visited {
	text-decoration: none;
	color: #6d6e71;
}
#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#conteudo a:link {
	text-decoration: none;
	color: #000000;
}
#conteudo a:visited {
	text-decoration: none;
	color: #000000;
}
#conteudo a:hover {
	text-decoration: none;
	color: #a3620a;
}
#rodape {
	height: 60px;
	background-color: #ffcb32;
	width: 100%;
	float:left;
	margin-top: 60px;
	font-family: Merriweather;
}

