/* lineas_facturacion DE FACTURACION */

#principal {
	width:720px;
	float:right;
}

#facturacion {
	width:720px;
	padding:15px;
	margin-top: 15px;
	float:right;
}

#facturacion div.mns1 {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight: 400;
	background-color: #FC0;
	color: #0e0e0e;
	text-decoration: none;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: none;
	text-align:left;
	width:auto;
	margin: 15px 0 35px 0;
}

#facturacion div.tch1 {
	color:#000;
	text-decoration: line-through;
	float: left;
	margin-right: 5px;
}

#facturacion div.tch2 {
	color:#000;
	text-decoration: line-through;
	float: left;
}

#facturacion div.dD1 {
	color:#F30;
	text-decoration: none;
	padding: 0px;
	float: none;
	text-align: center;
}

#facturacion div.dD2 {
	background-color:#F30;
	color:#fff;
	text-decoration: none;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: none;
	text-align:center;
}

#facturacion div.dD3 {
	background-color:#F60;
	color:#fff;
	text-decoration: none;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: none;
	text-align:center;
}

#facturacion div.dDmas {
	background-color:#FFF;
	color:#999;
	text-decoration: none;
	padding:1px 3px 1px 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	float: none;
	text-align:center;
	width:10px;
	margin: 3px auto;
}

#facturacion span.stock_superado {
	font-size:11px;
	float:left;
	color:#F30;
	font-style:italic;
	padding: 5px;
}

#lineas_facturacion {
	width:100%;
	margin: 0 auto;
}

#lineas_facturacion label, #lineas_facturacion table label {
	margin-right: 5px;
	padding-right:0;
	width: auto;
}

#lineas_facturacion h1 {
	font-family: sans-serif;
   	font-size: 24px;
	font-weight: lighter;
	color: #2a517f;
	text-align:left;
	margin-bottom:20px;
}

#lineas_facturacion h2 {
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 16px;
	color: #2a517f;
	text-align:center;
	margin-bottom:10px; padding-bottom:0;
}

figure#naranja {
	font-weight:normal;
	font-family: sans-serif;
   	font-size: 13px;
	color: #F60;
	text-align:right;
	margin:0 0 20px 0;
	padding:5px;
	border: 1px solid #F60;
	float: right;
	width: auto;
}

#lineas_facturacion figure#naranja {
	font-weight:normal;
	font-family: sans-serif;
   	font-size: 13px;
	color: #F60;
	text-align:right;
	margin:0 0 20px 0;
	padding:5px;
	border: 1px solid #F60;
	float: right;
	width: auto;
}

#lineas_facturacion figure#azul {
	font-weight:normal;
	font-family: sans-serif;
   	font-size: 13px;
	color: #036;
	margin:0 0 20px 0;
	padding: 5px;
	border: 1px solid #036;
	float: left;
	width: auto;
	clear: left;
}

#lineas_facturacion img {
	height:50px;
	width:50px;
}

#lineas_facturacion table {
	margin: 0 auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-weight:normal;
	color: #2a517f;
	text-align:left;
	margin-bottom:20px;
}

#lineas_facturacion table td {
	border-bottom: none;
    padding:3px;
	vertical-align:middle;
}

#lineas_facturacion.cesta-normal table td {
	border-bottom: none;
    padding:3px;
	vertical-align:middle;
}

#lineas_facturacion table th {
	padding:3px;
	vertical-align:middle;
}

#lineas_facturacion table tr:nth-child(2n) {
    background: #FFF;
}
 
#lineas_facturacion table tr:nth-child(2n+1){
    background: #dcf1ff;
}

#lineas_facturacion.cesta-normal table tr:nth-child(2n+1){
    background: #eaf2db;
}

#detalle_compra {
	float:left;
	margin-bottom:10px;
}

#lineas_facturacion input#comprar {
	margin: 0;
	width:auto;
	padding: 0 5px 0 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_comprar.png);
	height: 28px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#lineas_facturacion input#encargar {
	margin: 0;
	width:auto;
	padding: 0 5px 0 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_encargar.png);
	height: 28px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#lineas_facturacion input#reservar {
	margin: 0;
	width:auto;
	padding: 0 5px 0 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_reservar.png);
	height: 28px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#lineas_facturacion input#reservado {
	margin: 0;
	width:auto;
	padding: 0 5px 0 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_reservado.png);
	height: 28px;
	cursor: pointer;
	color:#fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#lineas_facturacion input#avisar {
	margin: 0;
	width:auto;
	padding: 0 5px 0 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_avisar.png);
	height: 28px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#lineas_facturacion input#pendiente-aviso {
	margin: 0;
	width:auto;
	padding: 0 5px 0 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_pendiente-aviso.png);
	height: 28px;
	cursor: pointer;
	color:#fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}


#lineas_facturacion input[type="button"]:disabled {
	margin: 0;
	width:auto;
	padding: 0 5px 0 5px;
	background-color: #CCC;
	background-image:none;
	height: 28px;
	cursor: auto;
	color:#fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#detalle_compra table {
	width:705px;
}

#detalle_compra form>fieldset>input[type=button] {
	font-size:11px;
}


#importes_totales {
	float:left;
	margin-bottom:10px;
}

#importes_totales table {
	min-width:400px;
}

#tipo_importe {
	float:right;
	margin-bottom:10px;
}

#lineas_facturacion_generica {
	clear:both;
	width:auto;
	margin: 0 auto;
}


/* CAMPOS DE FORMULARIO DE FACTURACION */

#lineas_facturacion form, #lineas_facturacion fieldset, #lineas_facturacion input, #lineas_facturacion button, #lineas_facturacion textarea {
	margin: 0; padding: 0; border: 0; outline: none; behavior: url(ie-css3.htc);
}

#lineas_facturacion input, #lineas_facturacion input:visited {
	width:auto;
	text-align:center;
	float: left; 
	padding:5px;
	background: #FFF;
	border: 1px solid #527227;
	font-family: sans-serif; 
	font-size:12px;
	color: #000;
	behavior: url(ie-css3.htc);
}

#lineas_facturacion input[type=button], #lineas_facturacion input[type=button]:visited {
	width:auto;
	clear:both;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_form_button.png);
	height: 28px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	text-align:center;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: 0; outline: none;
}

#lineas_facturacion input[type=checkbox] {
	padding:0;
	border:0;
	outline:0;
	width: auto;
	float:left;
	cursor: pointer;
	behavior: url(ie-css3.htc);
}

#lineas_facturacion input[type=number] {
	font-size: 12px;
	width:30px;
	height:20px;
	padding:3px;
}

#lineas_facturacion input[type=radio] {
	padding:0;
	border:0;
	outline:0;
	width: auto;
	float:left;
	cursor: pointer;
	behavior: url(ie-css3.htc);
}

#lineas_facturacion input[type=file] {
	padding:0;
	border:0;
	outline:0;
	width: auto;
	float:left;
	behavior: url(ie-css3.htc);
	margin: 7px 0 0 0;
}

#lineas_facturacion input:focus, #lineas_facturacion textarea:focus {
	background: #FFF;
	-moz-box-shadow:none; -webkit-box-shadow: none; box-shadow: none;
	color: #000;
	behavior: url(ie-css3.htc);
}


#lineas_facturacion input::-webkit-input-placeholder  {
	width: auto;
    color: #000;
	behavior: url(ie-css3.htc);
	}
#lineas_facturacion input:-moz-placeholder {
	width: auto;
	color: #000;
	behavior: url(ie-css3.htc);
	}
	
	
#lineas_facturacion textarea {
	float: left; 
	padding: 5px;
	background: #FFF;
	border: 1px solid #94cef5;
	font-family: sans-serif; 
	font-size:12px;
	color: #369;
	behavior: url(ie-css3.htc);
}
	#lineas_facturacion textarea::-webkit-input-placeholder {
		width: auto;
    	color: #6699cc;
		behavior: url(ie-css3.htc);
	}
	#lineas_facturacion textarea:-moz-placeholder {
		width: auto;
	    color: #6699cc;
		behavior: url(ie-css3.htc);
	}
	
#nota {
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 60px;
	border: 1px solid #F00;
	float:left;
	background-image:url(../images/icon_advertencia.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}

#nota p {
	width: auto;
	font-family: sans-serif;
   	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	font-style:italic;
	color: #F00;
	text-align:left;
	margin-bottom:5px;
}

#facturacion_rapida {
	text-align:center;
	width:700px;
	padding:15px;
	margin-top: 15px;
	margin-right: 15px;
	float:right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d9bd7+0,2466a8+100 */
	background: #4d9bd7; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d9bd7 0%, #2466a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d9bd7), color-stop(100%,#2466a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d9bd7 0%,#2466a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d9bd7 0%,#2466a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d9bd7 0%,#2466a8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d9bd7 0%,#2466a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9bd7', endColorstr='#2466a8',GradientType=0 ); /* IE6-9 */
}

#facturacion_rapida h1 {
	color:#fff;
	font-family: sans-serif;
   	font-size: 28px;
	font-weight: bold;
	text-align:center;
	margin-bottom:20px;
}

#facturacion_rapida label {
	width: 100%;
	color:#fff;
	font-family: sans-serif;
   	font-size: 16px;
	font-weight: lighter;
	text-align:center;
	margin: 0 0 20px 0;
}

#facturacion_rapida input {
	text-align:center;
	float: none;
	width: 90%;
	font-family: sans-serif;
   	font-size: 16px;
	font-weight: lighter;
	text-align:center;
	margin: 0 10px 0 0;
	height:24px;
}

#facturacion_rapida input#facturar {
	margin: 0;
	width:auto;
	height: 38px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	text-align:left;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	border: none; outline: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7cae3d+0,4f6a2a+100 */

background: #7cae3d; /* Old browsers */

background: -moz-linear-gradient(top,  #7cae3d 0%, #4f6a2a 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cae3d), color-stop(100%,#4f6a2a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7cae3d 0%,#4f6a2a 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7cae3d 0%,#4f6a2a 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7cae3d 0%,#4f6a2a 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7cae3d 0%,#4f6a2a 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cae3d', endColorstr='#4f6a2a',GradientType=0 ); /* IE6-9 */


}