#img_contenedor{
    position: relative;
    /*
    min-height: 1650px;
    background-image: url('../images/fondo_monarca_instalaciones.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -65px;
    margin-bottom: -49px;
    */   
}
#img_contenedor_movil{
    position: relative;
}
.img_contenedor_div_01{
    position: absolute;
    left: 80px;
    top: 150px;
    width: 450px;
    text-align: center;
    border: 0px solid black;
}
.img_contenedor_div_01_tex_01{
    color: white;
    font-size: 4em;
    font-weight: bold;
}

.img_contenedor_div_02{
    position: absolute;
    left: 100px;
    top: 400px;
    width: 180px;
    text-align: center;
    border: 0px solid black;
}
.img_contenedor_div_02_tex_01{
    color: black;
    background: white;
    border-radius: 25px;
    font-size: 2.5em;
    font-weight: bold;
    padding: 10px;
}
.img_contenedor_div_02_tex_02{
    color: white;
    border: 1px solid white;
    border-radius: 25px; 
    font-size: 0.8em;
    padding: 5px;
}
.img_contenedor_div_02_ico{
    font-size: 1em;
    color: white;
}

.img_contenedor_div_03{
    position: absolute;
    left: 500px;
    top: 1100px;
    width: 180px;
    text-align: center;
    border: 0px solid black;
}
.img_contenedor_div_03_tex_01{
    color: black;
    background: white;
    border-radius: 25px;
    font-size: 2.5em;
    font-weight: bold;
    padding: 10px;
}
.img_contenedor_div_03_tex_02{
    color: black;
    border: 1px solid black;
    border-radius: 25px; 
    font-size: 0.8em;
    padding: 5px;
}
.img_contenedor_div_03_ico{
    font-size: 1em;
    color: black;
}

/* Movil */
#img_contenedor_movil{
    position: relative;   
}
.img_contenedor_div_01_movil{
    position: absolute;
    left: 0px;
    top: 40px;
    width: 200px;
    text-align: center;
    border: 0px solid black;
}
.img_contenedor_div_01_tex_01_movil{
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}

.img_contenedor_div_02_movil{
    position: absolute;
    left: 0px;
    top: 110px;
    width: 130px;
    text-align: center;
    border: 0px solid black;
}
.img_contenedor_div_02_tex_01_movil{
    color: black;
    background: white;
    border-radius: 20px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px;
}
.img_contenedor_div_02_tex_02_movil{
    color: white;
    border: 1px solid white;
    border-radius: 25px; 
    font-size: 0.7em;
    padding: 5px;
}

.img_contenedor_div_03_movil{
    position: absolute;
    left: 150px;
    top: 350px;
    width: 130px;
    text-align: center;
    border: 0px solid black;
}
.img_contenedor_div_03_tex_01_movil{
    color: black;
    background: white;
    border-radius: 20px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px;
}
.img_contenedor_div_03_tex_02_movil{
    color: black;
    border: 1px solid black;
    border-radius: 25px; 
    font-size: 0.7em;
    padding: 5px;
}
