﻿* {
    /*font-family: 'Segoe UI' !important;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.frmPrincipal {
}

.formulario {
    border-left: 1px solid #126FB5;
    border-right: 1px solid #126FB5;
    width: 55%;
    margin: 0 auto;
    margin-bottom: 9em;
}

.divCabeceraUno {
    width: 55%;
    margin: 0 auto;
    background-color: #2267AA;
    padding: 1% 0 1% 1%;
    color: white;
    margin-top: 5em;
    border-radius: 9px;
}

#lblTituloCabecera {
    color: white;
    font-size: 1.1em;
    letter-spacing: 2px;
    position: relative;
    top: 1px;
}

#lblTituloCabecera2 {
    color: white;
    font-size: 1em;
}

.divCabeceraDos {
    width: 55%;
    margin: 0 auto;
    text-align: right;
    padding: 0.5% 0 2.5% 0;
}

.control-label span, #lblMensaje {
    color: #4c4c4c !important;
    font-weight: 400 !important;
}

#lblObligatorio {
    color: #4c4c4c !important;
}

.divBtnEnviar {
    text-align: right !important;
}

.btnEnviar {
    background: transparent;
    color: #2267AA;
    font-size: 1em;
    border: 0;
    cursor: pointer;
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
}

.imgSend {
    max-width: 1em;
    position: relative;
    top: -2px;
    left: -5px;
}

@media screen and (min-width: 0px) and (max-width:767px) {
    .formulario {
        border-left: 0;
        border-right: 0;
    }
}
