#contact-form {
    float: left;
    width: 80%;
    margin: 50px 10% 30px 10%;
}

#contact-form.no-top {
    margin-top: 0px;
}

#contact-form.align-right {
    float: right;
}

#contact-form form {
    float: left;
    width: 100%;
}

#contact-form form p.message {
    float: left;
    width: 100%;
    margin-top: 20px;
    font: normal normal 14px "asapitalic", Arial, Tahoma, Verdana;
    letter-spacing: 1px;
    color: #335;
}

#contact-form form ul {
    float: left;
    width: 100%;
}

#contact-form form ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    #contact-form form ul li#legal-li {
        margin-top: 20px;
        margin-bottom: 30px;
    }

#contact-form form ul li label {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font: normal normal 15px "asapregular", Arial, Tahoma, Verdana;
    letter-spacing: 1px;
    color: #335;
}

    #contact-form form ul li label#legal-label {
        width: auto;
        margin-top: 1px;
        font: normal normal 15px "asapregular", Arial, Tahoma, Verdana;
        letter-spacing: 1px;
        color: #335;
    }
    
        #contact-form form ul li label#legal-label a {
            text-decoration: none;
            color: #0063b9;
        }

#contact-form form ul li input {
    float: left;
    width: 95%;
    padding: 3px 2% 3px 2%;
    font: normal normal 16px "asapregular", Arial, Tahoma, Verdana;
    color: #335;
    border: 1px solid #0063b9;
}

    #contact-form form ul li input[type="checkbox"] {
        width: auto;
        margin-right: 10px;
        
    }
    
    #contact-form form ul li input[type="submit"] {
        width: 99%;
        border: 0px;
        padding: 10px 5% 10px 5%;
        font: normal normal 15px "asapregular", Arial, Tahoma, Verdana;
        letter-spacing: 2px;
        background-color: #0063b9;
        color: #fff;
        cursor: pointer;
    }
    
    #contact-form form ul li input[type="file"] {
        width: 95%;
        border: 0px;
        padding: 10px 2% 10px 2%;
        margin-bottom: 20px;
        font: normal normal 12px "asapitalic", Arial, Tahoma, Verdana;
        background-color: #ff9c00;
        border: 1px solid #ff9c00;
        color: #fff;
        cursor: pointer;
    }

#contact-form form ul li textarea {
    float: left;
    width: 95%;
    height: 150px;
    padding: 3px 2% 3px 2%;
    font: normal normal 16px "asapregular", Arial, Tahoma, Verdana;
    color: #335;
    border: 1px solid #0063b9;
    resize: none;
}

/*
MAP CANVAS
*/

#map_canvas {
    float: left;
    width: 79%;
    height: 300px;
    margin: 40px 10% 20px 10%;
    border: 5px solid #0063b9;
}

#window-info {
    width: 300px;
    height: 100px;
}

#window-info h4 {
    margin-bottom: 20px;
    font: normal normal 12px "asapbold", Arial, Tahoma, Verdana;
    color: #0063b9;
}

#window-info p {
    margin: 0px;
    margin-bottom: 5px;
    font: normal normal 12px "asapregular", Arial, Tahoma, Verdana;
    color: #0063b9;
}

#legal-text {
    float: left;
    width: 1260px;
    display: none;
}

/*
PRESUPUESTOS
*/

#estimation {
    float: left;
    width: 76%;
    padding: 0px 12% 0px 12%;
}

#estimation p.contents-comment {
    float: left;
    width: 100%;
    font: normal normal 16px "asapitalic", Tahoma, Verdana;
    letter-spacing: 1px;
    text-align: center;
    color: #ff9c00;
}

#estimation form {
    float: left;
    width: 100%;
    margin-top: 40px;
}

#estimation form p.message {
    float: left;
    width: 100%;
    margin-top: 20px;
    font: normal normal 15px "asapitalic", Tahoma, Verdana;
    letter-spacing: 1px;
    text-align: center;
    color: #335;
}

#estimation form ul {
    float: left;
    width: 100%;
}

#estimation form ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    #estimation form ul li#legal-li {
        margin-top: 20px;
        margin-bottom: 30px;
    }

#estimation form ul li label {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font: normal normal 15px "asapregular", Tahoma, Verdana;
    color: #335;
}

    #estimation form ul li label#legal-label {
        width: auto;
        margin-top: 2px;
        font: normal normal 15px "asapitalic", Tahoma, Verdana;
        letter-spacing: 1px;
    }
    
        #estimation form ul li label#legal-label a {
            text-decoration: none;
            color: #0063b9;
        }
        
            #estimation form ul li label#legal-label a:hover {
                color: #8dacdc;
            }

#estimation form ul li input {
    float: left;
    width: 95%;
    padding: 3px 2% 3px 2%;
    font: normal normal 16px "asapregular", Tahoma, Verdana;
    color: #335;
    border: 1px solid #8dacdc;
}

    #estimation form ul li input[type="checkbox"] {
        width: auto;
        margin-right: 10px;
    }
    
    #estimation form ul li input[type="submit"] {
        width: 100%;
        padding: 10px 5%;
        border: 0px;
        background-color: #0063b9;
        color: #fff;
        cursor: pointer;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.4, #0063b9),color-stop(0.83, #1B93F5));
        background-image: -o-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: -moz-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: -webkit-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: -ms-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: linear-gradient(to bottom, #0063b9 40%, #1B93F5 83%);
    }
    
        #estimation form ul li input[type="submit"]:hover {
            background-color: #8dacdc;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.4, #1B93F5),color-stop(0.83, #0063b9));
            background-image: -o-linear-gradient(bottom, #1B93F5 40%, #0063b9 83%);
            background-image: -moz-linear-gradient(bottom, #1B93F5 40%, #0063b9 83%);
            background-image: -webkit-linear-gradient(bottom, #1B93F5 40%, #0063b9 83%);
            background-image: -ms-linear-gradient(bottom, #1B93F5 40%, #0063b9 83%);
            background-image: linear-gradient(to bottom, #1B93F5 40%, #0063b9 83%);
        }

#estimation form ul li textarea {
    float: left;
    width: 95%;
    height: 130px;
    padding: 3px 2% 3px 2%;
    font: normal normal 16px "asapregular", Tahoma, Verdana;
    color: #666;
    border: 1px solid #8dacdc;
    resize: none;
}

/*
REGISTER
*/

#register-info {
    float: left;
    width: 96%;
    padding: 2%;
}

#register-info h4 {
    float: left;
    width: 80%;
    padding: 7px 5%;
    margin: 0 5% 30px 5%;
    font: normal normal 14px "asapregular", Tahoma, Verdana;
    background-color: #0063b9;
    color: #fff;
    border-radius: 2px;
}

#register-info > ol {
    float: left;
    width: 94%;
    margin: 20px 3%;
}

#register-info > ol > li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font: normal normal 15px "asapregular", Tahoma, Verdana;
    line-height: 20px;
    color: #335;
}
    
#register-info > ol > li > a {
    font: normal normal 15px 'asapregular', Tahoma, Verdana;
    color: #0063b9;
}
    
#register-info > ol > li > ol {
    float: left;
    width: 94%;
    margin-left: 6%;
    margin-top: 10px;
}

#register-info > ol > li > ol > li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    #register-info > ol > li:hover > ol > li {
        color: #333;
    }

    #register-info > ol > li > ol > li:last-child {
        margin-bottom: 0px;
    }



#register-form {
    float: left;
    width: 90%;
    margin: 30px 5%;
}

#register-form form {
    float: left;
    width: 100%;
}

#register-form form ul {
    float: left;
    width: 100%;
}

#register-form form ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#register-form form ul li label {
    float: left;
    width: 100%;
    margin-top: 3px;
    font: normal normal 15px "asapregular", Arial, Tahoma, Verdana;
    color: #335;
}

#register-form form ul li input {
    float: left;
    width: 97%;
    padding: 4px 1% 4px 1%;
    font: normal normal 16px "asapregular", Tahoma, Verdana;
    color: #335;
    border: 1px solid #0063b9;
}

    #register-form form ul li input[type="submit"] {
        width: 80%;
        padding: 10px 5%;
        margin: 10px 10%;
        border: 0px;
        background-color: #0063b9;
        color: #fff;
        cursor: pointer;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.4, #0063b9),color-stop(0.83, #1B93F5));
        background-image: -o-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: -moz-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: -webkit-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: -ms-linear-gradient(bottom, #0063b9 40%, #1B93F5 83%);
        background-image: linear-gradient(to bottom, #0063b9 40%, #1B93F5 83%);
    }

/*
TRABAJA CON NOSOTROS
*/

#cv-deco {
    display: none;
    float: left;
    width: 42%;
    padding: 0px 6% 0px 2%; 
}

#cv-deco img {
    width: 100%;
}

#estimation-deco {
    display: none;
    float: right;
    width: 42%;
    padding: 40px 2% 0px 6%;
}

#estimation-deco img {
    width: 100%;
}


p.contact-ok {
    float: left !important;
    width: 80% !important;
    margin: 0 10% 10px 10% !important;
    font: normal normal 17px "asapitalic", Tahoma, Verdana !important;
    letter-spacing: 1px !important;
	text-align: center !important;
    color: #393 !important;
}

p.contact-ko {
    float: left !important;
    width: 80% !important;
    margin: 0 10% 40px 10% !important;
    font: normal normal 17px "asapitalic", Tahoma, Verdana !important;
    letter-spacing: 1px !important;
	text-align: center !important;
    color: #993d3d !important;
}