body, html{
	background: url(../Images/background.gif) repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;

}


#Titulo{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background: url(../Images/header.png) no-repeat center center,
	linear-gradient(to bottom, rgba(240,183,161,0) 0%,rgba(256,0,0,1) 40%,rgba(256,0,0,1) 60%,rgba(191,110,78,0) 100%);
}

#principal{
	font-size:24px;
	height: 840px;
	width: 80%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
	margin: 0 auto;
}

#principal aside{
	width: 25%;
	text-align: center;
	padding-top: 20px;

}

#principal article{
	background-color: rgba(255,255,255,0.70);
	width: 50%;
	text-align:	center;
	padding-top:20px;
}

#secundario{
	height: 300px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

h3{
	color: red;
}