@charset "utf-8";
#cuadro1 {
	float: left;
	height: 180px;
	width: 450px;
	padding: 0px;
}
#cuadro2 {
	float: left;
	width: 450px;
	margin-left: 50px;
	height: 180px;
	text-align: left;
}
#cuadro3 {
	float: left;
	width: 450px;
	height: 180px;
	text-align: right;
}
#cuadro4 {
	float: left;
	width: 450px;
	margin-left: 50px;
	height: 180px;
	font-size: 24px;
	text-align: right;
}
#cuadro5 {
	float: left;
	width: 450px;
	height: 180px;
	font-size: 24px;
}
#cuadro6 {
	float: left;
	height: 180px;
	width: 450px;
	margin-left: 50px;
	font: 24px "Lucida Sans Unicode";
}
#texto1 {
	font: 14px/25px "Lucida Sans Unicode";
	float: left;
	width: 300px;
	margin-right: 0px;
}
#texto2 {
	font: 14px/25px "Lucida Sans Unicode";
	float: left;
	width: 300px;
	text-align: justify;
	margin-left: 0px;
}
#texto3 {
	font: 14px/25px "Lucida Sans Unicode";
	color: #000;
	float: right;
	width: 300px;
	margin-right: 0px;
	margin-left: 0px;
}
#texto4 {
	font: 14px/25px "Lucida Sans Unicode";
	float: right;
	width: 300px;
	color: #000;
	text-align: justify;
}
#texto5 {
	font: 14px/25px "Lucida Sans Unicode";
	float: left;
	width: 300px;
	color: #000;
	text-align: justify;
}
#texto6 {
	font: 14px/25px "Lucida Sans Unicode";
	color: #000;
	float: left;
	width: 300px;
	text-align: justify;
}
