
/* 
    Created on : 8/03/2017, 11:09:46 PM
    Author     : alfonso
*/

#contenedor_ruta{
    width: 100%;
    background-color: rgba(255,255,255,0.1);
/*    height: 30px;*/
}

#contenedor_ruta > #c_r{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb{
    /*     font-family: "Century Gothic","Didact Gothic","Apple Gothic",AppleGothic, Verdana, Geneva, sans-serif;*/
    margin-bottom: 0px;
    font-size: 13px;
    padding: 5px 0;
}

.breadcrumb a{
    color:#ffcc66;
    text-decoration: none;
}

.breadcrumb>.active {
    color: #ffcc66;
}

.breadcrumb > li + li::before{
    color: #ffcc66;
}



