@charset "utf-8";
#cuadro1 {
	padding: 0px;
	float: left;
	width: 950px;
	color: #E35000;
	height: 220px;
	font: 24px "Lucida Sans Unicode";
}
#texto1 {
	font: 14px/25px "Lucida Sans Unicode";
	color: #000;
	float: left;
	width: 600px;
	text-align: justify;
	margin-right: 30px;
}
#cuadro2 {
	font: 24px "Lucida Sans Unicode";
	color: #E35000;
	float: left;
	height: 220px;
	width: 950px;
	text-align: right;
}
#texto2 {
	font: 14px/25px "Lucida Sans Unicode";
	color: #000;
	float: right;
	width: 600px;
	text-align: justify;
	margin-left: 30px;
}
#cuadro3 {
	font: 24px "Lucida Sans Unicode";
	color: #E35000;
	float: right;
	height: 220px;
	width: 950px;
}
#texto3 {
	font: 14px/25px "Lucida Sans Unicode";
	color: #000;
	float: left;
	width: 600px;
	margin-right: 30px;
	text-align: justify;
}
