header, section, footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
} 

header {
	height: 100px;
	background-color: #ff7e00;
}

#logo {
	width: 200px;
	height: 65px;
	background-color: #ebebeb;
	float: left;
	margin: 10px;
}

#botones {
	width: 500px;
	height: 50px;
	background-color: #ebebeb;
	float: right;
	margin: 10px;

}

#inicio {
	height: 300px;
	background-color: #e3a465;

}

#nosotros {
	height: 400px;
	background-color: #ecbf92;
}

#contacto {
	height: 250px;
	background-color: #c1b9b2;

}

#txt_hola {
	width: 200px;
	height: 280px;
	background-color: #3a3632;
	float: right;
	margin: 10px;
}

footer {
	height: 70px;
	background-color: #6b3603;
}

#redes {
	width: 300px;
	height: 50px;
	background-color: #ebebeb;
	float: right;
	margin: 10px;
}