/* CSS Document */
/* Top */
#top { background: url(../img/fons_cab.gif); height: 71px; border: 1px solid #707070; }

/* Menú superior */
#menu_superior { background: url(../img/fons_boto.jpg) ; height: 25px; border: 1px solid #707070; margin-top: -5px; }
#menu_superior ul { margin: 0; padding: 0; list-style: none; }
#menu_superior ul li { float: left; }
#menu_superior ul li a { padding: 0 20px; text-align: center; font-family: arial, helvetica, sans-serif; font-size: 75%; color: #002b8b; font-weight: bold; line-height: 25px; _height: 25px; text-decoration: none; }
#menu_superior ul li a:hover { color: #000; }

/* Botonets de la dreta del logotip */
a.btn_logo { font-family: aria, helvetica, sans-serif; font-size: 65%; font-weight: normal; color: #333; text-decoration: none; }
a.btn_logo:hover { text-decoration: underline; color: #777; }

.separador { background: url(../img/separador.gif) no-repeat; width: 1px; height: 25px; margin: 0; padding: 0; }

/* Menú esquerra */
ul.mnu_esq { margin: 0; padding: 0;list-style: none; }
ul.mnu_esq li { border-left: 1px solid #707070; height: 25px; margin-bottom: 2px; }
ul.mnu_esq li a { display: block; font-family: arial, helvetica, sans-serif; font-size: 75%; color: #002b8b; font-weight: bold; line-height: 25px; _height: 25px; text-decoration: none; margin: 0; padding-left: 15px; }
ul.mnu_esq li a:hover { display: block; background: #F5F5F7; }

