/* CSS Document */
body{
	margin: 0 0 0 0;
	font: normal 12px/1.4 "Trebuchet MS", Arial, sans-serif;
	color: #36424a;	
	background-image:url(file:///C|/wamp/www/images/fundo.png);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	text-decoration: underline;	
}
#topo{
	width: 100%;
	height: 203px;
	background-image:url(../imagens/fundo_topo.png);
}
#iso{
	width: 1000px;
	height: 54px;
	margin: 0 auto;
}
#miolo_menu {
	width: 1000px;
	height: 118px;
	margin: 0 auto;
}
#menu {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
}
#central {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
#rodape{
	width: 100%;
	height:88px;
	background-image: url(../imagens/fundo_rodape_92.png);
}
#rodape_miolo, #rodape_miolo a{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 8px;
}

#bem_vindo {
	height: 174px;
	width: 463px;
	padding: 10px;
	margin-top: 10px;
	clear: both;
}
#bem_vindo_titulo{
	width: 463px;
	height: 21px;
}
#bem_vindo_fundo{
	margin-top: 10px;
	padding: 10px;
	width: 445px;
	height: 140px;
	background-image:url(../imagens/quadro_bem_vindo.png);
}

#atendimento {
	clear:both;
	height: 174px;
	width: 463px;
	padding: 10px;
	margin-top: 10px;
}
#atendimento_titulo{
	width: 454px;
	height: 21px;
}
#atendimento_fundo{
	margin-top: 10px;
	width: 463px;
	height: 155px;
	background-image:url(../imagens/quadro_atendimento.png);
}

#credibilidade {
	float: left;
	width: 454px;
	padding: 10px;
	margin-top: 10px;
}
#credibilidade_titulo{
	width: 454px;
	height: 21px;
}
#credibilidade_fundo{
	margin-top: 10px;
	width: 454px;
	
}

#direita, #esquerda {
	float: left;
	width: 463px;
}
#direita {
	margin-left: 10px;	
}
#destaque {
	height: 311px;
	width: 946px;
	padding: 10px;
	clear: both;
	margin-top: 10px;
}
#destaque_titulo{
	width: 946px;
	height: 28px;
}
#destaque_fundo{
	margin-top: 10px;
	padding: 10px;
	width: 930x;
	height: 270px;
	background-image:url(../imagens/quadro_destaque.png);
}
#paginas_titulo {
	color: #1e5a91;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0 0 10px;
}

#paginas_centro{
padding: 10px;

}
#login_block{
	margin: 0 auto;
	width: 300px;
	padding-top: 100px;
}
.erro{
	color:#FF0000;
	font-weight: bold;
	text-align: center;
}
input, .botao {
	width: 90%;
	height: 20px;
	border: 2px solid #2773c1;
}
.botao {
	width: 200px;
}
table {
	width: 100%;
	line-height: 30px;
	font-weight: bold;
}
#menu_admin {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
}
#menu_admin li{
	float: left;
}
#menu_admin ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}
#menu_admin ul li a:visited, #menu_admin ul li a:active, #menu_admin ul li a:link  {
	text-decoration:none; 
	text-align:left; 
	float: left;
	padding: 10px;
	color: #00F;
	text-align: center;
	font-size: 12px;
}
#menu_admin ul li a:hover, .menuSelected {
	background-color: #f0f0f0;
	font-size: 12px;
}
#titulo_admin {
	font-size: 20px;
	border-bottom: 1px #00F solid;
	margin: 20px 0 20px 0;
}
#mensagem {
	border: 1px #00C dashed;
	padding:10px;
	background: #eaeaea;
	margin: 20px 0 20px 0;
}
.botao_contato {
	border: 1px solid #2773c1;
	float: left;
	width: 200px;
	background-color: #eaeaea;
	text-align:center;
	margin: 5px;
	padding: 5px;
}

.botao_contato_selected {
	background: #CCC;
}

.input, .textarea{
	width: 300px;
	height: 20px;
	border: 2px solid #2773c1;
}
.textarea {
	height: 200px;
	background:#FFF;
}
.error {
	color:#F00;
	clear: both;
	display: block;
}

