@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#principal {
	text-align: left;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topo {
	height: 200px;
}
#destaques {
	height: 100px;
	text-align: right;
	padding-right: 20px;
}
#natal {
	height: 150px;
	text-align: right;
}
#menu {
	height: 86px;
}
#quadro {
	height: 127px;
}
#conteudo {
	margin: 0px;
	padding: 0px;
}
#news {
	margin: 0px;
	background-color: #FFF;
}

#thered {
	height: 49px;
}
#base {
	clear: both;
	height: 95px;
}

/*Imagens*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Links*/
/*Geral*/
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999;
}
/*news*/
#news a {
	color: #FFF;
	font-weight: bold;
}
#news a:link {
	text-decoration: none;
}
#news a:visited {
	text-decoration: none;
	color: #FFF;
}
#news a:hover {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}
#news a:active {
	text-decoration: none;
	color: #FFF;
}

/*estilo de fontes*/
.estilo01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #FC3;
	margin-right: 20px;
	margin-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.estilo02 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #CCC;
	margin-right: 20px;
	margin-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
