* {	margin: 0px; padding: 0px;} /* para todo o layout*/
/*--------------------------------------------------------*/
body{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #C0CCA3;
}
a	{
	text-decoration: none;
	color: #003366;	
}	
a:hover {
	text-decoration:none;		
	color: #993300;
}	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	}
h1	{
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	background-color: #E2E6DA;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
h2	{
	color: #336633;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	border-bottom: 1px solid #B5BD9F;
	padding-left: 2px;

	}	
h3	{
	color: #993300;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	background-color: #E2F1E2;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 2px;
	}
h4	{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	background-color: #003333;
	padding: 5px;
	}	
h5	{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #006666;
	padding: 5px;
	}	
h6	{
	color: #313131;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0CCA3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}					
#geral{
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0 auto;
	background-color: #FFF;	
	position: relative;
	}		
#content{
	float: left;
	width: 730px;
	position: relative;
	background-color: #FFF;
	padding-bottom: 5px;
	}		

hr{
	padding: 5px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
/*----------------------------*/
/* Topo */
/*----------------------------*/	
#topo{
	height: 110px;
	background-image: url(../img/topo.jpg);
	background-repeat: repeat;
	background-position: left center;
	}
#versao {
	color: #FFFFFF;
	position: absolute;
	left: 55px;
	top: 15px;
}	
#versao a{
	color: #FFFFFF;	
}	
#versao a:hover{
	color: #CCFF00;
}	
#endereco {
	background-color:#FFFFFF;
	display: block;
	float: right;
	height: 110px;
	background-image: url(../img/wireless.gif);
	background-repeat: no-repeat;
	background-position: 190px bottom;
	}
#endereco p{
	color: #768059;
	display: block;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}	
#endereco a{
	border-style: none;
	color: #768059;
	}	
#endereco a:hover{
	color: #666600;
	}	
#endereco a span { 
  display:none;
  }
#endereco a:hover span {
	display: block;
	position: absolute;
	top:40px;
	left:190px;
	width: 260px;
	padding: 5px;
	color: #4D4D4D;
	font-size: 11px;
	border:2px dotted #A1A1A1;
	text-align:center;
	background-color: #F8F8F1;
  }
  	
#header {
	float: left;
	position: relative;
	}
#top_1{
	float: left;
	width: 200px;
	background-image: url(../img/fundomenu.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center bottom;
	background-color: #FFFFFF;
	}
.top_2{
	float: left;
	width: 530px;
	height: 200px;
	overflow: hidden;	
	}
.top_2 img {
	height: 200px;
	width: 530px;
	padding: 0px;
	top:0;
	left:0;
	}	
/*----------------------------Menu----------------------------*/		
#menu {
	list-style: none;
	width: 160px;
	text-align: right;
	margin-left: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#menu ul{
	list-style: none;
}
#menu li a {
	font: normal 11px/20px verdana, arial, tahoma, sans-serif;
	color: #333333;
	display: block;
	width: 160px;
	border-bottom: 1px solid #768059;
	text-decoration: none;
	height: 20px;
	letter-spacing: 1px;
	}
#menu a:hover {
	background-color: #E0E6CF;
	}	

/*------------------------conteudo--------------------*/
#info{
	display: block;
	color: #666;
	text-align: left;
	display: block;
	clear: both;
	margin: 5px;
	border: 1px solid #E4E4E4;	
}
#info ul{
	margin: 0px;
	padding: 0px;
}
#info li{
	list-style-type: square;
	padding: 2px;
	font-size: 10px;
	list-style-position: inside;
	color: #003366;
}
#nota{
	padding: 5px;
	color: #666;
	text-align: left;
	background-color: #F8F8F8;
	border: 1px dotted #919191;
}

#col_esq {
	width:460px;
	float: left;
	padding-bottom:5px;
	}
#destaque{
	border: 5px solid #C0CCA3;
	width: 420px;
}	
#conteudo_esq {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	}	
#conteudo_esq a{
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}	
#conteudo_esq a:hover {
	background-color:#FFCC00;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}	
#conteudo_esq ul{
	list-style: none;
	margin-bottom: 3px;
}
#conteudo_esq li  {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	}
#col_dir {
	width:270px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	}
.box{float:left; width:143px;}
.clear {clear:both; margin-bottom:5px;}
.chamadasfotos {
	display: block;
	padding: 5px;
}
.chamadasfotos img{
	display: block;
	margin-bottom: 2px;	
}
.chamadasfotos p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBFBFB;
	background-color: #4D4D4D;
	display: block;
	margin-bottom: 5px;
	margin-top: 0px;
}
.banner{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	}

/*----------------------------*/
/* Rodapé */
/*----------------------------*/	
#rodape		{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #768059;
	text-align: center;
}
#rodape	a{
	color: #FAFDE8;
	text-decoration: none;
	font-weight: bold;
}	
#rodape	a:hover{
	background-color:#FFCC00;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
