@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 ---*/
    /*--- VERDE: 21a04e ---*/
    /*--- GRIS: 2f2f2f ---*/

/*--- 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.35);
                display: inline-block;
                float: none;
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 90px;
                z-index: 100;
                border-bottom: 1px #fff solid;
                }
            nav {
                display: inline-block;
                position: relative;
                width: 100%;
                max-width: 1280px;
                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: 30px 0px 0px 5px;
                }
            nav li a {
                text-decoration: none;
                font-family: 'regular';
                font-size: 1em;
                line-height: 5.5em;
                color: #FFF;
                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: #21a04e;
                bottom: 3px;
                position: relative;
                }

/*--- PRINCIPALES ---*/
        #principales{
            z-index: 20;
            position: absolute;
            display: block;
            width: 100%;
            bottom: 4%;
        }
        #principales ul{
            display: inline-block;
            float: none;
            list-style-type: none;
        }
        #principales ul li{
            width: 12%;
            display: inline-block;
            float: none;
            margin: 10px;
            bottom: 0px;
            opacity: 1;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s
            -o-transition:transition: all .25s;
        }
        #principales ul li:hover{
            position: relative;
            bottom: 5px;
            opacity: 0.5;
        }
        #principales ul li img{
            border-radius: 10px;
            border: 1px solid #FFF;
        }

/*--- CARTAS ---*/
        #cartas{
            z-index: 20;
            position: relative;
            display: block;
            width: 100%;
            bottom: 4%;
        }
        #cartas ul{
            display: inline-block;
            float: none;
            list-style-type: none;
        }
        #cartas ul li{
            width: 14%;
            display: inline-block;
            float: none;
            margin: 10px;
            bottom: 0px;
            opacity: 1;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s
            -o-transition:transition: all .25s;
        }
        #cartas ul li:hover{
            position: relative;
            bottom: 5px;
            opacity: 0.5;
        }
        #cartas ul li img{
            border-radius: 10px;
            border: 1px solid #21a04e;
        }

/*--- 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: 1280px;
            margin: 30px 0px 30px 0px;
            }

        #footerizq{
            display: inline-block; 
            float: left;
            width: 25%;
            }
        #footerizq h1{
            font-family: "bold";
            font-size: 1em;
            color: #21a04e;
            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;
            }

        #footermedio{
            display: inline-block; 
            float: none;
            width: 55%;
            }
        #footermedio h1{
            font-family: "bold";
            font-size: 1em;
            color: #21a04e;
            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: #21a04e;
            }            


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

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

        #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 0px 0px;
            }
        #bannerfijo img{
            width: 100%;
            }

/*--- CAJAS Y CONTENEDOR ---*/
        #contenedor{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 95%;
            margin: -4px 0px 40px 0px;
            padding: 30px 0px 0px 0px;
            }

        #cajaizq{
            display: inline-block;
            float: left;
            width: 48%;
            }
        #cajaizq h1{
            font-family: "bold";
            font-size: 1.75em;
            color: #21a04e;
            text-align: left;
            margin: 0px 0px 5px 0px;
            }
        #cajaizq h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 30px 0px;
            }
        #cajaizq h3{
            font-family: "bold";
            font-size: 1em;
            color: #21a04e;
            text-align: left;
            margin: 0px 0px 15px 0px;
            }
        #cajaizq a{
            color: #21a04e;
            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;
            }
        #cajaizq a:hover {
            color: #000;
            bottom: 3px;
            position: relative;
            }
        #cajaizq img{
            margin: 0px 0px 20px 0px;
            }

        #cajader{
            display: inline-block;
            float: right;
            width: 48%;
            }
        #cajader h1{
            font-family: "bold";
            font-size: 1.75em;
            color: #21a04e;
            text-align: left;
            margin: 0px 0px 5px 0px;
            }
        #cajader h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 30px 0px;
            }
        #cajader h3{
            font-family: "bold";
            font-size: 1em;
            color: #21a04e;
            text-align: right;
            margin: 0px 0px 15px 0px;
            }
        #cajader a{
            color: #21a04e;
            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;
            }
        #cajader a:hover {
            color: #000;
            bottom: 3px;
            position: relative;
            }
        #cajader img{
            margin: 0px 0px 20px 0px;
            }

        #cajagral{
            display: inline-block;
            float: none;
            width: auto;
            }
        #cajagral h1{
            font-family: "bold";
            font-size: 1.75em;
            color: #21a04e;
            text-align: left;
            margin: 0px 0px 5px 0px;
            }
        #cajagral h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 30px 0px;
            }
        #cajagral h3{
            font-family: "bold";
            font-size: 1em;
            color: #21a04e;
            text-align: right;
            margin: 0px 0px 15px 0px;
            }
        #cajagral a{
            color: #21a04e;
            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;
            }
        #cajagral a:hover {
            color: #000;
            bottom: 3px;
            position: relative;
            }
        #cajagral img{
            margin: 0px 0px 20px 0px;
            }

        #cajagral section{
            display: inline-block;
            float: none;
            width: 23%;
            margin: 0px 5px 20px 5px;
            padding: 0px 0px 0px 0px;
            }

        #cajagral section h1{
            font-family: "bold";
            font-size: 1.35em;
            color: #777;
            text-align: center;
            margin: -10px 0px 10px 0px;
            }
        
        #serv_foto{
            display: inline-block;
            float: none;
            width: auto;
            }
        #serv_texto{
            display: inline-block;
            float: none;
            width: auto;
            padding: 0px;
            }

/*--- TEXTOS ---*/
        #ico{
            display: inline-block;
            float: left;
            width: auto;
            height: 200px;
        }
        #texto{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1280px;
        }
        #texto h1{
            font-family: "bold";
            font-size: 2em;
            line-height: 1em;
            color: #21a04e;
            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: #21a04e;
            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;
        }

/*--- 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: #21a04e;
            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: #21a04e;
            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: #21a04e;
            }




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

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

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

            /*--- PRINCIPALES ---*/
                #principales{
                    z-index: 20;
                    position: absolute;
                    display: block;
                    width: 100%;
                    bottom: 4%;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 12%;
                    display: inline-block;
                    float: none;
                    margin: 5px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

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

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

            /*--- PRINCIPALES ---*/
                #principales{
                    z-index: 20;
                    position: absolute;
                    display: block;
                    width: 100%;
                    top: 50%;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 12%;
                    display: inline-block;
                    float: none;
                    margin: 5px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

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

                #cajaizq{
                    display: inline-block;
                    float: left;
                    width: 100%;
                    }
                #cajaizq h1{
                    font-size: 1.35em;
                    margin: 0px 0px 0px 0px;
                    }

                #cajader{
                    display: inline-block;
                    float: right;
                    width: 100%;
                    }
                #cajader h1{
                    font-size: 1.35em;
                    margin: 0px 0px 0px 0px;
                    }

                #cajagral h1{
                    font-size: 1.35em;
                    margin: 0px 0px 0px 0px;
                    }
                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: 23%;
                    margin: 0px 5px 5px 5px;
                    padding: 0px 0px 0px 0px;
                    }
                
                #serv_foto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    }
                #serv_texto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    padding: 0px;
                    }

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

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

            /*--- PRINCIPALES ---*/
                #principales{
                    z-index: 20;
                    position: absolute;
                    display: block;
                    width: 100%;
                    top: 50%;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 12%;
                    display: inline-block;
                    float: none;
                    margin: 5px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

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


            /*--- FOOTER ---*/
                #footercontenedor{
                    width: 90%;
                    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 ---*/
                #casestudies ul li{
                    width: 28%;
                    margin: 0px 20px 30px 20px;
                    }
                #casestudies h1 {
                    font-size: 0.8em;
                    }

            /*--- 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 ---*/
                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: 48%;
                    margin: 0px 5px 5px 5px;
                    padding: 0px 0px 0px 0px;
                    }

                #serv_foto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    }
                #serv_texto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    padding: 0px;
                    }

            /*--- PRINCIPALES ---*/
                #principales{
                    z-index: 20;
                    position: absolute;
                    display: block;
                    width: 100%;
                    top: 25%;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 20%;
                    display: inline-block;
                    float: none;
                    margin: 5px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

        }

    /*--- 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,0.85);
                    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 #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 ---*/
                #cajaizq{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    }

                #cajaizq h2{
                    margin: 0px 0px 0px 0px;
                    }

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

                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: 47%;
                    margin: 0px 5px 5px 5px;
                    padding: 0px 0px 0px 0px;
                    }

                #serv_foto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    }
                #serv_texto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    padding: 0px;
                    }

            /*--- PRINCIPALES ---*/
                #principales{
                    z-index: 20;
                    position: absolute;
                    display: block;
                    width: 100%;
                    top: 20%;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 20%;
                    display: inline-block;
                    float: none;
                    margin: 5px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

            /*--- 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{
                    display: none;
                    }

                #mapa{
                    width: 95%;
                    }   

            /*--- 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 ---*/
                
                #menu{
                    height: auto;
                    }
                nav img{
                    max-height: 50px;
                    margin: 10px 0px 10px 0px;
                    } 
                nav ul {
                    background: rgba(0,0,0,0.85);
                    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 #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: 0.9em;
                    line-height: 1em;
                    text-align: right;
                    color: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 10px 0px 0px 0px;
                    }

            /*--- PRINCIPALES ---*/
                #principales{
                    background-color: #2f2f2f;
                    z-index: 20;
                    position: relative;
                    display: block;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 30%;
                    display: inline-block;
                    float: none;
                    margin: 3px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

            /*--- CAJAS Y CONTENEDORES --*/
                #cajader h2{
                    margin: 0px 0px 30px 0px;
                    }

                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: 47%;
                    margin: 0px 5px 5px 5px;
                    padding: 0px 0px 0px 0px;
                    }

                #serv_foto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    }
                #serv_texto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    padding: 0px;
                    }

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

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

                #mapa{
                    width: 100%;
                    }   

            }

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

			/*--- MENU ---*/
                
                nav ul {
                    float: none;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px;
                    }
                nav ul li {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 3px 0px 3px 0px;
                    padding: 0px 0px 7px 0px;
                    position: relative;
                    text-align: center;
                    border-bottom: 1px #999 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: 0.9em;
                    line-height: 1em;
                    text-align: center;
                    color: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 10px 0px 0px 0px;
                    }

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

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

            /*--- PRINCIPALES ---*/
                #principales{
                    background-color: #2f2f2f;
                    z-index: 0;
                    position: relative;
                    display: block;
                    width: 100%;
                    top: 12.5%;
                }
                #principales ul{
                    display: inline-block;
                    float: none;
                    list-style-type: none;
                }
                #principales ul li{
                    width: 90%;
                    display: inline-block;
                    float: none;
                    margin: 3px;
                    bottom: 0px;
                    opacity: 1;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s
                    -o-transition:transition: all .25s;
                }
                #principales ul li:hover{
                    position: relative;
                    bottom: 5px;
                    opacity: 0.5;
                }
                #principales ul li img{
                    border-radius: 10px;
                    border: 1px solid #FFF;
                }

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

                #cajader{
                    width: 95%;
                    }

                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: 95%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px 0px 0px;
                    }

                #serv_foto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    }
                #serv_texto{
                    display: inline-block;
                    float: none;
                    width: auto;
                    padding: 0px;
                    }

        }