.barraCarrito {
 background:#ededed;
 border:solid 1px #ccc;
 font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color:#808080;
}
.barraCarritoLeft{
width:80%;
float:left;
}
.barraCarritoLeft a{
color:#808080;
}
.barraCarritoLeft a:hover{
text-decoration:underline;
}
.sesionIniciada { font-weight:bold;color:#2e9c34;}
.sesionNoIniciada { font-weight:bold;color:#ba1727;}
.separador {vertical-align:middle}
.cantidadCarrito {
 font:bold 20px Arial, Helvetica, sans-serif;
 color:#a60934;
}
.barraCarritoRight{
width:18%;
text-align:right;
float:right;
border-left:solid 1px #ccc;
}
.barraCarritoRight:hover{
background:#c9c9c9;
}
.barraCarritoRight:hover a{
color:#000;
}
.barraCarritoRight a{
 font:normal 11px Arial, Helvetica, sans-serif;
 color:#808080;
}
.barraCarritoRight a:hover{
 font:normal 11px Arial, Helvetica, sans-serif;
 color:#a60934;
}
.barraCarritoRight a img{
border:none
}

