@charset "utf-8";
/* CSS Document */

/*Desenvolvimento Css por Evaldo and Alexon Souza*/
/*Reset CSS*/
*{
	margin:0;
	padding:0;
	}
/*Reset CSS*/
	
body{
	background:#000 url(../img/fndb.gif) repeat-x;
	}
	
#geral {margin:0 auto;
	}

#cabecalho{
	width:900px;
	height:175px;
	margin:0 auto;
	text-align:center;	
	}
#cabecalho #logo{
	width:200px;
	float:left;
	}
	
#cabecalho #txt{
	width:650px;
	margin:0 auto;
	padding-top:50px;
	}

#cabecalho #cam{
	width:200px;
	height:160px;
	float:right;
	background:url(../img/cam.png) no-repeat;
	}


/*MENU*/
#menunav{
	width:900px;
	height:35px;
	margin:0 auto;
	z-index:5;
	position:relative;
	background:#000;
	}

	
#menunav ul.topnav {
	list-style: none;	
	float: left;
	width: 900px;
	background: url(../img/topnav_bg.gif) repeat-x;
}

/*DISTANCIA DOS LINKS*/
#menunav ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 45px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
#menunav ul.topnav li a{
	font:12px Arial, Helvetica, sans-serif;
	padding: 10px 5px;
	color: #fff;
	text-decoration: none;
	float: left;
}
#menunav ul.topnav li a:hover{
	background: url(../img/topnav_hover.gif) no-repeat center top;
}
#menunav ul .subnav li a:hover{
	background:#333;
	text-decoration:none;
}

#menunav ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../img/subnav_btn.gif) no-repeat center top;
}
#menunav ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
#menunav ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: auto;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
#menunav ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: auto;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../img/dropdown_linkbg.gif) no-repeat 10px center; 
}

/*FIM MENU*/
	
	
	
	
/*BANNER*/

#banner{
	width:900px;
	height:300px;
	margin:0 auto;
	background:#fff;
	}
#fotos{
	width:900px;
	height:auto;
	margin:0 auto;
	background:#fff;
	}
#fotos h1{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	background:#eee;
	text-shadow:#999 2px 2px 0;
	}

/*FIM BANNER*/

#conteudo{
	width:900px;
	height:520px;
	margin:0 auto;
	background:#000;
	}
#conteudo #cont{
	width:460px;
	height:455px;
	float:left;
	margin:10px;
	padding:10px;
	background:#eee;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	position:relative;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff url(../img/bgcont.jpg) repeat-x;
	}
#cont h1 h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#eee;
	text-shadow:#999 2px 2px 0;
	padding-right:5px;
	}
#conteudo #h2{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#eee;
	text-shadow:#999 2px 2px 0;
	padding-right:5px;
	}
#conteudo #lnav{
	width:300px;
	float:right;
	margin-right:10px;
	position:relative;
	}
#conteudo #lnav #climatempo{
	width:150px;
	float:right;
	}
	
#conteudo #lnav #eventos{
	width:300px;
	float:right;
	margin-top:10px;;
	}
#lnav h1{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#eee;
	text-shadow:#999 2px 2px 0;
	padding-right:5px;
	}
#lnav #esq{
	float:left;
	width:148px;
	height:190px;
	background:#FFF;
	}
#footer{
	width:900px;
	height:20px;
	font:10px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align: center;
	background:#000 url(../img/bgfooter.gif) repeat-x;
	margin:0 auto;

	}
