@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border:0;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

#barra_superior{
	position:fixed;
	width:100%;
	height:80px;
	z-index:100;
	/*background-color:#0F9;	*/
}
#slidshow{
	float:left;
	width:100%;
	height:auto;
}
#conteiner{
	clear:both;
	float:left;
	width:90%;
	height:auto;
	padding:3% 5% 5% 5%;
}
	#central_conteiner{
		float:left;
		width:58%;
		height:auto;
		margin-left:20%;
	}
		#central_conteiner p{
			font-family: 'Halant', serif;
			font-size:20px;
			line-height:35px;
			color:#000;
		}
		link{
			text-decoration:none;
			font-family: 'Halant', serif;
			font-size:20px;
			line-height:35px;
			color:#F60;
		}
		#central_conteiner h1{
			font-family: 'Halant', serif;
			font-size:45px;
			line-height:45px;
			color:#F90;
		}
		#central_conteiner h1 label{
			color:#041E42;
		}
		#central_conteiner h2{
			font-family: 'Halant', serif;
			font-size:30px;
			line-height:45px;
			color:#041E42;
		}
		#HomePage_foto1{
			width:100%;
			height:auto;
			margin:5% 0;
		}
		
@media screen and (max-width:1100px) {
*{
	margin: 0;
	padding: 0;
	border:0;
}


}
	
@media screen and (max-width:700px) {
*{
	margin: 0;
	padding: 0;
	border:0;
}
#conteiner{
	width:96%;
	height:auto;
	padding:5% 2% 5% 2%;
}

	#central_conteiner{
		width:90%;
		height:auto;
		margin:0 5%;
	}

}