@charset "utf-8";

/* ********************************** TEXTOS  ********************************** */
.titulo_azul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width:100%;
    border:#ccc 1px solid;
    background:#06C;
    padding:3px 5px;
    line-height: 1.7em;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: -15px;
}

.wellSize {
    width:100%;
    border:#ccc 1px solid;
    padding: 15px 5px 15px 5px;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight: normal;
    text-align: justify;
    margin-left: -15px;
}

.wellSize2 {
    width:100%;
    border:#ccc 1px solid;
    padding: 15px 5px 15px 5px;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    margin-left: -15px;
}

.wellSize2 p{
    margin:0px!important;
    font-size: 0.9em!important;
}

.contenidoAdicional h3 {
    margin-left: -15px;
    margin-top: -15px
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color:#004494;
    font-size: 1.5em;
    line-height: normal;
    -webkit-margin-before: 0em !important;
}
h2 {
    color:#333;
    font-size: 1.15em;
    line-height: normal;
}
h3 {
    color:#666;
    font-size: 1em;
    line-height: normal;
}
h4 {
    color:#999;
    font-size: 0.7em;
    line-height: normal;
}

ul {
    margin-left: 10px;
}

p,
strong,
li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #666;
}

p, .p1, p2 {
    padding: 1px 5px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #666;
    margin:12px;
}

.btn-span {
    font-family: 'Open Sans', sans-serif;
    border-left: 1px solid #2e4780;
    border-right: 1px solid #2e4780;
    border-top: 1px solid #2e4780;
    cursor: pointer;
    z-index: 2;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #4267b8;
    background: -webkit-linear-gradient(#4267b8, #3b5ca5);
    background: -moz-linear-gradient(#4267b8, #3b5ca5);
    background: -o-linear-gradient(#4267b8, #3b5ca5);
    background: -ms-linear-gradient(#4267b8, #3b5ca5);
    background: linear-gradient(#4267b8, #3b5ca5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    list-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.p1 {
    border-bottom: 1px solid #999999;
    padding: 3px 0px 2px 2px;
    margin: 8px 10px 0px 2px;
    text-indent: 0px;
    font-size: 0.85em;
    font-weight: normal;
}

.p2 {
    text-indent: 0px;
    font-size: 0.8em;
    font-weight: normal;
}

.p2Adicional {
    text-indent: 0px;
    font-size: 0.85em;
    font-weight: normal;
}
.p2AdicionalPago {
    text-indent: 0px;
    font-size: 0.95em;
    font-weight: normal;
}
.p1 strong {
    font-size: 1em;
}

strong {
    font-size: 0.9em;
    font-weight: bold;
}

li {
    margin-bottom: 5px;
}

.alineaDerecha {
    text-align: right !important;
}

.alineaCentrado {
    text-align: center !important;
}

.alineaJustificado {
    text-align: justify !important;
}

.resultadosCitaRapida thead th{
    color:#666;
    font-size: 1em;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.mensaje_importante {
    color:#004494;
    font-size: 1.5em;
    line-height: normal;
  /*  -webkit-margin-before: 0em !important;*/
}