/* CSS Document */
body {
	text-align:center; /* hack para IE 5.x */
	font-family:Arial, Helvetica, sans-serif !important;
	color:#FFFFFF;
	margin:0;	
	/* Fundo degrade; 	background-color:#0135A8;
	#0141B3 #0140B1
	*/	
	background-color:#0140B1;
	background-image:url(../img/fundo.gif);
	background-repeat:repeat-y;
	}
	
#main {
	width:785px;
	margin:0 auto;
	text-align:left; /* Conserta o hack do IE */
	}
	
h1 {
	margin:0;
	font-size:11px;
	}
	
.cor_azul, h1 {
	color:#0099FF;
	}

div.texto {
	font-size:11px;
	line-height:15px;
	}

div.texto span{
	font-weight:bold;
	}

a {
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
	}	
	
a:hover {
	color:#0099FF;
	text-decoration:none;
	}


	
	
/************** MENU ******************/
.menu {
	margin-top:5px;
	width:770px;
	height:78px;
	
	margin-left:16px; /* Corrige distancia do menu */
	}

img {
	behavior:url("pngbehavior.htc");
	border:0;
	}

.logo {
	float:left;
	width:81px;
	height:78px;
	margin-left:0px;
	}
	
.botoes {
	float:left;
	margin-left:5px;
	margin-top:22px;
	}


#buscaMenu {
	position:absolute;
	height:15px;
	width:128px;
	margin-left:552px;
	margin-top:-15px;
	/*
	padding:0;
	margin-top:-15px;
	margin-left:550px;
	height:15px;
	width:128px;
	top:-15px;
	left:550px;
	*/
	z-index:500;
	}
	
.div_busca {
	float:left;
	}
	
.div_envia {
	float:left;
	}		
	
.busca {
	height:13px;
	width:105px;
	border:0;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#0099FF;
	color:#FFFFFF;
	margin:0;
	}

.envia {
	width:20px;
	height:15px;
	border:0;
	margin-left:-1px;
	}

/** MENU **/
