@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.static_company{
    font-size: 15px;
    line-height: 1.5;
    font-family: "Open Sans";
    font-weight: normal;
    color: #6D6E70;
    padding: 0px;
    margin: 0px;
    display: block;
    margin: 0px;
}

div .static_company header {
    height: 108px;
    width: 100%;
}

.static_company nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6D6E70;
}


.static_company nav li {
    float: left;
}

.static_company nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 120px;
    text-decoration: none;
}

.static_company nav li a:hover {
    color: yellow;
}

.static_company nav .hselected {
    color: yellow;
}

.static_company aside {
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    float:left;

}

.static_company aside div {
    padding: 0px;
    width: 250px;
    max-height: 2180px;
    background-color: #EEEFF0;

}

.static_company aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: #DBDCDE;
    border: 1px solid #fff;
}

.static_company aside li a {
    display: block;
    color: #58585B;
    padding: 16px 16px;
    text-decoration: none;
}

.static_company aside li {
    text-align: left;
    border-bottom: 1px solid #fff;
}

.static_company aside li:last-child {
    border-bottom: none;
}

.static_company aside li a:hover:not(.active) {
    background-color: #C6C8CA;
    font-weight: bold;
}

.static_company aside .vselected {
    background-color: #C6C8CA;
    font-weight: bold;
}

.static_company section {
     float:left;
     padding-top: 10px;
}
.static_company h2 {
    color: #EB1946;
    font-size: 20px;
    padding-left: 30px;
}
.static_company p {
    font-size: 20px;   
    padding-left: 30px;
}
.static_company .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.static_company .formulario {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.static_company select {
    width: 500px;
    height: 35px;
    background-color: #DCDDDE;
    border:  1px solid #939598;
}

.static_company input {
    width: 500px;
    height: 35px;
    background-color: #DCDDDE;
    border:  1px solid #939598;
}

.static_company textarea {
    width: 500px;
    height: 120px;
    background-color: #DCDDDE;
    border:  1px solid #939598;
}

.static_company button {
    border : 0px;
    width: 100px;
    height: 35px;
    background-color: #EB1946;
    color: white;
    margin-left: 190px;
}

hr
{
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
    width: 100%;
}