﻿@import "Topo.css";
body
{
	margin:0 auto 0 auto;
	font-family: "Arial", tahoma, trebuchet MS;
	font-size:13px;
	background:#F2F5ED url(../Images/fundotopo.jpg) repeat-x;
}
#Geral
{
	width:1004px;
	margin:0 auto 0 auto;
}
#Topo
{
	background:url(../Images/fundotopo.jpg) repeat-x;
	height:147px;
	width:1004px;
	display:block;
	text-align:center;
}
#Coluna1
{
	width:257px;
	float:left;
	display:block;
	padding:0 0 0 26px;
}
#Centro
{
	width:700px;
	display:block;
	float:left;
	padding:0 0 0 10px;
}
#ConteudoCentro
{
	width:700px;
	display:block;
	float:left;
	padding:0 0 0 10px;
}
#Rodape
{
	width:100%;
	height:105px;
	background:url(../Images/fundorodape.jpg) repeat-x;
	clear:both;
	margin:20px 0 0 0;
	float:left;
}
#Rodapemenu
{
	width:1004px;
	height:90px;
	margin:0 auto 0 auto;
	text-align:center;
}
#Rodapemenu ul
{
	width:780px;
	margin:20px 0 0 0;
	padding:0 0 0 70px;
	float:left;
	list-style:none;
}
#Rodapemenu ul li
{
	float:left;
	margin:0 0 0 8px;
	padding: 0 8px 0 0;
	border-right:1px solid #FFFFFF;
}
#Rodapemenu ul li a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}
#Rodapemenu p
{
	width:780px;
	margin:10px 0 0 0;
	padding:0 0 0 70px;
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-size:11px;
}
#Rodapedesenvolvimento
{
	width:120px;
	display:block;
	margin:0;
	float:left;
	text-align:right;
}
#Rodapedesenvolvimento a
{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
	
.btBege
{
	padding:4px 9px 5px 9px;
	background:#B3770F;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	float:left;
	margin:10px 0 0 0;
	cursor:pointer;
}
.btBege:hover
{
	background:#8B5B0C;
}
.btAzulclaro
{
	padding:4px 9px 5px 9px;
	background:#1E95BC;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
.btAzulclaro:hover
{
	background:#16708D;
}
.btAzulescuro
{
	padding:4px 9px 5px 9px;
	background:#4FB2AB;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
.btAzulescuro:hover
{
	background:#16708D;
}
.btImprimir
{
	background:url(../Images/icoPrint.gif) no-repeat;
	padding:0 0 0 20px;
	margin:10px 0 0 0;
	float:left;
	color:#666666;
	text-decoration:none;
}
.btImprimir:hover
{
	text-decoration:underline;
}
.btFavorito
{
	background:url(../Images/icoFavo.gif) no-repeat;
	padding:0 0 0 18px;
	margin:10px 0 0 10px;
	float:left;
	color:#666666;
	text-decoration:none;
	cursor:pointer;
}
.btFavorito:hover
{
	text-decoration:underline;
}
.erro
{
	color:#990000;
}
.sucesso
{
	color:#003300;
}