#conteudo {
height:auto;
display:table;
background:#fff;
margin:auto;
width:100%;
}

/* Start of 1 Column CSS */
#coluna1de1 {
width:100%;
background:#fff;
float:left;
height:200px;
margin-top:30px;
}
/*  */


/* Start of 3 Column CSS */
#coluna1de3 {
width:13%;
background:#fff;
float:left;
}

#coluna2de3 {
width:72%;
background:#fff;
float:left;
}

#coluna3de3 {
width:25%;
background:#fff;
float:left;
}
/*  */


/* Start of 4 Column CSS */
#coluna1de4 {
width:13%;
background:#fff;
float:left;
}

#coluna2de4 {
width:47%;
background:#fff;
float:left;
}

#coluna3de4 {
width:25%;
background:#fff;
float:left;
}

#coluna4de4 {
width:15%;
background:#fff;
float:left;
}
/*  */

html {
font-size: 62.5%;
}

.after-box {
  clear: left;
}

.chamada img{
    width:100%;
}

.grafico img{
	margin-left: 20px;
	margin-top: 100px;
}

.h1 {
    font-family: Georgia, serif;
    font-size: 5.5em;
    line-height: 1em;
    padding-bottom: 1em;
    font-weight: normal;
}

.h2 {
    font-size: 3.5em;
    font-family: Arial;
    font-weight: bold;
    line-height: 1em;
}

.h3 {
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: 1.2em;
    color:#962020;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 30px;
}

.p {
    font-family:Georgia;
    font-size: 2em;
    line-height: 1.4em;
    padding-bottom:1em;
    text-align:left;
    max-width:600px;
    width:100%;
    letter-spacing:.006em;
}

.first-letter {
    font-family:Georgia, serif;
    float:left;
    font-size:10em;
    margin:.0em .08em -.03em -.03em;
    font-weight:bold;
}

.credito {
	color: #666;
	font-family: Georgia, serif;
	font-size: 1.2em;
	padding-top: 5px;
}

.aspas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:5.0em;
	font-style:italic;
	color: #807d7d;
    width:100%;
}
