#contenedor_miga{    float: left;    height: 22px;    text-align: center;	}.elemento_miga{    cursor: pointer;    float: right;    line-height: 16px;    height: 30px;    margin-right: 0px;    text-transform: uppercase;    width: 220px;}	.numero_item{    font-weight: bold;    color: #4A4A4A ;    display: inline-block;    font-size:12px;    line-height: 20px;    margin-left: 20px;    padding: -1px;    width: 20px;}.nombre_item{    color: #4A4A4A;    font-weight: bold;    font-size: 12px;    height: 15px;    line-height: 30px;    display: inline-block;}.nombre_item:hover{    text-decoration: underline;}#contenedor_miga .item_miga_activo, #contenedor_miga .item_miga_inactivo{    background-size: 100% 22px;    background-repeat: no-repeat;    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.45);    -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.45);    box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.45);}#contenedor_miga .back{    cursor: pointer;    float: right;    padding-left: 30px;}#miga_de_pan{    height: 30px;    margin-top: 5px;    width: 100%;}