#contactSendBtn{
    border:1px solid;
    border-color:#929497;
    width:85%;
    cursor:pointer;
    text-align: center;
    background-color: #E6E6E6;
    margin-bottom:30px;
}


#contactWrapper{
    position: relative;
    width: 1000px;
    height: 546px;
    margin: 0 auto;
    overflow: hidden;
}

#contactBgWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
}

#contactBg{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.contactTextField{
    width: 80%;
    height: 22px;
    margin-bottom: 8px;
    margin-top: 3px;
    color: black;
    font-size: 12px;
    padding: 2px 8px;
    border-color: #929497;
    border-width: 1px;
}

.contactTextArea{
    width: 80%;
    height: 130px;
    margin-bottom: 8px;
    margin-top: 3px;
    color: black;
    font-size: 12px;
    opacity: 1;
    padding: 10px 8px;
    resize: none;
}

#contactPage{
    width:100%;
    position: relative;
    height:auto;
    overflow:hidden;
    max-width: 1500px;
    min-width:1000px;
    font-size: 14px;
}

#contactForm{
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
    color: #929497;
    float:right;
    position: relative;
    overflow: hidden;
    height:auto;
}

#employeesInfo{
    height:auto;
    width: 70%;
    float:left;
    position: relative;
    overflow: hidden;
}

.employeeImagesDiv {
    height: 120px;
    width: 160px;
    margin-top: 20px;
    margin-right: 10px;
    float: left;
}

.employeeImages {
    height: 100%;
    width: 100%;
}

.employeeData {
     height: 120px;
    width: 270px;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
    color: #929497;
    position: relative;

}

.employeeData1{
    position: absolute;
    left: 0px;
    bottom: 30px;
}

.employeeData2{
    position:absolute;
    left: 0px;
    bottom:15px;
}

.employeeData3{
    position:absolute;
    left: 0px;
    bottom:0px;
}

.imagenSubrayado{
    height: 25px;
    float: left;
}

.subrayado{
    position: relative;
    overflow: hidden;
    text-decoration: underline;
    padding-top: 5px;
    
}

.sectorForm{
    width:100%;
    height: auto;
    margin-bottom: 20px;
}

#mapa{
    height:150px;
    width: 100%;
    margin: 20px 0px;
}

#map-canvas{
    height:100%;
    width:90%;
}

.employeeWrapper{
    width: 100%;
}
