@charset "utf-8";
/* CSS Document */

body {
	font: normal 12px/15px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#vrt {
	background: url(../imagens/fundoh.gif) repeat-y fixed center top;
}

#hrz {
	background: url(../imagens/fundov.gif) repeat-x fixed center center;
}

#logo {
	position: absolute;
	display: block;
	width: 251px;
	height: 91px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

#vrt #logo {
	background-image: url(../imagens/logob.gif);
	left: 50%;
	margin-left: -270px;
	top: 10px;
}

#hrz #logo {
	background-image: url(../imagens/logop.gif);
	left: 10px;
	top: 10px;
}

#marca {
	position: absolute;
	display: block;
	width: 168px;
	height: 422px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../imagens/marcatrans.png);
	right: 0px;
	bottom: 0px;
}

#contatos {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	display: block;
	right: 10px;
	color: #000;
}

#vrt #contatos {
	bottom: 10px;
}

#hrz #contatos {
	top: 10px;
}

#contatos a {
	text-decoration: none;
	color: #000;
}

#conteudo1, #conteudo2 {
	display: block;
	position: absolute;
}

.menuAtual, .menu {
	font: bold 20px Garamond, Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
}

.menuAtual {
	color: #000
}

.menu, .menu a {
	text-decoration: none;
	color: #aaa;
}

.etiqueta, .etiqueta a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}