.img{
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.img2{
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.img3{
    align-content: center;
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.644);
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding: 1px;
    display: inline-flex;
}
a{
    width: 300px;
}

.Logos{
    align-content: center;
    margin-left: 10px;
    border: black 2px inherit;
}
.title{
    text-align: center;
    max-width: 140px;
    margin: 0px 0px;
    border: rgb(0, 0, 0) 2px outset;
    background-color: rgb(212, 212, 212);
    border-radius: 20 px;
    align-content: center;
}
.container{
    width: 100%;
    max-width: 320px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-bottom: 20px;
}
.btn{
    text-decoration: none;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: helvetica;
    font-weight: 300;
    font-size: 25px;
    font-style: italic;
    color: rgb(9, 0, 51);
    background-color: #c7c7c7;
    border-radius: 15px;
    border: 3px double rgb(9, 0, 51);
    margin-left: auto;
    margin-right: auto;
  }
  .btn:hover{
    opacity: 0.6;
    text-decoration: none;
  }
.menu{
    max-width: 300px;
    align-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.bloque{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    text-align: center;
}
.bloque2{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 5PX 5PX;
    text-align: center;
}
.bloque2 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
.body{
    background-color: rgba(228, 224, 224, 0.897);
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
.footer{
    text-align: center;
    max-width: 290px;
    margin-top: 20px;
    border: rgb(0, 0, 0) 2px outset;
    background-color: rgb(212, 212, 212);
    border-radius: 20 px;
    align-content: center;
}
.pie{
    text-align: center;
}
.volver{
    cursor: pointer;
    display: pointer;
    text-align: center;
    width: 100%;
}
h1{
    text-align: center;
}
h4{
    text-align: center;
}
p{
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
.localimg{
    width: 250px;
    content: normal;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-left: 10px;
}
.espacio{
    margin-bottom: 30px;
}

