@charset "utf-8";
/* CSS Document */
#tituloHome {
	width: 514px;
	height: 43px;
	float: left;
	background-image: url(../cortes/pagHome.jpg);
}

#homeSuperior {
	width: 484px;
	height: auto;
	float: left;
}

	#homeTextoEsquerdo {
		width: 228px;
		height: auto;
		text-align: justify;
		float: left;
	}
	
	#homeTextoDireito {
		width: 240px;
		height: auto;
		text-align: justify;
		float: right;
	}

#homeInferior {
	margin-top: 5px;
	width: 484px;
	height: auto;
	float: left;
}

	#homeTituloUltimas {
		background-image:url(../cortes/pagHomeUltimas.jpg);
		width: 484px;
		height: 40px;
		float: left;
		background-repeat:no-repeat;
	}
	
	#homeUltimasFotos {
		width: 484px;
		height: 100px;
		float:left;
	}
		
		#homeFoto_ {
			float:left;
			width: 112px;
			height: 95px;
		}
		
		#homeFoto {
			float:left;
			width: 112px;
			height: 95px;
			margin-left: 10px;
		}
