.Separador {
    display: block;
    height: 1px;
    width: 100%;
    margin: -1px 0 150px 0;
}

section a {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    width: auto;

    border: #666 solid 1px;
    padding: 8px 15px;

    font-family: 'museo_sans700';
    font-size: 13px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;

    cursor: pointer;
}

/*section > h1,*/
/*section > h2 {*/
    /*display: block;*/
    /*height: auto;*/
    /*line-height: 50px;*/

    /*font-family: 'chunkfive_exregular';*/
    /*font-weight: normal;*/
    /*font-size: 40px;*/
    /*color: #abbe92;*/
    /*text-align: center;*/

    /*position: relative;*/
    /*padding: 0 0 10px 0;*/
/*}*/

section > h2 {
    font-size: 26px;
    line-height: 30px;
}

section > p {
    display: block;
    height: auto;
    line-height: 18px;
    width: 800px;

    font-family: 'museo_sans300';
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-align: center;

    position: relative;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

/*==================================================================================================================*/
/*																													*/
/*																													*/
/*														CONTACT														*/
/*																													*/
/*																													*/
/*==================================================================================================================*/
section#ContactoForm {
    padding: 130px 0;
}

section#ContactoForm > p {
    display: block;
    height: auto;
    line-height: 20px;
    width: 400px;

    margin: 20px auto;

    font-family: 'museo_sans300';
    font-weight: normal;
    font-size: 14px;
    color: #666;
    text-align: center;
}

section#ContactoForm > p > b {
    font-family: 'museo_sans700';
    font-weight: normal;
    font-size: 20px;
    color: #666;
    text-align: center;
}

section#ContactoForm > form {
    display: block;
    height: 300px;
    width: 400px;

    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: 50% 50%;
}

section#ContactoForm > form > label {
    display: block;
    height: 20px;
    line-height: 20px;

    font-family: 'museo_sans300';
    font-size: 12px;
    color: #666;
    padding: 10px 0 0px 0;
}

section#ContactoForm > form > [type=text],
section#ContactoForm > form > textarea {
    display: block;
    height: 23px;
    line-height: 23px;
    width: 100%;
    background-color: transparent;
    border: #ccc solid 1px;
    outline: none;

    font-family: 'museo_sans300';
    font-size: 14px;
    color: #333;

    padding: 0 10px;
    outline: none;
}

section#ContactoForm > form > [type=text]:focus,
section#ContactoForm > form > textarea:focus {
    border-color: #519c84;
    color: #519c84;
}

section#ContactoForm > form > textarea {
    height: 60px;
    line-height: 15px;
    padding: 10px;
}

section#ContactoForm > form > [type=button] {
    display: block;
    height: 30px;
    line-height: 15px;
    width: auto;

    border: #519c84 solid 1px;
    background-color: #519c84;
    padding: 0 15px;

    font-family: 'museo_sans700';
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;

    cursor: pointer;
    margin: 20px auto;

    outline: none;
}

section#ContactoForm > form > [type=button]:hover {
    background-color: #666;
    border-color: #666;
}

section#ContactoForm > form.Send {
    background-image: url(../Imagenes/Forms/Form_Send.gif);
}

section#ContactoForm > form.Ok {
    background-image: url(../Imagenes/Forms/Form_Ok.png);
}

section#ContactoForm > form.Error {
    background-image: url(../Imagenes/Forms/Form_Error.png);
}

section#ContactoForm > form.Send > label,
section#ContactoForm > form.Send > [type=text],
section#ContactoForm > form.Send > textarea,
section#ContactoForm > form.Send > [type=button],
section#ContactoForm > form.Ok > label,
section#ContactoForm > form.Ok > [type=text],
section#ContactoForm > form.Ok > textarea,
section#ContactoForm > form.Ok > [type=button],
section#ContactoForm > form.Error > label,
section#ContactoForm > form.Error > [type=text],
section#ContactoForm > form.Error > textarea,
section#ContactoForm > form.Error > [type=button] {
    display: none;
}

section#Contact_Mapa {
    height: 400px;
}

section#Contact_Mapa > iframe {
    display: block;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    section {
        display: table;
        height: 50px;
        width: 100%;
        min-width: 100%;
    }

    .Separador {
        display: none;
        height: 1px;
        width: 100%;
        background-color: #363636;
        margin: 0 0 150px 0;
    }

    section > p {
        display: block;
        height: auto;
        line-height: 18px;
        width: 90%;

        font-family: 'museo_sans300';
        font-weight: normal;
        font-size: 14px;
        color: #333;
        text-align: center;

        position: relative;
        padding: 20px 0 0 0;
        margin: 0 auto;
    }

    section#ContactoForm {
        padding: 30px 0;
    }

    section#ContactoForm > p {
        width: 70%;
    }

    section#ContactoForm > form > label {
        width: 90%;
        margin: 0 auto;

        font-family: 'museo_sans300';
        font-size: 12px;
        color: #666;
        padding: 10px 0 0px 0;
    }

    section#ContactoForm > form {
        width: 80%;
    }

    section#ContactoForm > form > [type=text],
    section#ContactoForm > form > textarea {
        width: 90%;
        margin: 0 auto;
    }

}
