/* CSS PARA LOS TAGS */
.noticia_tags {
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
left: 0px; /* originalmente -30px */
top: 19px; /* originalmente -62px */
padding: 3px 15px 3px 15px;

}

/*Top level list items*/
.noticia_tags ul li{
position: relative;
display: inline;
float: left;
color: grey;
font-family: verdana;
font-size: 80%;
}

.noticia_tags ul li a{
display: block;
/* background of tabs (default state)*/
background-color: #414141;
/*
	background-image: url('../images/tags/tag_bg.png') !important;
    background-position: top center;
	background-repeat: repeat-x; 
*/	
padding: 8px 10px;
text-decoration: none;
font-weight: bold;
color: grey;
text-shadow: 0 0 4px #1B1B1B; /* sombra piquetosa en CSS3 */
}
.noticia_tags ul li a:hover{
color: white;
background-color: #222222;
	background-image: url('../images/tags/hover_tag.gif') !important;
    background-position: top center;
	background-repeat: repeat-x;
}

/*1st sub level menu*/
.noticia_tags ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.noticia_tags ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.noticia_tags ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.noticia_tags ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.noticia_tags ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

#todas a:hover, .todas a
{ 
-webkit-border-radius-topleft: 10px;
-moz-border-radius-topleft: 10px;
border-radius-topleft: 10px;
}

#aporte a, .aporte
{
-webkit-border-radius-topright: 10px;
-moz-border-radius-topright: 10px;
border-radius-topright: 10px;
}

#noticia a:hover, .noticia2 a
{ 
color: #EA4F39 !important;
}
#lol a:hover, .lol2 a
{ 
color: #6FC411 !important;
}
#trailer a:hover, .trailer2 a
{ 
color: #5A9BDD !important;
}
#release a:hover, .release2 a
{ 
color: #E77DCA !important;
}	
#evento a:hover, .evento2 a
{ 
color: #F0E533 !important;
}
#aporte a:hover, .aporte2 a
{ 
color: #0EC4BE !important;
}
#switch  a:hover, .switch2 a
{ 
color: #0EC4BE !important;
}
.noticia2 a , .lol2 a , .trailer2 a , .release2 a , .evento2 a , .aporte2 a
{
background-color: #222222;
	background-image: url('../images/tags/hover_tag.gif') !important;
    background-position: top center;
	background-repeat: repeat-x;
}	

	

/* FIN DEL CSS PARA LOS TAGS */