* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a.chamada {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.chamada:hover { color: #DDD; }

a.link {
	color: #FFD240;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
a.link:hover { text-decoration: underline; }

a.menu {
	vertical-align: middle;
	padding: 0 12px 0 12px;
	color: #FC8E00;
	cursor: pointer;
	height: 50px;
	font-style: italic;
	text-decoration: none;
	display: table-cell;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
}
a.menu:hover {
	color: #000000;
	background-image: url('layout/mn_sl.jpg');
}

body, html {
	background-color: #031D42;
	height: 100%;
	width: 100%;
	font-family: verdana, arial, sans;
	text-align: center;
	background-color: #0E233B;
	background-image: url('layout/fd.jpg');
	background-repeat: repeat-x;
}

div.base {
	width: 800px;
	height: 40px;
	display: table-row;
}

div.chamada {
	clear: right;
	float: right;
	width: 224px;
	padding-top: 10px;
	-moz-box-sizing:border-box;
}

div.chamadaTitulo {
	width: 224px;
	height: 40px;
	background-image: url('layout/ch_tt_fd.jpg');
}

div.chamadaConteudo {
	min-height: 90px;
	background-image: url('layout/ch_fd.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 5px 0 5px;
	text-align: justify;
}

div.chamadaConteudo input,select {
	border: 1px solid #AAAAAA;
	height: 18px;
	font-size: 12px;
	background-color: #D5DADF;
	-moz-border-radius: 3px;
}

div.conteudo {
	clear: left;
	float: left;
	width: 575px;
	display: block;
	-moz-box-sizing:border-box;
}

div.geral {
	width: 802px;
	height: 100%;
	background-image: url('layout/cn_fd.jpg');
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #2F4463;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	display: block;
}

div.menu {
	width: 800px;
	height: 50px;
	background-image: url('layout/mn.jpg');
	margin: 0 auto;
	vertical-align: middle;
	display: block;
}

div.principal {
	display: table;
	height: 100%;
	width: 100%;
}

div.texto {
	color: #FFF;
	font-size: 13px;
	text-align: justify;
	padding: 0 10px 20px 10px;
}

div.topo {
	width: 800px;
	height: 120px;
	background-image: url('layout/tp.jpg');
	text-align: right;
	margin: 0 auto;
	vertical-align: middle;
}

h1 {
	min-width: 447px;
	font-size: 13px;
	color: #FDBE5A;
	padding-left: 10px;
	background-image: url('layout/st_fd.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 10px;
}

input, select {
	border: 1px solid #AAAAAA;
	height: 18px;
	font-size: 12px;
	background-color: #D5DADF;
	-moz-border-radius: 3px;
}

td.formulario {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.hospedagem {
	color: #FFF;
	font-size: 13px;
	vertical-align: top;
	background-image: url('layout/fx_fd.jpg');
	padding: 2px;
	border: 1px solid #16314F;
}

td.hospedagem a {
	color: #FFA526;
	text-decoration: none;
}

textarea {
	border: 1px solid #AAAAAA;
	height: 130px;
	font-size: 12px;
	background-color: #D5DADF;
	-moz-border-radius: 3px;
}

tr.hospedagemTitulo {
	background-color: #FFFFFF;
	font-size: 12;
	font-weight: bold;
	color: #000000;
	-moz-border-radius: 3px;
}

tr.hospedagemL1 {
	background-color: #FFD139;
	font-size: 12;
	color: #000000;
	-moz-border-radius: 3px;
}

tr.hospedagemL2 {
	background-color: #DDB531;
	font-size: 12;
	color: #000000;
	-moz-border-radius: 3px;
}

ul.opcao {
	list-style-type : none;
	padding-right: 25px;
}

ul.opcao li {
	height: 16px;
	background-image: url('layout/mn_br.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 12px;
	margin-bottom: 5px;
}

ul.opcao li a {
	cursor: pointer;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
ul.opcao li a:hover { color: #FC8E00; }
