/* CSS da página COMMO design */

* {
	margin:0px;
	padding:0px;
	text-align:center;
	text-decoration:none;
}
	
Body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/background-laranja.gif);
	text-align: center;
}

/* DIVs - Divisões */
#geral {
	width:1000px;
	height:980px;
	background-color: #FFF;
}

#coluna {
	width:500px;
	float:left;
}

#Barra-Verde {
	width:70px;
	height:980px;
	background-image:url(../images/tarja-verde.gif);
	float:left;
}

#Miolo-Conteudo {
	width:300px;
	background-color:#FFF;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color: #7A9A28;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

/* CLASS - Classes */

a:link {
	text-decoration: none;
	color:#7A9A28;
}

a:visited {
	text-decoration: none;
	color:#7A9A28;
}

a:hover {
text-decoration: underline; 
}

a:active {
	text-decoration: none;
	color:#7A9A28;
}

.commo {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 45px;
	padding-left: 75px;
}

.texto-titulo {
	font-size:21px;
	font-weight: bold;
	text-align: left;
}
.imagem {
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo-mauricio-campos {
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}



.texto-corrido {
	font-size: 12px;
	text-align: left;
}

.texto-corrido-Bold {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
