/* CSS Document */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 15px;
	font-size: 11px;
}

body, html{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
}

a{
	color: #004076;
	text-decoration: none;
	/*font-weight: bold;*/
}

img{
	border: 0px;
}

.subtitulo{
	font-weight: bold;
}

.info{
	font-size: 9px;
}

.destacar{
	font-size: 13px;
}

div.conteudo{
	padding-left: 6px;
	padding-right: 6px;
	width: 422px;
}

td.conteudo{
	width: 422px;
}

td.bordaDireita{
	background: url(../imagens/borda_direita.png) repeat-y left;
}
td.bordaEsquerda{
	background: url(../imagens/borda_esquerda.png) repeat-y right;
}

.footerZapatec a{
	font-size: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

td.footer{
	border-top: 1px solid #cdcdcd;
	font-size: 10px;
	padding-left: 30px;
}
div.barraBranca{
	background-image: url(../imagens/barra-branca.png);
	background-repeat: no-repeat;
	padding: 8px 10px 8px 10px;
	width: 402px; /* é preciso descontar o padding */
	height: 19px;
}

td.fotos img{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div.fotos{
	/*margin-right: -100px;*/
}

div.erro{
	color: #990000;
}

hr{
	border: 0px;
	color: #75423C;
	background-color: #75423C;
	height: 1px;
}

/*
* FICHA
*/
table.ficha{
}

.ficha th{
	text-align: left;
}
/*
* TABELA
*/
table.tabela{
}

.tabela th{
	text-align: left;
	background-image: url(../imagens/fundo_tit_tabela.png);
	height: 21px;
	color: #FFFFFF;
	white-space: nowrap;
}
