a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #85898A;
}
.lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(img/punto_gris2.gif);
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #333333;
	font-weight: bold;
}
.novedades {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.subtitulonovedades {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
a.nav-text {
    display: inline-block;            /* keeps width/height behavior */
    width: 260px;
    height: 18px;
    line-height: 18px;                /* vertically center single-line text */
    font-family: "Oswald", "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;                  /* adjust to match */
    letter-spacing: 0.5px;            /* adjust for condensed look */
    color: #ffffff;                   /* match GIF text color */
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
a.nav-text:hover { color: #bbcdce; }    /* example */
a.nav-text:focus { outline: 2px solid #ddd; }
 
