﻿body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: transparent!important;
}

.textoError {
    font-size: 12px;
    color: red;
}

button.upna-principal:focus, button.upna-principal:hover {
    background-color: #961c13 !important;
    outline-color: #da291c !important
}

.upna-principal {
    font-weight: 700;
    background-color: #da291c !important;
    color: #fff !important
}

.upna-grey {
    font-weight: 700;
    padding: .5rem !important;
    background-color: #d3d3d3 !important;
    color: #fff !important;
    border-color: #d3d3d3 !important
}

    .upna-grey:focus, button.upna-grey:hover {
        background-color: #adadad !important;
        outline-color: #d3d3d3 !important
    }

.title-border-bottom {
    border-bottom: .3rem solid red
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

/*Antiguos*/
.divContenedor {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden;
}

.cabecera {
    height: 114px;
}

/*====BLOQUES====*/
.bloque {
    width: 100%;
    float: left;
    text-align: left;
}

.bloque-r {
    width: 100%;
    float: right;
}

.bloque-ad {
    width: 100%;
    float: left;
    text-align: right;
}

.bloque-ac {
    width: 100%;
    float: left;
    text-align: center;
}

.bloque-aj {
    width: 100%;
    float: left;
    text-align: justify;
}

.bloqueMovible-ad {
    width: 470px;
    float: left;
    text-align: right;
    cursor: move;
    background-color: #d8c9c9;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 10px
}

.bloqueMovible {
    width: 470px;
    float: left;
    text-align: left;
    cursor: move;
    background-color: #d8c9c9;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 10px
}

.bloqueCentrado {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.bloqueFormularioDatos {
    width: 100%;
    background-color: #e0dfdf;
    border: double 1px #A82814;
    margin-left: auto;
    margin-right: auto;
}


/*====FUENTES====*/
.fuente_negra_10 {
    font-size: 10px;
    font-weight: normal;
    color: black;
}

.fuente_negra_12 {
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.fuente_negra_12_bold {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.fuente_negra_14 {
    font-size: 14px;
    font-weight: normal;
    color: black;
}

.fuente_negra_16 {
    font-size: 16px;
    font-weight: normal;
    color: black;
}

.fuente_negra_16_bold {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.fuente_negra_18 {
    font-size: 18px;
    font-weight: normal;
    color: black;
}

.fuente_negra_18_bold {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.fuente_negra_28 {
    font-size: 28px;
    font-weight: normal;
    color: black;
    font-weight: 500;
    line-height: 1.2;
}

.fuente_negra_18 {
    font-size: 18px;
    font-weight: normal;
    color: black;
}

.fuente_roja_10 {
    font-size: 10px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12 {
    font-size: 12px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12_bold {
    font-size: 12px;
    font-weight: bold;
    color: #A82814;
}

.fuente_roja_16 {
    font-size: 16px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_18 {
    font-size: 18px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_20 {
    font-size: 20px;
    font-weight: normal;
    color: #A82814;
}



.fuente_gris_12 {
    font-size: 12px;
    font-weight: normal;
    color: #696969;
}

.fuente_gris_12_bold {
    font-size: 12px;
    font-weight: bold;
    color: #696969;
}

.textoError {
    font-size: 16px;
    color: red;
}

/*====CONTROLES====*/
.titulo1 {
    color: #A82814;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.titulo2 {
    color: #A82814;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.titulo_general {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    border-bottom: 4.8px solid red;
}


.titulo2Azul {
    color: darkblue;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.textBox {
    width: 320px;
}

.textBoxDatos {
    width: 320px;
    border: 1px solid black;
}

/*.boton {
    text-align: right;
    padding-right: 10px;
}*/

.boton {
    padding: 2px 4px 2px 4px;
    border: 1px solid #A82814;
}

.boton_perfil {
    padding: 10px;
    border: 1px dotted #A82814;
}

.link {
    color: #A82814;
}

.linkCerrar {
    text-decoration: none;
}

.linkIdioma {
    color: #696969;
    text-decoration: none;
}

.row {
    border-bottom: #696969 solid 1px;
}


/*====AJAXCONTROLTOOLKIT====*/
.ventanaModal {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
    background-color: white;
    padding-bottom: 30px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
