.all_breadcrumbs{
    position: relative;
    width: 100%;
    background-color: #E8E8E9;
    height: 33px;
    z-index: 40;
    text-align: left;
}

.elemento_breadcrumbs{
    font-size: 14px;
    font-weight: 400;
    padding-top: 9px;
    color: #002855 ;
}

.elemento_breadcrumbs a:link{
	color: #002855;
	text-decoration: none;
}

.elemento_breadcrumbs a:visited{
	color: #002855;
	text-decoration: none;
}

.elemento_breadcrumbs a:hover{
	color: #002855;
	text-decoration: underline;
}

.elemento_breadcrumbs a:last-of-type{
    /*color:#002855;
    text-decoration: none;*/
}
