﻿input[type=text], textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tblBusqueda tr td {
    border-bottom: none !important;
}

div.lnk a {
    text-decoration: none;
    color: #226e04;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap
}

    div.lnk a:hover {
        text-decoration: underline;
    }

@media only screen and (max-width:500px) {
    #tblBusqueda tr:first-child td {
        border-bottom: 1px dotted #bbb !important;
    }
}



#msgError {
    margin-top: 5px;
    margin-bottom: 5px
}

.ui-state-highlight {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.ui-state-highlight .ui-icon {
    flex-shrink: 0; 
    margin-right: 5px;
}

.ui-state-highlight .mensaje {
    padding-bottom: 5px;
    margin-left: 2px;
}

.ui-state-highlight table {
    margin-left: 5px;
}

.ui-state-highlight table tr td {
    vertical-align: top;
}

div.ingreso_externo {
    margin: 0 auto;
    width: 350px;
    padding: 20px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px;
}



#msgExito {
    margin-top: 5px;
    display: none;
}

.panel {
    width: 100%;
    max-width: 510px;
}

.tbl {
    width: 100%;
}

.enviar {
    text-align: center;
    border-bottom: none;
    width: 90%;
}

.tdModoenvio {
    width: 1px;
    white-space: nowrap;
    border-bottom: none;
    text-align: left;
}
.divModoenvio {
    padding-bottom: 10px;
    text-align:left;
    
}
.clear {
    clear: both;
}

#divResultado {
    max-width: 510px;
    text-align:center;
    align-content:center;
    align-items:center;
}
#txbNumeroDocumento {
    width: 100%;
}
.tdBuscar {
    width: 1px;
    white-space: nowrap;
    text-align: center;
}



div.lnk a {
    text-decoration: none;
    color: #226e04;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
}



.modoenvio{
    text-align:left;
}


.textLeyenda{
    text-align:left;
}


.clear {
    clear: both;
}

.spanIcon {
    float: left;
    margin-right: .3em;
}

span.leyendaMensaje {
    font-size: 17px;
    letter-spacing: -0.8px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    color: #F15B29;
}








