.l {line-height:130%;font-family: Verdana;font-size:12px;color:#0000ff;text-decoration:underline;}
.l:hover {color:white;background-color:#009900;text-decoration:none;}

.lt {  font-family: Verdana;font-size:10px;;color:#0000ff;text-decoration:underline}
.lt:hover {  font-family: Verdana;font-size:10px;color:red;font-weight: none;text-decoration:underline}

.lv {  font-family: Verdana;font-size:10px;;color:#008000;}



.l2 {  font-family: Verdana;font-size:12px;color:cf0000;font-weight: bold;text-decoration:none}
.l2:hover {  font-family: Verdana;font-size:12px;color:red;font-weight: bold;text-decoration:underline}
.n1 {  font-family: Verdana,sans-serif;font-size:13px;color:ffffff;font-weight: bold}

.l3 {  font-family: Verdana;font-size:10px;color:f5f5f5;font-weight: bold;text-decoration:none}
.l3:hover {  font-family: Verdana;font-size:10px;color:red;font-weight: bold;text-decoration:none}

.ln { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; text-decoration: none }
.ln:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: red; text-decoration: none }

.baj { font-family: Verdana; font-size: 8pt;  color: #000000}

body,td,a,p,.h{font-family:arial,sans-serif;}
.h{font-size: 20px;}
.q{color:#1fa71f;}

.c {font-family:arial,sans-serif;font-size:1px}

.bod {border:0px;color:blue;cursor:hand;background-color:transparent;text-align:right}
.boi {border:0px;color:blue;cursor:hand;background-color:transparent;text-align:left}

.segbaj {
  border-bottom: dotted;
  border-bottom-width: 1px;
}

.anuncio:hover {
  background-color: #009900;
  color: white;
  font-size:12pt;
}
.anuncio2:hover {
  background-color: #009900;
  color: white;
  font-size:16pt;
}
ol, ul {list-style: none;}
#menu {
  width: 100%;
  height: 40px;
  margin-top: -10px;
}
.limpiar{
  clear: both;
}
#menu ul {
  height: 40px;
  margin-left: 40px;
}

#menu ul li {
  position: relative;
  font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  float: left;
  height:40px;
  width: 93px;
  line-height:40px;
  margin-right:2px;
}
#menu ul li a {
  background: url("tab.png") no-repeat;
  background-position: 0 -40px;
  color: silver;
  text-decoration: none;
  display: block;
}
#menu ul li a:hover {
  background-position: 0 -80px;
  color: white;
}
#menu ul li a:active {
  background-position: 0 0;
  color: white;
}

/* - - - - - - - -
    SUB_MENU
- - - - - - - - */
#menu ul li ul {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
}
#menu ul li ul li {
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  width: 200px;
  height: 20px;
  line-height:20px;
  padding-left: 10px;
  background-color: #464646;
  border-top: 1px dotted #999;
}
#menu ul li ul li a {
  background-image: none;
  color: sylver;
}
#menu ul li ul li a:hover {
  background-color: #868686;
}
#menu ul li > ul {
  top: auto;
  left: auto;
}
#menu ul li:hover ul {
  display: block;
}
