*  {
     margin: 0;
	 padding: 0;
}

header { 
    border-bottom: 2px solid black ;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-color: #D2D5D9;
}

.botones-header {
	display: flex;
	gap: 20px;
}

.contenido { 
    width: 1200px;
	margin: 0 auto;
} 

.inicio {
	 background-color: #BBDFED;
	 display: flex;
	 height: calc(100% - 70px);
	 align-items: center;
	 justify-content: center;
	 gap: 100px;
 }
 
