
/*  ESTRUTURA */

.menu {
	display: block;
	width:100%;
	height:25px;
	text-align: center;
	clear:left;
	z-index: 77;
}

.main_corpo {
	display: block;
	width:100%;
	height:auto;
	margin-left: 4px;
}

.leftsite {
	float: left;
	width: 20%;
	margin-top: 15px;
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	background-color:#E6EFFF;
	clear:left;
}

.corpo {
	float: left;
	width: 74%;
	margin-top: 15px;
	margin-left: 2%;
/*	border: 1px solid #999999; */
	padding: 2px 2px 2px 2px;

}

/* Fim da ESTRUTURA */

/* Breadcrombs */
.path {
	display:block;
	text-align:left;
	font-weight:bold;
	width: auto;
	padding: 2px;
	margin-bottom: 5px;
	clear:both;
}

/* Logo e Banner */

.logo {
	float:left;
	vertical-align:	middle;
	background-color:#FFFFFF;
	width:250px;
	height:70px;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 3%;
	z-index:1;
}
	
.bn_01 {
	float:left;
	margin-top: 10px;
	width: 250px;
	height:70px;
	margin-right: 3%;
	margin-top: 10px;
}
	
.bn_02 {
	float:left;
	margin-top: 10px;
	width:270px;
	height:70px;
	clear:right;
}



/* Itens de Menu */

.menu1 {
	float:left;
	list-style:none;
	background-image:url(../images/menu1.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 12%;
	z-index: 82;
}

.menu2{	
	float:left;
	list-style:none;
	background-image:url(../images/menu2.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 11%;
	z-index: 83;
}
.menu3 {	
	float:left;
	list-style:none;
	background-image:url(../images/menu3.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 11%;
	z-index: 84;
}
.menu4 {
	float:left;
	list-style:none;
	background-image:url(../images/menu4.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 13%;
	z-index: 85;
}
.menu5 {
	float:left;
	list-style:none;
	background-image:url(../images/menu5.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 13%;
	z-index: 86;
}
.menu6 {
	float:left;
	list-style:none;
	background-image:url(../images/menu6.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 13%;
	z-index: 87;
}
.menu7 {
	float:left;
	list-style:none;
	background-image:url(../images/menu7.png);
	border-right: 2px solid #FFFFFF;
	height: 25px;
	width: 12%;
	z-index: 88; 
} 
		
.menu8 {
	float:left;
	list-style:none;
	background-image:url(../images/menu8.png);
	height: 25px;
	width: 11%;
	z-index: 89; 
}
		
/* Itens da Esquerda */


.left_itens {
	width:100%;
	top: 4px;
	margin-bottom: 5px;
}

/* Itens da Direita */


.mb_news {
	float:left;
	width: 48%;
	/*	border-top: 1px dashed #CCCCCC; */
}

.mb_prime {
	float:right;
	width: 48%;
	/*	border-left: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC; */
	margin-left:1.5%;
}

.mb_news2 {
	float:left;
	width:48%;
	height: 20px;
	vertical-align:middle;
	clear:left;
	margin-left:2%;
	/*	border-top: 1px dashed #CCCCCC; */
}

.mb_destaque {
	float:left;
	width: 48%;
	margin-top: 5px;
/*	border-top: 1px dashed #CCCCCC; */
	}


.mb_viajus{
	float:right;
	width: 48%;
	margin-left:1.5%;
	margin-top: 5px;
/*	border-left: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC; */
	}


.mb_pjur{
	position:relative;
	float:right;
	margin-top: 1%;
 	width: 48%;

/*	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC; */
}


.rodape {
	float:left;
	bottom: 0px;
	width:100%;
	text-align: center;
	height: 25px;
	background-color:#000066;
	border-bottom: 4px solid #FF9900;
	padding: 2px 2px 2px 2px;
	
}

.rodape-font {
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
