/******************************************************************
    1.	Global (reset, corpo da pagina, estilo padrão para parágrafos, listas, etc.)
	2.	Cabeçalhos e titulos
    3.	Cabeçalho da página = header
    4.	Conteudo da página = content
	5.	Rodapé = footer
	6.	extras
	

******************************************************************/


/******************************************************************
1. Global
******************************************************************/
@import url("css/estilos_reset.css");
@import url("css/fonts/stylesheet.css");
* { margin: 0; padding: 0; box-sizing:border-box; }

body,html {
	font-weight:normal;
	font-family:Arial;
	font-size:13px;
	color:#333;
	line-height:1.2em;
}
textarea, input[type=text]{
	font-family:Arial;
	font-size:13px;
	padding:2px 5px;
	border:1px solid #F00;
}
input[type=password]{
	border:1px solid #F00;
	padding:5px;
}
input[type=button], input[type=submit], input[type=text], select, textarea{
	-webkit-appearance: none;
	border-radius:0px;	
}

ul {
	list-style:none;
}

p {
	margin:0px;
    line-height: 1.2em;
	max-height:99999999px;
}

/* link styles */
a, a:visited { color: #666; text-decoration:none;}
a:hover, a:focus { color: #; outline:none;}
a:active {}

/******************************************************************
2.	Cabeçalhos e titulos
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {padding:0 ; font-weight: normal; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 { font-size: 40px; line-height: 1.2em;}
h2, .h2 { font-size: 22px; line-height: 1.2em; margin-bottom: 6px;}
h2.blogpost-title, h2.single-title { font-size: 28px; padding-top: 21px;}
h3, .h3 { font-size: 20px;}
h4, .h4 { font-size: 18px; font-weight: 700; }
h5, .h5 { font-size: 13px; line-height: 1.2em; text-transform: uppercase; letter-spacing: 2px; }


/******************************************************************
3.	Cabeçalho da página
******************************************************************/
#header{
	z-index: 1001 !important;
	min-width:1010px;
	height: auto;
	width: 100%;
	background-color: #FFF;
	position:fixed;
	top: 0;
	left:0;
	display:block;
	border-bottom: 1px solid #d1d8e0;
}
	
#header .center {
	width: 1010px;
	margin:0 auto;
	padding:0 5px;
	height: 90px;
	overflow:hidden;
}

#header .center .logo{
	float:left;
	margin-top: 20px;	
}
#header .center .menu{
	float: left;
	font-family:open_sanssemibold;
	font-size:14px;
	color: #bfbfbf;
	margin-top:52px;
	margin-left:80px;
}
#header .center .menu ul{
	float: left;	
}
#header .center .menu ul li{
	float:left;
}
#header .center .menu ul li a{
	color: #bfbfbf;
	float:left;
	margin:0 40px;
	text-decoration:none;
	position:relative;
	line-height:1.6em;
}

#header .center .menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #243691;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s;
}
#header .center .menu ul li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}



#header .center .redes{
	float:right;
	margin-top: 49px;
}
#header .center .redes .modelo{
	background:url(img/redes.png) no-repeat;
	width: 26px;
	height:26px;
	float:left;
	transition: ease 0.3s;
}
#header .center .redes .modelo.instagram{
	background-position: top right;
}	
#header .center .redes .modelo.facebook{
	background-position: top center;
	margin-right:10px
}
#header .center .redes .modelo.youtube{
	background-position: top left;
	margin-right:10px
}
#header .center .redes .modelo.instagram:hover{
	background-position: bottom right;
}

#header .center .redes .modelo.facebook:hover{
	background-position: bottom center;
}
#header .center .redes .modelo.youtube:hover{
	background-position: bottom left;
	margin-right:10px
}
/******************************************************************
4.	Conteudo da página
******************************************************************/

.foto_destaque{
	max-width:320px !important;	
}

.foto_galeria{
	max-width:320px !important;	
}

#content {
	position:relative;
	width: 100%;
	height: auto;
	background-color: #FFF;
	overflow:hidden;
	min-width:1010px;
}

#content .backgroundTopo{
	position: relative;
	width:1920px;
	height:465px;
	background:url(img/background-topo.jpg) repeat-y;
	margin-left:-960px;
	left:50%;	
}

#content .backgroundTopo .categorias{
	float: left;
	width:150px;
	text-align:center;
	margin-left:100px;
	margin-right:-30px;
	cursor:pointer;
	text-decoration: none;
	height:300px;
	background:url(img/seta.png) no-repeat;
	transition: ease 0.3s;
	background-position:center 300px;	
}
#content .backgroundTopo .categorias:hover{
	background-position:center bottom;	
}

#content .backgroundTopo .categorias p{
	font-size:20px;
	font-family:open_sanssemibold;
	color: #D1D8E0;
	line-height:1.4em;
	text-decoration: none;
}
#content .backgroundTopo .categorias:hover p{
	color: #6ea7b5;	
}

#content .backgroundTopo .icones{
	background:url(img/icones-home.png) no-repeat;
	width:107px;
	height:107px;
	margin-left:15px;
	margin: 0 auto;
	
}
#content .backgroundTopo .icones.agencia{
	background-position:left top;
}
#content .backgroundTopo .icones.news{
	background-position:-107px top;
}
#content .backgroundTopo .icones.cafe{
	background-position:-214px top;
}
#content .backgroundTopo .icones.portfolio{
	background-position:right top;
}

#content .backgroundTopo .categorias:hover .icones.agencia{
	background-position:left bottom;
}
#content .backgroundTopo .categorias:hover .icones.news{
	background-position:-107px bottom;	
}
#content .backgroundTopo .categorias:hover .icones.cafe{
	background-position:-214px bottom;	
}
#content .backgroundTopo .categorias:hover .icones.portfolio{
	background-position:right bottom;	
}


#content .backgroundNews{
	position: relative;
	width:1920px;
	height:95px;
	background: #2e3f50;
	margin-left:-960px;
	left:50%;
	border-top: 10px solid #6ea7b5;	
}
#content .backgroundNews .news{
	margin-top:-9px;
	float:left;	
}
#content .backgroundNews .noticias{
	background:url(img/background-noticias.png) no-repeat;
	background-position:left top;
	width:630px;
	height:85px;
	float:right;
}	


#content .center {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	padding:0 5px;
	position: relative;
}

#content .center .boxVideo {
	float:left;
	width: 100%;
}
#content .center .boxVideo .topo{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
}
#content .center .boxVideo .video{
	float: left;
	width: 100%;
	margin-bottom:200px;	
}
#content .center .boxVideo .video .left{
	float: left;
	width:auto;	
}
#content .center .boxVideo .video .right{
	float: right;	
	width: 480px;
	color: #bcbec0;
	font-size:18px;
	text-align:justify;
	overflow: auto;
	height:300px;
	padding-right: 15px;
	padding-left:40px;
	border-left:1px solid #c2c2c2;
}

#content .center .boxCafe {
	float:left;
	width: 100%;
	margin: 100px 0;
}
#content .center .boxCafe .esquerda {
	float:left;
	width: 300px;
	margin-top:75px;
}
#content .center .boxCafe .formulario{
	float: left;
	width: 265px;
	margin-left:15px;
	background: #2e3e4f;
	height: 360px;
	padding: 17px;	
}

#content .center .boxCafe .formulario input[type=text]{
	height:28px;
	width:100%;
	float:left;
	background: #1f2c3b;
	border:none;
	margin-bottom:21px;
	color: #FFF;
	font-size:16px;
	line-height:2.4em;
}
#content .center .boxCafe .formulario textarea{
	float:left;
	background: #1f2c3b;
	border:none;
	min-width:100%;
	max-width:100%;
	min-height: 125px;
	max-height: 125px;
	color: #FFF;
	font-size:16px;
	overflow:auto;
	padding-top:10px;
}
#content .center .boxCafe .formulario input[type=submit]{
	float: right;
	color: #FFF;
	background: none;
	border: none;
	font-size:13px;
	cursor:pointer;
	margin-top:10px;
}
#content .center .boxCafe .direita{
	float: right;
	width: 370px;
	font-size:18px;
	color: #2e464b;
	border-left: 1px solid #c2c2c2;
	padding-left: 40px;
	min-height: 360px;
}
#content .center .boxCafe .direita > p{
	line-height: 2.4em;
	font-size:14px;
	color: #bfbfbf;
}


#content .backgroundParallax{
	position: relative;
	width:1920px;
	height:330px;
	background:url(img/background-parallax.jpg) repeat-y;
	margin-left:-960px;
	left:50%;
	border-bottom:10px solid #6ea7b5;
}
#content .backgroundParallax .topo{
	float:left;
	margin-top: 0px;
	font-size:100px;
	color: #d1d8e0;
	font-weight:bold;
	letter-spacing:-1px;
	letter-spacing:-5px;	
}
#content .backgroundParallax .boxIcones{
	float: left;
	width:1100px;
	margin-top:35px;	
}
#content .backgroundParallax .boxIcones .box{
	float: left;
	width:107px;
	margin-right: 70px;
	height:180px;
	cursor:pointer;	
	transition: ease 0.3s;
}
#content .backgroundParallax .boxIcones .box:hover{

}
#content .backgroundParallax .boxIcones .box a{
	font-family:open_sanssemibold;
	font-size: 17px;
	color: #d1d8e0;
	display:block;
	margin-top:20px;
	text-align:center;
	text-decoration: none;
	line-height:1.2em;
	height:53px;
}
#content .backgroundParallax .boxIcones .box:hover a{
	color: #6ea7b5;	
}

#content .backgroundParallax .boxIcones .box .icone{
	
	background:url(img/icones-home-porfolio.png) no-repeat;
	width:70px;
	height:70px;
	margin: 0 auto;

}
#content .backgroundParallax .boxIcones .box .icone.anuncio{
	background-position: left top;
}
#content .backgroundParallax .boxIcones .box .icone.producao{
	background-position: -70px top;
}
#content .backgroundParallax .boxIcones .box .icone.cases{
	background-position: -140px top;
}
#content .backgroundParallax .boxIcones .box .icone.filmes{
	background-position: -210px top;
}
#content .backgroundParallax .boxIcones .box .icone.identidade{
	background-position: -280px top;
}
#content .backgroundParallax .boxIcones .box .icone.jingles{
	background-position: right top;
}


#content .backgroundParallax .boxIcones .box:hover .icone.anuncio{
	background-position: left bottom;
}
#content .backgroundParallax .boxIcones .box:hover .icone.producao{
	background-position: -70px bottom;
}
#content .backgroundParallax .boxIcones .box:hover .icone.cases{
	background-position: -140px bottom;
}
#content .backgroundParallax .boxIcones .box:hover .icone.filmes{
	background-position: -210px bottom;
}
#content .backgroundParallax .boxIcones .box:hover .icone.identidade{
	background-position: -280px bottom;
}
#content .backgroundParallax .boxIcones .box:hover .icone.jingles{
	background-position: right bottom;
}

#content .center .noticiasBaixo{
	float: left;
	width:100%;
	margin-top:40px;
}

#content .center .noticiasBaixo .titulos{
	width: 100%;
	float:left;
	margin-bottom:45px;	
}

#content .center .noticiasBaixo .prev{
	float: left;
	width: 53px;
}
#content .center .noticiasBaixo .prev a{
	background:url(img/prev.gif) no-repeat;
	width:53px;
	height:56px;
	margin-top:255px;
	display:block;
}
#content .center .noticiasBaixo .prev a:hover{
	background-position:bottom;
}

#content .center .noticiasBaixo .prev span{
	background:url(img/prev.gif) no-repeat;
	width:53px;
	height:56px;
	margin-top:97px;
	display:block;
	border-radius:2px;
}
#content .center .noticiasBaixo .prev span:hover{
	background-position:bottom;
}


#content .center .noticiasBaixo .next{
	float: right;
	width: 53px;
}
#content .center .noticiasBaixo .next a{
	background:url(img/next.gif) no-repeat;
	width:53px;
	height:56px;
	margin-top:255px;
	display:block;
}
#content .center .noticiasBaixo .next a:hover{
	background-position:bottom;
}


#content .center .noticiasBaixo .next span{
	background:url(img/next.gif) no-repeat;
	width:53px;
	height:56px;
	margin-top:97px;
	display:block;
	border-radius:2px;
}
#content .center .noticiasBaixo .next span:hover{
	background-position:bottom;
}



#content .center .noticiasBaixo .centro{
	float: left;
	width: 865px;
	height:auto;
	margin-left:17px;
}
#content .center .noticiasBaixo .centro .box{
	width: 100%;
	float:left;
	margin-bottom:65px;	
}

#content .center .noticiasBaixo .centro .box .left{
	width: 455px;
	float:left;
}
#content .center .noticiasBaixo .centro .box .right{
	width: 360px;
	float:right;
	font-size:15px;
	color: #939598;
}
#content .center .noticiasBaixo .centro .box .right p{
	line-height: 1.6em;
}

#content .center .noticiasBaixo .centro .boxCases{
	width: 100%;
	float:left;
	margin-bottom:65px;	
}
#content .center .noticiasBaixo .centro .boxCases .left{
	float:left;
}
#content .center .noticiasBaixo .centro .boxCases .right{
	float:right;
	width:360px;
	font-size:15px;
	color: #939598;
}
#content .center .noticiasBaixo .centro .boxCases .right .title{
	font-weight:bold;
	font-size:20px;
	color: #939598;
	margin-bottom:15px;
}
#content .center .noticiasBaixo .centro .boxCases .right .p{
	line-height: 1.6em;	
}
#content .center .noticiasBaixo .centro .galeria{
	float:left;
	width: 920px;
	padding-bottom:30px;
}
#content .center .noticiasBaixo .centro .galeria a{
	width: 190px;
	float:left;
	text-align:center;
	color: #939598;
	margin-right:33px;
}
#content .center .noticiasBaixo .centro .galeria a div{
	/*background: #000;
	height:125px;*/
	
	width:190px;
	
	overflow: hidden;
	margin-bottom:10px;	
}
#content .center .noticiasBaixo .centro .galeria a div img{
	transition: ease 0.3s;
}
#content .center .noticiasBaixo .centro .galeria a:hover div img{
	opacity:0.7;
	transform: scale(1.1,1.1)
}
#content .center .noticiasBaixo .centro .galeria a span{
	font-weight: bold;
	font-size:16px;
}

#content .center .noticiasBaixo .boxVideo{
	width: 810px;
	margin: 0 auto;
	margin-left:25px;
	color: #939598;	
}


#content .center .noticiasBaixo .boxVideo .title{
	font-size:24px;
	font-weight:bold;
	margin-top:0px;
	float:left;
	width: 100%;
}
#content .center .noticiasBaixo .boxVideo p{
	font-size: 16px;
	margin-top:15px;
	float:left;
}

#content .center .noticiasBaixo .boxAudio{
	float: left;
	width:100%;
	height:135px;
	margin-bottom:55px;
	color: #939598;
}
#content .center .noticiasBaixo .boxAudio .left{
	float: left;
	width:175px;
}
#content .center .noticiasBaixo .boxAudio .right{
	float: right;
	width:650px;
	font-size:16px;
}
#content .center .noticiasBaixo .boxAudio .right > .title{
	font-size:24px;
	font-weight:bold;
	margin-top:-5px;
}
#content .center .noticiasBaixo .boxAudio .right .player{
	float: left;
	width: 100%;
	margin:17px 0;	
}


#content .center .paginacao{
	float: left;
	text-align:center;
	width:100%;
	margin: 70px 0;
}
#content .center .paginacao a{
	font-weight: bold;
	font-size:18px;
	color: #FFF;
	background: #6ea7b6;
	padding:5px 12px;
	margin:0 10px;
	text-decoration:none;	
}
#content .center .paginacao a:hover{
	background: #1f849e;
}


#content .backgroundParallaxNews{
	position: relative;
	width:1920px;
	height:208px;
	background:url(img/background-parallax.jpg) repeat-y;
	margin-left:-960px;
	left:50%;
	margin-bottom:50px;
}
#content .backgroundParallaxNews .conteudo{
	background:url(img/news.png) no-repeat;
	min-width: 167px;
	height:141px;
	float:left;
	padding-left: 190px;
	font-size:100px;
	color: #d1d8e0;
	font-weight:bold;
	line-height:1.4em;
	margin-top:38px;
	letter-spacing:-10px;
}

#content .center .sliderNews{
	width: 100%;
	height: 235px;
	float:left;
	background: #f6f7f9;	
}
#content .center .sliderNews .left{
	float: left;
	width:500px;	
}
#content .center .sliderNews .right{
	float: left;
	width:500px;
	color: #777777;	
	padding-left: 15px;
	padding-top:5px;
}
#content .center .sliderNews .right .title{
	font-size:30px;
	font-weight:bold;
	height:72px;
}
#content .center .sliderNews .right .p{
	font-size:18px;
	line-height:1.6em;
	margin-top:15px;
	padding-right:60px;
	height:115px;
}
#content .center .sliderNews .right a[btn]{
	background: #1f849e;
	font-weight:bold;
	font-size:14px;
	color: #FFF;
	float:right;
	padding:10px 15px;	
	text-decoration: none;
	margin-top:-10px;
}


#content .center .sliderNews .right a[btn]:hover{
	background: #1d788f;
}

#content .center .sliderNews .right a[titulo]:hover{
	text-decoration:underline;
}

#content .center .sliderNews .right a[chamada]:hover{
	text-decoration:none;
}


#content .center .boxNews{
	float: left;
	width:100%;
	height:140px;
	border-bottom:1px solid #d1d8e0;
	margin-top:50px;
	cursor:pointer;	
}
#content .center .boxNews:first-child{
	margin-top:30px;
}
#content .center .boxNews .left{
	float:left;
	width:230px;
}
#content .center .boxNews .right{
	float:right;
	width: 755px;
}
#content .center .boxNews .right .a{
	font-weight: bold;
	font-size: 24px;
	color: #777777;
	display:block;
	line-height:1em;
	height:24px;
}
#content .center .boxNews .right .p{
	font-size: 16px;
	color: #777777;
	line-height:1.6em;
	margin-top:10px;
	height: 77px;	
}

#content .center .boxNews .right .botao{
	background: #1f849e;
	font-weight:bold;
	font-size:14px;
	color: #FFF;
	float:right;
	padding:10px 15px;	
	text-decoration: none;
	cursor:pointer;
	margin-top:-7px;
}

#content .center .boxNews .right .botao:hover{
	background: #1d788f;
}

#content .center .detalheNoticias{
	float: left;
	width:100%;
	font-size:16px;
	color: #797979;
}
#content .center .detalheNoticias p{
	line-height:1.7em;	
}
#content .center .detalheNoticias strong
{
	font-size:25px;
	font-weight:bold;
	display:block;
	margin-bottom:15px
}

#content .center .detalheNoticias .imgBig{
	float:left;
	margin-right:17px;
}
#content .center .detalheNoticias .galeria{
	width:1100px;
	float:left;
	margin-top:50px;
}

#content .center .detalheNoticias .galeria a{
	margin-right:33px;
	float:left;	
	/*background: #000;*/
	width:225px;
	height:150px;
	overflow: hidden;
	margin-bottom: 26px;
}
#content .center .detalheNoticias .galeria a img{
	transition: ease 0.3s;
}
#content .center .detalheNoticias .galeria a:hover img{
	opacity:0.7;
	transform: scale(1.1,1.1);
}

#content .center .detalheNoticias .shares{
	float:right;
	font-size:16px;
	color: #2e3f50;
	margin-top:35px;
	height:80px;
	width:100%;
	border-bottom:1px solid #d1d8e0;
}
#content .center .detalheNoticias .shares span{
	float:left;
	font-weight:bold;
	margin-right:24px;
	line-height:2.7em;
}
#content .center .detalheNoticias .shares .rede{
	background:url(img/shares.gif) no-repeat;
	float:left;
	width: 130px;
	height:43px;
	transition: ease 0.6s;	
}
#content .center .detalheNoticias .shares .rede:hover{
	transition: ease 0.3s;
}

#content .center .detalheNoticias .shares .rede.facebook{
	background-position: left top;
}
#content .center .detalheNoticias .shares .rede.facebook:hover{
	background-position: left bottom;
}
#content .center .detalheNoticias .shares .rede.twitter{
	background-position: -130px top;
}
#content .center .detalheNoticias .shares .rede.twitter:hover{
	background-position: -130px bottom;
}
#content .center .detalheNoticias .shares .rede.google{
	background-position: -260px top;
}
#content .center .detalheNoticias .shares .rede.google:hover{
	background-position: -260px bottom;
}

#content .center .detalheNoticias .shares .rede.email{
	background-position: right top;
}
#content .center .detalheNoticias .shares .rede.email:hover{
	background-position: right bottom;
}
#content .center .verTodas{
	float: left;
    margin: 70px 0;
    text-align: center;
    width: 100%;	
}

#content .center .verTodas a{
	background: #1f849e;
	color: #FFF;
	text-decoration:none;
	padding:12px 40px;
	font-weight:bold;
	font-size:14px;
}
#content .center .verTodas a:hover{
	background: #1D788F;
}

.cx_paginacao{
	float: left;
	text-align:center;
	width:100%;
	margin: 70px 0 45px;	
}
.cx_paginacao span{
	font-weight: bold;
	font-size:18px;
	color: #FFF;
	background: #6ea7b6;
	padding:5px 12px;
	margin:0 10px;
	text-decoration:none;
	border-radius:2px;
}
.cx_paginacao span:hover{
	background: #1f849e;
}


.link-news-home a{
	color: #d1d8e0;
}

/******************************************************************
5.	rodape
******************************************************************/
#footer{
	width: 100%;
	overflow: hidden;
	height: auto;
	min-width:1010px;
	background: #2e3f50;
	border-top:10px solid #d1d8e0;
}
#footer .center {
	width: 1010px;
	padding:0 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}
#footer .center .logo{
	float: left;
}
#footer .center .meio{
	float: right;
	width: 570px;
	height: 111px;
	color: #d1d8e0;	
}
#footer .center .meio .esquerda{
	float: left;
	border-right: 2px solid #d1d8e0;
	height:111px;
	width: 250px;	
}
#footer .center .meio .direita{
	float: right;
}
#footer .center .meio .direita .telefone{
	font-size: 51px;
	font-weight:bold;
	margin-top:20px;
	background:url(img/telefone.png) no-repeat;
	padding-left: 70px;
	background-position:center left;
}


#footer .center .meio .esquerda > a{
	color: inherit;
	font-size:72px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-7px;
	text-decoration: none;
	line-height:1em;
	margin-top: -5px;
	float:left;
}


#footer .center .redes{
	background:url(img/redes-rodape.png) no-repeat;
	width: 26px;
	height:26px;
	float:left;
	transition: ease 0.3s;
}
#footer .center .redes.instagram{
	background-position: top right;
}
#footer .center .redes.facebook{
	background-position: top center;
	margin-right:20px;
}
#footer .center .redes.youtube{
	background-position: top left;
	margin-right:20px;
}

#footer .center .redes.instagram:hover{
	background-position: bottom right;
}
#footer .center .redes.facebook:hover{
	background-position: bottom center;
}
#footer .center .redes.youtube:hover{
	background-position: bottom left;
}



#footer .final{
	background: #293847;
	width: 100%;
	height: 490px;	
	padding-top:20px;
}
#footer .final .left{
	width: 395px;
	float:left;	
}
#footer .center > .title{
	font-size: 93px;
	font-family:Arial, Helvetica, sans-serif;
	color: #d1d8e0;
	font-weight:bold;
	letter-spacing: -5px;
	height:86px;
	float:left;
	margin-top:20px;
}	
#footer .final input[type=text]{
	background: #d1d8e0;
	width: 100%;
	height:40px;
	border: none;
	margin-bottom:15px;	
	border-radius: 2px;
}

#footer .final input[type=submit]{
	background:url(img/botao-enviar.gif) no-repeat;
	width:130px;
	height:38px;
	float:right;
	margin-top:15px;
	border:none;
	cursor:pointer;
	border-radius: 2px;
}

#footer .final textarea{
	background: #d1d8e0;
	width: 100%;
	height:145px;
	border: none;
	border-radius: 2px;	
}
#footer .final .right{
	float: right;
	width: 585px;	
}
#footer .endereco{
	background:url(img/localizacao.png) no-repeat;
	background-position:left 0px;
	padding-left:38px;
	float:left;
	color: inherit;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	margin-top:10px;
	color: #d1d8e0;
	height:36px;
	padding-top:10px;
}
#footer .final .mapa{
	float: left;
	border-radius: 2px;	
}
/******************************************************************
6. Extras
******************************************************************/

