﻿body {
    margin: auto;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    margin: 0px;
    padding: 0px;
    color:black;
/*  color: #696969;*/
}

.divContenedor {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: hidden;
}

.cabecera {
    /* background: url("../../imagenes/QAMP_bg_header_upna.jpg") repeat-x scroll 0 0 #FFFFFF;*/
    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-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color:black;
}

.fuente_negra_12 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color:black;
}

.fuente_negra_12_bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color:black;
}

.fuente_negra_14 {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: black;
}
.fuente_negra_16 {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: black;
}
.fuente_negra_16_bold {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: black;
}
.fuente_negra_18 {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: black;
}
.fuente_negra_18_bold {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.fuente_negra_20 {
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: black;
}

.fuente_roja_10 {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12_bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #A82814;
}

.fuente_roja_16 {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_18 {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_20 {
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: #A82814;
}



.fuente_gris_12 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #696969;
}

.fuente_gris_12_bold {
    font-size: 12px;
    font-weight: bold;
    color: #696969;
}

.textoError{
    font-size: 12px;
    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 {
    color: #A82814;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
}

.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;
}
