/* CSS Document */


body {
	background:url(../images/bg.jpg) repeat;
	height:100%;
	width:100%;
	text-align:center;
	margin:0px;
	float:none;
	overflow:hidden;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#002C44;
	left:auto;
	padding:0px;
	}

/*======
Link
======*/
a:link, a:visited {
	text-decoration:none;
	/*color:#4A4A5E;*/
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#002C44;
	font-weight:bold;
	}
	
a:hover {
	/*color:#4A4A5E;*/ 
	text-decoration:underline;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#002C44;
	}

/***************************************************
                  GERAL
***************************************************/

#conteudo {
	width:895px;
	height:600px;
	position:relative;
	margin:auto;
	text-align:center;
	padding:0;
}

#menu {
	width:672px;
	height:50px;
	position:relative;
	margin-left:233px;
	margin-top:0px;}
/*	
	#menu UL {margin:0; padding:0; list-style:none;}
	
	#menu LI {display:inline-block; font:Verdana, Arial, Helvetica, sans-serif;
			  font-size:14px; color:#999999;}
	
	#menu LI A:link,
	#menu LI A:active,
	#menu LI A:visited {text-decoration:none; color:#999999;}
	
	#menu LI A:hover {text-decoration:underline; color:#999999;}*/
	
#slideshow {
	width:856px;
	height:499px;
	margin-top:45px;
	margin-left:49px;
	margin-top:0px;
	text-align:left;
	background:url(../images/bg_splash.gif) no-repeat top right #E4EAFC;
}

#texto {
	position:absolute;
	margin-top:30px;
	margin-left:554px;
	padding-left:-554px;
	width:270px; height:400px;
	left:43px;
	top:57px;
	vertical-align:top;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	}

#texto P {
	text-align:justify;
	}

#texto #clientes {margin:0; padding:0;
				 height:350px; width:300px;
				 overflow-y:scroll;}
	
#rodape {
	background:url(../images/rodape.jpg);
	width:856px;
	height:43px;
	margin-left:49px;
	margin-top:0px;
}

#rodape_clientes {
	background:url(../images/rodape.jpg);
	width:856px;
	height:43px;
	margin-left: 243px;
	*margin-left: 60px; /*apenas IE*/
	margin-top:-50px;
}

#logo {
	margin:0 0 0 0px;
	height:169px;
	width:207px;
	position:absolute;
	left:0px;
	right:0px;
	overflow:visible;
	z-index:200;
	}
	
#bgform {
	background:url(../images/bg_form.jpg) no-repeat;
	width:856px;
	height:499px;
	margin-top:45px;
	margin-left:49px;
	margin-top:0px;
	text-align:right;
	}

h1 {
    margin-top:10px;
	background:url(../images/tit_quem.gif) no-repeat;
	width:237px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002C44;
	vertical-align:text-top;
	}	
	
h2 {
    margin-top:10px;
	background:url(../images/tit_eventos.gif) no-repeat;
	width:237px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002C44;
	vertical-align:text-top;
	}	

h3 {
    margin-top:10px;
	background:url(../images/tit_consultorias.gif) no-repeat;
	width:237px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002C44;
	vertical-align:text-top;
	}	
	
h4 {
    margin-top:10px;
	background:url(../images/tit_hoteis.gif) no-repeat;
	width:237px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002C44;
	vertical-align:text-top;
	}	

h5 {
    margin-top:10px;
	background:url(../images/tit_lazer.gif) no-repeat;
	width:237px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002C44;
	vertical-align:top;
	}

h6 {
    margin-top:10px;
	background:url(../images/tit_clientes.gif) no-repeat;
	width:237px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002C44;
	vertical-align:top;
	}		
	

textarea {
	background-color: #FFFFFF;
	border-bottom:thin #002C44;
	width:180px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#002C44;
	border: 1px solid #002c44;
	overflow: scroll;
	}
	
textfield {
	background-color: #FFFFFF;
	width:180px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#002C44;
	border: 1px solid #002c44;
	}

.campotexto {
	background-color: #FFFFFF;
	width:180px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#002C44;
	border: 1px solid #002c44;
	}
.elementos /* USE ESTE PARA RADIOBUTTONS OU CHECKBOX */ {
	background-color: #FFFFFF;
	border: 1px solid #002c44;
	}
	
#eventos a {
	menu ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	
