/* CSS created in Nov-2005 for Flavio Mendes - flaviofmendes at gmail.com */


body{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	/*background-image: url(../i/bg.gif);*/
	/*background-repeat: repeat-y;*/
	font: 10px/12px Arial, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}

#geral {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 500px;
	margin-left: -350px;
	margin-top: -250px;
	text-align: left;
}

/* ================== formatacao de fontes ==================== */
h1 {
	color: #006900;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
h2 {
	color: #A80D0D;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0 0 0;
	font-variant: small-caps;
}
h3 {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
h4 {
	margin: 4px 0 0 15px;
	padding-bottom: 5px;
	color: #E4F1DB;
	text-align: left;
	font-size: 12px;
}
hr {
	text-align: left;
	border: 1px solid #e5e5e5;
	width: 90%;
}
p {
	text-align: left;
	margin: 10px 10px 0 0;
}
p.notrodape{
	font: 10px/15px Arial, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #9E0101;
	margin: 0 10px 0 10px;
	text-align: center;
}
p.credito{
	margin: 0;
}
p.destino{
	margin:0;
	color: #D5221B;
}
p.destino2{
	margin: 5px 0 10px 17px;
	width: 245px;
}
p.cabeca{
	margin: 10px 30px 0 10px;
}
p.cabecaquem{
	margin: 10px 30px -10px 10px;
	color: #d5221b;
}
p.port{
	margin: 0 0 0 20px;
}
p.port bold{
	font-weight: bold
}
img.cabeca{
	margin: 0 0 0 10px;
	float: left;
}
ul.port{
	margin: 5px 0 0 14px;
}
li.port{
	list-style-type: none;
}
/* =========== links =========== */
a:link{
	color: #A80D0D;
	text-decoration: none;
}
a:visited{
	color: #A80D0D;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
a:active{
	color: #000;
	text-decoration: none;
}

/* =========== img =========== */
img {
	margin: 0;
}

/* ============== iframe =============== */
.bugiframe{
overflow-x: hidden;
}

table {
	background-color: #fff;
}

.tabela-preta {
	background-color: #000000;
}

/* ============== POPIT MENU =============== */
#popitmenu{
	position: absolute;
	background-color: white;
	/*border: 1px solid #A80D0D;*/
	font: normal 10px Verdana;
	text-align: left;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	background-image: url(../i/bgmenu.gif);
	background-repeat: no-repeat;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	color: #fff;
	background-color: #A80D0D;
}
#popitmenu hr{
	color: red;
}

/* ============== novo menu passa mouse e rola =============== */
#divMenu {
	position: absolute;
	top: 10px;
	left: 30px;
	visibility: visible;
	background-color: rgb(240, 240, 240);
}

