@import "general.css";

#lista_preguntas li {
	background: url(../images/gral_ico_flecha.gif) no-repeat left top;
	background-position: 0px 8px;
	padding-left: 10px;
	display: block;
}
#lista_preguntas a {
	color: #185E78;
	text-decoration: none;
}
#lista_preguntas a:hover {
	text-decoration: underline;	
}

#lista_respuestas a.preguntas_subir  {
	/*margin-top: -12px;*/
	background: url(../images/gral_ico_subir.gif) no-repeat left top;
	width: 13px;
	height: 13px;	
	float: right;
	display: inline;
	clear: both;
}
#lista_respuestas a:hover  {
	background: url(../images/gral_ico_subir_on.gif) no-repeat left top;
}
#lista_respuestas a span,
#lista_respuestas strong a {
	display: none;
}

