﻿* {
    box-sizing: border-box;
}

body {
    color: Black;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

h1 {
    font-size: 14pt;
    font-weight: 800;
}

h2 {
    font-size: 12pt;
    font-weight: 600;
}

h3 {
    font-size: 12pt;
    font-weight: 600;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

a:active {
	color: #E15729;
	text-decoration: none;
}

a:link {
	color: #E15729;
	text-decoration: none;
}

a:visited {
	color: #E15729;
	text-decoration: none;
}

a:hover {
	color: #E15729;
	text-decoration : none;
}

#contenedor{
    position : relative;
    width:100%;
    height : auto;
    margin: 0px auto;
    transition: margin-right 0.5s; 
}  

#encabezado{
    position : relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
    background: #2878bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #2878bd 0%, #266294 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2878bd), color-stop(100%,#266294)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2878bd 0%,#266294 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2878bd 0%,#266294 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2878bd', endColorstr='#266294',GradientType=0 ); /* IE6-9 */
   } 

#principal{
    position: relative;
    float: left;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}

#pie {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: #808080;
} 

.logo{
    position: relative;
    top: 2px;
    width: 45px;
    height: 46px;
    margin-left: 10px;
}

.titulo-sitio {
    position: relative;
    top: 20px;
    margin-left: 10px;
    font-size: 20pt;
    font-weight: 600;
    color: white;
}

.navegacion-a {
    overflow: hidden;
    padding: 0px 5px 0px 0px;
}

    .navegacion-a a, .nav {
        float: left;
        display: inline-block;
        color: #fff;
        text-align: center;
        padding: 28px 5px;
        font-weight: 500;
        font-size: 12pt;
        text-transform: uppercase;
        text-decoration: none;
    }

.navegacion-a a:hover {
  color: #ffea03;
}

.navegacion-b {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.navegacion-b a, .nav-b {
    padding: 8px 8px 8px 32px;
    margin: 0px 10px;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: 0.3s;
}

.navegacion-b a:hover, .offcanvas a:focus{
    color: #fff;
    background: rgba(0,0,0,0.15);
}

.navegacion-b .btnCerrar {
    position: absolute;
    top: 4px;
    right: 25px;
    font-size: 24px;
    border-bottom: 0px;
    padding: 2px;
    margin: 2px;
}

.navegacion-b .btnCerrar:hover{
    background-color: #333;
    color: #ffea03;
}

.btn-offcanvas {
    display: block;
    color: #fff;
    text-align: center;
    padding: 28px 15px 8px 0px;
    cursor: pointer;
    font-size: 14pt;
    font-weight: 500;
}

.btn-offcanvas:hover {
  color: #ffea03;
}

.row{

}

.seccion-a{
    position : relative;
    padding: 5px 10px 5px 10px;
}

.seccion-b{
    position : relative;
    padding: 4px 0px 4px 0px;
}

.seccion-fila{
    position : relative;
    padding: 2px 0px 2px 0px;
    top: 5px;
    left: 0px;
}

.seccion-fila::after {
    content: "";
    clear: both;
    display: table;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.tamano-230 {
    width: 230px;
}

.tamano-600 {
    width: 600px;
}

.tamano-650 {
    width: 650px;
}

.titulo {
    position : relative;
    text-align: center;
    background: #B0DEFF;
    padding: 4px 0px 4px 0px;
}

.comentario {
    position : relative;
    margin: 0 auto;
    text-align: justify;
    background: #FFFFCC;
    width:80%;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
}

.bloque{
    position : relative;
    display: inline-block;
    float: left;
}

.fondo-gris-a {
    background-color: #ededed;
}

.fondo-gris-b {
    background-color: #555;
}

.fondo-azul-a {
    background-color: #258EBF;
}

.texto-ajustado {
    word-wrap: break-word;
}

.grid-celda-ajuste-texto {
    word-break: break-word;
    word-wrap: break-word;
}

.grid-enlace a {
    color: #000066 !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.grid-enlace a:hover {
    color: Maroon !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.btn-boton-a {
    margin: 10px 2px 0px 2px;
    padding: 10px 10px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.ddl-lista-a {
    margin: 5px 0px 0px 0px;
    padding: 10px 2px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.txt-texto-a {
    margin: 5px 0px 0px 0px;
    padding: 10px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.txt-indicacion-a {
    float: left;
    transform: scale(0.85) translateY(18px);
    background: white;
    padding: 0px 8px;
    color: #266294;
    font-weight: 500;
}

.lbx_block {
    display: inline-block;
    border: 1px solid #000000;
    vertical-align: top;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
}

.img-borde-radio-a {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

/* Clase para checkboxlist y radiobuttonlist  adaptarivo */
.cbl-rbl-resp-a {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .cbl-rbl-resp-a li {
        float: left;
        margin: 5px 5px 0px 0px;
        width: 230px;
    }

.cbl-rbl-resp-b {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .cbl-rbl-resp-b li {
        float: left;
        margin: 0px 5px 0px 0px;
    }


.sombra-a {
    -webkit-box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.75);
}

.sombra-b {
    box-shadow: 0 1px 2px 0 rgba(209, 209, 209, 0.5);
}

.col-1 {
    width: 8.333333%;
    float: left;
}

.col-2 {
    width: 16.666666%;
    float: left;
}

.col-3 {
    width: 25%;
    float: left;
}

.col-4 {
    width: 33.333333%;
    float: left;
}

.col-5 {
    width: 41.666666%;
    float: left;
}

.col-6 {
    width: 50%;
    float: left;
}

.col-7 {
    width: 58.333333%;
    float: left;
}

.col-8 {
    width: 66.666666%;
    float: left;
}

.col-9 {
    width: 75%;
    float: left;
}

.col-10 {
    width: 83.333333%;
    float: left;
}

.col-11 {
    width: 91.666666%;
    float: left;
}

.col-12 {
    width: 100%;
    float: left;
}

/* Columnas para manejar las seciones principales de la plantilla */
.s-col-1 {
    width: 8.333333%;
    float: left;
}

.s-col-2 {
    width: 16.666666%;
    float: left;
}

.s-col-3 {
    width: 25%;
    float: left;
}

.s-col-4 {
    width: 33.333333%;
    float: left;
}

.s-col-5 {
    width: 41.666666%;
    float: left;
}

.s-col-6 {
    width: 50%;
    float: left;
}

.s-col-7 {
    width: 58.333333%;
    float: left;
}

.s-col-8 {
    width: 66.666666%;
    float: left;
}

.s-col-9 {
    width: 75%;
    float: left;
}

.s-col-10 {
    width: 83.333333%;
    float: left;
}

.s-col-11 {
    width: 91.666666%;
    float: left;
}

.s-col-12 {
    width: 100%;
    float: left;
}


/* Inicio - Base de 5 columnas */
.s-col-1-5 {
    width: 20%;
    float: left;
}

.s-col-2-5 {
    width: 40%;
    float: left;
}

.s-col-3-5 {
    width: 60%;
    float: left;
}

.s-col-4-5 {
    width: 80%;
    float: left;
}

.s-col-5-5 {
    width: 100%;
    float: left;
}

.s-col-5-5 {
    width: 100%;
    float: left;
}

/* Final - Base de 5 columnas */

.color-texto-a {
    text-shadow: black 0.1em 0.1em 0.2em;
    color: #fff;
}

.color-texto-b {
    text-shadow: #fff 0.1em 0.1em 0.2em;
    color: black;
}

.tamano-texto-a {
    font-size: 1em;
    font-weight: normal;
}

.tamano-texto-b {
    font-size: 1.2em;
    font-weight: 300;
}

.tamano-texto-c {
    font-size: 1.5em;
    font-weight: 600;
}

.tamano-texto-d {
    font-size: 2em;
    font-weight: 800;
}

.titulo-encabezado-a {
    font-size: 40px;
    line-height: 68px;
    letter-spacing: -1.5px;
    font-weight: 600;
    margin: 20px 0px;
}

.titulo-encabezado-b {
    font-size: 36px;
    line-height: 68px;
    letter-spacing: -1.5px;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
}

.titulo-encabezado-c {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -1.5px;
    font-weight: 600;
    margin: 30px 0px 0px 0px;
}

.titulo-encabezado-d {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -1.5px;
    font-weight: 400;
    margin: 10px 0px 10px 0px;
}

.caracteristicas-a {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.5px;
    font-weight: 500;
    padding: 0px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
    border-bottom: 1px solid #D1D1D1;
}

.grid-texto-a {
    font-size: 10pt;
    font-weight: 400;
}


.ddl-col-6-lg-a{
    width: 300px;
}

.ddl-col-6-md-a{
    width: 300px;
}

.mostrar {
    display: initial;
}

.ocultar {
    display: none;
}

@media (max-width: 543px) {
    /* Ancho de columna en teléfonos */
    [class*="s-col-"] {
        width: 100%;
    }

    .hidden-xs {
        display: none !important;
    }

    .tamano-texto-a {
        font-size: 0.8em;
        font-weight: normal;
    }

    .tamano-texto-b {
        font-size: 0.8em;
        font-weight: 300;
    }

    .tamano-texto-c {
        font-size: 1.2em;
        font-weight: 600;
    }

    .tamano-texto-d {
        font-size: 1.5em;
        font-weight: 800;
    }

    .grid-texto-a {
        font-size: 8pt;
        font-weight: 400;
}
    .titulo-sitio {
        top: 18pt;
        font-size: 16pt;
    }

    .ddl-col-6-lg-a{
        width: 160px;
    }

    .ddl-col-6-md-a{
        width: 125px;
    }

    .relleno-sup-c {
        padding-top: 10px;
    }

    .relleno-inf-c {
        padding-bottom: 10px;
    }

    .relleno-izq-c {
        padding-left: 10px;
    }

    .relleno-der-c {
        padding-right: 10px;
    }

    .relleno-sup-d {
        padding-top: 20px;
    }

    .relleno-inf-d {
        padding-bottom: 20px;
    }

    .relleno-izq-d {
        padding-left: 20px;
    }

    .relleno-der-d {
        padding-right: 20px;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    /* Ancho de columna en teléfonos */
    [class*="s-col-"] {
        width: 100%;
    }

    .hidden-sm {
        display: none !important;
    }

    .tamano-texto-a {
        font-size: 0.8em;
        font-weight: normal;
    }

    .tamano-texto-b {
        font-size: 0.8em;
        font-weight: 300;
    }

    .tamano-texto-c {
        font-size: 1.2em;
        font-weight: 600;
    }

    .tamano-texto-d {
        font-size: 1.5em;
        font-weight: 800;
    }

    .grid-texto-a {
        font-size: 8pt;
        font-weight: 400;
    }

    .titulo-sitio{
        top: 18pt;
        font-size: 18pt;
    }

    .ddl-col-6-lg-a{
        width: 350px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-md {
    display: none !important;
  }

  .tamano-texto-a {
        font-size: 0.8em;
        font-weight: normal;
    }

    .tamano-texto-b {
        font-size: 0.8em;
        font-weight: 300;
    }

    .tamano-texto-c {
        font-size: 1.2em;
        font-weight: 600;
    }

    .tamano-texto-d {
        font-size: 1.5em;
        font-weight: 800;
    }

    .ddl-col-6-lg-a{
        width: 220px;
    }

    .ddl-col-6-md-a{
        width: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


.cont-izq{
    text-align:left ;
}

.cont-der{
    text-align:right;
}

.cont-cen{
    text-align:center;

}

.cont-jus{
    text-align:justify;

}

.degradado-a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ffffff+95&0+0,0.75+5,0.75+95,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 5%, rgba(255,255,255,0.75) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 5%,rgba(255,255,255,0.75) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 5%,rgba(255,255,255,0.75) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.degradado-a:hover {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: #fff;
}

.marco-a{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 1px #000 inset;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
}

.marco-a:hover {
   background: #fff;
}

.marco-b{
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.marco-c{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 1px #ff0000 inset;
    box-sizing: border-box;
    background: #fff;
}

.recuadro-a{
    position: relative;
    display: table;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

.recuadro-b{
    position: relative;
    display: table;
    width: 95%;
    margin: 0 auto;
}

.recuadro-c{
    position: relative;
    display: table;
    width: 100%;
}

.margen-sup-a{
    margin-top: 20px;
}

.margen-inf-a{
    margin-bottom: 20px;
}

.margen-izq-a{
    margin-left: 20px;
}

.margen-der-a{
    margin-right: 20px;
}

.margen-sup-b{
    margin-top: 10px;
}

.margen-inf-b{
    margin-bottom: 10px;
}

.margen-izq-b{
    margin-left: 10px;
}

.margen-der-b{
    margin-right: 10px;
}

.margen-sup-c {
    margin-top: 5px;
}

.margen-inf-c {
    margin-bottom: 5px;
}

.margen-izq-c {
    margin-left: 5px;
}

.margen-der-c {
    margin-right: 5px;
}

.margen-sup-d {
    margin-top: 50px;
}

.margen-inf-d {
    margin-bottom: 50px;
}

.margen-izq-d {
    margin-left: 50px;
}

.margen-der-d {
    margin-right: 50px;
}

.relleno-sup-a {
    padding-top: 5px;
}

.relleno-inf-a {
    padding-bottom: 5px;
}

.relleno-izq-a {
    padding-left: 5px;
}

.relleno-der-a {
    padding-right: 5px;
}

.relleno-sup-b {
    padding-top: 10px;
}

.relleno-inf-b {
    padding-bottom: 10px;
}

.relleno-izq-b {
    padding-left: 10px;
}

.relleno-der-b {
    padding-right: 10px;
}

.relleno-sup-c {
    padding-top: 20px;
}

.relleno-inf-c {
    padding-bottom: 20px;
}

.relleno-izq-c {
    padding-left: 20px;
}

.relleno-der-c {
    padding-right: 20px;
}

.relleno-sup-d {
    padding-top: 50px;
}

.relleno-inf-d {
    padding-bottom: 50px;
}

.relleno-izq-d {
    padding-left: 50px;
}

.relleno-der-d {
    padding-right: 50px;
}

/* Clase para la sección la barra de progreso de la página maestra */

.ProgresoFondo {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100000;
}

.ProgresoContenedor {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 100001;
}

.ProgresoMarco {
    margin: 0 auto;
    width: 20%;
    min-width: 190px;
    background-color: #FFFFFF;
    border: 1px solid Gray;
}

.ProgresoImagen {
    width: 95%;
    max-width: 220px;
}

 /* Clase para ajaxToolkit:PopupControlExtender */

.AjaxPopupControlExtenderPanel{
    background-color: #ffffcc;
    position: absolute ;
    visibility: hidden ;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    max-width : 350px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    }

.AjaxPopupControlExtenderTitulo {
    position: relative;
     border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size : small;
    color: #fff;
    background: #2878bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #2878bd 0%, #266294 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2878bd), color-stop(100%,#266294)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2878bd 0%,#266294 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2878bd 0%,#266294 100%); /* W3C */
    padding-right: 5px;
    padding-top: 5px;
    height: 25px;
}

.AjaxPopupControlExtenderBotonCerrar {
  float: right;
}

.AjaxPopupControlExtenderContenido {
    margin: 0 auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    max-height: 350px;
    overflow: auto;
    font-size: small;
}

/* Clase para ajaxToolkit:ModalPopupExtender */

.AjaxModalPopupExtenderPanel {
    background-color: #fff;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    max-width: 600px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
}

.AjaxModalPopupExtenderPanel_Advertencia {
    background-color: #ffffcc;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    max-width: 450px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
}

.AjaxModalPopupExtenderFondo  {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

.AjaxModalPopupExtenderContenido {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    min-height: 110px;
    max-height: 450px;
    overflow: auto;
    font-size: small;
}

/* Clase para ajaxToolkit:TextBoxWatermarkExtender */

.watermarked {
    padding: 10px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #F0F8FF;
    color: gray;
}

.ajaxaccordionHeader {
    border: 1px solid #2F4F4F;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    color: white;
    background-color: #2E4d7B;
    font-weight: 500;
    padding: 20px 10px;
    margin-top: 10px;
    cursor: pointer;
}

.ajaxaccordionHeaderSelected {
    border: 1px solid #2F4F4F;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    color: white;
    background-color: #5078B3;
    font-weight: 500;
    padding: 20px 10px;
    margin-top: 10px;
    cursor: pointer;
}

#master_content .ajaxaccordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .ajaxaccordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.ajaxaccordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-top-color: rgb(47, 79, 79);
    border-top-style: dashed;
    border-top-width: 1px;
    border-top: none;
    padding: 20px 5px;
}