/* 
 * menu-folha.css
 * Author Fernando Nascimento - 16/08/2013
 * copyright 2013 - All rights reserved.
*/

#main-footer
{
	background-color:#000000; 
	display:block;
}
#footer-limit header
{
	padding-bottom: 0px;
}
#footer-limit ul
{
	padding-bottom: 20px;
}
#footer-limit ul li
{
	padding-top:5px;
}
#footer-limit h3
{
	color:#ffffff;
}

#footer-limit a
{
	//color:#fbf805;
	color:#8b8b8a;
	font-family: Segoe UI, Helvetica, sans-serif; 
	font-size:13px;
}
#footer-limit b
{
    color: #cccccc;
    font-family: Segoe UI, Helvetica, sans-serif;
    font-size: 14px;
}
.endereco_footer
{
	margin-top:-8px;
	margin-bottom:10px;
}
.definido
{
	//color:#fbf805;
	color:#8b8b8a;
	font-family: Segoe UI, Helvetica, sans-serif; 
	font-size:14px;
}
.footer-logo
{
	text-align:center; 
	
}
.footer-copy
{
	position:relative;
	top:27%;
	text-align:center; 
	color:#908e8e; 
	font-family: Segoe UI, Helvetica, sans-serif; 
	font-size:12px;
}

#final-footer
{
	background-color:#0f0f0f;
	width:100%;
	padding:15px 0px 0px 0px;
	clear:both;
}
.logo-wmlabs
{
	position:relative;
	top:-5px;
	float:right;
	width:30px;
	height:29px;
}
#final-footer-conteudo
{  
	font-style:normal;
	font-width:normal;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	margin:0 auto;
}

#newsletter-footer .input-field {
    background: none repeat scroll 0 0 #353535;
    display: block;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}
#newsletter-footer .input-field input {
    background: none repeat scroll 0 0 #353535;
    border: 0 none;
    bottom: 5px;
    color: #727272;
    display: block;
    font-family: 'League Gothic',Arial,Helvetica,sans-serif;
    font-size: 16px;
    left: 10px;
    outline: medium none;
    position: absolute;
    right: 66px;
    text-transform: uppercase;
    top: 5px;
}
#newsletter-footer .input-field .right-block {
    background: none repeat scroll 0 0 #F1C40F;
    bottom: 0;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
}
.bt-ler-mais
{
	color:#ffffff;
	text-decoration:underline;
	text-align:center;
	font-family: Segoe UI, Helvetica, sans-serif;
	font-size:13px; 
}