* {
margin: 0;
padding: 0;
}



/* base semi-transparente */
.overlay{
display: none;
position: absolute;
top: 0px;
left: 0px;
/*background-color: rgba(0, 0, 0, 0.2);*/
width: 100%;
height: 100%;

z-index:1001;

/*opacity:.35;
-moz-opacity: 0.35;
filter: alpha(opacity=35);*/
}

/* estilo para lo q este dentro de la ventana modal */
.modal1 {
display: none;
position: relative;
margin:80px auto;
width: 200px;
height:270px;
padding: 20px;
background: rgba(0, 0, 0,0.75);
color: #333;
z-index:1002;
overflow-x: hidden;
    font-family: "Helvetica", Arial, serif;
    font-size: 12px;
    font-weight: bold;
}

.modal1 span{
    color: #fff;
}

.modal1 img{
    /*border: 1px solid red;*/
    padding: 5px;
    margin: 3px;
}

.modal1 table{
    /*border: 1px solid red;*/
    margin: 0px 0px 10px -2px;
}

.titulo{
    float: left;
    display: block;
    margin: 5px 0px 0px 17px;
}
.estacion{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.closemodal{
    float: left;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

.maxima{
    z-index: 1003;
    color: #ffffff;
    position: absolute;
    top: 163px;
    left: 70px;
}
.minima{
    z-index: 1003;
    color: #ffffff;
    position: absolute;
    top: 181px;
    left: 70px;
}

.fuerza{
    z-index: 1003;
    width: 40%;
    text-align: center;
    /*border: 1px solid red;*/
    color: #ffffff;
    position: absolute;
    top: 200px;
    left: 100px;
}

#respuesta i{
    /*border: 1px solid red;*/
    /*width: 100%;*/
/*text-align: center;*/
    margin-top: 55%;
    margin-left: 35%;
}

@media screen and (max-width: 320px) {

    .maxima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 175px;
        left: 50px;
    }
    .minima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 194px;
        left: 50px;
    }

    .fuerza{
        z-index: 1003;
        width: 40%;
        text-align: center;
        /*border: 1px solid red;*/
        color: #ffffff;
        position: absolute;
        top: 212px;
        left: 100px;
    }

    .overlay{
        display: none;
        position: absolute;
        top: 100px;
        left: 0px;
        /*background-color: rgba(0, 0, 0, 0.2);*/
        width: 100%;
        height: 100%;

        z-index:1001;

        /*opacity:.35;
        -moz-opacity: 0.35;
        filter: alpha(opacity=35);*/
    }
    .modal1 {
        display: none;
        position: relative;
        top: 950px;
        /*margin:80px auto;*/
        width: 220px;
        height:280px;
        padding: 20px;
        background: rgba(0, 0, 0,0.75);
        color: #333;
        z-index:1002;
        overflow-x: hidden;
        font-family: "Helvetica", Arial, serif;
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width: 360px) and (min-width: 321px){
    .maxima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 180px;
        left: 70px;
    }
    .minima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 200px;
        left: 70px;
    }

    .fuerza{
        z-index: 1003;
        width: 40%;
        text-align: center;
        /*border: 1px solid red;*/
        color: #ffffff;
        position: absolute;
        top: 215px;
        left: 110px;
    }

    .overlay{
        display: none;
        position: absolute;
        /*top: 100px;
        left: 0px;*/
        /*background-color: rgba(0, 0, 0, 0.2);*/
        width: 100%;
        height: 100%;

        z-index:1001;

        /*opacity:.35;
        -moz-opacity: 0.35;
        filter: alpha(opacity=35);*/
    }

    .modal1 {
        display: none;
        position: relative;
        /*top: 930px;*/
        /*margin:80px auto;*/
        width: 220px;
        height:280px;
        padding: 20px;
        background: rgba(0, 0, 0,0.75);
        color: #333;
        z-index:1002;
        overflow-x: hidden;
        font-family: "Helvetica", Arial, serif;
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width: 640px) and (min-width: 361px){
    .maxima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 180px;
        left: 70px;
    }
    .minima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 198px;
        left: 70px;
    }

    .fuerza{
        z-index: 1003;
        width: 40%;
        text-align: center;
        /*border: 1px solid red;*/
        color: #ffffff;
        position: absolute;
        top: 215px;
        left: 110px;
    }

    .overlay{
        display: none;
        position: absolute;
        top: 100px;
        left: 0px;
        /*background-color: rgba(0, 0, 0, 0.2);*/
        width: 100%;
        height: 100%;

        z-index:1001;

        /*opacity:.35;
        -moz-opacity: 0.35;
        filter: alpha(opacity=35);*/
    }

    .modal1 {
        display: none;
        position: relative;
        top: 1100px;
        /*margin:80px auto;*/
        width: 220px;
        height:280px;
        padding: 20px;
        background: rgba(0, 0, 0,0.75);
        color: #333;
        z-index:1002;
        overflow-x: hidden;
        font-family: "Helvetica", Arial, serif;
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width: 799px) and (min-width: 641px) {
    .maxima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 173px;
        left: 65px;
    }
    .minima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 191px;
        left: 65px;
    }

    .fuerza{
        z-index: 1003;
        width: 40%;
        text-align: center;
        /*border: 1px solid red;*/
        color: #ffffff;
        position: absolute;
        top: 209px;
        left: 100px;
    }

    .overlay{
        display: none;
        position: absolute;
        top: 100px;
        left: 0px;
        /*background-color: rgba(0, 0, 0, 0.2);*/
        width: 100%;
        height: 100%;

        z-index:1001;

        /*opacity:.35;
        -moz-opacity: 0.35;
        filter: alpha(opacity=35);*/
    }

    .modal1 {
        display: none;
        position: relative;
        top: 310px;
        /*margin:80px auto;*/
        width: 200px;
        height:270px;
        padding: 20px;
        background: rgba(0, 0, 0,0.75);
        color: #333;
        z-index:1002;
        overflow-x: hidden;
        font-family: "Helvetica", Arial, serif;
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (min-width: 800px) {
    .maxima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 173px;
        left: 65px;
    }
    .minima{
        z-index: 1003;
        color: #ffffff;
        position: absolute;
        top: 190px;
        left: 65px;
    }

    .fuerza{
        z-index: 1003;
        width: 40%;
        text-align: center;
        /*border: 1px solid red;*/
        color: #ffffff;
        position: absolute;
        top: 209px;
        left: 100px;
    }
}
