* {
	margin:0;
	padding:0;
}
body {
	background: #EDEDED url(img/fundo_topo.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-sarif;
	font-size: 11px;
	color:#000000;
}
#geral {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
/* Código do TOPO (Logotipo, Menú e Endereço) */
#topo {
	width: 750px;
	height:61px;
}
#topo h1 a {
	background:url(img/logo.jpg) no-repeat;
	width:340px;
	height:61px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#topo #menu {
	display: block;
	height: 24px;
	padding-left: 20px;
	width:376px;
	position: absolute;
	left: 383px;
	top: 12px;	
}
#topo #menu li {
	float: left;
	list-style:none;
} 
#topo #menu li a {
	font-family: Tahoma, Verdana, Arial, sans-sarif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-right: 2px solid #000000;
	padding-right: 10px;
	margin-right: 10px;
}
#topo #menu li a.semborda{
	border:none;
}
#topo #menu li a:hover {
	color: #FF0000;
}
address {
	width: 413px;
	font-style: normal;	
	position:absolute;
	left: 356px;
	top: 46px;
}
/* Código da moldura CINZA ESCURO */
#geral #top {
	width: 750px;
	height: 15px;
	background:url(img/quad_top.jpg) no-repeat;
	margin-top: 10px;
}
#geral #bottom {
	width: 100%;
	height: 15px;
	background: url(img/quad_bottom.jpg) no-repeat 0px top;
	margin: 0 auto 10px auto;
}
/* Código do CONTEÚDO (Animação, Internas, Destaque e Subdestaque) */
#central {
	display: table;
	width: 713px;
	background: url(img/quad_fundo.jpg) repeat-y;
	padding: 14px 0 14px 37px;
}
#central #animacao {
	width: 676px;
	height: 184px;
	float: left;
	margin-bottom: 17px;
}
#central #conteudo {
	width:676px;
	display:table;
}
#central #internas {
	width: 646px;
	float: left;
	background:#FFF url(img/fundo_internas.jpg) no-repeat 0 top;
	display: table;
	padding: 15px;
}
#central #internas li{
	line-height: 14px;
	margin: 0 0 10px 35px;
}
#central #internas img {
	width:450px;
	height:595px;
	margin-left:100px;
}
#central #internas a {
	font-weight: bold;
	color:#E10915;
	text-decoration: underline;
}
#central #internas .nomecampo {
	text-align:right;
	width:100px;
	margin-bottom:5px;
	float:left;
}
#central #internas .campo {
	text-align:left;
	width:520px;
	margin-bottom:5px;
	float:left;
}
#central #bordainferior {
	width: 676px;
	float: left;
	height:10px;
	background-image: url(img/fundo_internas_inferior.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#central h2, #central h3 {
	font-size: 12px;
	color:#E10915;
	margin-bottom: 10px;
}
#central p {
	margin-bottom: 10px;
}
#central #destaque {
	width:421px;
	height:174px;
	background:url(img/fundo_destaque.jpg) no-repeat;
	float: left;
	padding: 15px;
}
#central #subdestaque {
	width:177px;
	height:174px;
	background:url(img/fundo_sub.jpg) no-repeat;
	float: left;
	margin-left: 17px;
	padding: 15px;
}
/* Código do Rodapé (Selos e Copyright) */
#rodape .selos a{
	width: 91px;
	height:15px;
	float: left;
	display:block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	overflow:hidden;
	margin-right:10px;
}
#rodape .selos a.w3c{
	background-image:url(img/selo_w3c.jpg);
}
#rodape .selos a.si{
	background-image:url(img/selo_dsi.jpg);
}
#rodape p {
	float:right;
	margin-bottom:10px;
}
