@charset "utf-8";
/* CSS Document */

.detalheFuji{
	font-size:16px;
	color:#FF0000;
}
.bkgro{
	width:700px;
	height:500px;
}
	
	/* Estrutura */
#containersQuadro{
	width:900px;
	height:auto;
	background-color:#FFFFFF;
}


	/* Conteudo */
#content{
	margin:0px 0px 0px 180px;
	width:720px;
	height:500px;
}
	/* Titulos */
.titlo_1_Quadro{
	margin:20px 0px 0px 40px;
	font-size:17px;
	color:#3b25c7;
}
.titlo_2_Quadro{
	margin:20px 0px 0px 40px;
	font-size:17px;
	color:#3b25c7;
}
	/* Textos */
.txt_1_Quadro{
	width:320px;
	margin:20px 0px 0px 20px;
	font-size:13px;
	color:#333333;
}
.txt_2_Quadro{
	width:320px;
	margin:20px 0px 0px 20px;
	font-size:13px;
	color:#333333;
}
	/* Imagens */	
.img_1_Quadro{
	margin:-370px 0px 0px 400px;
	width:250px; 
	height:400px;
	
}
		

