ul#breadcrumb{
position:relative;
height:20px;
top:0px;
left:0px;
width:700px;
overflow:hidden;
margin-bottom:20px;
line-height:10px;
}
ul#breadcrumb li{
float:left;
padding-bottom:10px;
padding-left:10px;padding-right:10px;
background-image:url(../img/palito.jpg);
background-position:left top;
background-repeat:no-repeat;
}
ul#breadcrumb li.first{
background-image:url(../img/flecha-derecha.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:14px;
}
ul#breadcrumb li a{
font-weight:bold;
color:#654632;
font-size:13px;
}
