@charset "utf-8";
/* CSS Document */

#listadoservicios li {
	line-height: 2em;
}
#listadoservicios ul {
	list-style: none;
}
#listadoservicios ul li {
	display: block;
	margin-bottom: 0.25em;
}
#listadoservicios ul li::before {
	content: " " ;
	display: inline-block;
	width: 0.50em;
	height: 0.50em;
	border-radius: 50%;
	background-color:darkcyan;
	margin-right: 2em;
	padding: 2px;
	border: 2px solid black; 
}

#listadoservicios ul p {
	margin: 0px;
	text-indent: 0px;
	padding-left: 2em;
}
#listadoservicios > ul li:hover::before {
	background-color: black;
}
#navegador a:nth-of-type(3) {
	background-color: white;
	color:black;
}

