.ttl-servicio {
    background: url(../images/ttl_servicio.gif) no-repeat;
    width: 141px;
    height: 17px;
    display: block;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.ttl-instrucciones,
.ttl-informacion,
.ttl-preguntas,
.ttl-validacion,
.ttl-contactenos,
.ttl-registre,
.ttl-gracias {
    height: 17px;
    display: block;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.ttl-instrucciones {
    background: url(../images/ttl_instrucciones.gif) no-repeat;
    width: 330px;
}
.ttl-informacion {
    background: url(../images/ttl_informacion.gif) no-repeat;
    width: 220px;
}
.ttl-preguntas {
    background: url(../images/ttl_preguntas.gif) no-repeat;
    width: 205px;
}
.ttl-validacion {
    background: url(../images/ttl_validacion.gif) no-repeat;
    width: 205px;
}
.ttl-contactenos {
    background: url(../images/ttl_contactenos.gif) no-repeat;
    width: 205px;
}
.ttl-registre {
    background: url(../images/ttl_registre.gif) no-repeat;
    width: 175px;
}
.ttl-gracias {
    background: url(../images/ttl_gracias.gif) no-repeat;
    width: 77px;
}

.levels td {
    padding: 10px;
    border-bottom: 1px solid #EDEDE0;
}

.levels-color {
    background-color: #FBFBF8;
}

.question {
    padding: 10px 0 0 0;
    font-weight: bold;
}

.answer {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #F2F0E2;
}

/************************************
* About Us Subnavigation
************************************/

div#subnav { 
    height: 136px; 
    width: 202px; 
    margin: 0 0 20px 0; 
    padding: 0; 
    border: 0; 
}

div#subnav ul#submenu { 
    height: 136px; 
    width: 202px; 
    background: url(../images/subnav_servicio.gif) top left no-repeat; 
    margin: 0; 
    padding: 0; 
    position: relative; 
}

div#subnav ul#submenu li { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    position: absolute; 
}

ul#submenu li, ul#submenu a { 
    width: 202px; 
    display: block; 
}

div#subnav ul#submenu li a { 
    text-indent: -9999px; 
    text-decoration: none; 
}

#instruccionesmenu { top: 0px; }
#informacionmenu { top: 32px; }
#preguntasmenu { top: 57px; }
#validacionmenu { top: 83px; }
#contactenosmenu { top: 109px; }

#instruccionesmenu a { height: 32px; }
#informacionmenu a { height: 25px; }
#preguntasmenu a { height: 26px; }
#validacionmenu a { height: 26px; }
#contactenosmenu a { height: 31px; }

#instruccionesmenu a:hover { background: url(../images/subnav_servicio.gif) -202px 0 no-repeat; }
#informacionmenu a:hover { background: url(../images/subnav_servicio.gif) -202px -32px no-repeat; }
#preguntasmenu a:hover { background: url(../images/subnav_servicio.gif) -202px -57px no-repeat; }
#validacionmenu a:hover { background: url(../images/subnav_servicio.gif) -202px -83px no-repeat; }
#contactenosmenu a:hover { background: url(../images/subnav_servicio.gif) -202px -109px no-repeat; }

body.instrucciones-on #instruccionesmenu  { background: url(../images/subnav_servicio.gif) -202px 0 no-repeat; }
body.informacion-on #informacionmenu  { background: url(../images/subnav_servicio.gif) -202px -32px no-repeat; }
body.preguntas-on #preguntasmenu  { background: url(../images/subnav_servicio.gif) -202px -57px no-repeat; }
body.validacion-on #validacionmenu  { background: url(../images/subnav_servicio.gif) -202px -83px no-repeat; }
body.contactenos-on #contactenosmenu  { background: url(../images/subnav_servicio.gif) -202px -109px no-repeat; }
