@charset "utf-8";
@charset "utf-8";

#contenedor {
	width: 100%;
}/* CSS Document */

#menu {
	height: 42px;
	width: 100%;
	text-align: center;
	background-color: lightblue;
	
}
#slices{
	height: 359px;
	width: 100%;
	background-image:url(../imagenes/Inicio/fondo.jpg);
  
}

#cuerpo{
	height: 700px;
	background-color: lightblue;
	
}
#footer{
	height:130px;
	width:100%;
	background-color:#B0BEC5;
	
}
#MenuBar1 {
  list-style: none; /* Eliminar los estilos de lista */
  padding-top: 5px;
  margin: 0;
  display: flex; /* Usar flexbox */
  justify-content: center; /* Centrar elementos horizontalmente */
}


	/* CSS Document */

