#uno img {
	float: right;

	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	margin: 20px 0 20px 20px;
}

#uno {
	position: absolute;
	top: 475px;
	left: 300px;
	width: 65%;
	text-align: justify;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	text-indent: 15px;
	border-bottom: 1px solid #000;
}

article p {
	margin-bottom: 10px;
}

#uno h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #000;
}

#uno p:first-letter {
	font-size: 20px;
	font-weight: 700;
}

#dos {
	position: absolute;
	top: 1005px;
	font-size: 18px;
	text-align: justify;
	font-weight: 800;
	line-height: 24px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;

	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	margin: 0 5%;
	padding: 8px;
}

#dos h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}

#destacado {
	position: absolute;
	top: 560px;
	left: 30px;
	font-size: 35px;
	width: 220px;
	color: #FFF;
	font-style: oblique;
	text-shadow: 1px 1px 1px #000;
	background-color: rgba(0,0,0,0.4);
	border-radius: 10px;

	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	padding: 10px;
}