body{
    text-align: center;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 0 0;
}

.campos{
    padding: 10px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px 1px;
    border-color: #A7A7A7;
}

fieldset{
    width: 320px;
    height: auto;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px 1px;
    border-color: #A7A7A7;
    margin: 0 auto;
}

.botones{
    width: auto;
    height: auto;
    background: #3CB727;
    color: #ffffff;
    border-style: solid;
    border-width: 0px 0px;
    border-radius: 6px;
    padding: 10px 10px;
}
.botones:hover{
    cursor: pointer;
    background: #025C9A;
    color: #ffffff;
}

.foto{
    width: 180px;
    height: auto;
}

table{
    max-width: 420px;
    height: auto;
}
.superior{
    width: 100%;
    height: 80px;
    text-align: center;
    color: #ffffff;
    background: #31A4D2;
    padding-top: 30px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
}
.logo{
    width: 96px;
    height: 96px;
    background: no-repeat url("https://bomberos.acambaroenlinea.com/png/logo.png");
    background-size: 96px 96px;
    position: absolute;
    top: 91px;
    left: calc(50% - 48px);
    
}
.jost-fuente, .superior{
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
}
.barra_menu{
    width: 100%;
    max-height: 120px;
    min-height: 60px;
    height: auto;
    background: #025C9A;
    text-align: center;
}
.boton_izq{
    width: calc(50% - 47px);
    height: 60px;
    float: left;
    text-align:right;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}
.boton_der{
    width: calc(50% - 47px);
    height: 60px;
    float: right;
    text-align: left;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}
.espacio_logo{
    width: 95px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}
.boton{
    width: auto;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding: 20px 15px;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}
.boton:hover{
    color: #000000;
    cursor: pointer;
    background:#ffffff;
}
.banner{
    width: 100%;
    height: 35vh;
    background: center top url("https://bomberos.acambaroenlinea.com/img/fire.jpg");
    background-position: 0 -180px;
    background-size: cover;
}
.medio{
    max-width: 910px;
    height: auto;
    padding: 30px 20px;
    text-align: center;
    margin: 0 auto;
}
.inferior{
    width: 100%;
    height: 140px;
    background: #313140;
    padding: 20px 0px;
    color: #ffffff;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
    font-size: 12px;
}
.titulos{
    color: #025C9A;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding: 10px;
    letter-spacing: 2px;
}