
section{
	margin-top: 40px;
	padding: 10px;
	width: 70%;
	float: left;
	color: #fff;
	box-sizing:border-box;
	text-align:justify;
}
section p{
	padding: 20px;
	font-size: 15px;
}
section img{
	width: 100%;
	height: auto;
}

section span{
	color: #ffae00;
}
.asidefondo{
	width: 100%;
	height: auto;
	background-color:rgba(81,81,81,0.2);
}
/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
  	section{
		width: 100%;
		text-align: center;
	}
	aside{
		margin-top: 0;
		margin-left: 5%;
		width:90%;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	section .letras{
		height: auto;
		width: 100%;
	}
}

