/* CSS Document */


/* PADRONIZANDO ELEMENTOS DA PÁGINA *************************/

body{
	background:   url(../img/fundo_dir.gif);

}


.lado_dir{
	background-color: #0a0b0d;
	text-align: left;
}

.lado_esq{
	background:   url(../img/fundo_dir.gif);
	text-align: right;
	}
	
.amarelo{
	background-color: #f8c301;
	font-family: Arial;
	font-size:11px;
	color: #665826;
	padding-top:20px;

}

.titulos{
	font-weight: bold;
	margin-left: 45px;
	padding-bottom:2px;
}

.texto{
	padding-bottom:10px;
	margin-left: 75px;
}

.texto2{
	margin-left: 100px;
}

.texto3{
	margin-left: 75px;
}

.table_principal{
	background:   url(../img/fundo.gif);

}

.logotipo{
	margin-top: 60px;
	margin-bottom: 25px;
	margin-right: 83

}

.div_esq{font-family: Arial;
	font-size:11px;
	color: #a79645;
	margin-right:90px;
	}


