/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator { width:500px; height:300px; padding:5px; margin:20px auto; background::#EEE; border:1px solid #CCC; }
#bannerRotator ul li img{ max-width:500px; max-height:300px; }


/*---------- YOU MIGHT BREAeftK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:relative; }
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; }
#bannerRotator ul li a { text-decoration:none; }

#bannerNav { position:absolute; right:15px; bottom:15px; background:url(img/transBlack75.png) repeat 0 0; padding:5px 5px 5px 10px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#bannerNav a { margin:3px 10px 0 0; height:10px; width:10px; display:block; background:url(img/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(img/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(img/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(img/play.png) }

#navBar 
{
	border-style:solid;
	border-width:1px;
	border-radius:40px;
	border-color:#000000;
	border-radius:40px;
	background-color:#000000;
	width:960px;
	margin:0px;
	padding:0px;
}
#navBar ul
{
	border:1px solid #000000;
	width:900px;
}
#navBar li 
{
	width:220px;
	display:inline-block;
	list-style:none;
}
#navBar a 
{
	color:#ffffff;
	text-decoration:none;
	font-family:arial;
}
#navBar li:hover 
{
	background-color:#c1c1c1;
	border-radius:40px;
}
#navBar li:hover a
{
	text-decoration:underline;
	color:#000000;
}
.titulo
{
	font-family:arial;
	margin-left:20px;
}
.titulofonte12
{
	font-family:arial;
	font-size:12pt;
	margin-left:20px;
}
.frase
{
	font-family:arial;
}
.frasefonte10
{
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
}
.quadro
{
	text-align:center;
	border:1px solid #000000;
	border-radius:40px;
	width:300px;
	height:300px;
 /* background: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#000000)) no-repeat; */
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); */
 	background: -webkit-linear-gradient(bottom, #ffff00 0%, #ffcc00 50%, #ff9900 75%, #ff6600 49%);
 	background: -moz-linear-gradient(bottom, #ffff00 0%, #ffcc00 50%, #ff9900 75%, #ff6600 49%);
 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffff00', EndColorStr='#ff6600');
 	background: -ms-linear-gradient(bottom, #ffff00 0%, #ffcc00 50%, #ff9900 75%, #ff6600 49%);
 	background: -o-linear-gradient(bottom, #ffff00 0%, #ffcc00 50%, #ff9900 75%, #ff6600 49%);
 	opacity:0.4;
}

.quadro:hover
{
	opacity:1;
}
.quadroLabel
{
	text-align:center;
	border:1px solid #000000;
	border-radius:40px;
	width:900px;
	background: -webkit-linear-gradient(top, #ffff00 25%, #ffcc00 50%, #ff9900 75%);
	background: -moz-linear-gradient(top, #ffff00 25%, #ffcc00 50%, #ff9900 75%);
	background: -o-linear-gradient(top, #ffff00 25%, #ffcc00 50%, #ff9900 75%);
	background: -ms-linear-gradient(top, #ffff00 25%, #ffcc00 50%, #ff9900 75%);
 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffff00', EndColorStr='#ff6600');
}
#bairros
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background: -webkit-linear-gradient(top, #00cccc 25%, #0099cc 50%, #0066cc 75%, #0033cc 100%);
	background: -moz-linear-gradient(top, #00cccc 25%, #0099cc 50%, #0066cc 75%, #0033cc 100%);
	background: -o-linear-gradient(top, #00cccc 25%, #0099cc 50%, #0066cc 75%, #0033cc 100%);
	background: -ms-linear-gradient(top, #00cccc 25%, #0099cc 50%, #0066cc 75%, #0033cc 100%);
	opacity:0.4;
}
#bairros:hover 
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background: -webkit-linear-gradient(top, #ffff00 0%, #ff9900 100%);
	background: -moz-linear-gradient(top, #ffff00 0%, #ff9900 100%);
	background: -o-linear-gradient(top, #ffff00 0%, #ff9900 100%);
	background: -ms-linear-gradient(top, #ffff00 0%, #ff9900 100%);
	opacity:1;
	color:#000000;
}
#bairros:hover a
{
	color:#000000;
	font-weight:bold;
}
.p1
{
	text-indent:40px;
	text-align:justify;
	font-family:arial;
	font-size:11pt;
	line-height:30px;
	margin-left:20px;
	margin-right:20px;
}
.p2
{
	text-align:justify;
	font-family:arial;
	font-size:11pt;
	line-height:30px;
	margin-left:20px;
	margin-right:20px;
}
.p3
{
	text-indent:40px;
	text-align:justify;
	font-family:arial;
	font-size:11pt;
	margin-left:20px;
	margin-right:20px;
}
a 
{
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}