html * { font-family: Verdana, Arial, Helvetica, sans-serif; }
a { color: #333; text-decoration: underline; }
a:link { color: #333; }
a:visited { color: #666; }
a:hover { color: #098e61; }
a:active { color: #098e61; }

/*Indice de navegacion (botonera o columna izquierda)*/
#mas_votados { 
	background-repeat: no-repeat; 
	text-align: left; 
	width:207px;
	float: left; 
	padding-top: 0.0em;  
	font-size: 0.7em;
	margin: 0px;
	}
#mas_votados h2 { 
	color: #098e61; 
	font-size: 1em; 
	background-image: url(../img/fondocenizquierda.png); 
	background-repeat: repeat-y; 
	text-decoration: none; 
	padding-top: 0.5em; 
	padding-bottom: 0.6em; 
	padding-left: 1em;
	margin: 0px;
}
#mas_votados h2 a {color: #098e61; text-decoration: none;margin-left:0px;}
#mas_votados h2 a:hover { color: #098e61; text-decoration: none; }
#mas_votados ul { background-image: url(../img/fondocenizquierda.png); background-repeat: repeat-y; padding-left: 1em;  list-style:none;margin: 0px; padding: 0;padding-top:0px;}
#mas_votados ul li { background-position: 0 0.5em; padding-bottom: 0.0em; padding-left: 1em;margin-left:10px;padding-top:0px;}
#mas_votados ul li a { text-decoration: none; }
#mas_votados ul li.final { margin-right: 1em; padding-bottom: 1em; border-bottom: 2px solid #e6e7e6; }
#mas_votados ul li.comienzo { background-position: 0 1.5em; margin-right: 1em; padding-top: 1em; }
#mas_votados ul li.intermedia { background-position: 0 0.9em; padding-top: 0.5em;}
#mas_votados span.finalindice { background-image: url(../img/fondoinfizquierda.png); background-repeat: no-repeat;width: 207px; height: 2em; float: left; clear: both; }