body{
    margin:0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    background-color: #ffffff;
}
a {
    color: #c4db5e;
    text-decoration: none;
    background: transparent;
}
input:focus{
    border-color: #c4db5e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
button{
    background-color: #c4db5e;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    border-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-left: 15px;
}
a:hover, a:active {
    color: #c4db5e;
    text-decoration: underline;
    font-weight: bold;
}
footer{
    margin-top: 25px;
    padding-top: 20px;
    border-top: solid 3px #5e5e5e;
    background-color: #eaeaea;
}
h3, .h3 {
    color:#c4db5e;
    font-size: 26px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
}
.myheader {
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-size: contain;
    height: 210px;
    background-position-y: center;
    background-position-x: center;
}
.langs{
    float:right;
    line-height: 0.5rem;
    font-size: small;
    margin-top: 5px;
    margin-right: 10px;
}
.langs a.active{
    color: #c4db5e;
    text-decoration: underline;
    font-weight: bold;
}
.navbar-default {
    background-color: #eaeaea;
}
.navbar-default .navbar-brand {
    color: #5e5e5e;
    font-size: 26px;
}
.navbar-brand {
    padding: 20px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 60px;
}
.navbar-toggle{
    color: #5e5e5e;
    margin-top: 13px;
}
.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 5px;
    color: #5e5e5e;
}

.alert{
    margin-left: 0;
    margin-bottom: 0;
    top:0;
    position: unset;
}
.groupTitle{
    text-align: right;
    color: #5e5e5e;
    text-transform: uppercase;
    line-height: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.error{
    border: 1px solid #d21d1d;
    border-top-color: #d21d1d;
    border-right-color: #d21d1d;
    border-bottom-color: #d21d1d;
    border-left-color: #d21d1d;
    border-radius: 4px;
}
.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#autores tr>td {
    padding-bottom: 10px;
}



.table{
    font-size: 11pt;
}
.table span{
    font-size: smaller;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}



.verDoc{
    float: right;
}
.table > thead > tr > th{
    background-color: rgb(204, 204, 204);
    font-size: 13pt;
}
.avalText{
    text-align: right;
    font-size: 15pt;
    font-weight: bold;
}
.avalText .success2{
    color: #2bb24c;
}
.avalText .error2{
    color: #d21d1d;
}
.avalText .warning2{
    color: #d6be0f;
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .myheader {
        height:  145px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 700px) {
    .myheader {
        height: 115px;
    }
}

@media only screen and (max-width: 480px) {
    .myheader {
        height: 90px;
    }
}