.todoslostitulos-titulo {
	background-color: #DFDFDF;
	font-weight: bold;
	color: #000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(/imagenes/misc_cuadrada2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size:12px;
	text-transform: uppercase;
}
#todoslostitulos ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
	display: block;
	padding: 0px;
}
#todoslostitulos li {
	background-image: url(/imagenes/misc_busqueda.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #023f89;
	text-decoration: none;
	line-height: 16px;
}
#todoslostitulos li a {
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	line-height: 17px;
	display: block;
	font-size:12px;
}
#todoslostitulos  li a:hover {
	background-image: url(/imagenes/misc_busqueda.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-color: #FDECBD;
	display: block;
}
#todoslostitulos li a:visited {
	display: block;
	font-weight: normal;
	margin: 0px;
}

