/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.png) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral{	
	width:780px;
	display:table;
	margin:0 auto;
	border:1px solid #c5bdba;
	background:#fff;
	font-family:Tahoma, Trebuchet MS, Verdana, sans-serif;
}
#topo{
	display:block;
	width:780px;
	height:76px;
	border-bottom:3px solid #c5bdba;
}
#menu{
	display:block;
	width:780px;
	height:32px;
	background:url(../imagens/rodape.png) no-repeat;
	margin-top:4px;
}
#menu ul{padding-left:260px;}

#menu li{
	display:inline-block;
	width:100px;
	height:28px;
	padding-top:4px;
	text-align:center;
	background:url(../imagens/menu.png) no-repeat;
	float:left;
	margin-left:1px;
}
#menu li a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

#flash{
	display:block;
	width:770px;
	height:191px;
	margin-left:5px;
	background:url(../imagens/flash.jpg);
}
h1{
	font-size:14px;
	color:#ebebeb;
}
h2{
	font-size:14px;
	color:#ebebeb;
}
h3{
	font-size:14px;
	color:#A31F1F;
}
h4{
	font-size:14px;
	color:#a31f1f;
}
#conteudo{
	display:table;
	width:770px;
	margin:15px  0 0 5px;
	text-align:justify;
}
#cont1, #cont2{
	display:table;
	width:163px;
	height:250px;
	float:left;
	background:#f5f5f5;
	margin:0 5px 0 0;
	border-bottom:2px solid #e7e7e7;
}
#cont3{
	display:table;
	width:430px;
	height:250px;
	background:#f5f5f5;
	float:right;
	border-bottom:2px solid #e7e7e7;
}
#cont4{
	display:block;
	width:600px;
	background:#f5f5f5;
	float:right;
	overflow-y:auto;
	overflow-x:hidden;
	border-bottom:2px solid #e7e7e7;
	font-size:12px;
}
#cont4 img{
	float:left;
}
#cont1 p, #cont2 p, #cont3 p{
	font-size:13px;
	padding:10px;
	color:#666;
}
#cont3 h3{
	padding-left:10px;
	color: #FFF;
}
#cont4 strong{color:#900;}

.sub{
	display:block;
	width:143px;
	height:23px;
	padding:4px 0 0 20px;
	background:url(../imagens/sub.png);
}
.sub2{
	display:block;
	width:143px;
	height:23px;
	padding:4px 0 0 20px;
	background:url(../imagens/sub.png);
	font-size:14px;
	color:#a31f1f;
}
.titulo{
	display:block;
	width:400px;
	height:23px;
	padding:4px 0 0 30px;
	background:url(../imagens/titulo.png);
}
.titulo2{
	display:block;
	width:400px;
	height:23px;
	padding:4px 0 0 30px;
	background:url(../imagens/titulo.png);
	color: #FFF;
}
#cont5{
	display:block;
	width:570px;
	height:23px;
	padding:4px 0 0 30px;
	background:url(../imagens/titulo2.png);
	float:right;
}

#cont5 h3{
	font-size:14px;
	color:#FFF;
}

#cont1 ul, #cont4 ul{
	padding:20px 0 20px 10px;
	float:left;
}

#cont1 ul{margin:0 0 0 8px;}

#cont4 ul{margin-left:30px;}

#cont1 li, #cont4 li{
	font-size:12px;
	list-style:circle;
	color:#900;
	line-height:14px;
}

#cont1 li a{color:#900;}

.descricao{
	display:table;
	width:500px;
	padding:10px 20px 10px 20px;
	border:1px solid #c5bdba;
	margin:6px 0 6px 22px;
	font-size:12px;
	text-align:right;
}
.botao{
	display:block;
	width:92px;
	height:17px;
	background:url(../imagens/botao.jpg) no-repeat;
	color:#900;
	padding:2px 0 0 20px;
	margin-left:10px;
}
#rodape{
	display:block;
	width:780px;
	height:16px;
	text-align:center;
	color:#666;
	border-bottom:3px solid #c5bdba;
	font-size:13px;
	padding-top:3px;
	float: left;
}
#sitebyoesp{
	display:block;
	width:780px;
	height:19px;
	margin-top:4px;
	text-align:right;
	background:url(../imagens/rodape.png) no-repeat;
}
#sitebyoesp a, #cont3 a, .botao a{
	font-size:12px;
	color:#900;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0;
  display:inline;
}

label {
	display:inline-block;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#900;
}
form{
	margin:10px 0 10px 20px;
}
