@charset "UTF-8";
/* CSS Document */
/* Estilos para el recogemigas (breadcrumbs) */


#navegador {

    margin: 0;
    padding: 0;

    text-align: left;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    font-style: oblique;
    text-transform: lowercase;

    background-color: #ffe8aa;

}


div#navegador div.interior {
    
    padding-top: 5px;
    padding-bottom: 5px;
    
}


span.breadcrumbs {

    display: block;
    overflow: hidden;
    margin: 0 10px 0 10px;

}


a.breadcrumbs,
a.breadcrumbs:link,
a.breadcrumbs:visited {

    color: green;
    font-weight: normal;

}


a.breadcrumbs:hover {

    color: red;

}


a.breadcrumbs:active {

    color: red;

}


.breadcrumbs em {

    font-style: normal;

}