* {
    margin: 0;
    padding:0;
}

html {
    height: 100%;
}

body {
    text-align:center;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../imagem/css/cab_sup.png);
	background-repeat: repeat-x;
	font-size:100%;
	height:100%;	
}

.wrapper{
	width:960px;
	min-height:100%;
	margin:0 auto;
	position:relative;
}
/*------------------------MENU LAT NOVO----------------------------*/

#menulat_org{
	width:250px;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	position:relative;
	float:left;
}

#menu_lat h3 {
    font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	color:#fff;
	background-image:url(../imagem/css/box_verde_amarelo.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	font-weight:normal;
}
#aplic_tur{
	width: 250px;
	height: 165px;
	float:left;
	position:relative;
	margin:3px 0px 5px 0px;
}

#accordion_menul {
	background: #fffffff;
	width: 250px;
	color:#404040;
}

#accordion_menul h3 {
	font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	color:#fff;
	background-image:url(../imagem/css/box_preto_amarelo.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	font-weight:normal;
}

#accordion_menul h3:hover {
	color:#fff;
	background-image:url(../imagem/css/box_verde_amarelo.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

#accordion_menul h3 span {
	font-size: 16px;
	margin-right: 10px;
}

#accordion_menul li {
	list-style-type: none;
}

#accordion_menul ul ul li a {
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	transition: all 0.15s;
}

#accordion_menul ul ul {
	display: none;
}

#accordion_menul li.active ul {
	display: block;
}

.princ{
	font-weight:bold;
}

.princ:hover{
	background:#e5e5e5;
	text-decoration: underline;
	border-left: 5px solid #ffce05;
}

#accordion_menul a.princ2{
	color:#fff;
	background-image:url(../imagem/css/box_preto_amarelo.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

#accordion_menul a.princ2:hover{
	color:#fff;
	background-image:url(../imagem/css/box_verde_amarelo.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	border-left: 0px;
}

#accordion_menul a.princ2{
	color:#fff;
}

#accordion_menul a.menuacc_tit{
	color: #ffffff;
	text-decoration:none;
}

#accordion_menul a.menuacc_tit:hover{
	background: none;
	border-left: 0px ;
}

#accordion_menul a {
	color: #404040;
}

#accordion_menul a:hover{
	background: #e5e5e5;
	border-left: 5px solid #ffce05;
}

#menu_lat{
	width:250px;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	position:relative;
	float:left;
}
