html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#header{

    background-image:url('../images/bg_header.png');
    background-repeat:repeat-x;
    height: 135px;
    position: relative;
    margin-bottom:10px;
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    width:100%;
    min-width:1140px;
}

/*
#header{
    background-color:#000000;
    height: 135px;
    position: relative;
    opacity:0.8;
    margin-bottom:10px;
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    width:100%;
    min-width:100%;
}*/
.conteudoheader{
    width:1140px;
    margin:0 auto;
    /*background-color:#333333;*/
    height: 120px;
}

#container{
    width:100%;
    margin:0 auto;
    min-height: 100%;
    margin-bottom: -120px; /*FOOTER*/
    position: relative;
}

#conteudo{
    margin:0 auto;
    width:1140px;
}

/*########################################################*/
/*                           FOOTER                       */
/*########################################################*/

#push {
    height:120px;
}

#footer{
    height: 120px;
    background-color:#000000;
    position: relative;
    opacity:0.8;
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.conteudofooter{
    width:1140px;
    margin:0 auto;
    height: 120px;
}
.footeresq{
    float: left;
    width:215px;
    height:105px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #fff;
    font-weight: bold;
    padding-left:20px;
    padding-top: 15px;
}
.footercentro{
    float: left;
    width:570px;
    height:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
}
.footerdir{
    float: left;
    width:335px;
    height:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
}
.menufooter1{
    float: left;
    width:150px;
    height: 120px;
}
.menufooter2{
    float: left;
    width:150px;
    height: 120px;
}
ul.menufooterlist{
    list-style: none;
    line-height: 22px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.footerfacebook{
    float: left;
    width:250px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-top:15px;
}
.newsletter{
    float: left;
    width:335px;
    height:60px;
    padding-top: 15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.inputnewsletter{
    float: left;
    width:250px;
    height:30px;
    margin-top:10px;
    
}
input.news[type="text"]{
    background-color: #FFFFFF;
    border: 1px solid #777777;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #888888 inset;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 22px;   
    padding-left: 7px;
    padding-top: 3px;
    width: 240px; 
    font-style: italic;
}
.botaonewsletter{
    float: left;
    width:50px;
    height:30px;
    margin-top:10px;
}
input.news[type="submit"]
{
    width:50px;
    height: 26px;
    background-color: #ffffff;
    border:0px;
    border-radius: 3px 3px 3px 3px;
    margin-top:1px;
}
input.news:hover[type="submit"]
{
    width:50px;
    height: 26px;
    background-color: #f37d01;
    cursor: pointer;
    border:0px;
    border-radius: 3px 3px 3px 3px;
    margin-top:1px;
}
.assinatura{
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #fff;
    padding-top:20px;
}
/*########################################################*/
/*                           LINKS                        */
/*########################################################*/

a.voltar:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#F37D02;
    font-weight: bold;
    text-decoration:none;
}
a.voltar:visited {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#F37D02;
    font-weight: bold;
    text-decoration:none;
}
a.voltar:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#F37D02;
    font-weight: bold;
    text-decoration:underline;
}
a.voltar:active {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    color:#F37D02;
    font-weight: bold;
    text-decoration:underline;
}