div#fondo-cabecera{
    position: static;
    margin:0px;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-size: 100% auto;
    background-image: url("../piezas/gb03.jpg");
    transform: translate(0,0);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}


#encuentranos{
    position: relative;
    margin: 20px 0px 0px 0px;
    background-color: #333;
}
    #encuentranos > h2{
        position: relative;
        padding: 20px 0px 0px 0px;
        color: #333;
    }


#info-contacto{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 350px;
    color: #333;
    width: calc(50% - 4px);
    vertical-align: top;
}

    #info-contacto ul{
        margin: 0px;
        padding: 0px 10px 0px 20px;
        width: 100%;
        text-align: left;
        list-style: none;
    }

    #info-contacto ul li label{

        font-size: 1.7rem;
        color:#888;
    }
    #info-contacto ul li a{
        font-size: 1.3rem;
        color:#333;
    }

    #info-contacto ul li{
        margin: 30px 0px 10px 0px;
        font-size: 1.3rem;
    }

#info-formulario{
    display: inline-block;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    height: 350px;
    width: calc(50% - 4px);
    vertical-align: top;
    text-align: left;
}
    #info-formulario form label{
        display: inline;
        margin: 5px 10px 0px 10px;
        width: 100%;
        color:#555;
        font-size: 1.3rem;
    }
    #info-formulario form input, #info-formulario form textarea{
        display: inline;
        margin: 5px 10px 5px 10px;
        width: 95%;
        font-size: 1.3rem;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px dashed #666;
        border-radius: 2px 2px 0px 0px;
       /* box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);*/
        background: #ddd;
    }

    #info-formulario form textarea{height: 80px;}

    #info-formulario form input.boton{
        padding: 3px 0px;
        border: none;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        background-color: #ddd;
    }

    #info-formulario form input.boton:active{
        box-shadow:inset 1px 1px 3px rgba(0,0,0,0.5);
    }

#google-maps{
    display: inline;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    vertical-align: top;
}

    #google-maps iframe{
        width: 100%;
        height: 500px;
    }
