html {
	scroll-behavior: smooth;
}

header, section, footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Roboto Condensed', sans-serif;
} 

header {
	height: 100px;
	background-color: #ff7e00;
	position: sticky;
	top: 0px;
}

section {
	padding-top: 100px;
}

h2 {
	margin: 0;
	text-align: center;
}

#logo {
	width: 300px;
	height: 80px;
	float: left;
	margin: 10px;
	text-align: center;
	text-decoration-color: #ffffff;

}

#botones {
	width: 500px;
	height: 50px;
	float: right;
	margin: 10px;

}

#botones ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#botones ul li {
	display: inline;
}

#botones ul li a {
	display: inline-block;
	width: 90px;
	height: 50px;
	line-height: 50px;
	color:  #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
}

#botones ul li a:hover {
	background-color: #e3a465;
	border-radius: 25px;
}

#inicio {
	height: 700px;
	background-color: #e3a465;

}

#servicios {
	height: 500px;
	background-color: #ecbf92;
}

#contacto {
	height: 450px;
	background-color: #c1b9b2;

}

#txt_hola {
	width: 500px;
	height: 680px;
	background-color: #ecbf92;
	float: right;
	margin: 10px;
	padding: 20px;
	box-sizing: border-box;
}

#img_hola {
	width: 420px;
	height: 680px;
	background-color: #ffffff;
	float: left;
	margin: 10px;
	box-sizing: border-box;
}

#img_servicios {
	width: 620px;
	height: 450px;
	background-color: #e3a465;
	float: right;
	margin: 10px;
	box-sizing: border-box;
}

#txt_servicios {
	width: 300px;
	height: 450px;
	background-color: #e3a465;
	float: left;
	margin: 10px;
	padding: 20px;
	box-sizing: border-box;
}

#txt_contacto1 {
	width: 300px;
	height: 350px;
	background-color: #aea7a0;
	float: left;
	margin: 10px;
	padding: 5px;
	box-sizing: border-box;

}	

#txt_contacto2 {
	width: 300px;
	height: 350px;
	background-color: #aea7a0;
	float: left;
	margin: 10px;
	padding: 5px;
	box-sizing: border-box;	

}	

#txt_contacto3 {
	width: 300px;
	height: 350px;
	background-color: #e3a465;
	float: left;
	margin: 10px;
	
	box-sizing: border-box;

}	

footer {
	height: 70px;
	background-color: ##ff7e00;
}

#redes {
	width: 300px;
	height: 50px;
	background-color: #ff7e00;
	float: right;
	margin: 10px;
	text-align: center;
}