/* CSS Document */
h3{ font-style: oblique; padding-left: 28px; background: url(http://www.videoyletras.com/img/arw2.gif) no-repeat 0px 0px; font-size:18px; }
h5{ padding-left: 28px; font-size:14px; }
a:link { text-decoration: none; color: #3366CC; }
a:visited { text-decoration: none; color: #3366CC; }
a:hover { text-decoration: none; color: #FF0000; }
a:active { text-decoration: none; }
a { font-weight: bold; }
b { color: #cc0000; }
/* Barra Izquierda */
#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  background-color:#000000; 
  color:#fff; 
  display:block; 
  width:166px;
  height:20px;
  font-size:10px;
  border-bottom:#FFFFFF 1px solid;
  padding:5px 0 0 5px;
}
#menu a:hover {
  color:#fff;
  background-color:#8baccd;
}
