@charset "utf-8";
/* CSS Document */

#sublista {
	list-style-type: none;
}
#copyright {
	font: 12px Verdana, Geneva, sans-serif;
}
body{
	background-color: #e2e2e2;
}
#main{
	width: 950px;
	background-color: white;
	margin: 0 auto;
	border-left: 3px solid #0094B7;
	border-right: 3px solid #0094B7;
}
#header{
	width:950px;
	height:212px;
}
#sidebar{
	width: 180px;
	height:930px;
	margin: 0 0 0 0;
	float: left;
	border-right:#CCC solid 1px;
}
#sidebar_contato{
	width: 180px;
	height:550px;
	margin: 0 0 0 0;
	float: left;
	border-right:#CCC solid 1px;
}
#article{
	z-index: -10;
	background-color: white;
	width: 720px;
	_width: 699px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: justify;
	line-height: 20px;
	margin: 30px 15px 0 20px;
	float: left;
}
#article p{
	padding-bottom: 05px;
}
.titulo{
	font-size: 14px;
	font-weight:bold;
}/*
div {
	scrollbar-arrow-color:#FFF;
scrollbar-3dlight-color:#000000;
scrollbar-highlight-color:#c0c0c0;
scrollbar-face-color:#652E2E;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#c0c0c0;
scrollbar-track-color:#FFFFFF;
*/
}
h1{
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: inline;
}
#footer{
	background-color:#652E2E;
	height: 25px;
	clear: both;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	
}
.tx_contato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	text-align: center;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer span{
	padding-top: -15px;
	
}
#footer a:hover{
	color: #FFF;
	text-decoration:underline;
}
.end{
	width:950px;
	float: left;
	margin-top: 3px;
}
.texto{
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;	
	color:#333;
}
.clique{
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;	
	color:#333;
	text-align:center;
}
h3 {
	margin-bottom: 10px;
}

/*------Contato---------*/
#section{
	width: 380px;
	float: left;
	padding: 30px 0 0 60px;
}
#aside{
	float: left;
	margin: 30px 0 10px 40px;

}
#aside iframe{
	border: 2px solid  #652E2E;
}

/*  DEFINE O ESTILO DA ASSINATURA */
.bottompane {
background-color: transparent;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
font: 10px Arial, Helvetica, sans-serif;
color: #000;
}
A.bottompane:link {
text-decoration: none;
color: #F60;
}

A.bottompane:visited {
text-decoration: none;
color: #F60;
}
A.bottompane:hover {
text-decoration: none;
color:#090;
}
A.bottompane:active {
text-decoration: none;
color: #F60;
}
