body{
	background-image:url(fundo.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x repeat-y;
}

#geral {
	width: 890px;
}

.estilo1 {
			font-family:Tahoma, Geneva, sans-serif;
			color:#005A82;
			text-align:center;
			font-size:16px;
}

.estilo_formulario {
			font-family:Tahoma, Geneva, sans-serif;
			color:#005A82;
			text-align:left;
			font-size:16px;
			font-weight: bold;
}

.estilo1a {
			font-family:Tahoma, Geneva, sans-serif;
			color:#005A82;
			font-size:14px;
}

.estilo1b {
			font-family:Tahoma, Geneva, sans-serif;
			color: #FFF;
			font-size:16px;
}

.estilo2 { 
			font-family:Verdana, Geneva, sans-serif;
			font-size:15px;
			text-align: justify;
			margin-right: 100px;
}

.inicio {
background: #253743;
border: 0px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
color: #fff;
}
.inicio:hover {
background: #005A82;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
-o-transition: 0.3s ease-out;
transition: 0.3s ease-out;
}

a:link {
		color: #fff;
	text-decoration: none;
}
	

a:hover {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none
}

.chanfros {
	background-image:url(img/chranfro.PNG);
	background-repeat: no-repeat;
}

.chanfro_empresa {
	width: 183px;
	height: 200px;
	margin-left: 38px;
	margin-top: 28px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #005A82;
	

}

.chanfros2 {
	background-image:url(img/chranfro2.PNG);
	background-repeat: no-repeat;
}

.chanfros3 {
	background-image:url(img/chranfro3.PNG);
	background-repeat: no-repeat;
}

.rodape {
	background-image:url(img/rodape.PNG);
	background-repeat: no-repeat;
}

.rodape_texto {
	width: 400px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: right;
}

.assinatura {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}


	



 #slider{
                list-style:none; 
                width:800px; 
                height:350px; 
                margin:0 auto; 
                padding:0;     
                overflow: hidden; 
                position: relative;
            }

            #slider li{
               position: absolute; 
               z-index: 0; 
               display:none;
            }

            #slider li.sliderActive{
                z-index: 1;
            }  
			
 #slider2{
                list-style:none; 
                width:800px; 
                height:50px; 
                margin:0 auto; 
                padding:0;     
                overflow: hidden; 
                position: relative;
            }

            #slider li{
               position: absolute; 
               z-index: 0; 
               display:none;
            }

            #slider li.sliderActive{
                z-index: 1;
            }  
