@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;
}
	#slidshow_foto{
		width:100%;
		height:auto;
	}
#conteiner{
	clear:both;
	float:left;
	width:100%;
	height:auto;
}
	#central_conteiner{
		width:70%;
		height:auto;
		margin: auto;
		padding: 4% 0 2% 0;
	}
		#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 ul li{
			font-family: 'Halant', serif;
			font-size:20px;
			line-height:35px;
			color:#000;
			margin-left:40px;
		}
		#central_conteiner h1 label{
			color:#041E42;
		}
		#central_conteiner h2{
			font-family: 'Halant', serif;
			font-size:30px;
			line-height:45px;
			color:#F90;
		}
		#HomePage_foto1{
			width:100%;
			height:auto;
			margin:5% 0;
		}
/*------------------------------------------------------------------------------*/
#linha_fotos{
	float:left;
	margin: 10px auto 10px auto;
	padding:1% 0 1% 0;
	width:100%;
	height:auto;
	display:inline-table;
}
	#foto{
		width:29.33%;
		height:auto;
		padding:1%;
		margin:1%;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
		
		
@media screen and (max-width:1100px) {
*{
	margin: 0;
	padding: 0;
	border:0;
}


}

@media screen and (max-width:850px) {
	#foto{
		width:46%;
	}
}
@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%;
	}
	
	#foto{
		width:96%;
	}


}