/* VINCULOS NARANJA */
.link2:link
{
   text-decoration:none;
   color:#EE5B27;
}

.link2:visited
{
   text-decoration:none;
   color:#EE5B27;
}

.link2:hover
{
   text-decoration:underline;
   color:#EE5B27;
}

.link2:active
{
   text-decoration:none;
   color:#EE5B27;
}

/* Vinculos en los tag de noticias Home */
.link3:link
{
   text-decoration:none;
   color:#01A0C7;
}

.link3:visited
{
   text-decoration:none;
   color:#01A0C7;
}

.link3:hover
{
   text-decoration:underline;
   color:#01A0C7;
}

.link3:active
{
   text-decoration:none;
   color:#01A0C7;
}

/* vinculos del listado de artists del mes */
.link4:link
{
   text-decoration:underline;
   color:#01A0C7;
}

.link4:visited
{
   text-decoration:underline;
   color:#01A0C7;
}

.link4:hover
{
   text-decoration:underline;
   color:#01A0C7;
}

.link4:active
{
   text-decoration:underline;
   color:#01A0C7;
}

/* sub barra de navegacion para Noticias */
.link5:link
{
   color:#FFFFFF;
   text-decoration:none;
   width:124px;
   height:27px;
   float:left;
   padding-top:12px;
   text-align:center;
   font-weight:bold;
}

.link5:visited
{
   color:#FFFFFF;
   text-decoration:none;
   width:124px;
   height:27px;
   float:left;
   padding-top:12px;
   text-align:center;
   font-weight:bold;
}

.link5:hover
{
   background-color:#F2F2F2;
   color:#333333;
   text-decoration:none;
   width:124px;
   height:27px;
   float:left;
   padding-top:12px;
   text-align:center;
   font-weight:bold;
}

.link5:active
{
   color:#FFFFFF;
   text-decoration:none;
   width:124px;
   height:27px;
   float:left;
   padding-top:12px;
   text-align:center;
   font-weight:bold;
}

/* link de titulares de noticias */
.link6:link
{
   text-decoration:none;
   color:#4C4C4C;
}

.link6:visited
{
   text-decoration:none;
   color:#4C4C4C;
}

.link6:hover
{
   text-decoration:none;
   color:#4C4C4C;
}

.link6:active
{
   text-decoration:none;
   color:#4C4C4C;
}


/*Vinculo para el buscador*/
.bus_c:link
{
   color:#0066FF;
   text-decoration: none;
}

.bus_c:visited
{
   color:#0066FF;
   text-decoration: none;
}

.bus_c:hover
{
   text-decoration:underline;
   color:#0066FF;
}

.bus_c:active
{
   color:#0066FF;
   text-decoration: none;
}