.menu {  }
.listWrapper  .menu { margin: 0 !important; }
.menu li { float: left; width: 24.25%; margin-right: 1%; }
.menu li:last-child { margin-right: 0; }
.menu li a { float: left; width: 100%; color: #fff; text-decoration: none; background: #87888A; text-align: center; padding: 15px 0; }
.menu li a:hover, .menu li a.selected { background: #004d91 !important/*url('../images/img/list_menu_active.jpg') repeat-x*/; }

.menuCms li { height: 25px; margin: 0 0 7px;}
.menuCms li.clock { background: url('../../images/menu/clock_inactive_bck.png') no-repeat; }
.menuCms li.clock.selected, .menuCms li.clock:hover { background: url('../../images/menu/clock_active_bck.png') no-repeat #ff8c31; }
.menuCms li.mark { background: url('../../images/menu/mark_inactive_bck.png') no-repeat; }
.menuCms li.mark.selected, .menuCms li.mark:hover { background: url('../../images/menu/mark_active_bck.png') no-repeat #ff8c31;  }
.menuCms li a { font-size: 12px; font-weight: bold; color: #3e3d40; }
.menuCms li a div {  padding: 4px 0 0 30px; }
.menuCms li.selected a, .menuCms li a:hover { color: #fff;  }

/** Carrito Magento **/
.cart form     { display: block; }

#co-billing-form { display: block; }
#co-billing-form .name-firstname { width: 50% }
#co-billing-form .name-lastname { width: 50% }
#co-billing-form .field { width: 50% }