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

.conteudo_fadal {
	width:1050px;
	height:650px;
	margin: 50px auto ;
}

.album{
	margin:auto;
	width:800px;
	height:600px;
	background:	url(../_imagens/fotos-fadal1.jpg);
	margin-bottom: 50px;
	background-size:100% 100%;
}
	

.colun_01 {
	float:left;
	width:525px;
	height: auto;
	margin:10px;
}

.colun_02 {
	float:left;
	width:450px;
	height:300px;
	background: url(../_imagens/estrutura1_fadal.jpg);
	margin:10px;
}

.titulo {
	font-size:36px;
	color:#333;
	text-align: center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #CCC;
}

.aspas {
	color: #F00;
}

.colun_01 p {
	padding-top:40px;
	font-size:20px;
	line-height:1.5;
	text-align:justify;
}

.colun_03 p {
	padding-top:40px;
	font-size:20px;
	line-height:1.5;
	text-align:justify;
}

.colun_03 {
	float: right;
	width:525px;
	height: auto;
	margin:10px;
}

.colun_04 {
	float:left;
	width:450px;
	height:300px;
	background: url(../_imagens/estrutura2_fadal.jpg);
	margin:10px;
}
