/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background:url(../imgs/bg_breve.jpg) repeat-x ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1.esconde{
	display:none;
}
#geral{
	background:url(../imgs/im_construcao.jpg) no-repeat ;
	width:990px;
	height:400px;
	margin:0 auto;
	}
#topo{
	background:url(../imgs/bg_topo.png) no-repeat;
	width:990px;
	margin:auto;
	overflow:hidden;
	height:222px;
}
#logo{
	background:url(../imgs/bg_logo.png) no-repeat;
	width:192px;
	height:180px;
	cursor:pointer;
	float:left;
}
#menu{
	width:700px;
	height:80px;
	float:right;
	padding-top:34px;
}	
#menu ul li {
	float:left;
	color:#333;
	padding:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
	width:120px;
	border-right:solid 1px #ccc;
	text-align:center;
}
#menu ul li a{
	text-decoration:none;
	color:#333;
}
#menu ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#corpo {
	background:url(../imgs/bg_corpo.png) no-repeat;
	width:990px;
	margin:auto;
	height:200px; 
}
#noticias{
	background:url(../imgs/bg_noticias.png) no-repeat #EA7340;
	width:990px;
	height:95px;
	float:left;
	overflow:hidden;
	margin:2px 0 2px 0;
}
#centro{
	background:#fff;
	width:990px;
	float:left;
	overflow:hidden;
}
#centro ul.contato{
	padding-top:20px; 
	text-align:left; 
	float:left; 
	padding-left:40px;
}
#base {
	background:url(../imgs/bg_body.jpg) repeat-x;
	width:982px;
	overflow:hidden;
	padding:8px;
	float:left;
	color:#fff;
}

a:link {
	COLOR: #333; TEXT-DECORATION: none;
}
a:visited {
	COLOR: #333; TEXT-DECORATION: none;
}
a:active {
	COLOR: #333; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #E64100; TEXT-DECORATION: underline;
}
img {border:0;}
li.voltar{
	color:#333;
	display:block;
	float:right;
	padding-right:40px;
}
a.index{
	color:#333;
}
li.emlinha{ 
	display:inline; 
	float:left; 
	width:200px; 
	height:200px; 
	margin:8px 14px 14px 18px; 
}
p.amostra{
	width:180px;
	height:134px;
	overflow:hidden;
	margin-bottom:4px;
	border:solid 2px #666;
}
/* FORMATAÇÃO DO FORMULÁRIO DE CADASTRO E CONSULTA */

form {
	width:490px;
	margin:0 auto; 
	float:left;
}

form fieldset{
	border:0;
}
form fieldset.selecionar {   
	width:698px;
	padding:2px 0 2px 0;
	text-align:left;
	color:#003366;
	font-weight:bold;
}   

form label{
	display:block;
	padding:3px 0;
}

form label span{
	display:block;
	color:#036;
	font-size:13px;
	font-weight:bold;
}
form label input{ 
	font-weight:bold;
	color:#333;
	padding:3px 0;
	width:480px;
}
form label input.opcao{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:200px;
}
form label select{ 
	font-weight:bold;
	color:#900;
	padding:3px 0;
	width:340px;
}
form input.btn{
	cursor:pointer;
}
form label textarea {
	width:480px;
}
/* FIM DA FORMATAÇÃO DO FORMULÁRIO DE CADASTRO E CONSULTA*/
.baixo{
	padding-bottom:8px;
}

