/* CSS Document */

@font-face{
	font-family:fonte;
	src:url(ITC%20Avant%20Garde%20Gothic%20LT%20Extra%20Light.ttf);
}

*{
	font-family:fonte;
	font-size:14px;
	margin:0;
	padding:0;
	position:relative;
	color:#666;

}

.clear{clear:both;}

a{
	text-decoration:none;
	color:#000;
}

ul, ol{
	list-style:none;
}

body{
	background-color:#E6E7E2;	
}

#banner{
	margin:0 auto;
}

#slide{
	width:100%;
	max-height:600px;
	position:absolute;
	z-index:-1;
}
	

#slide img{
	width:100%;
	height:600px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}

#cont_rot{
	
	width:960px;
	height:50px;
	margin:0 auto;
}

#menu_1{
	margin-top:40px;
	float:left;
	width:340px;
	height:50px;
	background-image: linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -o-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -moz-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -ms-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(160,157,82)),
	color-stop(0.66, rgb(179,176,101))
);


	border-radius:3px 0 0 3px;
}


#menu_1 li{
	float:left;	
	text-align:center;
	margin-left:20px;
	color:#FFF;
	cursor:pointer;
}

#menu_1 li a{
	float:left;
	padding:15px 10px 15px 10px;
	color:#FFF;	
	
}

#menu_1 li a:hover{
	background-image: linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -o-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(219,219,219)),
	color-stop(0.66, rgb(240,240,240))
);

float:left;
	padding:17px 10px 15px 10px;
	color:#b3b065;
	box-shadow:-2px 0px 3px #999, 2px 0px 5px #999;
	
}

#menu_port {
	
	width:100px;
	display:block;
	margin-left:0;
	height:auto;
	
}

.hover_html:hover{
		background-image: linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -o-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(219,219,219)),
	color-stop(0.66, rgb(240,240,240))
);
box-shadow:-2px 0px 3px #999, 2px 0px 5px #999;
}



#menu_port:hover{
	background-image: linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -o-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);
background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 31%, rgb(240,240,240) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(219,219,219)),
	color-stop(0.66, rgb(240,240,240))
);
	box-shadow:-2px 0px 3px #999, 2px 0px 5px #999;
}
#menu_port ul li{
	float:left;
	margin-left:0;
	height:20px;
	padding-bottom:5px;

}
#menu_port ul li a{
	width:100px;
	padding:0;
}


#menu_2{
	margin-top:40px;
	float:right;
	width:340px;
	height:50px;
	margin-right:1px;
	background: #9b974d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -o-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -moz-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -ms-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(160,157,82)),
	color-stop(0.66, rgb(179,176,101))
);

	border-radius:0 3px 3px 0;	
}

#menu_2 li{
	float:left;	
	text-align:center;
	margin-left:15px;
	color:#FFF;
	cursor:pointer;
	
}

.titulo_para:hover{
	color:#FFF;	
}

#menu_2 li a{
	color:#FFF;	
	padding:17px 10px 15px 10px;
	float:left;
	

	
}
#menu_2 li a:hover{
	color:#b3b065;	
}


#img_centro{
	float:left;	
	margin-top:15px;
}

#cont_centro{
	width:1000px;
	min-height:200px;
	margin:0 auto;
	margin-top:548px;
}

#cont_bug{
	width:1000px;
	min-height:200px;
	margin:0 auto;
}

#rodape{
	bottom:100%;
	width:100%;
	height:50px;
	background-color:#58585B;	
	float:left;
	font-family:Verdana, Geneva, sans-serif;
}

#rodape img{
	padding-top:15px;
	padding-right:10px;
	float:left;	
}

#rodape p{
	font-family:Verdana, Geneva, sans-serif;
	float:left;	
	padding-top:15px;
	padding-right:15px;
	color:#FFFFFF;
}

#meio_rodape{
	width:1000px;
	margin:0 auto;	
}

#caixa_port{
	position:absolute;
	z-index:5;
	width:300px;
	height:50px;
	margin-top:-48px;
}

#caixa{
	width:350px;
	height:40px;
	background: #9b974d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -o-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -moz-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);
background-image: -ms-linear-gradient(bottom, rgb(160,157,82) 31%, rgb(179,176,101) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(160,157,82)),
	color-stop(0.66, rgb(179,176,101))
);
	border-radius:5px 5px 0 0;
	margin-top:10px;
	color:333;
		
}

#caixa_cont{
	width:125px;
	height:50px;
	margin:0 auto;	
	margin-top:-50px;
	background-image: linear-gradient(bottom, rgb(230,231,226) 43%, rgb(242,242,242) 71%, rgb(250,250,250) 87%);
background-image: -o-linear-gradient(bottom, rgb(230,231,226) 43%, rgb(242,242,242) 71%, rgb(250,250,250) 87%);
background-image: -moz-linear-gradient(bottom, rgb(230,231,226) 43%, rgb(242,242,242) 71%, rgb(250,250,250) 87%);
background-image: -webkit-linear-gradient(bottom, rgb(230,231,226) 43%, rgb(242,242,242) 71%, rgb(250,250,250) 87%);
background-image: -ms-linear-gradient(bottom, rgb(230,231,226) 43%, rgb(242,242,242) 71%, rgb(250,250,250) 87%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, rgb(230,231,226)),
	color-stop(0.71, rgb(242,242,242)),
	color-stop(0.87, rgb(250,250,250))
);

}

#caixa_cont h4{
	min-width:125px;
	height:35px;
	vertical-align:central;
	color:#A3A155;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	
}