.home{
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
    background-image: url(img/back.jpg);
    background-position: center;
    background-size: cover;
    font-family: 'Neuton', serif;
    font-size: 110%;
}

.home a{
    color: #974f34;
}

.home h1{
    text-align:center;
}

.home p{
    text-align: left;
}

.home .escudo{
    width: 200px;
    margin: 0 auto;
    display:block;
}

.home .recaudacion{
    width: 160px;
    position: absolute;
    right: 7%;
    top: 70px;
    font-size: 104%;
    background-color: #974f34;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    border-radius: 6px;
}

.home .recaudacion span{
    font-size: 200%;
    display: block;
    text-align: center;
    margin: 10px;
}

.home .recaudacion div{
    font-size: 70%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    background-color: #000;
    margin-top:8px;
}

@media (max-width: 680px) {
    .home .recaudacion{
        width: 50%;
        position: relative;
        margin: 0 auto;
        right: auto;
        top: auto;
    }
}

.home .mapa{
    float:right;
    width: 250px;
    margin: 10px;
}

.home .mapa img{
    width:100%;
}

.home .mapa::before{
    content: "";
    width: 250px;
    height: 100px;
    background: url(img/lupa.png) no-repeat;
    z-index: 9999;
    background-size: cover;
    display: block;
    margin-top: 69px;
    margin-left: -16px;
    position: absolute;
  }

@media (max-width: 520px) {
    .home .mapa{
        width: 500px;
        max-width:100%;
        float:none;
        display: block;
        margin:0;
    }
}

.home .boton{
    text-align: center;
    width: 30%;
    margin: 20px 1.5% 1.5% 1.5%;
    display: inline-block;
    vertical-align: top;
    border-top: 2px solid #000;
}
.home .boton2{
    width: 46%;
}

@media (max-width: 640px) {
    .home .boton{
        width: 100%;
        margin:20px 0 0 0;
    }
}

.home .boton h3{
    text-align: center;
}

.home .boton h3 span{
    font-size: 140%;
    color: #974f34;
}

.home .boton table{
    width: 100%;
}

.home .boton input[type=text]{
    width: 95%;
    font-size: 110%;
    font-family: 'Neuton', serif;
}

.home .boton select{
    background-color: #fff;
}

.leaflet-container {
    background-image: url(img/universo_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.botonToggle{
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 50px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 9px;
    text-align:center;
}
.botonToggle:hover {
    background-color: #f4f4f4;
}
.leaflet-overlay-pane img{
    -webkit-box-shadow: 3px 3px 30px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: 3px 3px 30px -2px rgba(0,0,0,0.8);
    box-shadow: 3px 3px 30px -2px rgba(0,0,0,0.8);
}
/* .ratido{ */
    /* position: absolute; */
    /* z-index: 999; */
    /* bottom: 0; */
    /* right: 0; */
    /* background-image: url(img/ratido_mini.png); */
    /* width:210px; */
    /* height:183px; */
    /* background-size: cover; */
    /* display: block; */
/* } */
.maskandmagic{
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-image: url(img/maskandmagic.png);
    width:170px;
    height:57px;
    background-size: cover;
    display: block;
    cursor: pointer;
}
@media (max-width: 767px) {
    /* .ratido{ */
        /* width:120px; */
        /* height:105px; */
    /* } */
    .maskandmagic{
        width:116px;
        height:39px;
    }
}

.ta{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height:140px;
    z-index:999;
}

.buscar{
    position:absolute;
    z-index:999;
    top: 10px;
    width: 150px;
    right: 20px;
    padding: 16px;
    font-size: 100%;
    font-family: 'Neuton', serif;
    border-radius:4px;
}