.listado-hijos-widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.listado-hijos-widget ul li a{
	color: #364398;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	transition: all .3s;
}
.listado-hijos-widget ul li a:hover,
.listado-hijos-widget ul li a:focus,
.listado-hijos-widget ul li a.active{
	color: #C61FCA;
}
