/* 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: #000}
a:active {text-decoration: none;}
a:visited {text-decoration: none;color: #000}
a:hover {text-decoration: none;color: #132400}

h2 {font-size: 16px;}
h2 {font-style: normal;}
h2 {font-weight: normal;}
h3 {font-size: 14	px;}
h3 {font-style: normal;}
h3 {font-weight: normal;}
h4 {font-size: 11px;}
h4 {font-style: normal;}
h4 {font-weight: normal;}
	

 /* config da pagina*/

body {font-style: normal;}
body {font-weight: normal;}
body {font-size: 16px;}
body {color: #000;}
body {font-family: Ubuntu, Arial, Verdana, Sans-Serif, Serif;}
body {background-color: #000;}
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: #000;
float: center;
text-align: center;
font-size: 16px;
font-family: Ubuntu, Arial, Verdana, Sans-Serif, Serif;
}
 /* fim config do div geral*/


/* config do rodape*/
.rodape
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-bottom: 0px;
width:auto;
max-width: 100%;
background-color: #000;
display: inline;
text-align: justify;
font-size: 14px;
color: #ffffe0;}


.rodape1
{
display: inline-block;
width: 300px;
float: center;
text-align: left;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
background-color: #000;
}


.rodape2{
display: inline-block;
width: 300px;
float: center;
text-align: left;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
background-color: #000;
}


.rodape3{
display: inline-block;
width: 300px;
float: center;
text-align: left;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
background-color: #000;
}
img{
	max-width:100%;
	height:auto;
}



