/* reset básico */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a:link {text-decoration: none;color: #000000}
a:active {text-decoration: none;}
a:visited {text-decoration: none;color: #696969}
a:hover {text-decoration: none;color: #969696}
	

 /* config da pagina*/

body {font-style: normal;}
body {font-weight: normal;}
body {font-size: 14px;}
body {color: #000000;}
body {font-family: Ubuntu, Arial, Verdana, Sans-Serif, Serif;}
body {background-color: #ffffff;}
body {padding-top: 0px;}
body {padding-left: 0px;}
body {margin-top: 0px;}
body {margin-bottom: 0px;}
body {margin-left: 0px;}
body {margin-right: 0px;}
body {text-align: center;}
 /* fim da config da pagina*/

/* config do div geral*/
#geral
{margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
border: none;
width:auto;
background-color: #ffffff;
float: center;
text-align: center;
font-size: 14px;
font-family: Ubuntu, Arial, Verdana, Sans-Serif, Serif;
color: #000000;
}
 /* fim config do div geral*/

/* config do div topo*/
#topo
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-bottom: 0px;
width:auto;
background-color: #fff;
display: inline;
text-align: center;
font-size: 14px;
color: #000000;}
 /* fim config do div topo*/

/* config do div faixasuperior*/
#faixasuperior
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 11px;
padding-bottom: 11px;
width:100%;
background-color: #da0000;
float: center;
text-align: center;
font-size: 14px;
color: #ffffe0;}
 /* fim config do div faixasuperior*/

/* config do div conteudo*/
#conteudo
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 11px;
padding-bottom: 11px;
width:100%;
background-color: #ffffff;
float: center;
text-align: center;
font-size: 14px;
color: #000000;}
 /* fim config do div conteudo*/

/* config do div faixainferior*/
#faixainferior
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 11px;
padding-bottom:11px;
width:100%;
background-color: #000000;
float: center;
text-align: center;
font-size: 14px;
color: #ffffe0;}
 /* fim config do div faixainferior*/

#logo{
display: inline-block;
float: center;
width: 340px;
vertical-align: top;
}

/* linha */
.row {
    margin-left: -5px;
    margin-right: -5px;
}
    .row:before,
    .row:after {
        content: "";
        display: table;
    }
    .row:after {
        clear: both;
    }
/* fim linha */


/* config do rodape*/
#rodape
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-bottom: 0px;
width:100%;
background-color: #000000;
display: inline-block;
text-align: center;
font-size: 14px;
color: #ffffe0;
max-height:500px;}

#rodape1
{
display: inline-block;
width: 330px;
float: center;
text-align: left;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
vertical-align: top;
color: #ffffe0;
}

#rodape2{
display: inline-block;
width: 330px;
float: center;
text-align: center;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
vertical-align: top;
color: #ffffe0;
}

#rodape3{
display: inline-block;
width: 330px;
float: center;
text-align: center;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
vertical-align: top;
color: #ffffe0;
}

img{
	max-width:100%;
	height:auto;
}



