/* panel izquierdo */

#fpi {

position: absolute;
top: 0;
left: 0;
width: 24%;
min-width: 180px;
height: 100%;
margin: 0;
background: #0081f4 url(mgn/grc_ndx.gif) 100% 0 repeat-y;

}

#pi {

position: absolute;
top: 0;
left: 0;
width: 24%;
min-width: 180px;
height: 100%;
margin: 0;
text-align: right;
background: url(mgn/bck_pi_ndx.gif) repeat-x;

}

#bpi {

position: absolute;
top: 0;
right: 0;
width: 180px;
height: 72px;
margin: 0;
background: url(mgn/bpi_ndx.gif) no-repeat;

}

/* barra de ruta */

#fbr {

position: absolute;
top: 54px;
right: 0;
width: 36%;
height: 36px;
margin: 0;
background: url(mgn/bck_br_ndx.gif) repeat-x;

}

#br {

position: absolute;
top: 54px;
right: 0;
width: 536px;
height: 36px;
margin: 0;
background: url(mgn/br_ndx.gif) no-repeat;

}

.br {

color: white;
margin: 0 18px 0 0;
text-align: right;
letter-spacing: 1px;
font: normal 10px/36px "verdana", sans-serif;

}

.br acronym {

cursor: help;
border: 0;

}

.br a {

color: white;
text-decoration: none;

}

.br a:visited {

color: white;
text-decoration: none;

}

.br a:hover {

color: black;

}

.br a:active {

text-decoration: none;

}

/* simbolos de ruta */

.s_r {

color: #7bbef9;

}

/* barra de navegacion */

.ini a {

background: url(mgn/ini_ndx.gif) no-repeat;

}

.ant a {

background: url(mgn/ant_ndx.gif) no-repeat;

}

.sig a {

background: url(mgn/sig_ndx.gif) no-repeat;

}

/* submenu de tercer nivel */

.stn {

border-left: #0081f4 1px dashed;

}

.tstn {

color: #555;
margin: 0 18px 0 9px;
text-align: left;
font: normal 10px/14px "verdana", sans-serif;

}

.tstn acronym {

cursor: help;
border-bottom: 1px dotted;

}

.tstn a {

display: block;
color: #555;
padding-left: 7px;
text-decoration: none;
background: url(mgn/tstn_a_ndx.gif) 0 4px no-repeat;

}

.tstn a:visited {

color: #555;
text-decoration: none;

}

.tstn a:hover {

color: #0081f4;
text-decoration: none;
background: url(mgn/tstn_h.gif) 0 4px no-repeat;

}

.tstn a:active {

color: #0081f4;
text-decoration: none;
background: url(mgn/tstn_h.gif) 0 4px no-repeat;

}