/******************************* GERAL **************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
}

body {
}

img, img a {
	border: none;
}

.clear {
	clear: both;
}

.construcao {
	font-size: 20px;
	color: #6d6d6d;
}
h1, h2, h3 {
	text-align: left;
}
h1 {
	font-size: 22px;
	margin: 8px 0;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
	margin-bottom: 8px;
}
/******************************* CONTEÚDO **************/
#div-conteudo {
	width: 100%;
	text-align: center;
}
#div-conteudo-logo {
	padding: 20px;
	text-align: center;
}
#div-conteudo-titulo, #div-conteudo-texto {
	font-size: 22px;
}
#div-conteudo-texto {
	padding: 20px;
	text-align: center;
}
#div-conteudo-texto p b {
	font-size: 20px;
}
#div-conteudo-texto p {
	font-size: 16px;
}

#div-faixa {
	width: 100%;
	height: 10px;
	background: #f5f5f5 url('../imgs/comum/faixa.png') repeat-x;
	margin: 20px 0;
}
#div-faixa-cor {
	width: 100%;
	height: 2px;
	background-color: #ccc;
	margin-bottom: 20px;
}
#div-social-media {
	z-index: 100;
}
#div-facebook-like {
	position: fixed;
	top: 10px;
	z-index: 110;
}


.div-tornar a {
	font-size: 2em;
	background-color: #000;
	color: #fff;
	padding: 5px;
}

.div-tornar a:hover {
	color: #f9f901;
}