@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:"Trebuchet MS", Trebuchet MS, Verdana, Lucida Sans;
	/*background: url( ../img/icone.png) right no-repeat;*/
}

/********************************************************************/
/**************************LARGURA MÁXIMA**************************/
/******************************768PX******************************/
/********************************************************************/

*{	
	margin:0 auto;
	padding:0;		
}

#box_central{
	max-width:1600px;
	height: auto;
	margin: 0 auto;
	padding: 0% 0% 0% 0%;
}

#box_aviso{
	width:100%;
	height:auto;
	margin:0 auto;
}

#box_aviso img{
	width:100%;
	max-width:1600px;
	min-height:auto;
}

#box_cab{
	width:100%;
	height:auto;
	margin:0 auto;
}

#box_cab img{
	width:100%;
	max-width:1600px;
	min-height:auto;
}

#pageWidth{
	width:90%;
	height:auto;
	/*min-height: 560px;*/
	min-height: 480px;
	margin:1% 5% 2% 5%;
	float:left;
	position:relative;
}

#box_texto{
	width:100%;
	height:auto;
	padding:0% 0% 2% 0%;
	float:left;
	position:relative;
	border-bottom: 1px solid #ccc;
}
#menu_aerofest ul{
	background: #FC9047;
	display: flow-root;
	/* text-align: center; */
}
#menu_aerofest li{
	background: #FC9047;
	color: #192C47;
	text-transform: uppercase;
	display: flex;
	font-size: 1.2em;
	font-weight: bold;
	transition: 1s;
	padding: 10px;
	display: -webkit-inline-box;
}
#menu_aerofest li a{
	background: #FC9047;
	color: #192C47;
	padding: 10px;
	transition:500ms;
}
#menu_aerofest li a:hover{
	color: #FC9047;
	background: #192C47;
	padding: 10px;
	text-decoration:none;
}
#menu_aerofest li:not(:first-child):before{
	color: #192C47;
	border-right: 1px solid;
	margin: 0px 20px 0px 0px;
	content:'';
}

.titulo{
	width:100%;
	height:auto;
	font-size:1.4em;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	margin: 4% 0% 1.5% 0%;
	float:left;
	position:relative;
	border-left: 7px solid;
	padding: 10px 0px 10px 10px;
}

.texto{
	width:100%;
	font-size:1.0em;
	font-style:normal;
	font-weight: normal;
	line-height: 125%;
	color:#333;
	text-decoration:none;
	text-align: left;
	margin: 0% 0% 0% 0%;
	float:left;
	position:relative;
}

.texto a, .texto a:hover{
	color:#0645AD;
	font-weight:bold;
	text-decoration:underline;
}

#box_mapa{
	width:100%;
	height:auto;
	margin:0 auto;
}

#box_mapa img{
	width:100%;
	min-height:auto;
}

#box_foot{
	width:100%;
	height:auto;
	margin:0 auto;
}

#box_foot img{
	width:100%;
	max-width:1600px;
	min-height:auto;
}
#topo2{
	content:'^';
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	background: #00000085;
	bottom: 10px;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	padding: 10px;
	font-size: 38px;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 768px) {
	body{
	background: none;
}
}