


/*-- caja crumbs --*/
div.ssfa-crumbs {
    background-color: #177fa3;
    float: left;
    padding: 4px 16px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px!important;
}
div.ssfa-crumbs a {
    color: #fff;
    font-weight: 600;
}
div.ssfa-crumbs a:hover, div.ssfa-crumbs a:active{
	color: #8aa81a; 
	text-decoration: none;
}

/*-- enlaces --*/
table[id^="ssfa-table"] td.ssfa-sorttype a:hover {
    color: #grey;
    text-decoration: none;
}

/*table[id^="ssfa-table"].ssfa-minimalist > tbody > tr > td > a:hover,
table[id^="ssfa-table"].ssfa-minimalist > tbody > tr > td > a:focus,
table[id^="ssfa-table"].ssfa-minimalist > tbody > tr > td > a:active {
	color: #177fa3; 	
}*/






