/*body{
	background-color: #780569;
	background-image: url(../imagenes/glorp.jfif);
}*/



 .banner{
    width: 1020px 100%;
    height: 100px;
    background-color: skyblue;
    justify-self: center;
    padding: 2px;
 }
h1{
	color:white;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial;
}

p{
	text-align: justify;
	text-transform: uppercase;
	color: white;
}

.circular {
    width: 150px; /* Puedes ajustar el tamaño según tus necesidades */
    height: 150px; /* Asegúrate de que el ancho y el alto sean iguales */
    border-radius: 50%; /* Esto hace que la imagen sea circular */
    object-fit: cover; /* Esto asegura que la imagen se ajuste bien dentro del contenedor circular */
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Para mostrar los elementos en línea horizontal */
}

.menu li {
  margin-right: 20px; /* Espacio entre los elementos del menú */
}

/* Estilos para pantallas pequeñas (ancho máximo de 768px) */
@media (max-width: 768px) {
  .menu ul {
    flex-direction: column; /* Para mostrar los elementos en columna vertical */
  }

  .menu li {
    margin-right: 0; /* Elimina el margen derecho */
    margin-bottom: 10px; /* Espacio entre los elementos en columna */
  }
}
 
}

 {
            font-family: Arial, sans-serif;
        }
        .menu {
            display: flex;
            justify-content: center;
            background-color: #333;
        }
        .menu a {
            padding: 14px 20px;
            display: block;
            color: white;
            text-align: left;
            text-decoration: none;
        }
        .menu a:hover {
            background-color: #575757;

    </style>

 #contenedorprincipal{
 	width: 1020px;
 	height: 800px;
    border: 2px;
 	margin: auto;
 	background-color: #456789;
 }

 nav a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    }
    nav li{
    display: inline-block;
    width: 10%;
    padding: 5px 10px;
    background-color: #000;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    }
    nav li:hover{
    background-color: #fff;
    color: #000;
    }

#contenido{
    width: 1020px;
    height: 600px;
}

.cajas{
    width: 510px;
    height: 200px;
    float: left;
    border: 2px solid #000;
    padding: 10px;
    margin: 10px;
}


 .texto1{
    width: 1020px;
    height: 100px;
    font-size: 12px;
    font-family: Arial;
 }

/*#final{
    width: 1020px;
    height: 20px;
    font-size: 25px;
    font-family: Arial;
    background-color: #779ef4;*/
}
footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color:  #779ef4;
    text-align: left;
    padding: 10px 0;
}