/* 
    Document   : style
    Created on : 10-oct-2013, 20:07:44
    Author     : codatavern
    Email      : codatavern@gmail.com
*/

@font-face {
    font-family: 'JustTheWayYouAre';
    src: url('fonts/justthewayyouare-webfont.eot');
    src: url('fonts/justthewayyouare-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/justthewayyouare-webfont.woff') format('woff'),
         url('fonts/justthewayyouare-webfont.ttf') format('truetype'),
         url('fonts/justthewayyouare-webfont.svg#JustTheWayYouAre') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #fff;    
    background: #222;                
}

article,aside,details,figcaption,figure,footer,header,summary,hgroup,menu,nav,section{
    display: block;
}

ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
}
a img {
    border: 0;
    outline: none;
}

select {
    border: 1px solid #222;
    outline: none;
    background: none;
    padding: 2px;
}

body, input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.errorMessage {
    display: inline-block;
    clear: both;
}
.clearfix {
    float: none;
    clear: both;
}
.clear {
    clear: left;
}

.inner-content {
    padding: 10px;
    overflow: hidden;
}
.hidden {
    display: none;
}

.span-50 {
    float: left;
}
.span-50 {
    width: 50%;    
}

.w70 { width: 70px; }

.fl-r {
    float: right;
}

.flash-error,
.flash-notice,
.flash-success {
    background: #87a46a;            
    text-align: center;
    position: absolute;
    left: 30%;
    right: 30%;
    top: 145px;
    z-index: 10000;
    border: 1px solid #fff;
    font-size: 14px;    
}
.flash-notice {
    background: #FFD324;
    color: #222;    
}
.flash-error {
    background: url(../images/icon_close.png) no-repeat right top #CD0A0A;    
    padding: 20px 0;
    cursor: pointer;    
}
.flash-notice div,
.flash-success div {
    padding: 20px 0;
    font-size: 14px;
}

.flash-close {
    background: url(../images/icon_close.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    margin: 2px;
}

#container {
    min-height: 100%;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    background: url(../images/box_bg.jpg) no-repeat center top;
}
body#page-index #container {
    background: none;  
    max-height: 768px;
}

.base1 {
    background: url(../images/base3_bg_alpha.png);
    overflow: visible;
}
.base2 {
    background: url(../images/base2_bg_alpha.png);
    overflow: hidden;
}

#page {
    margin: 0 auto;
    width: 980px;
    overflow: visible;  
    min-height: 568px;
    position: relative;
}
#page-content {
    background: url(../images/base_bg_alpha.png) repeat;
    overflow: hidden;
    height: 485px; 
    clear: both;
    width: 100%;
    float: left;
}


#header-wrapper {
    display: block;
    /*background: url('../images/background-2.jpg') no-repeat    */
}

header {
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
    position: relative;
    padding: 100px 0 10px 0;
}
#page-index header {
    padding-top: 70px;
}

#logo {
    float: left;
    padding: 0px 10px;
}

#takeaway {
    width: 125px;
    height: 100px;
    position: absolute;
    background: url(../images/takeaway_s.png) no-repeat;
    bottom: 40px;
    right: -15px;
}

#social-bar {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
#social-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#social-bar li {
    float: left;
    padding-right: 10px;
}

/************* MENU PRINCIPAL *********/

#mainmenu {
    height: 40px;
    line-height: 40px;
    background: url(../images/base_bg_alpha.png) repeat;
    float: left;
    width: 805px;
    margin-top: 25px;
    padding-right: 10px;
}
#mainmenu ul {
    list-style: none;
}
#mainmenu li {
    display: inline;            
    padding-left: 25px;
}
#mainmenu a {
    color: #fff;
    font-size: 16px;
}
#mainmenu a.current, 
#mainmenu a:hover {
    text-decoration: underline;
}
#mainmenu li.user {
    float: right;
    padding-left: 4px;
}
#mainmenu li.user a {
    background: #557c23;
    padding: 0px 5px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
#mainmenu li.user a:hover {
    background: #87a46a;
}

/************ FOOTER ************/

#footer {
    /*text-align: center;*/
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-top: 2px solid #222;
}
#footer a {
    color: #fff;
}
#footer-nav {
    margin-top: 10px;
    display: inline;
}
#footer-nav li {
    padding: 5px 0;
    display: inline-block;
    margin: 0 10px;    
}
#footer-content {
    width: 980px;
    margin: 0 auto;
}

/********** CART *********/



#topcart {
    position: absolute;
    right: 0;
    top: 90px;
    background: url(../images/base3_bg_alpha.png);
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
#page-index #topcart {
    top: 60px;
}

#topcart-container {
    /*
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    overflow: hidden;
    padding-left: 60px;
    */
}

.cart-empty {
    text-align: center;
    padding-top: 210px;
    font-size: 20px;
}

#topcart a { 
    background: #557c23;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 0px 0 2px;
    text-align: center;
}
#topcart a:hover {
    background: #87a46a;
}

#topcart a.tc-cart {
    background: url("../images/shopping_cart.png") no-repeat 5px 50% #557c23;
    padding: 0 5px 0 25px;
}

.tc-title {
    text-transform: uppercase;
    font-size: 14px;
font-weight: 700;
}
.tc-total {
    margin: 0 10px;
font-size: 14px;
font-weight: 700;
}
.tc-buttons {
    
}

.cart-checkout {
    clear: both;    
    line-height: 20px;
    margin-top: 10px;
}
.cart-checkout input.submit,
.cart-checkout a {
    background: #557c23;
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.cart-checkout select {
    font-size: 12px;
    color: #222;  
}
.cart-checkout h2 {
    font-size: 14px;
    margin: 10px 0 5px 0;
    padding: 0;
    color: #557c23;    
}
.cart-checkout #Order_payment {
       
}
.cart-checkout .errorMessage {
    margin-bottom: 10px;
}

#payment-block {
    font-size: 12px;
}
#payment-block p {
    margin: 0;
}
#payment-block .flash-error {
    left: 10px;
    right: 10px;
}

#confirm-order-line {
    margin-top: 5px;
}

#myaccount-minicart {
    background: url(../images/bag_s.png) no-repeat left top;
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

.mm-title {
    
}
.mm-amount {
    padding-top: 26px;
}


/***** DESGLOSE COMPRA *****/

.cart-table {
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
}
.cart-table td {
    padding: 5px 10px;
    border-bottom: 1px dotted #ddd;
}
.cart-table th {
    font-weight: bold; 
    font-size: 14px;
    padding: 10px;
    background: #557c23;
    color: white;
    text-transform: uppercase;
}
.ct-delete {
    width: 16px;
}
.ct-title {
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    background: #87a46a;
    color: white;
    text-transform: uppercase;
    text-align: right;
}
.ct-favorite,
.ct-amount {
    text-align: center;
}
.ct-favorite {
    font-size: 9px !important;
}
.ct-amount a {
    display: inline-block;
}
.ct-amount span {
    width: 30px;
    display: inline-block;
}
.ct-name {
    text-align: left;
    font-weight: 400;
}
.ct-name span {
    font-weight: 300;
    color: #fff;
    font-size: 12px;
}
.ct-name span.ct-options {
    /* color: #469400; */
}

.ct-total, .ct-price {
    text-align: right;
    width: 80px;
}

.cart-address {
    line-height: normal;
}
.cart-address p {
    font-size: 12px; 
    margin: 0;
}
.cart-address h2 {
    font-size: 14px;
margin: 0;
padding: 0;
line-height: 30px;
color: #557c23;
}


/************* MENU PRODUCTOS *********/

#menumenu {
    clear: both;
    font-family: 'JustTheWayYouAre';    
    text-align: center;
    float: left;
}
#menumenu ul {
    list-style: none;
    display: block;
}
#menumenu a {
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
}
#menumenu span, #menumenu img {
    clear: both;
}
#menumenu img {
    
}
#menumenu span {    
    display: block;
}
#menumenu li {
    float: left;  
    padding: 30px 24px 0 50px
}

#menumenu a:hover span {    
    text-decoration: underline;
}
#menumenu a:hover img {
    opacity: 0.8;
}

/************* MENU CATEGORIAS INGREDIENTES *********/

#menu-ingredient-category {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: lowercase;  
    color: #fff;
}
#menu-ingredient-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-ingredient-category li {
    float: left;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
}
#menu-ingredient-category li.brief {
    text-decoration: underline;
}
#menu-ingredient-category a {    
    float: left;
    color: #fff;
    text-decoration: none;    
}
#menu-ingredient-category li.active a {    
    color: #66cc00;
    font-weight: 400;
}
#menu-ingredient-category a:hover { text-decoration: underline; }


/************* MENU INGREDIENTES *********/

#menu-ingredient-rows {
    display: none;
}

#menu-ingredient {
    padding: 0;
    position: relative;
    clear: both;
    height: 105px;
}
#menu-ingredient li {
    padding: 0 10px;
    margin: 0;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 90px;
    height: 100px;
}
#menu-ingredient li.selected {
    background: #000;    
}
#menu-ingredient li.disabled {
    opacity: 0.5;
    cursor: auto;
}
#menu-ingredient li.selected.disabled {
    opacity: 1;
    cursor: pointer;
}
#menu-ingredient li img {
    clear: both;
    display: inline;
}
#menu-ingredient li span.iname {
    display: block;
    clear: both;
}
#menu-ingredient li span.imultiplier {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    cursor: pointer;
    z-index: 100;
}
#menu-ingredient li span.imultiplier:hover {
    background: #888;
}
#menu-ingredient li span.imultiplier.active {
    background: #469400;
}
#menu-ingredient li span.iextra {
        text-align: center;
    position: absolute;
    width: 100px;
    padding: 5px;
    top: 64px;
    left: 0px;
    z-index: 446;
    display: none;
    background: /*url(../images/green_bg_alpha.png)*/#469400;
    font-size: 11px;
}
/*
#menu-ingredient li:hover span.iextra {
    display: block;
}
*/

.caroufredsel_wrapper {
    overflow: visible !important;
}

a.prev, a.next {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 65px;
}
a.prev {
    left: 0;
    background: url('../images/arrow-prev.png') no-repeat;
}
a.prev:hover {
    opacity: 0.7;
}
a.prev.disabled {
    background-position: 0 -100px !important;
}
a.next {
    right: 0;
    background: url('../images/arrow-next.png') no-repeat;
}
a.next:hover {
    opacity: 0.7;
}
a.next.disabled {
    background-position: -50px -100px !important;
}
a.prev.disabled, a.next.disabled {
    cursor: default;
}
a.prev span, a.next span {
    display: none;
}

/**************** OVERLAY COMPOSICION **********/

#custom-overlay {
    float: left;
    width: 500px;
    height: 340px;
    background: #000;
    position: relative;
}

.base-overlay,
.topping-overlay {
    float: left;
    padding: 10px;
    position: relative;
    z-index: 3;
}
.topping-overlay {
    padding: 10px 10px 0 10px;
}
.dressing-overlay img,
.base-overlay img,
.topping-overlay img {
    display: block;
}

.topping-overlay.layer-1,
.topping-overlay.layer-3,
.topping-overlay.layer-5 {
    float: left;
    clear: left;
}
.topping-overlay.layer-2,
.topping-overlay.layer-4,
.topping-overlay.layer-6 {
    float: right;
    clear: right;
}

.dressing-overlay {
    position: absolute;
    top: 276px;
    left: 218px;
}
.dressing-overlay img {
    height: 64px;
}

.base-overlay {
    position: absolute;
    overflow: hidden;
    background: #000;
}

.base-overlay.layer-1 {
    left: 125px;
    top: 0;
    width: 250px;
    height: 250px;
    z-index: 1;
}
.base-overlay.layer-2 {
    left: 125px;
    top: 0;
    width: 125px;
    height: 250px;
    z-index: 2;
}
.base-overlay.layer-3 {
    left: 125px;
    top: 0;
    width: 125px;
    height: 125px;
    z-index: 3;
}
.base-overlay.layer-4 {
    left: 250px;
    top: 0;
    width: 125px;
    height: 125px;
    z-index: 4;
}
.base-overlay.layer-4 img {
    float: right;
}

/**************** INFORMACION PRODUCTO CUSTOM ************/

#product-info,
#custom-info {
    width: 420px;
    float: right;
    padding: 0 30px;
    position: relative;
}
#product-info {
    width: 440px;
    padding: 10px 30px 0 30px;
}

#product-info h2,
#custom-info h2 {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.custom-info-title {
    border-bottom: 1px solid #87a46a;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    clear: both;
    overflow: hidden;
}
.custom-info-title h1 {
    font-size: 14px;
    float: left;
}

#nutritional-table, #nutritional-table table {
    width: 100%;
    text-align: center;
    border-spacing: 0px;
    border-collapse: collapse;
}
#nutritional-table td th {
    font-weight: 300;
}
#nutritional-table td th, #nutritional-table td td {
    width: 83px;
}
#nutritional-table td.nutritional-rate {
    height: 55px;
    text-align: center;
    font-size: 15px;
    color: #444;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: top;
    padding-top: 65px;
}
.nrating-1 { background-image: url("../images/label-1.png") }
.nrating-2 { background-image: url("../images/label-2.png") }
.nrating-3 { background-image: url("../images/label-3.png") }

/********** INFORMACION PRODUCTO ***/

#cart-control {
    position: absolute;
    right: 30px;
    
}
#cart-control .errorMessage {
    text-align: center;
    padding: 5px 0;
    background: #cd0a0a;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.span-cart {
    float: right;
}

.span-cart input.submit, 
.span-cart a {
    background: #87a46a;
    color: #000;
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
    outline: none;
    border: none;
    margin: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.span-cart input.submit:hover, 
.span-cart a:hover {
    
}
.span-cart-uds {
    padding-right: 5px;
    font-size: 12px;
}
.span-cart-uds select {
    padding: 0;
    outline: none;
    border: 1px solid #87a46a;
    height: 28px;
    background: #87a46a;
    font-size: 16px;
}

.span-cart-uds span {

}

.span-price {
    float: right;            
}

.product-image {
    width: 470px;
    height: 470px;
    float: left;
    margin: 10px 0 0 10px;
}
.product-image img {
    margin: 110px 0 0 110px;
}

.product-options {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
}
.product-options li {
    width: 220px;
    float: left;
    padding: 2px 0;
}
.product-options label {
    width: 90px;
    text-align: right;
    padding-right: 10px;
}
.product-options select {
    width: 105px;
}
.product-options label, .product-options select {
    display: inline-block;    
}
.product-options select {    
    outline: none;
    border: 1px solid #87a46a;
    height: 20px;
    background: #87a46a;
}
.product-options li.last label {
    width: 100px;
}
.product-options li.last select {
    float: right;
}

/********** INGREDIENTES SELECCIONADOS ***/

#selected-ingredient-list {
    clear: both;
padding: 10px 0 10px 20px;
display: block;
overflow: hidden;
}
#selected-ingredient-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
#selected-ingredient-list li {    
    cursor: pointer;
    float: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: lowercase;
    padding-right: 15px;
    margin-right: 5px;
    width: auto;
    background: url(../images/slash.png) no-repeat right center;
}
#selected-ingredient-list li:last-child {
    background: none;
}

/********* LISTA DE PRODUCTOS ***********/

#product-list-breadcrumb {        
    padding: 10px;
clear: both;
}

#product-list-breadcrumb h1,
#product-list-breadcrumb span, 
#product-list-breadcrumb a {
    font-size: 14px;
    font-weight: 300;
    color: white;
}

#product-list {
    float: left;
    width: 100%;
}
#product-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#product-list li {
    float: left;
    width: 100px;
    margin-right: 20px;    
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
#product-list li.last {
    margin-right: 0;
}
.product-list-image {

}
.product-list-image img {
    height: 80px;
    width: 80px;
}
.product-list-name {
    font-size: 12px;
padding: 10px 0 0 0;
height: 32px;
}
.product-list-price {
    font-size: 12px;    
    font-weight: 700;
}
.product-list-cart .submit {
    background: #557c23;
    cursor: pointer;
    outline: none;
    border: none;
}
.product-list-cart .submit:hover {
    background: #87a46a;
}

/* Localizacion */

#loc_1 {
    width: 450px;
    float: left;
    padding-left: 30px;
    padding-top: 20px;
}
#loc_1 a {
    display: block;
    clear: both;
}
#loc_1 p {
    margin-top: 10px;
    clear: both;
    font-size: 14px;
    line-height: 20px;
}
#loc_2 {
    width: 430px;
    float: right;
    padding-right: 30px;
    padding-top: 20px;
}
#loc_2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#loc_2 li {
    float: left;
}
#loc_2 iframe {
    display: block;
}

/* Prensa */

#prensa_container, 
#prensa_container2 {
    margin: 20px;
    background: #fff;
    height: 445px;
    padding: 0px 50px 0 50px;
}
#prensa_container2 {
    padding: 0px 30px;
}

.press_line {
    border-bottom: 1px solid #609c25;
    padding-bottom: 50px;
    padding-top: 50px;
    clear: both;
    overflow: hidden;
}
.press_line ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.press_line li {
    float: left;
}
.prensa_title {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #609c25;
    height: 60px;   
}
.prensa_articulos {
    clear: both;
}
.prensa_articulos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prensa_articulos li {
    float: left;
    padding-right: 80px;
    color: #222;
}
.prensa_articulos li.last {
    padding-right: 0;
    float: right;
}

/* Socios */

.myaccount_box1,
.socios_box1 {
    float: left;
    width: 696px;
    border: 2px dashed #fff;
    margin: 10px 0 10px 10px;;
    height: 463px;
    
    overflow: auto;
}
.overflow {    
}
.socios_box1 img {
    display: block;
}
.myaccount_box2,
.myaccount_box3,
.socios_box2 {
    float: right;
    margin: 30px 10px 0 0;
    width: 240px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
}
.myaccount_box3 {
    width: 220px;
    background: #fff;
    color: #222;
    padding-left: 20px;
    height: 467px;
    padding-right: 20px;
}
.myaccount_box3 a {
    color: #557c23;
}
.myaccount_box2,
.myaccount_box3 {
    margin-top: 10px;
}
.socios_box2 a:hover {
    text-decoration: underline;
}

#page-registro .socios_box1 h1 {
    padding: 100px 0 0 160px;
    font-weight: 400;
    font-size: 30px;
    margin: 0;    
}
#page-registro .socios_box1 p {
    font-size: 17px;
    padding: 0px 160px 0 160px;
}
/* css nuevos LUIS */
#registro-form-container .fila_label{
    width: 19%;
    text-align: right;
    float: left;
    margin-top: 10px;
}
#registro-form-container .fila_content{
    width: 30%;
    text-align: left;
    float: left;
    margin-left: 5px;
}

#registro-form-container {
    margin-top: 5px;
    font-size: 14px;
}

#registro-form-container .button{
    color: white;
    width: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 34px;
    outline: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
#registro-form-container input,
#registro-form-container textarea{
    display: inline-block;
    margin: 0;
    border: none;
    padding: 5px;
    background: url(../images/green2_bg_alpha.png);
    width: 180px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
#registro-form-container select{
    color: #000;
    height: 28px;
    background: #87a46a;
    font-size: 14px;
    margin-left: 0px;

}

#registro-form-container .primera{
    width: 15%;
}

#registro-form-container .row{
    float:left;
    display: block;
    width: 100%;
}
/* FIN css nuevos LUIS */

/* Login */

#login-link {

}

#login-form-container {
    width: 350px;
    margin: 90px auto 0 auto;
    font-size: 14px;
}
#login-form-container h1 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
#login-form-container p {
    padding: 25px 0;
    margin: 0;
}
.login-row .errorMessage {
    padding-left: 94px;    
}
.login-row {
    padding: 5px 0;
}
.login-row label {
    width: 80px;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}
.login-row input {
    display: inline-block;
    margin: 0;
    border: none;
    padding: 5px;
    background: url(../images/green2_bg_alpha.png);
    width: 180px;
    color: #fff;
    font-size: 14px;
}
.login-row input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #517a24 inset;
    color: #fff !important;
}

.login-row.checkbox input {
    background: none;
}

.login-row.checkbox input, 
.login-row.checkbox label {
    width: auto;
}
.mb .login-row.checkbox input[type="checkbox"] {
    display:none;    
}
.mb .login-row.checkbox input[type=checkbox] + label span {    
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/green2_checkbox.png) 0px 0px no-repeat;
    text-indent: -1000em;
    padding: 0;
    vertical-align:middle;
    cursor: pointer;
    margin: 0 5px 0 3px;
}
.mb .login-row.checkbox input[type=checkbox]:checked + label span {
    background: url(../images/green2_checkbox.png) -25px 0px no-repeat;
}

.login-row.nolabel {
    padding-left: 90px;
}
.login-row.submit {
    width: 200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.login-row.submit input {    
    color: white;
    width: 100%;    
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding: 0;
    margin: 0;
}

/* Mi cuenta */

#account-links ul {
    list-style: none;
    margin: 140px 0 0 80px;
    padding:0;
}
#account-links li {
    padding-left: 60px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
}
#account-links a:hover {
    text-decoration: underline;
}

.history_link {
    background: url(../images/bag_s.png) no-repeat left center;    
}
.favorites_link {
    background: url(../images/fav.png) no-repeat left center;
}

/* Favoritos */

#page-favorites .active {
    color: #fff;
}
#page-favorites .inactive {
    color: #CD0A0A;
}

.fav-row {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #AAA;    
    position: relative;
}
.fav-row h2 {
    
}
.fav-actions {
    position: absolute;
    width: 100%;
    top: 14px;
}
.fav-remove,
.fav-inactive,
.fav-add {        
    font-size: 13px;    
    padding: 7px 10px;    
    outline: none;
    border: none;
    margin: 0;
    cursor: pointer;      
    width: 140px;
    text-align: center;
    float: right;    
    margin-left: 10px;
    background: #557c23;
}
.fav-inactive {
    background: #CD0A0A;
    color: #fff;
    cursor: auto;
}
.fav-remove {
    width: 70px;
    background: #666;
}

.legend {    
    text-align: left;
    clear: both;
    padding-left: 770px;
    margin-bottom: 20px;
}
.legend ul {
    list-style: inside square;
}

/* paginas */

#page-cdo .inner-content {
    font-size: 14px;
    padding: 20px 40px 20px 40px;
}

#page-myaccount .flash-success {
    margin-bottom: 20px;
}

/* nivo slider */

#slider {
    margin-top: 20px;
}



