@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
	Mommy feet
----------------------------------------------*/
body{
    background-color:   #fafafa;
    font: 72.5%/1.6 'Arial',Arial,Helvetica,sans-serif;
} 

/* =General Classes & Hacks
-----------------------------------------------------------------------------*/
@media (max-width: 479px) {
    body {
        padding: 0;
    }
    #wrapperLogin {
      width: 99%;
  /*	background: #fff;*/
      margin: 0 auto;
  }
}
/* iPads (landscape) ----------- */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

/* Styles */
    #wrapperLogin {
        width: 99%;
    /*	background: #fff;*/
        margin: 0 auto;
    }
}
@media only screen
and (min-device-width : 768px)
 {

/* Styles */
    #wrapperLogin {
        width: 50%;
    /*	background: #fff;*/
        margin: 0 auto;
    }

}




/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Class for clearing floats */
.clear { width: 100%; clear: both; overflow: hidden; }

/* hidding elements */
.hide {	display: none; }

/* Remove border around linked images */
img { border: 0; }

/* align elements */
.alignLeft { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight { text-align: right !important; }
.alignTop { vertical-align: top !important;; }
.alignMiddle { vertical-align: middle !important;; }
.alignBottom { vertical-align: bottom !important; }

.centered {	
    margin-left: auto; 
    margin-right: auto;
    text-align: center !important; }

.floatLeft { float: left; }
.floatRight { float: right; }
.imgFloatRight { margin: 0 0 20px 20px; float: right; }
.imgFloatLeft { margin: 0 20px 20px 0; float: left; }

.noBorder { border: none !important; }
.noMargin { margin: 0 !important; }

.asBlock { display: block; float: left; /*margin: 5px 15px 5px 5px;*/}

.w10p { width: 10%; }
.w20p { width: 20%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }

.w10px { width: 10px; }
.w20px { width: 20px; }
.w25px { width: 25px; }
.w30px { width: 30px; }
.w40px { width: 40px; }
.w50px { width: 50px; }
.w60px { width: 60px; }
.w70px { width: 70px; }
.w75px { width: 75px; }
.w85px { width: 85px; }
.w100px { width: 100px; }
.w110px { width: 110px; }
.w120px { width: 120px; }
.w130px { width: 130px; }
.w140px { width: 140px; }
.w150px { width: 150px; }
.w160px { width: 160px; }
.w170px { width: 170px; }
.w180px { width: 180px; }
.w190px { width: 190px; }
.w200px { width: 200px; }
.w225px { width: 225px; }
.w250px { width: 250px; }
.w300px { width: 300px; }
.w325px { width: 325px; }
.w350px { width: 350px; }
.w400px { width: 400px; }
.w450px { width: 450px; }
.w500px { width: 500px; }
.w550px { width: 550px; }
.w600px { width: 600px; }
.w650px { width: 650px; }
.w700px { width: 700px; }
.w750px { width: 750px; }
.w800px { width: 800px; }


ul {
	list-style: none;
	list-style-position: outside;
}

ol {
	list-style-position: inside;
	color: #777; font-size: 1.2em; margin: 1.5em;
}

/*table {
	margin:0 auto;
	border-collapse:collapse;
	font-size: 100%;
}

td {
	color:#333;
	padding:.3em 1em;
	text-align:middle;
}

thead th {
	background:#cd0000;
	text-align:center;
	font-weight: normal;
	line-height: 3em;
	color:#fff;
}*/


/* =Layout
-----------------------------------------------------------------------------*/


#wrapper {
/*	width: 1024px;
	margin-left: 10%;*/
        /*margin-left: 0.5%;*/
        width:99%;
        padding-left: 0.5%;
        padding-right: auto;
        /*margin-right: auto;*/
        -webkit-box-shadow: 0 0 0px 15px rgba(255,255,255,0.2);
	-moz-box-shadow:    0 0 0px 15px rgba(255,255,255,0.2);
	box-shadow:         0 0 0px 15px rgba(255,255,255,0.2);
	/*border: #666666 solid 1px;*/
/*        min-height: 600px;*/
        float:left;
        background-color: #f0f0f0;
        
/*        height:; */
}

	#login {
		width: 100%;
        height: 100%;
		margin: 7% auto 0 auto;
		/*padding: 3% 5% 3% 5%;*/
                -webkit-box-shadow: 0 0 0px 15px rgba(255,255,255,0.2);
                -moz-box-shadow:    0 0 0px 15px rgba(255,255,255,0.2);
        box-shadow: 0 0 0px 15px rgba(255,255,255,0.2);
        background-color: #FFFFFF;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
        -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
        box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
        color: 0 1px 2px rgba(71, 73, 72, 0.25);
		
	}
   
		#loginControls {
			margin: 7% 3% 7% 5%;
		}
        #login .buttons{
            /*                    padding-left: 40px;*/
            width:100%;
            text-align: center;
            margin-top: 1%;
            margin-bottom: 0%;
            padding-top: 3%;
            padding-bottom: 3%;
            background-color: #f9f9f9;
            zoom: 1;
            border-top: 1px solid #f0f0f0;       
        }
        #cartLogin{
            margin-top: 20px;
            margin-left: 1%;
            color: #FF0000;
            font-size: 14px;
            padding-left: 20px;
        }
        #cartLogin i{
            
            font-size: 20px;
        }

	#header {
		
		height: 140px;          
        background-color: #ffffff;
        /*border: 1px solid red;*/
	}
		
		#headerLogo {
			width: 20%;
			height: 100px;
			float: left;                       

		}
        #headerLogo img{
			max-width: 200px;
			max-height: 100px;

		}
                 /* logo*/
    
        #mainMenu {
			width: 700px;
			height: 25px;
			background: #fff;
			margin: 10px 0 0 0;
			padding: 0 15px;
			float: left;
		}
	
	#content {
		/*height: 297px;*/
/*		background:#F1F1F1;*/
/*		width: 1020px;
        min-height: 720px;*/
		/*padding: 10px 5px 5px 5px;*/
        width: 100%;
        min-height: 400px;
        background-color: #f0f0f0;
        margin-bottom: 1%;
        overflow: visible;
         float:left;
	 
	}
            
            #content #titulo{
                font-size: 20px;
                /*line-height: 26px;*/
                color: #474948;
                font-weight: 700;
                margin: 0;
                border-bottom: 1px solid #f0f0f0;
                height: 40px;
            }
            #content #tituloComp{
                font-size: 16px;
                line-height: 18px;
                color: #474948;
                font-weight: 700;
                margin-bottom: 5px;
                padding-left: 15px;
                border-bottom: 1px solid #f0f0f0;
                height: 24px;
            }
            #content #titulo .accion{
/*                width:  250px;*/
                height: 40px;
                font-size: 14px;
                font-weight: bold;
                float:  right;
/*                border: 1px solid #fff000;*/
                width:  120px;
                vertical-align: top;

            }
            
                #content #titulo .accion a{
                    text-decoration: none;
/*                    color: #364E78;*/
/*                    color:  #74BBD4;*/
/*                    color:  #1DCAFF;*/
                    color:  #203A68;
/*                    line-height: 30px;*/
/*                    margin-bottom: 10px;*/
                }
                #content #titulo .accion a:hover{
                    text-decoration: underline;
                    color:#AEC1E6;
                }
                #content #titulo .accion img{
                    margin: 5px;
                    float:  left;
                }
                #content #contiene-tabla{
                    margin-top: 1%;
                    /*margin-left: 10px;*/
                    float:left;
                    overflow: auto;
                    /*min-width: 960px;*/
                    width: 99%;
                    background-color: #FFFFFF;
                    
                    border-top: 3px solid #2472a4;
                    padding: 0.5%;
                    margin-bottom:2%;
                    -webkit-border-radius: 2px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 2px;
                    -moz-background-clip: padding;
                    border-radius: 2px;
                    background-clip: padding-box;
                    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    color: 0 1px 2px rgba(71, 73, 72, 0.25);
                }
                #content #contiene-tabla-comprobante{
                    /*width:530px;*/
                    width:54%;
                    height: 795px;
                    /*height: 570px;*/
                    float:left;
                    overflow: auto;
                    margin-top: 10px;
                    /*margin-left: 1%;*/
                    float:left;
                    overflow: auto;
                    background-color: #FFFFFF;
                   
                    border-top: 3px solid #2472a4;
                    /*padding: 20px;*/
                    margin-bottom: 20px;
                    -webkit-border-radius: 2px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 2px;
                    -moz-background-clip: padding;
                    border-radius: 2px;
                    background-clip: padding-box;
                    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    color: 0 1px 2px rgba(71, 73, 72, 0.25);
                }
                /*tabla de articulos del remito*/
                #content #contiene-tabla-comprobante-rem{
                    /*width:530px;*/
                    width:55%;
                    height: 795px;
                    /*height: 570px;*/
                    float:left;
                    overflow: auto;
                    margin-top: 10px;
                    /*margin-left: 1%;*/
                    float:left;
                    overflow: auto;
                    background-color: #FFFFFF;
                   
                    border-top: 3px solid #2472a4;
                    /*padding: 20px;*/
                    margin-bottom: 20px;
                    -webkit-border-radius: 2px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 2px;
                    -moz-background-clip: padding;
                    border-radius: 2px;
                    background-clip: padding-box;
                    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
                    color: 0 1px 2px rgba(71, 73, 72, 0.25);
                }
                /*fin tabla comprobante remito*/
	
	#footer {
		width: 100%;
		
        text-align: center;
        float:right;
        margin-top: 0px;
        vertical-align: middle;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ffffff;

	}

		#footer img {

            margin-right: 12px;
            height: 24px;
            float:right;
            width:auto;
		}
        
        #footer .nombreEmpresa{
            font-size: 16px;
            color:#474948;
            font-weight: 700;
            margin-left: 12px;
            margin-right:20px;
        }
        /*nombreEmpresa*/

        /*datos de empresa*/
        #footer .datoEmpresa{
            font-size: 12px;
            color:   #939694;
            margin-left: 10px;

        }
        #footer i{
            font-weight: bold;
            margin-right: 3px;
        }
	
/* =Typography
-----------------------------------------------------------------------------*/
h1 {
	/*color: #cd0000;*/
/*	color:#006600;*/
    color:  #474948;
	font-size: 24px;
	font-weight: bold;
	margin:10px;
	/*padding-left:5px;*/
    /*margin-top: 5px;*/
/*        width:350px;*/
}

	#login h1 {
		color: #474948;
		font-size: 2.2em;
		line-height: 130%;
		text-align: center;
        margin-bottom: 10px;
        
	}

	h1.bienvenida {
/*		color: #8FC2DB;*/
		color: #2E5294;
                font-size: 1.7em;
		font-weight: bold;
		margin: 30px 0 .5em 0;
                text-align: center;
	}
	
	#popup h1 {
		color: #333;
		font-size: 1.8em;
		font-weight: normal;
		line-height: 120%;
		text-align: center;
		margin: 0 0 .3em 0;	
	}
        
    h1 .cliente{
        /*color: #8F8F8F;*/
        color:#333;
        /*margin-top: 5px;*/
        
        float: right;
/*        width: 450px;*/
/*        margin-left: 120px;*/
    }

h2 {
/*	color: #333333;*/
    color:  #565C59;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 10px 15px 20px;
	text-align:right;
}
h2.tituloPromo{
        color: #333333;
	font-size: 1.9em;
        text-align: left;
        margin-top: 0.9em;
        font-weight: bold;
        margin-bottom: 0.5em;
}

div.subTitulo{
    /*color: #333333;*/
    color:#615151;
    font-size: 1.5em;
    text-align: left;
    font-weight: bold;
    margin-left: 15px;
/*    margin-top:30px;*/
}

	#popup h2 {
		color: #666;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 120%;
		margin: 0 0 .2em 0;	
	}

h3 {
	/*color: #4D4F4E;*/
    color:#919392;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 10px 20px;
    text-shadow: 0 2px 0 rgba(255,255,255,0.3);
}
h4 {
    color: #4D4F4E;
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 0px 40px;
    text-shadow: 0 5px 0 rgba(255,255,255,0.3);
    width:  200px;
}
p {
	color: #333;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

/*	#statusBarUser p, #statusBarPuesto p, #statusBarIP p {
		color: #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 30px;
	}*/
	
	#footer p {
		color: #979fb3;
		font-size: 1.2em;
		text-align: center;
	}

/*	.buscador p {
		margin: 0;
	}
	
	.buscador .control p {
		color: #929292;
		font-size: 1.1em;
		line-height: 100%;
	}*/

	.panelBar p {
		color: #333;
		font-size: 1.4em;
		margin: 0;
	}

/* =Forms
-----------------------------------------------------------------------------*/
label {
	/*color: #444;*/
	line-height: 24px;
    color: #4D4F4E;
    font-size:14px;
    margin: 0;
    padding-left:10px;
    padding-right: 10px;
    padding-bottom: 3px;
}
label strong{
    font-size:16px;
}
label.ventana{
    color: #ffffff;
}
	#login label { 
        padding: 0 0 0 1%;
        font-size: 1.8em; 
        margin-right: 5%; 
    }
    #login label[for="DispDesktop"] { 
        cursor:pointer;
    }
    #login label[for="DispTablet"] { 
        cursor:pointer;
    }
    .DispoSeleccionado{
        color: #468847;
        background-color: #dff0d8;
        line-height: 25px;
    }
	#login input.textField {
		width: 90%;
		color: #696969;
		font-family: Arial;
		 font-size: 1.8em;
		line-height: 170%;
/*		background: url("_img/bkg_loginFields_01.gif") no-repeat fixed;*/		
		margin: 2% 0 1% 0;
		padding: 6px 8px 0 8px;
		_padding: 8px 8px 0 8px;
	}
    
    #login select.selectBox {
		padding: 1% 2% 1% 2%;
        _padding: 1% 2% 1% 2%;
        color: #ffffff;
        background-color: #696969;
        border:  1px solid #DDDDDD;
        width: 93%;
/*		height: 32px;*/
        font-size: 1.8em;
		line-height: 170%;
        margin: 2% 0 1% 0;
/*        margin-bottom: 15px;*/
/*                background: url(../_img/bkg_loginFields_01.gif) no-repeat;*/
	}
	
	#login select.selectBox option{ 
            padding: 0 20px 0 0; 
            color: #ffffff;
    }
    #login .formRow{
        margin-top: 2%;
        margin-bottom: 3%;
    }
	#login .logo{
        padding-top: 3%;
        padding-bottom: 4%;
        /*height: 10%;*/
        /*border: 1px solid red;*/
    }
    #login .logo img{
        width:50%;
        
    }
    #login .formRow > input.textField {
		/*background: url(../_img/bkg_loginFields_01.gif) no-repeat;*/
        color: #ffffff;
		background-color: #696969;
		border:  1px solid #DDDDDD;
	}
    #login input[type="radio"]{
        display:none;
    }

	.buscador label {
		/*color: #929292;	*/
		/*font-size: 1em;*/
		line-height: 24px;
       
		margin: 0;
		padding-left:10px;
        padding-right: 10px;
        padding-bottom: 3px;
	}

	.buscador input {
		color: #696969;
		padding: 1px;
		border:  1px solid #DDDDDD;
                line-height: 20px;
                text-align: center;
		
	}
    #numeroComp{
        text-align: left;
    }	
	.buscador select {
                background-color:#2472a4; 
		color: #fff;
		margin: 1px;
		padding: 3px;
                border:   1px solid white;
                font-weight: lighter;
                
	}	
        .buscador option{
            color:#696969;
            background-color: white;
        }
    .buscador ul{
        margin-left: 20px;
    }    
    .buscador ul li a{
        line-height: 30px;
        color: #474948;
        text-decoration: none;
    }
    .buscador ul li a:hover{
        
        color: #474948;
        
        text-decoration: underline;
    }
    /*
    * Filtros informes gerenciales
    *-------------------------------------------------------------------------
    */
    .buscadorDentro{
        width:98%;
        padding:0.1%;
        /*margin-bottom: 5px;*/
        /*border: 1px solid red;*/
        float:left;
    }
    .buscadorDentro .titulo{
        width:99%;
        float: left;
        font-size: 14px;
        margin:0.5%;
    }
    .buscadorDentro .tituloFecha{
        width:42%;
        float: left;
        font-size: 12px;
        margin:1%;
    }
    .buscadorDentro .tituloFecha label{
       
        font-size: 12px;
        
    }
    
    .listaSeleccionado{
        min-width:200px;
        font-size: 11px;
        
    }
    .listaSeleccionado li{
        font-weight: normal;
        line-height: 16px;
    }
    .listaSeleccionado li a.borrarLi:hover{
        color:red;
    }
    #seleccionFiltro{
        width: 300px;
        text-align: left;
    }
    #expandir{
        cursor:pointer;
        
    }
    
/* =Classes
-----------------------------------------------------------------------------*/

#statusBar {
	width:             450px;
    background-color: #FFFFFF;
	margin:             2px 2px 2px 2px;
	float:              right;
    color: #474948;
    font-size:          12px;
    height: 25px;
    text-align: right;


}
#statusBar img{
    float:right;

    margin-left: 10px;
    
    margin-top: 2px;
    margin-right: 10px;
}

#statusBar i.exceso{
    
/*    width:          150px;*/
    padding-bottom: 1px;
    padding-top:    1px;
    color:          #ff0000;
    
}
#statusBar .vendedor{
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 10px;
/*    border-bottom: 1px solid #CCCCCC;*/
}

#statusBar .vendedor strong{
    /*font-size: 18px;*/
    margin-left:3px;
/*    border-bottom: 1px solid #CCCCCC;*/
}

#statusBar .vendedor strong a , a:visited{
    /*font-size: 18px;*/
    color: #474948;
    text-decoration: none;
    font-size: 18px;
/*    border-bottom: 1px solid #CCCCCC;*/
}

.vendedor #iconoVendedor{
    cursor: pointer;
    /*color:inherit;*/
    /*font-size: 22px;*/
}
.iconoAzul{
    color: #2472A4;
}
#statusBar .cliente{
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
/*    border-bottom: 1px solid #CCCCCC;*/
}
.headerCliente{
    font-size: 12px;
    
    width:79%;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);   
    float:right;
    padding-left: 1%;
    margin-bottom: auto;
    
}

.headerCliente .izquierda{
    margin-right: 10px;        
    /*color: #939694;*/
    color: #4D4F4E;
    width:190px;
    float:left;
}
.headerCliente .verde{
    /*color:  #468847;*/
    color:#599F2F;
}
.headerCliente .derecha{
    margin-right: 10px;
    float: right;
}
.headerCliente .nombrecliente{
    /*color:#474948;*/
    color:#2472a4;
    font-size: 16px;
    /*width:595px;*/
    width: 100%;
    padding-bottom: 3px;
    font-weight: 700;
    line-height: 30px;
    
}

.headerCliente .nombrecliente .cliente{
    
}
.headerCliente .nombrecliente .barra{
    width:100%;
    
}
.headerCliente .nombrecliente .barra i{
    cursor:pointer;
    
}

.headerCliente .exceso{
    color: #b94a48;
    /*background-color: #f2dede;*/
    border-color: #eed3d7;
}
	#statusBarContainer {
/*		height: 30px;*/
/*		background: url("../_img/bkg_statusBar_der.gif") no-repeat right top;*/
		padding: 0 5px 0 0;
	}
	
	
/* Buscador */
.buscador {
        /*width: 994px;*/
        width:99%;
        /*color:  #333333;*/
        font-size: 12px;
        font-weight: bold;
        /*background-color: #FBFBF9;*/
        border-top: 3px solid #2472a4;
        border-bottom: 1px solid #fafafa;
        /*padding: 3px;*/
        float:  left;
        /*margin-left: 0.5%;*/
        margin-top: 0.5%;
        background-color: #ffffff;
        padding: 0.5%;
        -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
        -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
        box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
        color: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
        zoom: 1;
}

	.buscador .icons {
		float: left;
	}
	
	.buscador .icons img { display: block; }
	
	.buscador .separador10px {
		width: 10px;
		height: 1px;
		float: left;
	}
	.buscador .separador25px {
		width: 25px;
		height: 1px;
		float: left;
	}
	
	.buscador .separador50px {
		width: 50px;
		height: 1px;
		float: left;
	}
	
	.buscador .control {
		float: left;
                margin-left: 10px;
	}
	
	.buscador .buttons {
		float: left;
	}
        .buscador .inputFecha{
            width:80px;
        }
/*
* Divs de los catalagos.
*/        
	
.buscador #divTipoBusqueda{
    width:100%;
    margin-bottom:10px;
    margin-left: 0;
}
.buscador #divTipoLista{
    line-height: 25px;
    margin-right: 50%;
    height: 30px;
    margin-left: 0;
}
.buscador #divTipoLista label{
    font-size:16px;
}
.buscador #divBuscaRubro{
    
}

#colPrincipal {
	width: 100%;
	float: left;
}

#colSecundaria {
	width: 300px;
	float: right;
}

#popup {
	border: 1px solid #aaa;
	margin-bottom: 50px;
}

	.popupHeader {
		height: 25px;
		padding: 20px 10px 5px 10px;
		
		background: #eee url("../_img/bkg_popupHeader.gif") repeat-x left top;
		border-bottom: 1px solid #ddd;
	}

	.popupSection {
		padding: 5px 0 3px 0;
		border-bottom: 1px solid #333;
		background: #fff;
		margin: 0 0 5px 0;
	}

	.popupContent {
		padding: 10px;
		background: #fbfbfb;
	}
	
	.popupRow {
		border:#FF0000;
		padding: 8px 0;
		margin-left:10px;
		
	}
	
	
	.popupMiniRow {
		padding: 0 0 5px 0;
	}
	
	.popupCol {
		text-align: right;
		vertical-align: bottom;
		float: left;
		margin: 0 25px 0 0;
		/* background: #f9f9f9; */
	}
	
	.popupColNoMargin {
		text-align: right;
		vertical-align: bottom;
		float: left;
		margin: 0;
		/* background: #f9f9f9; */
	}
	
	#popup .tip {
		color:  #999 ;
		font-size: 90%;
		font-style: italic;
	}
	
	.popupButtons {
		text-align: center;
		margin: 10px 0 0 0;
		padding: 15px;
		background: #eee;
	}
	


/* button
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}



/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* dark blue */
.darkblue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.darkblue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.darkblue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}



/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: 229955;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/*Estilos de la barra de navegacion */

/*a {
	color: #333;
}*/
#nav {
/*	margin-top: 100px;*/
    padding: 5px 3px 0;
    line-height: 24px;
    float:  left;
    /*width:  1014px;*/
    width: 99.5%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #474948; /* for non-css3 browsers */
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#3E3E3E');  for IE */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#3E3E3E));  for webkit browsers 
	background: -moz-linear-gradient(top,  #292929,  #3E3E3E);  for firefox 3.6+ */
	border: solid 1px #6d6d6d;
    z-index: 1000;
    font-size: 12px;
}
#nav li {
/*	margin: 0 5px;*/
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #fafafa;
	text-decoration: none;
	display: block;
	padding:  5px 20px;
	margin: 0;
/*	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;*/
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #fafafa; /* for non-css3 browsers */
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1');  for IE 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers 
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1);  for firefox 3.6+ */
	color: #474948;
	/*border-top: solid 1px #f8f8f8;*/
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
/*	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fafafa;
/*	-webkit-box-shadow: none;
	-moz-box-shadow: none;*/
}
#nav ul a:hover {
	background: #fafafa !important;  /*for non-css3 browsers */
/*        background: #385AA4 !important;  for non-css3 browsers */
        
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba');  for IE 
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;  for webkit browsers 
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;  for firefox 3.6+ */

	color: #474948 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #474948; /* for non-css3 browsers */
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');  for IE 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf));  for webkit browsers 
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf);  for firefox 3.6+ */
        
/*        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#3E3E3E');  for IE 
	background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#3E3E3E));  for webkit browsers 
	background: -moz-linear-gradient(top,  #292929,  #3E3E3E);  for firefox 3.6+ */

	display: none;  
	margin-top: 5px;
	padding: 0;
	width: 230px;
	position: absolute;
/*	top: 35px;*/
/*        top:5px;*/
	left: 0;
	border: solid 1px #b4b4b4;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
        z-index: 900;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: bold;
/*	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* estilo para ver los COMPROBANTES*/

/**
    impresion de datos
*/

#tituloComprobante{
    float:left;
    width:900px;
    background-color: #FFFFFF;
/*    padding: 10px;*/
    border: 1px solid #DDDDDD;
    margin: 3px;
    
    
    
}
#comprobante{
    width:100%;
    min-height: 800px;
    background-color: #ffffff;
}


#cabeceraComprobante{
    float:left;
    width:900px;
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    background-color: #F1F1F1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:3px;
    margin:3px;
}

#cabeceraComprobante #tipoComp{
    background-color: #d7d7d7;
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    width: 98px;
    height: 64px;
    color: black;
    float:left;
    font-size: 35px;
    text-align: center;
    padding-top: 10px;
    margin-left: 20px;
    
}
#cabeceraComprobante #tipoComp #leyenda{
    font-size: 10px;
    margin-top: 5px;
}
#cabeceraComprobante label{
    font-size: 11px;
    color: #666666;
    float:  left;
    width:  80px;
    font-weight: bold;
}

#cabeceraComprobante .area{
    color:#666666;
    
    height: 50px;
    width: 200px;
    
}

#cabeceraComprobante #izquierda{
    float:left;
    width: 320px;
/*    height: 150px;*/
}
#cabeceraComprobante #izquierda img{
    margin-right: 5px;
    margin-left: 5px;
    float:  left;
    height: 90px;
    width: 185px;
}
#cabeceraComprobante #derecha{
    float:left;
    width:200px;
    margin-left: 200px;
/*    height:150px;*/
}

/* membrete empresa*/
#membrete {
    float:left;
    width:900px;
    border: 1px solid #000000;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:3px;
    margin:3px;
    
}
/* datos cliente*/
#datosCliente{
    float:left;
    width:900px;
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    background-color: #F1F1F1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:3px;
    margin:3px;
}

ul.datoComprobante{
  float:left;
  width:270px;
  text-align: left;
  font-size: 10px;
  color:#000000;
}
ul.datoComprobante li.destacado{
    font-size: 16px;
}
ul.derecha{
   margin-left: 30px; 
}
/*CUERPO DEL COMPROBANTE*/
#cuerpoComprobante{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    float:left;
    width:900px;
    overflow: auto;
    
/*    border: 1px solid #DDDDDD;*/
    /*height: 200px;*/
    margin: 3px;
}
#cuerpoComprobante #tablaComp{
    width:900px;
}
#cuerpoComprobante #tablaComp th{
    border: 1px solid #000000;
    color: #000000;
    background-color: #d7d7d7;
    font-size: 10px;    
}
#cuerpoComprobante #tablaComp td{
    border: none;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 10px;    
}
#cuerpoComprobante #tablaComp td.derecha{
    text-align: right;
}
#cuerpoComprobante #tablaComp td.izquierda{
    text-align: left;
}
/* PIE DE COMPROBANTES */
#pieComprobante{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    float:  left;
    width:  900px;
/*    border: 1px solid #DDDDDD;*/
/*    background-color: #F1F1F1;*/
    margin: 3px;
    
}
#pieComprobante #detalle{
    width:570px;
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    float:left;
    color: #000000;
    font-size: 10px;
    height: 220px;
    padding-left: 5px;
    
}
#pieComprobante #importe{
    margin-left: 10px;
    width:290px;
    border: 1px solid #000000;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    float:left;
    height: 220px;
    padding-left: 10px;
}
#pieComprobante #importe td{
    border: 1px solid #000000;
    color: #000000;
    background-color: #d7d7d7;
    font-size: 12px;
    font-weight: bolder;
    padding: 2px;
}
#pieComprobante #importe table{
    width: 280px;
}
#pieComprobante #importe td.derecha{
    text-align: right;
}
#pieComprobante #importe td.izquierda{
    text-align: left;
}
#pieComprobante #importe td.separador{
    height: 24px;
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
    border-top: none;
    border-right: none;
    border-left: none;
}
#pieComprobante #importe td.total{
    font-size: 18px;
    height: 24px;
}
#pieComprobante #final{
    width:890px;
    border-top: 1px solid #000000;
    border-bottom:none;
    border-right: none;
    border-left: none;
    text-align: right;
    float:left;
    margin-top: 10px;
    font-size: 9px;
    padding: 3px;
    
}
#pieComprobante #final img{
    float:right;
    margin-left: 5px;
    width: auto;
    height: auto;
}


.spinner {
    background-color:       #FFFFFF; 
    top:                    40%;
    left:                   40%;
    text-align:             center;
    z-index:                1234;
    overflow:               auto;
    width:                  150px; /* width of the spinner gif */
    height:                 150px; /*hight of the spinner gif +2px to fix IE8 issue */
    background-image:       url('../_img/ajax-spinning.gif');
    background-repeat:      no-repeat;
    background-position:    50% 50%;
    border:                 1px solid #DDDDDD;
    position:               absolute;
    padding:                10px;

}
.spinner div.texto{
    margin-top: 62px;
}
/*autosugggesting por ahora solo para el numero de pedido...pienso hacerlo para
     el nombre del articulo tambien.... a ver que sale de eso
*/
.suggestionsBox {
    z-index:1234;
   /**/position: absolute;
    /*left: 230px;*/
    margin: 0px 0px 0px 0px;
    width: 150px;
    background-color: #FFFFFF;
/*    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;*/
    border: 1px solid #000;
    color: #000000;
/*    float: left;*/
}
 
.suggestionList {
    margin: 0px;
    padding: 0px;
}
 
.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
 
.suggestionList li:hover {
    background-color: #659CD8;
}
/*
clase del jcart para el boton verde...
**/
.tecompro{
    cursor: pointer;
}
/**clase de la busqueda rapida*/
#queArticulo{
 background-color: #fff;
  border-color: #d7d7d7;
  padding: 4px 14px;
  font-size: 14px;
  margin: 0;
  width: 350px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-border-radius: 9999px;*/
  -webkit-background-clip: padding-box;
  /*-moz-border-radius: 9999px;*/
  -moz-background-clip: padding;
  /*border-radius: 9999px;*/
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  color: #3333333;
  text-align: left;
  
}
/*#buscarArticuloR,#buscarClienteR{*/


/*background-color: #bdbdbd;*/


.botonNuevo{
    text-transform: uppercase;
    
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
    -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
    box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
    color: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
}
.botonNuevo a,.botonNuevo a:visited{
    color:#ffffff;
    text-decoration: none;
}
.chico{
    height: 31px;
    width: 50px;
}
.chicoG{
    height: 31px;
    width: 40px;
}
.grande{
    height: 40px;
    padding-right:10px;
    padding-left: 10px;
}
.mediano{
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    margin-top: 5px;
}

.azul{
    background-color: #2472a4;
    background-image: none;
    color:#ffffff;
}
.azul:hover{
    background-color:   #206491;
}



.verde{
     color:#39b54a;
}
.gris{
   background-color: #b0b0b0;
}
.gris:hover{
    background-color: #e6e6e6;
}
#queCliente{
/*    width:350px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #333333;
    text-align: left;
    padding-left: 5px;
    line-height: 21px;
    font-size: 16px;
    -webkit-border-radius: 12px;
          border-radius: 12px;
  background-clip: padding-box;*/
  /*background-color: #f0f0f0;*/
  background-color: #fff;
  border-color: #d7d7d7;
  padding: 4px 14px;
  margin: 0;
  width: 350px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-border-radius: 9999px;*/
  -webkit-background-clip: padding-box;
  /*-moz-border-radius: 9999px;*/
  -moz-background-clip: padding;
  /*border-radius: 9999px;*/
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  color: #3333333;
  text-align: left;
  font-size: 14px;
    
}
#claseBusqueda{
    font-size: 14px;
    /*line-height: 16px;*/
    color: #3333333;
    background-color: #fff;
    height: 29px;
    padding: 4px 14px;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
div .art{
    width:400px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
/*.desc-articulo{
    cursor: pointer;
}*/
/**estilos para el renglon del lote*/


#renglonlote {
    width:580px; 
    float:left;
    /*background-color: #C7C7C7;*/
    background-color:    #FFFFFF;
   
    /*border-top: 3px solid #2472a4;*/
     /*padding: 20px;*/
     
     -webkit-border-radius: 2px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 2px;
     -moz-background-clip: padding;
     border-radius: 2px;
     background-clip: padding-box;
     -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
     -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
     box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
     color: 0 1px 2px rgba(71, 73, 72, 0.25);
      
    
}
/*
* div para seleccionar LOTE
**/
#renglonlote #selLote{
    width: 570px;
    min-height: 18px;
    border:none;
    float:left;
    color: #474948;
    /*background-color: #E5E5E5;*/
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0;
    /*background-color:#585858;*/
    
}
#renglonlote #sinStock{
    width: 580px;
    color: #474948;
    margin-left: 3px;
    /*background-color: #E5E5E5;*/
     /*background-color:#585858;*/
}
/*
renglon x cada lote para hacerlo con par impar
**/
#selLote div{
    margin:1px;
    float:left;
    width:570px;
    font-size:14px;
    padding: 2px;
    
}
#renglonlote #selLote div.par:hover, #renglonlote #selLote div.impar:hover{
     background: #feffc3;
    color: #474948;
}
#renglonlote #selLote div.par{
    background-color: #FFFFFF;
    color: #474948;
    /*float:left;*/
}
#renglonlote #selLote div.impar{
    background-color: #f9f9f9;
    color: #474948;
    /*float:left;*/
}

#renglonlote #selLote div.par div {
    width: 180px;
    margin-left:2px;
    float:left;
}

#renglonlote #selLote div.impar div{
    width: 180px;
    margin-left:2px;
    float:left;
}

/*
* divs dentro del lote
*/
#renglonlote .contiene-renglon{
    width:560px;
/*    height:30px;*/
    border-bottom: 1px solid #f0f0f0;
    float:left;
    padding: 10px;
}
#renglonlote .contiene-renglon div{

    float:left;

}
#renglonlote .contiene-renglon .span-valor{
    font-weight: bold;
    margin-left: 5px;
}
#renglonlote .contiene-renglon #span-separador{
    width:  60px;
    height: 18px; 
}
#renglonlote #campoDato{
    float:left;
    background-color: #ffffff;
    width:570px;
    margin-top: 3px;
    margin-bottom: 3px;

}

#campoDato[name="boton"]{
    background-color: #C7C7C7;
    width:550px;
    margin-top:5px;
    margin-left: 5px;
    margin-bottom: 3px;
    color:#fff;
    text-align: center;
}

#campoDato[name="titulo"]{
    margin-top:0px;
    /*margin-left: 3px;*/
    margin-bottom: 1px;
    
    text-align: center;
    color: #474948;
    border-bottom: 2px solid #2472A4;
    font-size: 18px;
    padding:    5px;
    
    
}
#renglonlote input{
    /*border: 1px solid black;*/
    font-size: 14px;
    font-family: arial;
    line-height: 18px;
    background-color: #FFF;
    color: #474948;
    border:none;
    margin-left: 7px;
    padding:2px;
    font-weight: bolder;
    
    
    
}
#renglonlote input[type="submit"]{
    color:#FFFFFF;
    height: 20px;
    width:70px;
    font-size: 12px;
}

/*alert para los lotes */
#alertas{
  font-size: 13px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin:5px;
  padding: 5px;
  float:left;
  width: 560px;
  display: none;
}
#alertas button.close{
    /*position: relative;*/
    /*top: -2px;*/
    /*right: -21px;*/
    line-height: 20px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    margin-right: 5px;
}
#alertas button.close:hover{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

.alerta-error{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#alertas-formulario {
  font-size: 12px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin:1%;
  padding: 1%;
  float:left;
  border-width: 1px;
  border-style: solid;
  width: 96%;  
  min-height: 80px;
/*  width: 560px;
  display: none;*/
}
.alerta-exito{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: block;
}
#botonesConfirmado{
    width:100%;
    text-align: center;    
}

.clase-tooltip:before {
  content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #202020;
    position: absolute;
/*    left: 20px;
    top: 0px;*/
    margin-top: -12px;
    margin-left: 185px;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.clase-tooltip{
    color:#fafafa;
    /*text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
    /*background-color: #474948;*/
    background-color: #202020;
    width: 200px;
    height: 100px;
    z-index: 1;
    right:0px;
    position:relative;
    text-align: left;
    float:right;
   
    font-size: 14px;
    margin-top: 5px;
    /*margin-left: 150px;*/
    /*border: 1px solid #474948;*/
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 7px;
    
    -webkit-box-shadow: 0px 0px 2px 0px #474948;
    box-shadow: 0px 0px 2px 0px #474948;

}
.clase-tooltip i{
    margin-right: 3px;
}
/*contenedor del jcart*/
#sidebar { 
            /*width:               475px;*/
            width:               43%; 
           float:               right;            
           height: 795px;           
           background-color:    #FFFFFF;
           margin-top: 10px;
           border-top: 3px solid #2472a4;
            /*padding: 20px;*/
            margin-bottom: 20px;
            -webkit-border-radius: 2px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 2px;
            -moz-background-clip: padding;
            border-radius: 2px;
            background-clip: padding-box;
            -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
            -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
            box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
            color: 0 1px 2px rgba(71, 73, 72, 0.25);
}
/*
*   PROMOCIONES Y LISTA DE ARTICULOS ISOTOPO
*/
/* ul */
.listaProductos{
   
    overflow: visible !important;
    zoom: 1;
    list-style-position: inside;
    margin: 10px 0 10px 20px;
}
.listaProductos:before{
    content: '';
    display: block;
}
.listaProductos:after{
    content: '';
    display: table;
    clear: both;
}
.listaProductos li{
    list-style: none;
    width: 200px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.listaProductos a{
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    z-index: 20;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    color: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    
}
.listaProductos a:hover{
    -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    color: 0 2px 3px rgba(71, 73, 72, 0.5);    
}
.listaProductos a:hover .imagenArt .secundaria {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.listaProductos a .imagenArt .secundaria {
    width: 100%;    
    position: absolute;
    top: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.listaProductos a .imagenArt {
    position: relative;
    background: #ffffff url('../_img/preloader.gif') no-repeat center center;
    
}

.listaProductos a .imagenArt img{
    display: block;
    width: 100%;
     display: block;
/*    width: 100%;*/
    width: 199px;
    min-height: 150px;
    margin-top:-55px;
} 
img{
    height: auto;
    /*max-width: 100%;*/
    width: 100%;
    vertical-align: middle;
    border: 0;
}
/*.listaProductos .imagenArt .primaria{
    display: block;
    width: 100%;
}*/
.listaProductos a .tituloArtLista{
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    /*border-top: 1px solid #474948;*/
}
.listaProductos a .tituloArtLista:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
/*    border-top: 1px solid #474948;
    border-left: 1px solid #474948;*/
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listaProductos a .tituloArtLista .preciosArt{
    text-align: right;
    float: right;
    margin-left: 20px;
    line-height: 20px;
    height: 40px;
}
.listaProductos a .tituloArtLista .preciosArt .precioArt{
    color: #2472a4;
    font-weight: bold;
    font-size: 16px;
}
.listaProductos a .tituloArtLista .preciosArt .precioArtOld{
    /*color: #2472a4;*/
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
}
.listaProductos a .tituloArtLista h3{
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    width:190px;
}
.listaProductos a .tituloArtLista .enPromocion{
    color:#2472a4;
}

/*
    ** Galery
 */


div.oferta{
    
    background-color: #2472a4;
    color: white;
    left: 145px;
    /*top:40px;*/
    /* z-index: 1000; */
    position: relative;
    font-size: 14px;
    width:35px;
    line-height: 14px;
    height: 50px;
    text-align: center;
    padding:3px;
}
div.oferta::before{
    
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    /*background-color: #202020;*/
    background-color: #2472a4;
    position: absolute;
    left: 6px;
/*    top: 0px;*/
    margin-top: 39px;
    /*margin-right: 1px;*/
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.oferta .chico{
    font-size: 12px;
}
/*---
| PRODUCT
---*/
.product-info {
  margin-bottom: 20px;
}
.product-info .product-content .nav-tabs {
  margin: -20px -20px 20px;
}
.product-info .product-content .tab-content {
  overflow: visible;
}
.product-info .product-content #product .details,
.product-info .product-content #product .short-description,
.product-info .product-content #product .options,
.product-info .product-content #product .extras,
.product-info .product-content #product .add-to-cart {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.product-info .product-content #product .details {
  padding-top: 0;
}
.product-info .product-content #product .add-to-cart {
  padding-bottom: 0;
}
.product-info .product-content #product form > div {
  border-bottom: 1px solid #f0f0f0;
}
.product-info .product-content #product form > div:last-child {
  border-bottom: none;
}
.product-info .product-content #product .details h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.product-info .product-content #product .details .prices {
  line-height: 24px;
  margin: 0 0 20px;
}
.product-info .product-content #product .details .prices .price {
  color: #2472a4;
  font-weight: 600;
  font-size: 25px;
}
.product-info .product-content #product .details .prices .base {
  color: #c7c8c8;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-info .product-content #product .details .meta {
  color: #606362;
  font-size: 14px;
  text-decoration: none;
  zoom: 1;
}
.product-info .product-content #product .details .meta:before {
  content: '';
  display: block;
}
.product-info .product-content #product .details .meta:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-content #product .details .meta > div {
  float: left;
  margin-right: 20px;
}
.product-info .product-content #product .details .meta > div i {
  margin-right: 2px;
}
.product-info .product-content #product .details .meta .categories a {
  color: inherit;
  text-decoration: none;
}
.product-info .product-content #product .details .meta .categories a:after {
  content: ", ";
}
.product-info .product-content #product .details .meta .categories a:last-child:after {
  content: "";
}
.product-info .product-content #product .details .meta .categories a:hover {
  color: #2472a4;
}
.product-info .product-content #product .short-description {
  color: #939694;
  font-size: 14px;
}
.product-info .product-content #product .short-description .verde{
  color: #39b54a;
  font-size: 16px;
}
.product-info .product-content #product .short-description p {
  margin-bottom: 0;
}

.product-info .product-content #product .extra {
  float: left;
  margin-right: 20px;
}
.product-info .product-content #description {
  font-size: 13px;
}
.product-info .product-content #description > *:last-child {
  margin-bottom: 0;
}
.product-info .product-content #description ul li,
.product-info .product-content #description ol li {
  list-style-position: inside;
}
.product-info .product-images .box {
  margin-bottom: 0;
}
.product-info .product-images .primary {
  margin: -20px -20px 0;
}
.product-info .product-images .thumbs {
  margin: 0 -20px;
  padding: 20px;
  position: relative;
}
.product-info .product-images .thumbs:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -8px;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info .product-images .thumbs .thumbs-list {
  margin-left: -3%;
  margin-bottom: -3%;
  zoom: 1;
}
.product-info .product-images .thumbs .thumbs-list:before {
  content: '';
  display: block;
}
.product-info .product-images .thumbs .thumbs-list:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-images .thumbs .thumbs-list li {
  width: 85px;
  float: left;
  margin-left: 3%;
  margin-bottom: 3%;
  list-style: none;
}
.product-info .product-images .thumbs .thumbs-list li a {
  display: block;
  border: 4px solid #f0f0f0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-info .product-images .thumbs .thumbs-list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product-info .product-images .thumbs .thumbs-list li a:hover {
  border-color: #2472a4;
}
.product-info .product-images .thumbs .thumbs-list li a:hover:before {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product-info .product-images .thumbs .thumbs-list li a.active {
  border-color: #2472a4;
}
.product-info .product-images .thumbs .thumbs-list li img {
  display: block;
}
.product-info .social {
  margin: 0 -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.product-info .social #sharrre {
  text-align: center;
}
.product-info .social #sharrre > div {
  display: inline-block;
}
.product-reviews {
  padding: 80px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996), 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996), 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996), 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  color: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996) 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.product-reviews h5 {
  text-align: center;
  margin-bottom: 40px;
}
.product-reviews h5 .script {
  display: inline-block;
  margin: 0 5px;
  color: #2472a4;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.fb-comments,
.fb-comments > span,
.fb-comments iframe[style] {
  width: 100% !important;
}
.product-related {
  padding-top: 80px;
}
.product-related h5 {
  text-align: center;
  margin-bottom: 40px;
}
.comment-item,
.rating-item {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
  padding-top: 20px;
}
.comment-item .gravatar,
.rating-item .gravatar {
  float: left;
  margin-right: 10px;
}
.comment-item h6,
.rating-item h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.comment-item small,
.rating-item small {
  font-size: 12px;
  line-height: 18px;
  color: #868988;
}
.comment-item h5,
.rating-item h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.comment-item p,
.rating-item p {
  font-size: 12px;
  line-height: 18px;
  color: #666968;
  margin-bottom: 0;
}
.comment-item .rating,
.rating-item .rating {
  font-size: 12px;
  color: #868988;
}
.comment-item:first-child,
.rating-item:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
#ratings .well {
  color: #666968;
}
#ratings .well h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
/*---
| NAV-TABS
---*/
.nav-tabs {
  border-bottom: 5px solid #2472a4;
  margin-bottom: 0;
  background-color: #ffffff;
}
.nav-tabs li {
  margin-bottom: 0;
  float: left;
}
.nav-tabs li > div,
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
  text-decoration: none;
  margin-right: 0px;
  padding: 14px 20px 9px;
  border: none;
  font-size: 12px;
  color: #797d7b;
  text-transform: uppercase;
  background-color: #ffffff;
  outline: 0 none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  display: block;
}
.nav-tabs li > div [class^="icon-"],
.nav-tabs li a [class^="icon-"],
.nav-tabs li a:hover [class^="icon-"],
.nav-tabs li a:active [class^="icon-"],
.nav-tabs li a:focus [class^="icon-"],
.nav-tabs li > div [class*=" icon-"],
.nav-tabs li a [class*=" icon-"],
.nav-tabs li a:hover [class*=" icon-"],
.nav-tabs li a:active [class*=" icon-"],
.nav-tabs li a:focus [class*=" icon-"] {
  margin: 0 0 6px;
  display: block;
  text-align: center;
}
/*.nav-tabs li a i{
    padding-left: 20px; padding-right: 20px;
}*/
.nav-tabs li > div span,
.nav-tabs li a span,
.nav-tabs li a:hover span,
.nav-tabs li a:active span,
.nav-tabs li a:focus span {
  display: block;
  text-align: center;
}
.nav-tabs li a:hover {
  color: #2472a4;
}
.nav-tabs li.active > div,
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
  border: none;
  background-color: #2472a4;
  color: #ffffff;
  text-align: center;
}
.nav-tabs + .box {
  position: relative;
  z-index: 10;
}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
display: table;
line-height: 0;
content: "";
clear:both;

}

/*---
| ROW COLLAPSE
---*/
/*@media (min-width: 980px) {*/
  .row-collapse [class*="span"] {
    margin: 0;
  }
  .row-collapse .span1 {
    width: 8.33%;
  }
  .row-collapse .span2 {
    width: 16.66%;
  }
  .row-collapse .span3 {
    width: 25%;
  }
  .row .span4 {
    width: 30%;
    float:left;
  }
  .row-collapse .span5 {
    width: 41.66%;
  }
  .row-collapse .span6 {
    width: 50%;
  }
  .row-collapse .span7 {
    width: 58.33%;
  }
  .row .span8 {
    width: 66.66%;
    float:left;
    margin-left: 2%;
  }
  .row-collapse .span9 {
    width: 75%;
  }
  .row-collapse .span10 {
    width: 83.33%;
  }
  .row-collapse .span11 {
    width: 91.66%;
  }
  .row-collapse .span12 {
    width: 100%;
  }
/*}*/
/*
*  BOX
*/
.box {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  color: 0 1px 2px rgba(71, 73, 72, 0.25);
}
.box .box-header {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.box .box-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 700;
  margin: 0;
}
.box .box-header h5 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.box .box-image {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.box .box-image a,
.box .box-image img {
  display: block;
}
.box .box-body,
.box .box-content {
  margin-top: 20px;
}
.box .box-body > *:last-child,
.box .box-content > *:last-child {
  margin-bottom: 0;
}
.box .box-body .price-list,
.box .box-content .price-list {
  margin: -20px;
}
.box .box-body .price-list li,
.box .box-content .price-list li {
  margin: 0;
}
.box .box-footer {
  zoom: 1;
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .box-footer:before {
  content: '';
  display: block;
}
.box .box-footer:after {
  content: '';
  display: table;
  clear: both;
}
.box .box-header + .box-footer {
  border-top: none;
  margin-top: 0;
}
.box .box-content.highlight {
  margin: 0 -20px;
  padding: 0 20px;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}
.box .buttons {
  zoom: 1;
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .buttons:before {
  content: '';
  display: block;
}
.box .buttons:after {
  content: '';
  display: table;
  clear: both;
}
.box hgroup.title + .buttons {
  border-top: none;
  margin-top: 0;
}
.box.border-top {
  border-top: 5px solid #2472a4;
}
.box.border-right {
  border-right: 5px solid #2472a4;
}
.box.border-bottom {
  border-bottom: 5px solid #2472a4;
}
.box.border-left {
  border-left: 5px solid #2472a4;
}
/*
* container
*/

  .container {
    padding: 0 10px;
    width: 98%;
  }
/*
** Cartel del cliente Seleccionado
*/
#clienteOk{
    width: 100%;
    text-align: center;
}
.clienteSeleccionadoOk{
    color: #468847;
    background-color: #dff0d8;
    width:96%;
    margin:1%;
    padding:1%;
    font-size: 16px;
    line-height: 20px;
}
.accionClienteOk{
   /* width:98%;*/
    margin:0.5%;
    padding-left:30%;
}
.flotante {
    display:scroll;
        position:fixed;
        bottom:30%;
        right:2%;
        height: auto;
        width: 40px;
        /*padding: 1px;*/
        font-size: 20px;
        background-color: #474948;
        text-align: center;
        color:  #fafafa;
        
}
.flotante span{
    padding: 10%;
    text-decoration: none;
    margin:2px;
    float: right;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    
}

/*
* Cartel Item Agregado
*/
#cartelItemAgregado{
    display: none;
    color: #3a87ad;
    background-color: #d9edf7;
    border: 2px solid #bce8f1;
    width:40%;
    font-size: 22px;
    z-index: 1000;
    height: 40px;
    position:fixed;
    padding: 1%;
    margin-left: 20%;
}
.cartelAdvertencia{
    color: #c09853;
    background-color:#fcf8e3;
    border: 1px solid #fbeed5;
    text-align: center;
    padding:2px;
}
/*
*   GRAFICO
*/
div.leyendas{
    float: left;
    padding:5px;
    background-color: rgba(0,0,0,0.8);
    margin:10px;
    color: #fafafa;
}

/*
*===============================================================================
* IMP Rubros c Imagenes
* ==============================================================================
*/
div.contiene-arriba-texto{
    width:680px;
    margin-left: 10%;
    background-color: white;
    /*height: 230px;*/
    float:left;
    margin-top: 10px;
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    
}
div.contiene-arriba{
    width:700px;
    margin-left: 10%;
    background-color: white;
    height: 230px;
    float:left;
    margin-top: 10px;
    
}
div  a.link-rubro{
    color: white;
    text-decoration: none;
    transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
}

a.link-rubro:hover{
    color:#E3E6C1;
    font-weight: bold;
}

div  a.link-rubro-a{
    color: white;
    text-decoration: none;
    transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
}

a.link-rubro-a:hover{
    color:#000000;
    font-weight: bold;
}

div.rubro-arriba{
    width:205px;
    height: 208px;
    margin-top: 10px;
}
.rubro-margin-r{
     margin-right: 40px;
      float:left;
}
.rubro-margin-l{
     /*margin-left: 20px;*/
      float:right;
}
div.rubro-arriba a div.nombreRubro{
    
    width:180px;
    height: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    font-size: 2.1em;
    font-weight: bolder;
    float:left;
    border: 0px solid transparent;
    background-color: rgba(63, 94, 23, 0.65);
    border-radius: 0;
    text-align-last: center;
}
div.contiene-largo{
    width:700px;
     margin-left: 10%;
     margin-top:20px;
    background-color: white;
    height: 145px;
    float:left;
}
div.contiene-largo a div.nombreRubro{
   
    width:320px;
    height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
   
    margin-top: 20px;
    margin-left:30%;
    font-size: 2.0em;
    font-weight: bolder;
    float:left;
    border: 0px solid transparent;
    background-color: rgba(63, 94, 23, 0.65);
    border-radius: 0;
    text-align-last: center;
}

div.contiene-abajo{
    width:700px;
     margin-left: 10%;
    background-color: white;
    height: 165px;
    float:left;
     margin-top:20px;
}
div.rubro-abajo{
    width: 135px;
    height: 170px;
    margin-left:2px;
    margin-right: 2px;
    /*background-size: 131px 125px;*/
    /*background-repeat: no-repeat;*/
}
div.rubro-abajo a div.nombreRubro{
   
    width:131px;
    height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 125px;
    font-size: 1.1em;
    font-weight: bolder;
    float:left;
    border: 0px solid transparent;
    background-color: rgba(83, 83, 83, 0.65);
    border-radius: 0;
    text-align-last: center;
}

/*
* FORMULARIOS 
*===============================================================================
*/
#content #modal-mod-domicilio,#content #modal-alta-domicilio{
        background-color: white;
        overflow-y: auto;
} 

.divFormularios{
    
    
    width: 100%;
    /*margin: 10px 30% 10px 25%;*/
/*    padding:10px 0;*/
    
    border-top: 3px solid #2472a4;
    border-bottom: 1px solid #fafafa;
    
    float:  left;
    
/*    margin-top: 0.5%;*/
    background-color: #ffffff;
    padding: 0%;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    color: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    
    
}
/* titulo cabecera*/
 #content #titulo.formulario{
    font-size: 24px;
    line-height: 26px;
    /*color: #474948;*/
    background-color: #2472a4;
    color: #ffffff;
    font-weight: 700;
    margin: 0%;
    padding: 1%;
    /*border-bottom: 1px solid #f0f0f0;*/
    text-align: center;
    min-height:30px;
}
/*
* botones de acciones
*/
#content #titulo.formulario i{
    cursor:pointer;
}
#content #titulo.formulario i:hover{
   color: #B0D6EE;
}
/* formulario */
.divFormularios form{
    margin:0.5%;
}
.renglonForm{
    float:left;
    width: 48%;
    margin:1%;
    height:100px;
    
}
.renglonFormLargo{
    float:left;
    width: 100%;
    margin:1%;
    height:100px;
    
}
/* labels */
.renglonForm label{
    font-size: 18px;
    font-weight: 700;
    padding:0px;
    margin:1%;
}
/* input text*/
.renglonForm input{
margin-bottom: 20px;
margin-top: 10px;
width:93%;
padding: 15px;
border-radius:5px;
border:1px solid #ACACAC;
}
/* select*/
.renglonForm select{
margin-bottom: 20px;
margin-top: 10px;
width:95%;
padding: 15px;
border-radius:5px;
border:1px solid #ACACAC;
}
ul.listaBotonesC{
    width:80%;
    margin-left: 10%;
    text-align: left;
}
ul.listaBotonesC li{
    padding: 3px;
}

/*
PEDIDO PASO 2 :: Envio y Resumen
================================================================================
*/

#divMiPedido{
    float:left;
    width:68%;
    background-color: #FFFFFF;                    
    border-top: 3px solid #2472a4;
    padding: 0.5%;
    margin-bottom:2%;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    color: 0 1px 2px rgba(71, 73, 72, 0.25);
     margin-left:1%;
}

#divMiPedidoPie{
    float:left;
    width:25%;
    background-color: #FFFFFF;                    
    border-top: 3px solid #2472a4;
    padding: 0.5%;
    
    margin-bottom:2%;
    margin-left:2%;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    color: 0 1px 2px rgba(71, 73, 72, 0.25);
}

#divMiPedidoDomicilio{
    float:left;
    width:95%;
    background-color: #FFFFFF;                    
    border-top: 3px solid #2472a4;
    padding: 0.5%;
    
    margin-bottom:2%;
    margin-left:2%;
    margin-right: 2%;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    color: 0 1px 2px rgba(71, 73, 72, 0.25);
}

#divMiPedidoDomicilio div{
    float:left;
    padding-left: 20px;
    width:30%;
  
    
}

#divMiPedidoDomicilio div > h3{
    margin-left: 0;
}
#divMiPedidoDomicilio div .detallePedido{
    width:99%;
    
    min-height: 60px;
    height: 100%;
    font-family: arial;
    
}
/* el select de forma de entrega*/
#divMiPedidoDomicilio div select{       
    width:99%;  
    line-height: 16px;
    padding: 2px;
    
}

#divMiPedidoDomicilio div.domicilios > .unDomicilio{
    width:100%;
    max-width: 250px;
}
#divMiPedidoDomicilio div.domicilios > .unDomicilio label{
    font-size: 12px;
    padding-left: 0px;
    cursor: pointer;
}
#divMiPedidoDomicilio div.domicilios > .unDomicilio strong{
    font-size: 14px;
}
