﻿body {
    margin: 0px;
    padding: 0px;
    color: black;
    width: 100%;
    font-family: "Arial", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

/*====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;
}

/*====TITULOS====*/
.titulo1 {
    color: #A82814;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.divTituloPagina {
    float: left;
    border-bottom: rgb(243, 109, 42) solid 1px;
    width: 100%;
    color: rgb(243, 109, 42);
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
}

.divSubtituloPagina {
    float: left;
    width: 80%;
    color: rgb(243, 109, 42);
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}


/*====FUENTES====*/
.fuente_negra_10 {
    font-family: Arial;
    font-size: 0.84em;
    font-weight: normal;
    color: black;
}

.fuente_negra_12 {
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    color: black;
}

.fuente_negra_14 {
    font-family: Arial;
    font-size: 1.16em;
    font-weight: normal;
    color: black;
}

.fuente_roja_10 {
    font-family: Arial;
    font-size: 0.85em;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12 {
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12_bold {
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    color: #A82814;
}

.fuente_roja_16 {
    font-family: Arial;
    font-size: 1.33em;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_18 {
    font-family: Arial;
    font-size: 1.50em;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_20 {
    font-family: Arial;
    font-size: 1.66em;
    font-weight: normal;
    color: #A82814;
}

.fuente_negra_12_bold {
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    color: black;
}

.fuente_gris_12 {
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    color: #696969;
}

.fuente_gris_12_bold {
    font-size: 1em;
    font-weight: bold;
    color: #696969;
}

.fuente_blanca_10 {
    font-family: Arial;
    font-size: 0.84em;
    font-weight: normal;
    color: white;
}

.fuente_blanca_12 {
    font-family: Arial;
    font-size: 0.84em;
    font-weight: normal;
    color: white;
}

.fuente_blanca_12_upper {
    font-family: Arial;
    font-size: 0.84em;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
}

.fuente_blanca_12_upper_bold {
    font-family: Arial;
    font-size: 0.84em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.textoError {
    font-size: 0.85em;
    color: red;
}

/*=======CONTROLES========*/
.textBox {
    width: 310px;
}

.textBoxDatos {
    width: 310px;
    border: 1px solid black;
}

.boton {
    padding: 2px 4px 2px 4px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top: 2px solid silver;
    border-left: 2px solid silver;
}

.boton_invertido {
    padding: 2px 4px 2px 4px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top: 2px solid silver;
    border-left: 2px solid silver;
    background-color: #A82814;
    color: white;
}

.botonColor {
    background-color: rgb(243, 109, 42);
    border: none;
    border-top: 1px solid #e0dfdf;
    border-left: 1px solid #e0dfdf;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    color: white;
}

.botonBuzonContacto {
    color: black;
    font-size: 1em;
    font-weight: bold;
}

.link {
    color: #A82814;
    font-size: 1em;
}


.linkCerrar {
    text-decoration: none;
}



/*====AJAXCONTROLTOOLKIT====*/
.ventanaModal {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: white;
    padding-bottom: 30px;
    height: auto;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.bloqueMovible {
    width: 470px;
    float: left;
    text-align: left;
    cursor: move;
    background-color: #d8c9c9;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 10px;
}


#owl-demo .item {
    padding: 20px 2px 0px 2px;
    color: black;
    text-align: center;
    border-right: 1px solid black;
    font-family: "Calibri", "Arial", "Lucida Grande", Helvetica, Verdana, sans-serif;
    height: 120px;
}

.bloqueCifraCar {
    font-size: 1.9em;
    color: #A82814;
    font-weight: bold;
    margin-bottom: 10px;
}

.bloqueTextoCar {
    font-size: 1.2em;
}

.btn {
    margin: 9px 20px 9px 8px;
    padding: 10px 10px;
}

.divWhite80 {
    float: left;
    background-image: url('imagenes/white80.png');
    background-repeat: repeat;
    width: 100%;
    color: black;
}
