@charset "utf-8";
/* CSS Document */

/* parte rodape */
#container_rodape1{
	width: 100%;
	background-image: url(../imgs_pags/fundo_site.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	color: #FFF;
	text-decoration: none;
}
#rodape1_interno{
	width:975px;
	margin:0 auto;

}
#bloco1_rodape{
	width:400px;
	float:left;
	padding-top:20px;
}
#container_rodape2{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background-image: linear-gradient(to bottom, #88f0f5, #18c2cb,#60e9f0);
    /* Para WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#88f0f5), to(#18c2cb), to(#60e9f0)) repeat-X;
    /* Para Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #88f0f5,#18c2cb, #60e9f0) repeat-X;	

    /*	Para IE 8 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88f0f5', endColorstr='#60e9f0')


    behavior: url(ie-css3.htc); /* Avisa ao IE para mudar o
    comportamento desta classe e ela passa a entender o CSS3 */
	
	box-shadow: #ccc 2px 4px 12px;
   -webkit-box-shadow: #ccc 2px 4px 12px;
   -moz-box-shadow: #ccc 2px 4px 12px;
  
	
	
}
#rodape2_interno{
	width:975px;
	margin:0 auto;
	text-align:center;
	color:#373434;
}
#rodape2_interno a{
	font-size: 13px;
	text-decoration: none;
	color:#373434;
}
#rodape2_interno a:hover{
	font-size: 13px;
	text-decoration: underline;
	color:#666;
}
#container_rodape3{
	width: 100%;
	min-height: 30px;
	background-image: url(../imgs_pags/fundo_site.jpg);
	background-repeat: repeat;
	color: #FFF;
	text-decoration: none;
}
#rodape_interno3{
	width:975px;
	margin:0 auto;
}
#rodape_interno3_1{
	width:500px;
	float:left;
	padding-top:10px;
}
#rodape_interno3_2{
	width:475px;
	float:left;
	padding-top:10px;
	text-align:right;
}
#rodape_interno3_2 a{
	color: #FFF;
	text-decoration: none;
}
#rodape_interno3_2 a:hover{
	color: #eee;
	text-decoration: underline;
}
#redes_sociais_conteudo{
	width:955px;
	float:left;
	margin-top:20px;
}

/* bloco 1 rodape  */ 
.titulo_rodape_bloco1{
	width: 400px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:15px;
}
.titulo_rodape2_bloco1{
	width: 400px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:15px;
	margin-top:20px;
}
.textos_rodape_bloco1{
	width:400px;
	float:left;
	line-height:20px;
	margin-bottom:20px;
}
#bloco2_rodape{
	width:250px;
	float:left;
	padding-top:20px;
	margin-left:10px;
}
#bloco2_rodape a{
	color: #FFF;
	text-decoration: none;
	transition:0.5s;
}
#bloco2_rodape a:hover{
	color: #ccc;
	text-decoration: underline;
	transition: 0.5s;
}
.titulo_rodape_bloco2{
	width: 250px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:15px;
}
.textos_rodape_bloco2{
	width:250px;
	float:left;
	line-height:20px;
	margin-bottom:20px;
}
#bloco3_rodape{
	width:290px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
