article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }


/* ========================= propriedades globais, INICIO ============================= */

body {
	background: #fff;
	min-width: 980px;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
	color: #393939;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #181d21;
}

	a:hover {
		text-decoration: none;
	}
	
/* ========================= propriedades globais, FIM =============================== */






/* ========================= estrutura global, INICIO ============================== */

#main-tail-top {
	background: #fff 
	/*url(../images/main-tail-top1.gif) repeat-x 0% 0%;*/
}

	#page1 #main-tail-top {
		background: #fff 
		/*url(../images/main-tail-top.gif) repeat-x 0% 0%;*/
	}

#main-tail-bot {
	/*background: url(../images/main-tail-bot.gif) repeat-x 0% 100%;*/
}

#main-bg-top {
	background: url(../images/main-bg-top1.jpg) no-repeat 50% 0%;
}

	#page1 #main-bg-top {
		background: url(../images/topo_01a.jpg) no-repeat 50% 0%;
	}
	#page1 #main-bg-top1 {
		/*background: url(../images/topo_02a.jpg) no-repeat 50% 0%;*/
		background: url(../images/topo_02_ok.jpg) no-repeat 50% 0%;
	}
	#page1 #main-bg-top2 {
		/*background: url(../images/topo_03a.jpg) no-repeat 50% 0%;*/
		background: url(../images/topo_03ok.jpg) no-repeat 50% 0%;
	}
	#page1 #main-bg-top3 {
		background: url(../images/topo_04a.jpg) no-repeat 50% 0%;
	}
	#page1 #main-bg-top4 {
		background: url(../images/topo_05a.jpg) no-repeat 50% 0%;
	}

#main {
	width: 1280px;
	margin: 0 auto;
	font-size: 0.75em;
}

header {
	position: relative;
	height: 159px;
	overflow: hidden;
}

	#page1 header {
		/*background: url(../images/header.jpg) no-repeat 0% 159px;*/
		height: 400px;
	}

section#content {
	width: 100%;
	/*padding-top: 50px;*/
}

footer {
	height: 125px;
	overflow: hidden;
}

/* ========================= estrutura global, FIM ================================ */






/* ====================== alinhamento esquerda/direita, INICIO =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 6px 17px 12px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 6px 17px 8px 0;
	}
	
	img.fleft2 {
		float: left;
		margin: 6px 17px 20px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 28px 12px 0;
	}
	
	ul.fright1 {
		float: right;
		padding: 0 24px 7px 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== alinhamento esquerda/direita, FIM ============================= */





/* ============================== topo, INICIO =================================== */

header strong {
	display: block;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.833em;
	font-weight: normal;
	text-transform: uppercase;
	color: #484a4d;
	position: absolute;
	top: 7px;
	left: 3px;
}


#navi {
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: 0px;
}

	#navi li
{
    background-position: 0% 3px;
    background: url(../images/navi-divider.gif) no-repeat 0% 3px;
    float: left;
    margin: 0 0 0 0px;
    padding: 0 14px 0 13px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.833em;
}
	
		#navi li a {
			text-decoration: none;
			color: #4a4d51;
		}
		
		#navi li a:hover {
			color: #fff;
		}

/*nav {
	background: url(../images/menu.jpg) no-repeat 0% 0%;
	width: 780px;*/ /*840*/
	/*height: 44px;
	overflow: hidden;
	position: absolute;
	top: 103px;
	right: 0px;
}*/

	nav ul {
		width: 100%;
		overflow: hidden;
	}
	
		nav ul li
{
    background-position: 100% 0%;
    background: url(../images/menu-divider.gif) no-repeat 100% 0%;
    float: left;
    padding: 0 2px 0 0; 
}
		
			nav ul li span
{
    display: block;
    height: 44px;
    padding: 0 0 0 38px;
    cursor: pointer;
}
			
			nav ul li b {
				display: block;
				height: 44px;
				font-weight: 700;
			}
			
				nav ul li#m1 a b {
					background: url(../images/menu-left.gif) no-repeat 0% -44px;
				}
				
					nav ul li#m1 a:hover b {
						background-position: 0% 0%;
					}
					
					nav ul li#m1.act b {
						background-position: 0% 0%;
					}
				
				nav ul li#m7 a b {
					background: url(../images/menu-right.gif) no-repeat 100% -44px;
				}
				
					nav ul li#m7 a:hover b {
						background-position: 100% 0%;
					}
					
					nav ul li#m7.act a b {
						background-position: 100% 0%;
					}
			
			nav ul li#m1 a {
				width: 102px;
			}
			
			nav ul li#m1 a span {
				background: url(../images/m1.gif) no-repeat 13px 0%;
			}
			
				nav ul li#m1 a:hover span {
					background-position: 13px -44px;
				}
				
				nav ul li#m1.act a span {
					background-position: 13px -44px;
				}
				
				nav ul li#m2 a {
				width: 152px;
			}
			
			nav ul li#m2 a span {
				background: url(../images/m2.gif) no-repeat 12px 0%;
			}
			
				nav ul li#m2 a:hover span {
					background-position: 12px -44px;
				}
				
				nav ul li#m2.act a span {
					background-position: 12px -44px;
				}
				
				nav ul li#m3 a {
				width: 110px;
			}
			nav ul li#m3 a span {
				background: url(../images/m3.gif) no-repeat 12px 0%;
			}
			
				nav ul li#m3 a:hover span {
					background-position: 12px -44px;
				}
				
				nav ul li#m3.act a span {
					background-position: 12px -44px;
				}
				
				nav ul li#m4 a {
				width: 150px;
			}
			nav ul li#m4 a span {
				background: url(../images/m4.gif) no-repeat 8px 0%;
			}
			
				nav ul li#m4 a:hover span {
					background-position: 8px -44px;
				}
				
				nav ul li#m4.act a span {
					background-position: 8px -44px;
				}
				
			nav ul li#m5 a span {
				background: url(../images/m5.gif) no-repeat 11px 0%;
			}
			
				nav ul li#m5 a:hover span {
					background-position: 11px -44px;
				}
				
				nav ul li#m5.act a span {
					background-position: 11px -44px;
				}
				
				nav ul li#m6 a {
				width: 155px;
			}
			nav ul li#m6 a span {
				background: url(../images/m6.gif) no-repeat 12px 0%;
			}
			
				nav ul li#m6 a:hover span {
					background-position: 12px -44px;
				}
				
				nav ul li#m6.act a span {
					background-position: 12px -44px;
				}
				
			nav ul li#m7 a {
				width: 101px;
			}
			
			nav ul li#m7 {
				background: none;
				padding: 0;
			}
			
			nav ul li#m7 a span
{
    background-position: 12px 0%;
    background: url(../images/m7.gif) no-repeat 12px 0%;
}
			
				nav ul li#m7 a:hover span {
					background-position: 12px -44px;
				}
				
				nav ul li#m7.act a span {
					background-position: 12px -44px;
				}
		
		nav ul li:hover {
			background-position: 100% -44px;
		}
		
		nav ul li.act {
			background-position: 100% -44px;
		}
		
			nav ul li a {
				display: block;
				height: 44px;
				overflow: hidden;
				float: left;
				letter-spacing: -0.5px;
				line-height: 40px;
				font-size: 12px;
				font-weight: 700;
				text-decoration: none;
				color: #1b1f25;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			
				nav ul li a:hover {
					background: url(../images/menu-act.gif) repeat-x 0% 0%;
					color: #fff;
				}
				
				nav ul li.act a {
					background: url(../images/menu-act.gif) repeat-x 0% 0%;
					color: #fff;
				}

/* =============================== topo, FIM ==================================== */





/* ============================= conteudo, INICIO =================================== */

#content {
	position: relative;
}

	#content #indent {
		padding: 0 0 78px 0;
	}
	
	#content #indent-1 {
		padding: 10px 0 78px 0;
	}

#content p {
	padding: 0 0 7px 0;
	line-height: 1.455em;
	font-size: 0.917em;
	color: #181d21;
}

	#content p.extra {
		padding: 0 0 9px 0;
	}
	
	#content p.extra1 {
		padding: 0 0 13px 0;
	}
	
		#content p strong a {
			text-decoration: none;
			color: #181d21;
		}
		
		#content p strong a:hover {
			text-decoration: underline;
		}
		
	#content p.extra2 {
		padding: 0 0 20px 0;
	}
	
	#content p.extra3 {
		padding: 0 0 17px 0;
	}
	
		#content blockquote p {
			padding: 0 0 15px 0;
		}
	
			#content blockquote p strong {
				display: block;
				text-align: right;
			}
			
			#content blockquote p b {
				display: block;
				padding: 0 0 5px 0;
				text-align: right;
			}

	#content p small {
		float: right;
		padding: 0 7% 0 0;
		font-size: 1em;
	}
	
		#content p small a {
			text-decoration: none;
			font-size: 1.182em;
			color: #319699;
		}
		
			#content p small a:hover {
				text-decoration: underline;
			}

.row-1 {
	width: 100%;
	overflow: hidden;
}

	.row-1 .inner {
		padding: 0 0 48px 0;
	}
	
	.row-1 .inner-1 {
		padding: 0 0 39px 0;
	}

.row-2 {
	width: 100%;
	overflow: hidden;
}

	.row-2 .inner {
		padding: 0 7px 0 33px;
	}

.row-3 {
	width: 100%;
	overflow: hidden;
}

	.row-3 .inner {
		padding: 0 7px 0 33px;
	}

/* ============================== conteudo, FIM ==================================== */



/* ============================= caixas, INICIO ===================================== */

.box-1 {
	background: #b1115b;
	width: 100%;
	overflow: hidden;
}
	
	.box-1 .inner {
		padding: 17px 30px 24px 30px;
	}
	
	.box-1 p {
		padding: 0 0 32px 0 !important;
		line-height: 1.455em !important;
		font-size: 0.917em !important;
		color: #fff !important;
	}
	
		.box-1 p.extra {
			padding: 0 0 16px 0 !important;
		}

.box-2 {
	background: #632f58;
	width: 100%;
	overflow: hidden;
}
	
	.box-2 .inner {
		padding: 17px 30px 24px 30px;
	}
	
	.box-2 .inner-1 {
		padding: 17px 30px 19px 30px;
	}
	
	.box-2 p {
		padding: 0 0 32px 0 !important;
		line-height: 1.455em !important;
		font-size: 0.917em !important;
		color: #fff !important;
	}

.box-3 {
	background: #319699;
	width: 100%;
	overflow: hidden;
}
	
	.box-3 .inner {
		padding: 17px 30px 24px 30px;
	}
	
	.box-3 .inner-1 {
		padding: 17px 30px 19px 30px;
	}
	
	.box-3 p {
		padding: 0 0 32px 0 !important;
		line-height: 1.455em !important;
		font-size: 0.917em !important;
		color: #fff !important;
	}

.box-4 {
	background: #f6c100;
	width: 100%;
	overflow: hidden;
}
	
	.box-4 .inner {
		padding: 17px 30px 24px 30px;
	}
	
	.box-4 .inner-1 {
		padding: 17px 30px 19px 30px;
	}
	
	.box-4 p {
		padding: 0 0 33px 0 !important;
		line-height: 1.455em !important;
		font-size: 0.917em !important;
		color: #fff !important;
	}

/* ============================== caixas, FIM  ====================================== */





/* =================== texto, links, linhas e titulos, INICIO =========================== */

h1 {
	position: absolute;
	top: 45px;
	left: 10px;
}

	h1 a {
		background: url(../images/logo.png) no-repeat 0% 0%;
		display: block;
		width: 170px;
		height: 133px;
		overflow: hidden;
	}
	
		h1 a span {
			display: none;
		}

h2 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 11px 0;
	line-height: 1.25em;
	font-size: 2.5em;
	font-weight: 400;
	color: #313030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

	h2 em {
		display: block;
		margin: 0 0 -2px 0;
		font-style: normal;
	}
	
	h2 small {
		display: block;
		margin: 0 0 -1px 0;
		font-size: 1em;
	}
	
	h2 i {
		display: block;
		margin: 0 0 -4px 0;
		font-style: normal;
	}
	
	h2 b {
		display: block;
		margin: 0 0 -6px 0;
		font-weight: 400;
	}
	
	h2 img {
		position: relative;
		margin: 26px 0 0 5px;
	}
	
	#ambinho_recordes{
    position: relative;
    margin: -83px 0px 0 130px;
    }
	
	h2 strong {
		display: block;
		padding: 0 0 3px 0;
		font-weight: 400;
	}

h3 {
	padding: 0 0 11px 0;
	line-height: 1.25em;
	font-size: 3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

	h3 span {
		display: block;
		margin: -15px 0 0 0;
	}
	
	h3 strong {
		display: block;
		padding: 0 0 5px 0;
		font-weight: normal;
	}
	
	h3 b {
		display: block;
		padding: 0 0 4px 0;
		font-weight: normal;
	}
	
	h3 small {
		letter-spacing: -1px;
		font-size: 1em;
	}
	
	h4 {
	padding: 0 0 11px 0;
	line-height: 1.25em;
	font-size: 3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #319699;
}

h6 {
	padding: 0 0 16px 0;
	line-height: 1.455em;
	font-size: 0.917em;
	color: #181d21;
}

	h6 em {
		display: block;
		margin: 0 0 -16px 0;
		font-style: normal;
	}
	
	h6 i {
		display: block;
		margin: 0 0 -5px 0;
		font-style: normal;
	}

.link {
	background: url(../images/link-left.png) no-repeat 0% 0%;
	display: inline-block;
	height: 37px;
	overflow: hidden;
	float: left;
	line-height: 32px;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	color: #1b1f25;
}

	.link span {
		background: url(../images/link-right.png) no-repeat 100% 0%;
		float: left;
		display: inline-block;
	}
	
		.link span span {
			background: url(../images/link-tail.png) repeat-x 0% 0%;
			float: left;
			display: inline-block;
			height: 37px;
			overflow: hidden;
			margin: 0 3px;
			padding: 0 12px 0 12px;
		}
	
	.link:hover span span {
		cursor: pointer;
		color: #44a3a7;
	}

.link-1 {
	background: url(../images/marker.gif) no-repeat 0% 10px;
	float: left;
	padding: 0 0 0 11px;
	line-height: 1.846em;
	font-size: 12px;
	text-decoration: none;
	color: #319699;
}

	.link-1:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.link-11
{
    background: url(../images/marker.gif) no-repeat 0% 10px;
    float: left;
    padding: 0 0 0 11px;
    line-height: 1.846em;
    font-size: 12px;
    text-decoration: none;
    color: #319699;
    margin-bottom: 10px;
}

	.link-11:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.link-indent {
	margin: 0 0 19px 0;
}

.link-indent1 {
	margin: 0 0 18px 0;
}

.link-indent2 {
	margin: 0 0 17px 0;
}

.line-ver-1 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-3 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-hor {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 8px 0;
}

.menu_tit
{
   
    background: url(../images/marker.gif) no-repeat 0% 10px;
	float: left;
	padding: 0 0 0 11px;
	line-height: 1.846em;
	font-size: 12px;
	text-decoration: none;
	color: #319699;
    }
    
    .menu_tit:hover
    {
        cursor: pointer;
        text-decoration: underline;
    }
.menu_cont
{
    padding-left: 20px;
    padding-bottom: 20px;
}

.menu_tit2
{
    background: url(../images/marker.gif) no-repeat 0% 10px;
    float: left;
    padding: 0 0 0 11px;
    line-height: 1.846em;
    font-size: 12px;
    text-decoration: none;
    color: #808080;
}
    
    .menu_tit2:hover
    {
        cursor: pointer;
        text-decoration: underline;
    }
    
    .voltar
{
    background: url(../images/voltar.gif) no-repeat 0% 10px;
    float: right;
    padding: 0 0 0 11px;
    line-height: 1.846em;
    font-size: 12px;
    text-decoration: none;
    color: #808080;
}
    
    .voltar:hover
    {
        cursor: pointer;
        text-decoration: underline;
    }
    
    .submenu
{
    background: url(../images/marker.gif) no-repeat 0% 10px;
    float: left;
    padding: 0 0 0 11px;
    line-height: 1.846em;
    font-size: 12px;
    text-decoration: none;
    color: #808080;
}
    
    .submenu:hover
    {
        cursor: pointer;
        text-decoration: underline;
    }
.menu_cont2
{
    padding-left: 20px;
    padding-bottom: 20px;
}
/* ==================== texto, links, linhas e titulos, FIM ============================ */





/* ============================= formulario, INICIO ===================================== */

#contact-form {
	width: 100%;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	#contact-form label {
		display: block;
		height: 65px;
		overflow: hidden;
	}
	
	#contact-form b {
		display: block;
		padding: 0 0 1px 0;
		line-height: 1.455em;
		font-size: 0.917em;
		font-weight: normal;
		color: #181d21;
	}
	
	#contact-form input {
		background: none;
		width: 418px;
		height: 15px;
		padding: 6px 6px 6px 6px;
		border: 1px solid #adadad;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form textarea {
		background: none;
		width: 418px;
		height: 115px;
		padding: 6px 6px 6px 6px;
		border: 1px solid #adadad;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}

	#contact-form a {
		background: url(../images/marker.gif) no-repeat 0% 10px;
		float: left;
		margin: 10px 24px 0 0;
		padding: 0 0 0 11px;
		line-height: 1.846em;
		font-size: 1.083em;
		text-decoration: none;
		color: #319699;
	}
	
		#contact-form a:hover {
			text-decoration: underline;
		}

#search-form {
	background: url(../images/search-input.gif) no-repeat 0% 0%;
	width: 231px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0px;
}

	#search-form .caixa_texto
{
    background: none;
    width: 184px;
    height: 16px;
    padding: 8px 0 8px 8px;
    border: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
}
	
	.search-submit {
		background: url(../images/search-submit.gif) no-repeat 0% 0%;
		width: 39px;
		height: 32px;
		padding: 0;
		border: none;
		float: left;
		cursor: pointer;
	}

.subscribe-form {
	background: #f6c100;
	margin: 0 0 0 -25px;
	overflow: hidden;
}

	.subscribe-form .inner {
		padding: 10px 20px 21px 24px;
	}

	.subscribe-form h2 {
		padding: 0 0 8px 0 !important;
		text-transform: uppercase;
		color: #fff;
	}

	.caixa-externa
	{
	    background: url(../images/subscribe-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 36px;
		overflow: hidden;
	}
	
	.caixa-texto
	{
	    background: none;
		width: 170px;
		height: 12px;
		padding: 8px 9px 8px 9px;
		border: none;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 0.917em;
		color: #777;
	}
	
	.mensagem
	{
	    color: #777;
	}
	
		
	.botao
	{
	    background: url(../images/subscribe-submit.gif) no-repeat 0% 0%;
		display: block;
		width: 107px;
		height: 31px;
		overflow: hidden;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		font-size: 1.333em;
		font-weight: 700;
	}
	.botao:hover
	{
	    color: #319699;
	}
	
	

/* ============================== formulario, FIM ====================================== */





/* ============================= geral, INICIO ===================================== */

.pic-indent {
	margin: 0 0 9px 0;
}

.pic-indent1 {
	margin: 0 0 11px 0;
}

.pic-indent2 {
	margin: 0 0 13px 0;
}

.list {
	padding: 0 0 15px 0;
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 10px;
		padding: 0 0 0 10px;
		line-height: 1.846em;
		font-size: 1.083em;
		color: #319699;
	}
	
		.list li a {
			text-decoration: none;
			color: #319699;
		}
		
		.list li a:hover {
			text-decoration: underline;
		}

.list-1 {
	padding: 0 0 22px 1px;
	overflow: hidden;
}

	.list-1 li {
		background: url(../images/marker-1.gif) no-repeat 0% 12px;	
		padding: 0 0 0 11px;
		line-height: 2.182em;
		font-size: 0.917em;
		color: #fff;
	}
	
		.list-1 li a {
			color: #fff;
		}

.list-2 {
	padding: 1px 0 2px 0;
	overflow: hidden;
}

	.list-2 dt {
		margin: 0 0 -1px 0;
		line-height: 1.667em;
		font-size: 0.75em;
		color: #181d21;
	}
	
	.list-2 dd {
		width: 100%;
		padding: 0 0 20px 0;
		overflow: hidden;
	}
	
		.list-2 dd strong {
			display: block;
			line-height: 1.364em;
			font-size: 0.917em;
			text-transform: uppercase;
			color: #181d21;
		}
		
		.list-2 dd p {
			padding: 0 0 1px 0 !important;
			line-height: 1.364em !important;
			font-size: 0.917em !important;
			color: #181d21 !important;
		}
		
		.list-2 dd b {
			display: block;
			width: 100%;
			overflow: hidden;
			font-weight: normal;
		}

.list-3 {
	width: 100%;
	margin: 0 0 -21px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	.list-3 li {
		width: 100%;
		padding: 0 0 23px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
		.list-3 li img {
			float: left;
			margin: 6px 16px 0 1px;
		}
		
		.list-3 li strong {
			display: block;
			padding: 0 0 16px 0;
			line-height: 1.455em;
			font-size: 0.917em;
			color: #181d21;
		}
		
		.list-3 li p {
			padding: 0 0 9px 0 !important;
			line-height: 1.455em !important;
			font-size: 0.917em !important;
			color: #181d21 !important;
		}
		
		.list-3 li b {
			display: block;
			font-weight: normal;
		}

.list-4 {
	margin: 0 0 -4px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
	line-height: 1.455em;
	font-size: 0.917em;
	color: #181d21;
}

	.list-4 dt {
		font-weight: bold;
	}
	
		.list-4 dt a {
			text-decoration: none;
			color: #181d21;
		}
		
		.list-4 dt a:hover {
			text-decoration: underline;
		}
	
	.list-4 dd {
		padding: 0 0 16px 0;
	}
	
	.list-4 dd.extra {
		padding: 0 0 24px 0;
	}
	
	.list-4 dd.last {
		padding: 0 0 13px 0;
	}

.list-5 {
	margin: 0 0 -7px 0;
	overflow: hidden;
	line-height: 1.455em;
	font-size: 0.917em;
	color: #181d21;
}

	.list-5 li {
		width: 100%;
		padding: 0 0 16px 0;
		overflow: hidden;
		vertical-align: top;
	}
	
	.list-5 li.last {
		padding: 0 0 31px 0;
	}
	
	.list-5 li.extra {
		padding: 0 0 20px 0;
	}
	
	.list-5 li.extra-1 {
		padding: 0 0 26px 0;
	}
	
		.list-5 li a {
			font-weight: bold;
			text-decoration: none;
			color: #181d21;
		}
		
			.list-5 li a:hover {
				text-decoration: underline;
			}

.list-6 {
	width: 100%;
	margin: 0 0 -12px 0;
	overflow: hidden;
}

	.list-6 li {
		width: 100%;
		padding: 0 0 24px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.455em;
		font-size: 0.917em;
		color: #181d21;
	}
	
		.list-6 li img {
			float: left;
			margin: 6px 17px 0 0;
		}
		
		.list-6 li strong {
			display: block;
			padding: 0 0 16px 0;
			color: #181d21;
		}

.list-7 {
	margin: 0 0 -16px 0;
	overflow: hidden;
	line-height: 1.455em;
	font-size: 0.917em;
	color: #181d21;
}

	.list-7 dt {
		font-weight: bold;
	}
	
	.list-7 dd {
		width: 100%;
		padding: 0 0 16px 0;
		overflow: hidden;
	}
	
		.list-7 dd small {
			float: right;
			padding: 0 6% 0 0;
			font-size: 1em;
		}
		
			.list-7 dd small a {
				line-height: 1.231em;
				font-size: 1.182em;
				text-decoration: none;
				color: #319699;
			}
			
			.list-7 dd small a:hover {
				text-decoration: underline;
			}

.list-indent {
	padding: 0 0 38px 0 !important;
}

.list-indent1 {
	padding: 0 0 7px 0 !important;
}

.list-indent2 {
	padding: 0 0 22px 0 !important;
}

.list-indent3 {
	padding: 0 0 20px 0 !important;
}

.list-indent4 {
	padding: 0 0 5px 0 !important;
}

.pic-position {
	float: left;
	width: 186px;
	padding: 6px 17px 0 0;
	line-height: 1.455em;
	font-size: 0.917em;
	color: #989797;
}

	.pic-position img {
		margin: 0 0 8px 0;
	}

.overflow {
	overflow: hidden;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

#privacy {
	padding: 17px 20px 2px 33px;
}

	#privacy p {
		padding: 0 0 16px 0 !important;
	}
	
		#privacy p a {
			line-height: 1.231em;
			font-size: 1.182em;
			text-decoration: none;
			color: #319699;
		}
		
			#privacy p a:hover {
				text-decoration: underline;
			}

/* ============================== geral, FIM ====================================== */





/* ========================== slider, INICIO ================================== */

#redes_sociais
{
    position: absolute;
    top: 425px;
    margin-left: 250px;
}
#faded {
	width: 980px;
	height: 431px;
	overflow: hidden;
	position: absolute;
	top: 154px;
	left: 0;
}
	
	#faded ul li span {
		display: block;
		margin: -29px 0 0 0;
		color: #fff;
	}
	
		#faded ul li a
{
    font-size: 15pt;
    color: #FFFFFF;
}



	#faded ul li#gal-1
{
    background: url(../images/slider_home_006.png) no-repeat 465px 5px;
    width: 474px;
    height: 403px;
    padding: 144px 497px 0 0;
    line-height: 1.5em;
    letter-spacing: -2px;
    text-align: center;
    font-size: 4em;
    font-weight: 500;
    color: #FFFFFF;
}
	
		#faded ul li#gal-1 span {
			padding: 0 23px 0 0;
		}
	
	#faded ul li#gal-2 {
		background: url(../images/slider_home_003.png) no-repeat 460px 0%;
		width: 403px;
		height: 403px;
		padding: 144px 497px 0 0;
		line-height: 1.4em;
		letter-spacing: -2px;
		text-align: center;
		font-size: 5em;
		font-weight: 500;
		color: #FFFFFF;
	}
	
	#faded ul li#gal-3 {
		background: url(../images/slider_home_005.png) no-repeat 500px 0%;
		width: 456px;
		height: 386px;
		padding: 144px 497px 0 0;
		line-height: 1em;
		letter-spacing: -2px;
		text-align: center;
		font-size: 5em;
		font-weight: 500;
		color: #FFFFFF;
	}
	

	#faded ul li#gal-4 {
		/*background: url(../images/slider_home_002.png) no-repeat 541px 0%;
		width: 474px;*/
        width: 100%;
		height: 403px;
        /*padding: 124px 497px 0 0;*/
        padding: 124px 0 0 0;
		line-height: 1.5em;
		letter-spacing: -2px;
		text-align: center;
		font-size: 5em;
		font-weight: 500;
		color: #FFFFFF;
	}
	
	#faded ul li#gal-5 {
		background: url(../images/slider_home_005.png) no-repeat 500px 0%;
		width: 386px;
		height: 386px;
		padding: 124px 497px 0 0;
		line-height: 1.5em;
		letter-spacing: -2px;
		text-align: center;
		font-size: 5em;
		font-weight: 500;
		color: #FFFFFF;
	}
	
            	#faded ul li#gal-4, #faded ul li#gal-5
{
    background: url(../images/ambinho_coletor_infectantes.png) no-repeat 553px 55px;
    width: 474px;
    height: 403px;
    padding: 124px 497px 0 0;
    line-height: 1.5em;
    letter-spacing: -2px;
    text-align: center;
    font-size: 4em;
    font-weight: 500;
    color: #FFFFFF;
}


	#faded ul li#gal-6
{
    background: url(../images/chamada2.png) no-repeat;
    background-position: 100px 50px;
    width: 996px;
    height: 254px;
}	

ul.pagination {
	position: absolute;
	top: 345px;
	left: 70px;
}

	ul.pagination li {
		float: left;
		padding: 0 4px 0 0;
	}

		ul.pagination li a {
			background: url(../images/pagination.png) no-repeat 0% 0%;
			display: block;
			width: 21px;
			height: 21px;
			overflow: hidden;
			text-indent: -1000px;
		}
		
			ul.pagination li a:hover {
				background-position: 0% -21px;
			}

			ul.pagination li.current a {
				background-position: 0% -21px;
			}

/* =========================== slider, FIM =================================== */





/* ============================ rodape, INICIO ===================================== */

footer .inner {
	padding: 37px 21px 0 21px;
}

	footer strong {
		float: right;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: normal;
		color: #192428;
	}
	
		footer strong a {
			text-decoration: none;
			color: #319699;
		}
		
		footer strong a:hover {
			text-decoration: underline;
		}

footer p {
	line-height: 1.333em;
	font-size: 1em;
	color: #192428;
}

	footer p a {
		text-decoration: none;
		color: #319699;
	}
	
	footer p a:hover {
		text-decoration: underline;
	}

/* ============================= rodape, FIM ====================================== */

#MPE
{ 
    position: absolute;
    top: 305px;
    padding-left: 830px;
}

#reportagem
{
    background-position: 0px 0px;
    background: url(../images/correio_popular.png);
    width: 191px;
    height: 200px;
}

#reportagem:hover
{
    background-position: 0px -201px;
}