/* CSS Document */

/* ****************************** CONTENIDO ****************************** */

/* ---------- LEFT BOX ---------- */
#box_left {
	float:left;
	width:415px;
	margin:50px 25px 0 0;
	text-align:justify;
	}


/* ---------- RIGHT BOX ---------- */
#box_right {
	float:left;
	width:450px;
	}
.sombra_right {
	display:block;
	width:450px;
	}
#box_right img {
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	}