@charset "UTF-8";

body {
	background-image: url(../images/fundo_barra.jpg);
	background-color: #2D395A;	
	margin:0;
    padding:0;
}


.linha_branca_esq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}


.linha_branca_dir {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.texto {
	font-family: Helvetica;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}

.texto_tab {
	font-family: Helvetica;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}




.fundo_caixa_perfil {
	background-image: url(../images/fundo_caixa_perfil.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;

}


.fundo_caixa_telefone {
	background-image: url(../images/fundo_caixa_telefone.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}


.titulo {
	font-family: Helvetica;
	font-size: 16px;
	color: #F8E254;
	padding: 0px;
}

