/* MAIN NAVIGATION */
.nav3-grid {
  width:234px;
  color:#ffffff;
  font-size:100%;
  margin: 1px 1px 0px 0px;
 }

.nav3-grid dt a, .nav3-grid dt a:visited {
  background-color:rgb(0,55,125);
  background-image: url(../images/button_vert.gif);
  display:block;
  min-height:2.0em /*Non-IE6*/;
  height:auto !important;
  height:2.0em /*IE6*/;
  line-height:2.0em;
  padding:0px 5px 0px 10px;
  text-decoration:none;
  color:#ffffff;
  font-weight: bold;
  font-size:100%;
  }

.nav3-grid dt a:hover {
  background-color:rgb(0,55,125);
  background-image: url(../images/button_vert_hov.gif);
  color:#ffffff;
  text-decoration:none;
  }

.nav3-grid dt a.current:link, .nav3-grid dt a.current:visited {
  background-color:rgb(0,55,125);
  background-image: url(../images/button_vert_hov.gif);
  color:#ffffff;
  text-decoration:none;
  }

.nav3-grid dd a, .nav3-grid dd a:visited {
  background-color:rgb(240,240,240);
  background-image: url(../images/button_vert_sub.gif);
  display:block;
  min-height:27px /*Non-IE6*/;
  height:auto !important;
  height:27px /*IE6*/;
  line-height:27px;
  padding:0px 0px 0px 25px;
  margin-left: -40px;
  margin-bottom: -6px;
  border: none;
  font-weight:normal;
  text-decoration:none;
  text-align: left;
  color:#00377C;
  font-size:100%;
  }

.nav3-grid dd a:hover {
  background-color:rgb(240,240,240);
  background-image: url(../images/button_vert_hov_sub.gif);
  color:#ed1c24;
  text-decoration:none;
  }

.nav3-grid dd a.current:link, .nav3-grid dd a.current:visited {
  background-color:rgb(240,240,240);
  background-image: url(../images/button_vert_hov_sub.gif);
  color:#ed1c24;
  text-decoration:none;
  }

.opcion_menu{
	padding-left: 5px;
	padding-right: 5px;
}

/* Balon CSS */
.hotspot { padding-bottom:1px; border-bottom:1px; cursor:pointer; text-decoration: none;}

#tt {position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#ffc323; color:#004080}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}