/* PADRÕES */
html, body, button, div, input, select, td, fieldset {
	font: normal 10pt Verdana;
	color: #0a3654;
}

body {
	text-align: center;
	margin: 0px;
}

a {
	font: bold 12px verdana;
	color: #0a408a;
	text-decoration: none;
}
a:hover {
	color: #1f82c3;
	text-decoration: underline;
}

a img {
	border: 0px solid #000000;
}

hr {
	color: #EEEEEE;
	height: 1px;
}

ul li a {
	font: bold 13px Arial;
	color: #0a408a;
	line-height: 20px;
	text-decoration: none;
}

ul li a:hover {
	color: #1f82c3;
}

/* ESTILOS VARIADOS */
h1 {
	font: normal 14pt Arial;
	color: #0a3654;
	/*border-bottom: 1px solid #0a3654;*/
	margin-bottom: 5px;
}

.titulo {
	font: normal 14pt Arial;
	color: #0a3654;
	margin-bottom: 5px;
}

.subtitulo {
	font: normal 10pt Verdana;
	color: #1f82c3;
}

.mini {
	font: normal 10px Verdana;
	color: #1f82c3;
}

/* DIVISÕES ESPECIAIS */
#site {
	width: 1011px;                               
	text-align:left;
	margin: 10px auto;
	padding: 0px;
	/*background: #FFFFFF url(images/bg_secao_fidel.jpg) repeat-y;*/
}

#topo {
	height: 280px;
	text-align: right;
}

#main {
	height: 428px;
}

#main #conteudo {
	padding: 10px;
	height: 400px;
	overflow: hidden;
}

#rodape div {
	padding: 5px;
	text-align: center;
	font: bold 7.5pt Verdana;
	color: #124467;
	background: #FFFFFF;
}

#menu {
	position: absolute;
	top: 0px;
	z-index: 5;
}



/* OUTROS */
.tabcadastro td {
	font-weight: bold;
	color: #1f82c3;
}

.tabtarifas {
	background: #1f82c3;
}
.tabtarifas td {
	background: #FFFFFF;
}
.tabtarifas .destaque {
	border-top: 1px solid #1f82c3;
}
.tabtarifas .preco {
	padding-right: 10px;
}

.box_total {
	margin-left: 30px;
	z-index: 2;
}

.box_texto {
	width: 500px;
	float: left;
	position: absolute;
}

.menu_horiz {
	border-bottom: 1px solid #3574a0;
	position: absolute;
	width: 781px;
	margin-left: 180px;
	margin-top: 3px;
	padding-bottom: 1px;
	text-align: left;
}

.menu_horiz a {
	font: bold 11px arial;
	color: #0d3956;
	text-decoration: none;
}
.menu_horiz a:hover {
	color: #1f82c3;
	text-decoration: none;
}

.carrossel {
	border: 0px solid #000000;
	position: absolute;
	margin-left: 200px;
	margin-top: 25px;
	z-index: 3;
}



/* FORMULÁRIOS */
.input {
	border: 1px solid #1f82c3;
	height: 17px;
}

.botao {
	background: #1f82c3;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #ffffff;
}