@charset "utf-8";

/*--- RESET CSS ---*/
    html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
    dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
    a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
    strong, sub, sup, tt, var, legend, fieldset {
        margin: 0;
        padding: 0;
    }
     
    img, fieldset {
        border: 0;
    }
    img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
        margin: 0;
    }

/*--- FUENTES ---*/
    @font-face {
        font-family: 'regular';
        src: url('../estilos/fonts/opensans-regular-webfont.eot');
        src: url('../estilos/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('../estilos/fonts/opensans-regular-webfont.woff') format('woff'),
             url('../estilos/fonts/opensans-regular-webfont.ttf') format('truetype'),
             url('../estilos/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'light';
        src: url('../estilos/fonts/opensans-light-webfont.eot');
        src: url('../estilos/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
             url('../estilos/fonts/opensans-light-webfont.woff') format('woff'),
             url('../estilos/fonts/opensans-light-webfont.ttf') format('truetype'),
             url('../estilos/fonts/opensans-light-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'italic';
        src: url('../estilos/fonts/opensans-italic-webfont.eot');
        src: url('../estilos/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
             url('../estilos/fonts/opensans-italic-webfont.woff') format('woff'),
             url('../estilos/fonts/opensans-italic-webfont.ttf') format('truetype'),
             url('../estilos/fonts/opensans-italic-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'bold';
        src: url('../estilos/fonts/opensans-bold-webfont.eot');
        src: url('../estilos/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('../estilos/fonts/opensans-bold-webfont.woff') format('woff'),
             url('../estilos/fonts/opensans-bold-webfont.ttf') format('truetype'),
             url('../estilos/fonts/opensans-bold-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'black';
        src: url('../estilos/fonts/opensans-extrabold-webfont.eot');
        src: url('../estilos/fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
             url('../estilos/fonts/opensans-extrabold-webfont.woff') format('woff'),
             url('../estilos/fonts/opensans-extrabold-webfont.ttf') format('truetype'),
             url('../estilos/fonts/opensans-extrabold-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'bolditalic';
        src: url('../estilos/fonts/opensans-bolditalic-webfont.eot');
        src: url('../estilos/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
             url('../estilos/fonts/opensans-bolditalic-webfont.woff') format('woff'),
             url('../estilos/fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
             url('../estilos/fonts/opensans-bolditalic-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
/*--- COLORES ---*/
    /*--- AMARILLO: ffe200 ---*/
    /*--- NARANJA: ff6000 ---*/

/*--- CLERAFIX MENU RESPONSIVO ---*/
    /* Clearfix */
        .clear:before, .clear:after {
            content: " ";
            display: table;
        }
         
        .clear:after {
            clear: both;
        }
         
        .clear {
            *zoom: 1;
        }
         
        a#pull {
            display: none;
        }

/*--- MENU ---*/
            #menu{
                background: rgba(0,0,0,0.7);
                display: inline-block;
                float: none;
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 110px;
                z-index: 100;
                }
            nav {
                display: inline-block;
                position: relative;
                width: 100%;
                max-width: 1100px;
                height: auto;
                margin: 10px 0px 0px 0px;
                }
            nav img{
                display: inline-block;
                float: left;
                width: auto;
                max-height: 90px;
                margin: 0px 0px 0px 0px;
                }            
            nav ul {
                display: inline-block;
                float: right;
                list-style: none;
                width: auto;
                height: auto;
                margin: 0px;
                }
            nav li {
                position: relative;
                display: inline-block;
                float: none;
                width: auto;
                height: auto;
                margin: 0px;
                padding: 0px;
                }
            nav li a {
                text-decoration: none;
                font-family: 'regular';
                font-size: 1em;
                line-height: 5.5em;
                color: #FFF;
                margin: 0px 20px; 
                bottom: 0px;
                transition: all .20s;
                -moz-transition:transition: all .20s;
                -ms-transition:transition: all .20s;
                -webkit-transition:transition: all .20s;
                -o-transition:transition: all .20s;
                }
            nav li a:hover, nav li a:active {
                color: #ffe200;
                bottom: 3px;
                position: relative;
                }

/*--- FOOTER ---*/
        #footer {
            background-color: #232323;
            display: inline-block;
            float: none;
            width: 100%;
            max-height: auto;
            margin: 0px;
            }
        #footercontenedor{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 30px 0px 30px 0px;
            }

        #footerizq{
            display: inline-block; 
            float: left;
            width: 35%;
            }
        #footerizq h1{
            font-family: "bold";
            font-size: 1em;
            color: #ffe200;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #footerizq h2{
            font-family: "light";
            font-size: 0.8em;
            color: #ccc;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }
        #footerizq a{
            font-family: "regular";
            font-size: 1em;
            color: #232323;
            text-align: right;
            text-decoration: none;
            bottom:0;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
            }

        #footermedio{
            display: inline-block; 
            float: none;
            width: 40%;
            }
        #footermedio h1{
            font-family: "bold";
            font-size: 1em;
            color: #ffe200;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #footermedio h2{
            font-family: "light";
            font-size: 0.8em;
            color: #ccc;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }
        #footermedio a{
            text-decoration: none;
            font-family: "regular";
            font-size: 1.1em;
            color: #ffe200;
            }
        #footermedio a:hover {
            color: #000;
            bottom: 3px;
            position: relative;
            }            


        #footerder{
            display: inline-block; 
            float: right;
            width: 20%;
            }
        #footerder h1{
            font-family: "bold";
            font-size: 1em;
            color: #ffe200;
            text-align: right;
            margin: 0px 0px 10px 0px;
            }
        #footerder ul{
            list-style-type: none;
            float: right;
            }
        #footerder ul li{
            display: inline-block;
            float: none;
            width: 100%;
            margin: 0px;
            text-align: right;
            }
        #footerder a{
            font-family: "regular";
            font-size: 0.8em;
            color: #FFF;
            text-align: right;
            text-decoration: none;
            bottom:0;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
            }
        #footerder img{
            display: inline-block;
            float: right;
            width: auto;
            margin: 20px 0px 0px 0px;
            }

        #footer a:hover {
            color: #ffe200;
            bottom: 3px;
            position: relative;
            }

        #footerabajo{
            background-color: #ffe200;
            display: inline-block; 
            float: none;
            width: 100%;
            height: auto;
            }
        #footerabajo p{
            font-family: "regular";
            font-size: 1em;
            color: #FFF;
            text-align: center;
            margin: 20px 0px;
            }
        #footerabajo a{
            text-decoration: none;
            font-family: "regular";
            font-size: 1em;
            color: #000;
            transition: all .20s;
            -moz-transition:transition: all .20s;
            -ms-transition:transition: all .20s;
            -webkit-transition:transition: all .20s;
            -o-transition:transition: all .20s;
            }
        #footerabajo a:hover{
            text-decoration: none;
            color: #FFF;
            }            

        #mapa{
            display: inline-block;
            float: left;
            width: 100%;
            margin: 0px 0px 10px 0px;
            }        

/*--- BANNER FIJO ---*/

        #bannerfijo{
            display: inline-block;
            float: none;
            width: 100%;
            margin: 0px 0px 40px 0px;
            }
        #bannerfijo img{
            width: 100%;
            }

/*--- CAJAS Y CONTENEDOR ---*/
        #flotante{
            display: inline-block;
            float: none;
            position: fixed;
            top: 35px;
            right: 30px;
            height: auto;
            width: auto;
            z-index: 110;
            }
        #flotante ul {
            display: inline-block;
            float: right;
            list-style: none;
            width: auto;
            height: auto;
            margin: 0px;
            }
        #flotante li {
            position: relative;
            display: inline-block;
            float: none;
            width: auto;
            height: auto;
            margin: 5px;
            padding: 0px;
            }

        #flotantewapp{
            display: inline-block;
            float: none;
            position: fixed;
            bottom: 30px;
            right: 30px;
            height: auto;
            width: auto;
            z-index: 112;
            }

        #contenedor{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 0px 0px 40px 0px;
            }

        #cajaizq{
            display: inline-block;
            float: left;
            width: 48%;
            }
        #cajaizq h1{
            font-family: "bold";
            font-size: 1em;
            color: #ff6000;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajaizq h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 0px 0px;
            }

        #cajader{
            display: inline-block;
            float: right;
            width: 48%;
            }
        #cajader h1{
            font-family: "bold";
            font-size: 1em;
            color: #ff6000;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajader h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 0px 0px;
            }
        #cajader h3{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 30px 0px;
            }

        #cajagral{
            display: inline-block;
            float: none;
            width: auto;
            }
        #cajagral h1{
            font-family: "bold";
            font-size: 1em;
            color: #ff6000;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajagral h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }
        #cajagral h3{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 30px 0px;
            }

        #cajagral section{
            display: inline-block;
            float: none;
            width: auto;
            border-bottom: 1px #000 solid;
            margin: 0px 0px 15px 0px;
            padding: 0px 0px 15px 0px;
            }
        
        #serv_foto{
            display: inline-block;
            float: left;
            width: auto;
            }
        #serv_texto {
            display: inline-block;
            float: left;
            width: auto;
            padding: 0px 0px 0px 0px;
            }
        #serv_texto h1{
            font-family: "regular";
            font-size: 1em;
            color: #ff6000;
            text-align: left;
            margin: 0px 0px 30px 0px;
            }
        #serv_texto img{
            float: none;
            width: auto;
            padding: 0px 0px 10px 0px;
            }
        #serv_texto ul{
            list-style: none;
            text-decoration: none;
            float: none;
            width: auto;
            padding: 0px 0px 0px 0px;
            }
        #serv_texto li{
            text-decoration: none;
            float: left;
            width: 30%;
            padding: 0px 10px;
            }

        #masprod {
            display: inline-block;
            background-color: #e5e5e5;
            float: left;
            width: auto;
            margin: 30px 0px 0px 0px;
            padding-top: 15px;
            border-top: 1px #000 solid;
            }
        #masprod h1{
            font-family: "regular";
            font-size: 0.8em;
            color: #666666;
            text-align: center;
            margin: 0px 0px 15px 0px;
            }
        #masprod img{
            float: none;
            width: auto;
            padding: 0px 0px 10px 0px;
            }
        #masprod ul{
            list-style: none;
            text-decoration: none;
            float: none;
            width: auto;
            padding: 0px 0px 0px 0px;
            }
        #masprod li{
            text-decoration: none;
            float: left;
            width: 14.8%;
            padding: 0px 10px;
            }

/*--- FORMS ---*/

    #formulario{
        display: inline-block;
        float: left;
        width: auto;
        }
    #formulario input {
        display: inline-block;
        float: left;
        border-color: #CCC;
        border-radius: 5px;
        width: 200px;
        height: 35px;
        margin: 0px 10px 0px 0px;
        }
    #formulario button {
        background-color: #ffe200;
        display: inline-block;
        float: none;
        border-color: #CCC;
        border-radius: 5px;
        width: auto;
        height: 35px;
        color: #000;
        padding: 0px 10px 0px 10px;
        }

/*--- TEXTOS ---*/
        #ico{
            display: inline-block;
            float: left;
            width: auto;
            height: 200px;
        }
        #texto{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
        }
        #texto h1{
            font-family: "bold";
            font-size: 2em;
            line-height: 1em;
            color: #ffe200;
            text-align: left;
            margin: -3px 0px 15px 0px;
        }
        #texto h2{
            font-family: "regular";
            font-size: 1em;
            color: #017cf3;
            text-align: left;
            margin: 0px 0px 0px 0px;
            /*height: 120px;*/
            overflow:hidden!important;
        }
        #texto h3{
            font-family: "regular";
            font-size: 1em;
            color: #017cf3;
            text-align: center;
            margin: 0px 0px 0px 0px;
        }
        #texto img{
            display: inline-block;
            float: left;
            width: 54px;
            height: auto;
            margin: 0px 15px 0px 0px;
            overflow:hidden!important;
        }
        #texto a{
            color: #ffe200;
            text-decoration: none;
            bottom:0;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
        }
        #texto a:hover {
            color: #000;
            bottom: 3px;
            position: relative;
        }

/*--- GALERIAS ---*/
    #fotos{
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px 0px 10px 0px;
        }
    #fotos ul{
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        }
    #fotos ul li{
        display: inline-block;
        float: none;
        width: 23%;
        height: auto;
        margin: 0px 0% 15px 10px;
        padding: 0px;
        bottom: 0px;
        transition: all .20s;
        -moz-transition:transition: all .20s;
        -ms-transition:transition: all .20s;
        -webkit-transition:transition: all .20s;
        -o-transition:transition: all .20s;
        }
    #fotos ul li img{
        object-fit: cover;
        width: 100%;
        height: 120px;
        border-radius: 10px;
        }
    #fotos ul li:hover, #fotos ul li:active {
        bottom: 3px;
        position: relative;
        }
    #fotos ul li a {
        text-decoration: none;
        }
    #fotos h1{
        font-family: 'light';
        font-size: 1em;
        color: #000;
        text-align: center;
        margin: 10px 0px 10px 0px;
        }

    #volver{
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px 0px 20px 0px;
        }
    #volver a{
        text-decoration: none;
        font-family: 'bold';
        font-size: 1.5em;
        color: #000;
        text-align: center;
        margin: 10px 0px 10px 0px;
        }

/*--- CASE STUDIES ---*/
    #clientes{
        display: inline-block;
        float: none;
        width: 100%;
        }
    #clientes ul{
        list-style-type: none;
        display: inline-block;
        float: left;
        width: 100%;
        }
    #clientes ul li{
        display: inline-block;
        float: auto;
        width: auto;
        height: auto;
        margin: 0px 10px 25px 10px;
        }
    #clientes h1 {
        background-color: #ffe200;
        font-family: 'regular';
        font-size: 1em;
        text-align: left;
        color: #FFF;
        padding: 10px 0px 10px 15px;
        margin: 0px;
        }
    #clientes img {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px;
        }
    #clientes a {
        text-decoration: none;
        bottom: 0px;
        transition: all .20s;
        -moz-transition:transition: all .20s;
        -ms-transition:transition: all .20s;
        -webkit-transition:transition: all .20s;
        -o-transition:transition: all .20s;
        }
    /*---#clientes a:hover {
        bottom: 3px;
        position: relative;
        }---*/



/*--- R E S P O N S I V O S ---*/

    /*--- PANTALLA 950 (probar hasta 851) ...*/
        @media only screen and (max-width: 950px) {

            /*--- MENU ---*/
                nav {
                    width: 95%;
                    }
                nav li a {
                    font-size: 0.8em;
                    line-height: 7em;
                    margin: 0px 10px; 
                    }

            /*--- BANNER FIJO ---*/

                #bannerfijo{
                    margin: 0px 0px 20px 0px;
                    }

            /*--- CAJAS Y CONTENEDOR ---*/
                #contenedor{
                    width: 95%;
                    margin: 0px 0px 20px 0px;
                    }

                #cajaizq{
                    display: inline-block;
                    float: left;
                    width: 48%;
                    }

                #cajader{
                    display: inline-block;
                    float: right;
                    width: 48%;
                    }

                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: auto;
                    border-bottom: 1px #000 solid;
                    margin: 0px 0px 15px 0px;
                    padding: 0px 0px 15px 0px;
                    }
                
                #serv_foto{
                    width: 44%;
                    }
                #serv_texto{
                    width: 50%;
                    padding: 20px;
                    }

            /*--- FOOTER ---*/
                #footercontenedor{
                    width: 95%;
                    margin: 20px 0px 20px 0px;
                    }

                #footerizq{
                    display: inline-block; 
                    float: left;
                    width: 30%;
                    }

                #footermedio{
                    display: inline-block; 
                    float: none;
                    width: 50%;
                    }

                #footerder{
                    display: inline-block; 
                    float: right;
                    width: 18%;
                    }

            /*--- CASE STUDIES ---*/
                #clientes ul li{
                    width: 28%;
                    margin: 0px 20px 30px 20px;
                    }
                #clientes h1 {
                    font-size: 0.8em;
                    }

        }

    /*--- PANTALLA 850  (probar hasta 769)...*/
        @media only screen and (max-width: 850px) {

            /*--- MENU ---*/
                nav img{
                    max-height: 50px;
                    margin: 18px 0px 0px 0px;
                    }   

            /*--- CAJAS Y CONTENEDOR ---*/
                #serv_foto{
                    width: 35%;
                    }
                #serv_texto{
                    width: 58%;
                    }

            /*--- CASE STUDIES ---*/
                #clientes ul li{
                    width: 29%;
                    margin: 0px 10px 30px 10px;
                    }
                #clientes h1 {
                    font-size: 0.8em;
                    }

        }

    /*--- PANTALLA 768  (probar hasta 641)...*/
        @media only screen and (max-width: 768px) {

    		/*--- MENU ---*/
                
                nav {
                    float: none;
                    height: auto;
                    width: 95%;
                    margin: 0px 0px 0px 0px;
                    }
                nav img{
                    max-height: 68px;
                    margin: 10px 0px 0px 0px;
                    } 
                nav ul {
                    background: rgba(0,0,0);
                    display: none;
                    float: right;
                    height: auto;
                    width: 25%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 20px;
                    }
                nav ul li {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 5px 0px 5px 0px;
                    padding: 0px 0px 10px 0px;
                    position: relative;
                    text-align: right;
                    border-bottom: 1px #000 solid;
                    }
                nav li:last-child img{
                    float: right;
                    margin: 0px 0px 0px 0px;
                    }
                nav ul li a {
                    text-decoration: none;
                    font-family: 'regular';
                    font-size: 1em;
                    line-height: 1em;
                    text-align: right;
                    color: #000;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 20px 0px 0px 0px;
                    }

            /*--- MENU ---*/
                
                nav ul {
                    float: none;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px;
                    }
                nav ul li {
                    display: inline-block;
                    background: rgba(0,0,0,0.5);
                    float: left;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px 0px 0px;
                    position: relative;
                    text-align: center;
                    border-bottom: 1px #FFF solid;
                    }
                nav li:last-child img{
                    float: none;
                    margin: 0px 0px -5px 0px;
                    }
                nav ul li a {
                    text-decoration: none;
                    font-family: 'regular';
                    font-size: 1em;
                    line-height: 2.5em;
                    text-align: center;
                    color: #fff;
                    margin: 3px 0px 3px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 10px 0px 0px 0px;
                    }

            /*--- CAJAS Y CONTENEDOR ---*/
                #cajaizq{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    }

                #cajader{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 20px 0px 0px 0px;
                    }

                #serv_foto{
                    width: 100%;
                    float: none;
                    margin: 0px 0px 5px 0px;
                    }
                #serv_texto{
                    float: none;
                    width: 90%;
                    padding: 20px;
                    }

            /*--- FOOTER ---*/
                #footercontenedor{
                    width: 95%;
                    margin: 20px 0px 20px 0px;
                    }

                #footerizq{
                    display: inline-block; 
                    float: left;
                    width: 49%;
                    }

                #footermedio{
                    display: inline-block; 
                    float: right;
                    width: 49%;
                    }

                #footerder{
                    float: none;
                    width: 100%;
                    margin: 10px 0px 0px 0px;
                    padding: 10px 0px 0px 0px;
                    border-top: 1px #333 solid;
                    }
                #footerder h1{
                    text-align: left;
                    }
                #footerder ul{
                    float: left;
                    }
                #footerder ul li{
                    display: inline-block;
                    float: none;
                    width: auto;
                    margin: 0px 5px;
                    text-align: left;
                    }
                #footerder ul li:first-child{
                    margin: 0px 10px 0px 0px;
                    }
                #footerder a{
                    text-align: left;
                    }
                #footerder img{
                    display: inline-block;
                    float: right;
                    width: auto;
                    margin: 0px 0px 0px 0px;
                    }

                #mapa{
                    width: 95%;
                    }   

            /*--- CASE STUDIES ---*/
                #clientes ul li{
                    width: 28%;
                    margin: 0px 10px 30px 10px;
                    }

        }

    /*--- PANTALLA 640  (probar hasta 481)...*/
        @media only screen and (max-width: 640px) {

        	/*--- FOOTER ---*/
                #footerizq{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    margin: 0px 0px 20px 0px;
                    }

                #footermedio{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    }

                #footerder ul{
                    float: none;
                    width: 100%;
                    }
                #footerder a{
                    text-align: center;
                    font-size: 1em;
                    }
                #footerder img{
                    display: inline-block;
                    float: none;
                    width: auto;
                    margin: 20px 0px 0px 0px;
                    }

                #mapa{
                    width: 100%;
                    }   

            /*--- CASE STUDIES ---*/
                #clientes ul li{
                    width: 45%;
                    margin: 0px 10px 30px 10px;
                    }

            }

    /*--- PANTALLA 480  (probar hasta 361)...*/
        @media only screen and (max-width: 480px) {

		    /*--- CAJAS Y CONTENEDOR ---*/
                #cajaizq{
                    width: 95%;
                    }

                #cajader{
                    width: 95%;
                    }

                #serv_foto{
                    width: 95%;
                    }
                #serv_texto{
                    float: none;
                    width: 90%;
                    padding: 10px;
                    }

            /*--- CASE STUDIES ---*/
                #clientes ul li{
                    width: 100%;
                    margin: 0px 0px 20px 0px;
                    }

        }