﻿body {
    margin: auto;
    font-family: Roboto, "Helvetica Neue", Arial;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: black;
}


.textBoxV2 {
    border: 2px solid silver;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    width: 200px;
    font-size: 14px;
}

.tbObligatorioLleno {
    border: 2px solid silver;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    width: 200px;
}

.tbObligatorioVacio {
    border: 2px solid red;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    width: 200px;
    background-color: #ffdfdf;
}


.divContenedorDatos {
    float: left;
    width: 980px;
    margin-left: 10px;
    background-color: white;
}

.divTituloContenedorDatos {
    float: left;
    width: 970px;
    padding: 10px;
    background-color: #fafafa;
    color: #393c76;
    border: solid 1px black;
    border-bottom: solid 1px gray;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.divDatos {
    width: 965px;
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    margin-left: 2px;
    overflow: hidden;
}

.divSubtituloContenedorDatos {
    float: left;
    width: 965px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.divSubdatos {
    float: left;
    width: 925px;
    margin-left: 20px;
    margin-top: 20px;
}

.divLineaDatos {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.divSubrayado {
    float: left;
    border-bottom: solid 6px #006ab9;
    width: 60px;
    margin-left: 10px;
}

.botonPrincipal {
    border: 2px solid silver;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 40px;
    width: 160px;
    color: white;
    background-color: #cb0f0f;
    font-size: 14px;
    margin-right: 20px;
}

.botonSecundario {
    border: 2px solid silver;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 40px;
    width: 160px;
    color: black;
    background-color: #ffdfdf;
    font-size: 14px;
}

.headerGrid {
    background-color: #5D7B9D;
    Height: 40px;
}

.lbHeaderGrid {
    color: white
}

.lbHeaderGrid a {
    color: white;
    text-decoration: none;
}
.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ventanaModalV2 {
    background-color: white;
    width: 920px;
    padding: 20px;
    overflow: hidden;
}

.TituloVentanaModalV2 {
    background-color: white;
    width: 920px;
    height: 60px;
    padding: 10px;
    padding-top: 20px;
    color: black;
    font-size: 20px;
    border-bottom: solid 1px black;
}