@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 ---*/
    /*--- MAGENTA: c02d4e ---*/
    /*--- FUCSIA: 7f4293 ---*/

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

/*--- MENU ---*/
            #flotante{
                display: inline-block;
                float: none;
                position: fixed;
                top: 110px;
                right: 30px;
                height: auto;
                width: auto;
                z-index: 200;
                }
            #flotante img{
                margin: 0px 0px 10px 0px;
                }
            #flotante h3{
                font-family: 'light';
                font-size: 1em;
                text-align: center;
                color: #FFF;
                padding: 0px 0px 10px 0px;
                margin: 0px;
                text-shadow: #000 1px 0 4px;
                }


            #menu{
                background: rgba(255,255,255,0.7);
                display: inline-block;
                float: none;
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 90px;
                z-index: 100;
                border-bottom: 1px #CCC solid;
                }
            nav {
                display: inline-block;
                position: relative;
                width: 100%;
                max-width: 1100px;
                height: auto;
                margin: 0px 0px 0px 0px;
                }
            nav img{
                display: inline-block;
                float: left;
                width: auto;
                max-height: 68px;
                margin: 10px 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:last-child img{
                margin: 28px 0px 0px 5px;
                }
            nav li a {
                text-decoration: none;
                font-family: 'regular';
                font-size: 1em;
                line-height: 5.5em;
                color: #333;
                margin: 0px 15px; 
                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: #7f4293;
                bottom: 3px;
                position: relative;
                }

/*--- FOOTER ---*/
        #footer {
            background-color: #AAA;
            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: 25%;
            }
        #footerizq h1{
            font-family: "bold";
            font-size: 1em;
            color: #7f4293;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #footerizq h2{
            font-family: "light";
            font-size: 0.8em;
            color: #000;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }

        #footermedio{
            display: inline-block; 
            float: none;
            width: 55%;
            }
        #footermedio h1{
            font-family: "bold";
            font-size: 1em;
            color: #7f4293;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #footermedio h2{
            font-family: "light";
            font-size: 0.9em;
            color: #000;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }
        #footermedio a{
            text-decoration: none;
            font-family: "regular";
            font-size: 1.1em;
            color: #7f4293;
            }            


        #footerder{
            display: inline-block; 
            float: right;
            width: 20%;
            }
        #footerder h1{
            font-family: "bold";
            font-size: 1em;
            color: #7f4293;
            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: 1em;
            color: #000;
            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: #7f4293;
            bottom: 3px;
            position: relative;
            }

        #footerabajo{
            background-color: #ccc;
            display: inline-block; 
            float: none;
            width: 100%;
            height: auto;
            }
        #footerabajo p{
            font-family: "regular";
            font-size: 0.8em;
            color: #000;
            text-align: center;
            margin: 20px 0px;
            }
        #footerabajo a{
            text-decoration: none;
            font-family: "regular";
            font-size: 1.1em;
            color: #7f4293;
            }            

        #mapa{
            display: inline-block;
            float: left;
            width: 90%;
            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 ---*/
        #contenedor{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 0px 0px 40px 0px;
            }

        #cajaizq{
            display: inline-block;
            float: left;
            width: 50%;
            }
        #cajaizq h1{
            font-family: "bold";
            font-size: 1.2em;
            color: #7f4293;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #cajaizq h2{
            font-family: "light";
            font-size: 1.1em;
            line-height: 1.5em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 40px 0px;
            }

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

        #cajagral{
            display: inline-block;
            float: none;
            width: 100%;
            }
        #cajagral h1{
            font-family: "bold";
            font-size: 1.2em;
            color: #7f4293;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #cajagral h2{
            font-family: "light";
            font-size: 1.1em;
            line-height: 1.5em;
            color: #232323;
            text-align: left;
            margin: 0px 0px 40px 0px;
            }
        #cajagral h3{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: center;
            margin: 0px 0px 40px 0px;
            }

        #cajagral ul{
            list-style-type: none;
            float: none;
            width: 100%;
            }
        #cajagral ul li{
            display: inline-block;
            float: none;
            width: 30%;
            margin: 0px 1.5%;
            }

        #cajagral section{
            display: inline-block;
            float: left;
            width: auto;
            margin: 0px 0px 7px 0px;
            padding: 0px 0px 7px 0px;
            }
        
        #serv_foto{
            display: inline-block;
            float: left;
            width: auto;
            }
        #serv_texto{
            background-color: #E5E5E5;
            display: inline-block;
            float: none;
            width: 100%;
            padding: 20px;
            border-radius: 15px;
            }

/*--- 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: #7f4293;
            text-align: left;
            margin: -3px 0px 15px 0px;
        }
        #texto h2{
            font-family: "regular";
            font-size: 1em;
            color: #2f2f2f;
            text-align: left;
            margin: 0px 0px 0px 0px;
            /*height: 120px;*/
            overflow:hidden!important;
        }
        #texto h3{
            font-family: "regular";
            font-size: 1em;
            color: #2f2f2f;
            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: #7f4293;
            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;
        }

/*--- CASE STUDIES ---*/
    #casestudies{
        display: inline-block;
        float: none;
        width: 100%;
        }
    #casestudies ul{
        list-style-type: none;
        }
    #casestudies ul li{
        display: inline-block;
        float: none;
        width: 32%;
        height: auto;
        margin: 0px 10px 10px 0px;
        }
    #casestudies h1 {
        background-color: #7f4293;
        font-family: 'regular';
        font-size: 1em;
        text-align: left;
        color: #FFF;
        padding: 10px 0px 10px 15px;
        margin: 0px;
        }
    #casestudies img {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px;
        }
    #casestudies 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;
        }
    #casestudies a:hover {
        bottom: 3px;
        position: relative;
        }

/*--- CONTACTO FORM ---*/

        #form{
            display: inline-block;
            float: none;
            width: 100%;
            margin: 0px;
            }
        #cajaizqform{
            display: inline-block;
            float: left;
            width: 21%;
            border-right: 1px #ccc solid;
            }
        #cajaizqform h1{
            font-family: "bold";
            font-size: 1em;
            color: #7f4293;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajaizqform h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 0px 0px;
            }

        #cajaderform{
            display: inline-block;
            float: right;
            width: 77%;
            }

        .formizq{
            display: inline-block;
            float: left;
            width: 48%;
            }
        .formder{
            display: inline-block;
            float: right;
            width: 48%;
            }

        .contact_form {
            display: inline-block;
            float: none;
            width:100%;
            padding: 0px;
            margin: 0px;
            }
        .contact_form ul {
            width: 100%;
            float: none;
            list-style-type:none;
            }
        .contact_form li{
            display: inline-block;
            float: right;
            width: 100%;
            margin-bottom: 18px;
            }
        .contact_form input {
            background-color: rgba(0,0,0,0.075);
            float: none;
            height: 43px;
            width: 97.5%;
            padding: 0px 0px 0px 10px;
            border: 1px #ccc solid;
            text-align: left;
            font-family: 'regular';
            font-size: 1em;
            }
        .contact_form textarea {
            background-color: rgba(0,0,0,0.075);
            float: none;
            padding: 10px 0px 0px 10px;
            width: 97.5%;
            border: 1px #ccc solid;
            text-align: left;
            font-family: 'regular';
            font-size: 1em;
            }
        #botones {
            display: inline-block;
            float: left;
            width: 100%;
            padding-top: 10px;
            }
        .contact_form button {
            display: inline-block;
            float: left;
            width: 100%;
            margin: 0px;
            padding: 10px 30px;
            background-color: #7f4293;
            border: none;
            font-family: 'regular';
            font-size: 1em;
            color: #FFF;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
            }
        .contact_form button:hover {
            background-color: #000;
            color: #7f4293;
            }




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

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

            /*--- MENU ---*/
                #flotante{
                    display: inline-block;
                    float: none;
                    position: fixed;
                    top: 90px;
                    right: 20px;
                    height: auto;
                    width: auto;
                    z-index: 200;
                    }
                #flotante img{
                    width: 60%;
                    margin: 0px 0px 2px 0px;
                    }
                #flotante h3{
                    font-family: 'light';
                    font-size: 0.7em;
                    text-align: center;
                    color: #FFF;
                    padding: 0px 0px 10px 0px;
                    margin: 0px;
                    text-shadow: #000 1px 0 4px;
                    }

                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: 100%;
                    margin: 0px 0px 20px 0px;
                    max-width: 780px;
                    }

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

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

                #cajagral{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    }
                #cajagral h1{
                    font-family: "bold";
                    font-size: 1.2em;
                    color: #7f4293;
                    text-align: left;
                    margin: 0px 0px 10px 0px;
                    }
                #cajagral h2{
                    font-family: "light";
                    font-size: 1.1em;
                    line-height: 1.5em;
                    color: #232323;
                    text-align: left;
                    margin: 0px 30px 40px 0px;
                    }
                #cajagral h3{
                    font-family: "light";
                    font-size: 1em;
                    color: #232323;
                    text-align: center;
                    margin: 0px 0px 40px 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;
                    }
                #cajagral ul{
                    list-style-type: none;
                    float: none;
                    width: 100%;
                    }
                #cajagral ul li{
                    display: inline-block;
                    float: none;
                    width: 25%;
                    margin: 0px 2.5%;
                    }

                #serv_foto{
                    width: 44%;
                    }
                #serv_texto{
                    width: 90%;
                    float: left;
                    padding: 20px 20px 0px 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%;
                    }
                #footermedio h2{
                    font-family: "light";
                    font-size: 0.8em;
                    color: #000;
                    text-align: left;
                    margin: 0px 0px 0px 0px;
                    }

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

            /*--- SERVICIOS ---*/
                #casestudies ul li{
                    display: inline-block;
                    float: none;
                    width: 27%;
                    height: auto;
                    margin: 0px 10px 10px 0px;
                    }
                #casestudies h1 {
                    background-color: #7f4293;
                    font-family: 'regular';
                    font-size: 1em;
                    text-align: center;
                    color: #FFF;
                    padding: 5px;
                    margin: 0px;
                    }
                #casestudies img {
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 0px;
                    }
                #casestudies 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;
                    }
                #casestudies a:hover {
                    bottom: 3px;
                    position: relative;
                    }

            /*--- CONTACTO FORM ---*/

                #cajaizqform{
                    float: none;
                    width: 100%;
                    border-right: none;
                    border-bottom: 1px #ccc solid;
                    padding: 0px 0px 20px 0px;
                    margin: 0px 0px 20px 0px;
                    }

                #cajaderform{
                    float: none;
                    width: 100%;
                    }

                .formizq{
                    float: left;
                    width: 48%;
                    }
                .formder{
                    float: right;
                    width: 48%;
                    }

        }

    /*--- 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 ---*/
                #contenedor{
                    width: 100%;
                    margin: 0px 0px 20px 0px;
                    max-width: 680px;
                    }
                #serv_foto{
                    width: 44%;
                    }
                #serv_texto{
                    width: 90%;
                    float: left;
                    padding: 20px 20px 0px 20px;
                    }

            /*--- SERVICIOS ---*/
                #casestudies h1 {
                    background-color: #7f4293;
                    font-family: 'regular';
                    font-size: 0.9em;
                    text-align: center;
                    color: #FFF;
                    padding: 5px;
                    margin: 0px;
                    }
               

        }

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

    		/*--- MENU ---*/
                
                #flotante{
                    display: inline-block;
                    float: none;
                    position: fixed;
                    top: 80px;
                    right: 10px;
                    height: auto;
                    width: auto;
                    z-index: 200;
                    }
                #flotante img{
                    width: 60%;
                    margin: 0px 0px 2px 0px;
                    }
                #flotante h3{
                    font-family: 'light';
                    font-size: 0.7em;
                    text-align: center;
                    color: #FFF;
                    padding: 0px 0px 10px 0px;
                    margin: 0px;
                    text-shadow: #000 1px 0 4px;
                    }

                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,0.85);
                    display: none;
                    float: left;
                    height: auto;
                    width: 25%;
                    margin: 0px 0px 0px 120px;
                    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 #333 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: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 20px 0px 0px 0px;
                    }

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

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

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

                #serv_foto{
                    width: 44%;
                    }
                #serv_texto{
                    width: 88%;
                    float: left;
                    padding: 20px 20px 0px 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%;
                    }   

            /*--- SERVICIOS ---*/
                #casestudies ul li{
                    display: inline-block;
                    float: none;
                    width: 45%;
                    height: auto;
                    margin: 0px 15px 15px 0px;
                    }
                #casestudies h1 {
                    background-color: #7f4293;
                    font-family: 'regular';
                    font-size: 0.8em;
                    text-align: center;
                    color: #FFF;
                    padding: 5px;
                    margin: 0px;
                    }

            /*--- CONTACTO FORM ---*/

                #cajaizqform{
                    float: none;
                    width: 100%;
                    border-right: none;
                    border-bottom: 1px #ccc solid;
                    padding: 0px 0px 20px 0px;
                    margin: 0px 0px 20px 0px;
                    }

                #cajaderform{
                    float: none;
                    width: 100%;
                    }

                .contact_form{
                    width: 95%;
                    }
                .formizq{
                    float: none;
                    width: 100%;
                    }
                .formder{
                    float: none;
                    width: 100%;
                    }
                
        }

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

        	/*--- MENU ---*/
                
                #flotante{
                    display: inline-block;
                    float: none;
                    position: fixed;
                    top: 70px;
                    right: 9px;
                    height: auto;
                    width: auto;
                    z-index: 200;
                    }
                #flotante img{
                    width: 60%;
                    margin: 0px 0px 2px 0px;
                    }
                #flotante h3{
                    font-family: 'light';
                    font-size: 0.6em;
                    text-align: center;
                    color: #FFF;
                    padding: 0px 0px 10px 0px;
                    margin: 0px;
                    text-shadow: #000 1px 0 4px;
                    }

                #menu{
                    height: auto;
                    }
                nav {
                    float: none;
                    height: auto;
                    width: 95%;
                    margin: 0px 0px 0px 0px;
                    }
                nav img{
                    max-height: 60px;
                    margin: 10px 0px 0px 0px;
                    } 
                nav ul {
                    background: rgba(0,0,0,0.85);
                    display: none;
                    float: left;
                    height: auto;
                    width: 25%;
                    margin: 0px 0px 0px 40px;
                    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 #333 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: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 20px 0px 0px 0px;
                    }

            /*--- 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%;
                    }   

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

                #cajagral h2{
                    font-family: "light";
                    font-size: 1em;
                    line-height: 1.5em;
                    color: #232323;
                    text-align: left;
                    margin: 0px 0px 20px 0px;
                    }
                #cajagral h3{
                    font-family: "light";
                    font-size: 1em;
                    color: #232323;
                    text-align: center;
                    margin: 0px 0px 40px 0px;
                    }

                #cajagral ul{
                    list-style-type: none;
                    float: none;
                    width: 100%;
                    }
                #cajagral ul li{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 0px 1.5%;
                    }

                #cajagral section{
                    display: inline-block;
                    float: left;
                    width: auto;
                    margin: 0px 0px 7px 0px;
                    padding: 0px 0px 7px 0px;
                    }

                #serv_texto{
                    width: 85%;
                    float: left;
                    padding: 20px 20px 0px 20px;
                    }

            /*--- CASE STUDIES ---*/
                #casestudies ul li{
                    width: 85%;
                    margin: 0px 0px 30px 0px;
                    }

            }

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

			/*--- MENU ---*/
                
                nav {
                    display: inline-block;
                    position: relative;
                    width: 93%;
                    max-width: auto;
                    height: auto;
                    margin: 0px 0px 10px 0px;
                    }
                nav ul {
                    float: none;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px;
                    }
                nav img{
                    max-height: 50px;
                    margin: 0px 0px 0px 0px;
                    } 
                nav ul {
                    background: rgba(0,0,0,0.85);
                    display: none;
                    float: right;
                    height: auto;
                    width: 40%;
                    margin: 0px 30px 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 #333 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: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 20px 0px 0px 0px;
                    }

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

                #cajader{
                    width: 95%;
                    }

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

        }

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

            

        }

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

                

        }

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

        }
