/*body general*/

body {
    background-color: black;
    text-align: center;
}

/*Fuente a usar*/
@font-face {
    font-family: IBM;
    src: url(fonts/Ac437_IBM_VGA_9x16.ttf);
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: PIXEL;
    src: url(fonts/PIXELADE.TTF);
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: PIEDRA;
    src: url(fonts/Viking.ttf);
    font-weight: normal;
	font-style: normal;
}

/*----------- SCROLLBAR ------------*/

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

/*Texto básico*/
p {
    color: greenyellow;
    font-family: IBM;
    letter-spacing: -.3pt;
    line-height: 16pt;
    font-size: 1.3em;
    text-justify: auto;
}

/*Separador*/
hr {
    color: greenyellow;
    background-color: greenyellow;
}

/*footer*/
footer {

    margin: auto;
    text-align: center;
}

.contenedorInicio {
    
    border-style:double; 
    border-width: 10px; 
    width: fit-content;
    height: fit-content;
    margin: 1%;
    text-align: center;
    background-color: black;
    
}

.imagenAltar {
    width: 30%;
    height:30%;
}

.zonaAltares{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;      
  gap: 60px;            
  margin-top: 40px;
}


.contenedorAltar{
  display: flex;       
  justify-content: center;
  flex: 0 1 320px;    
}


.imagenAltar{
  width: 100%;
  height: auto;
  max-width: 380px;    
}
