#header{
    background-image: url("../jefatura.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 200px;
    width:100%;
}
.container{
    padding-top: 1rem;
    background: #FFF;
    padding-bottom: 1rem;
}

body{
    background: #f2f2f2;
}

#titular{
    background: #009AAE;
    color:#FFF;
}
.blanco {
    color:#FFF;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 6px;
    min-height: 115px;
}

.negrita {
    font-weight: bold;
}
.modal-dialog {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 105px;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
a:link, a:visited, a:active {
    text-decoration:none;
    color: #FFF;
}

.fullscreen-modal{
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.mensaje{
    height: 20vh;
}
.contacto{
    height:auto;
    overflow-y: auto;
}

@media (min-height: 400px) {
    .contacto{
        max-height: 350px;
    }
}
@media (min-height: 500px) {
    .contacto{
        max-height: 450px;
    }
}
@media (min-height: 768px) {
.contacto{
    max-height: 750px;
    }
}
@media (min-height: 992px) {
.contacto{
    max-height: 950px;
    }
}
@media (min-height: 1200px) {
.contacto{
        max-height: 1150px;
    }
}

.captcha   {
    transform: scale(0.84);
    transform-origin: 0 0;
}

.captcha, #rc-imageselect   {
    transform: scale(0.84);
    transform-origin: 0 0;
}
.fa-question-circle{
    color:#009AAE;
}