﻿*{	padding:0;

	margin:0;

	}
	/*#formuLogin{width:30%;
margin:10% auto;
height:400px;
background:#F3F0C3;
}*//* Basics *//* Basics */
html, body { width: 100%;
 height: 100%;
 font-family: "Helvetica Neue", Helvetica, sans-serif;
 color: #444;
 -webkit-font-smoothing: antialiased;
 background: #f0f0f0;
}
p a {
	font-size: 11px;
 color: #aaa;
 float: right;
 margin-top: -13px;
 margin-right: 20px;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
}
p a:hover {
	color: #555;
}

#paraPaginacion{
	height: 150px;
	display: block;
	width: 80%;
	margin: auto;
	padding-top: 50px;
}
.paginacion{
	vertical-align: middle;
	text-decoration: none;
	display: table-cell;
	float: left;
	width: 25px;
	height: 23px;
	background: #008040;
	color: #C0C0C0;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.pag-actual{
	background: #C0C0C0;
	color: #004040;
}
.despuesTG td{
	text-align: left;
}
@media screen and (max-width: 767px){#formuLogin {width: 80%;
display: block;
margin: 20px auto 100px auto;
}

header{
	margin: auto;
	text-align: center;
}

header h2{	visibility: hidden;
}
#frmLogin label {
 width: 100%;
 color: #555;
 display: inline-block;
 margin-left: 18px;
 padding-top: 10px;
 font-size: 14px;
}

#frmLogin input {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 12px;
outline: none;
}

#frmLogin input[type=text],#frmLogin input[type=password] { color: #777;
 padding-left: 4%;
 margin: 10px;
 margin-top: 12px;
 width: 95%;
 height: 35px;
 border: 1px solid #c7d0d2;
 border-radius: 2px;
 box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
}
#lblRecordar{
	width: 75% !important;
	float: left;
	margin-top: 7px;
	margin-left: 20px !important;
}
#frmLogin input[type=checkbox]{
 float: left;
 margin-top: 12px;
 width: 10%;
 height: 25px;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
}
#abajo{
margin-top:25px;
display: block;
width:100%;
height:50px;

}
#frmLogin input[type=submit]{
width:25%;
height:40px;
margin-left: 25%;
margin-top: 20px;
}

#principal{
width: 98%;
 height: auto;
 margin:auto;
 min-height:500px;
 background: #fff;
 border-radius: 3px;
 border: 1px solid #ccc;
 box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
 -webkit-animation-name: bounceIn;
 -webkit-animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: bounceIn;
 -moz-animation-fill-mode: both;
 -moz-animation-duration: 1s;
 -moz-animation-iteration-count: 1;
 -moz-animation-timing-function: linear;
 animation-name: bounceIn;
 animation-fill-mode: both;
 animation-duration: 1s;
 animation-iteration-count: 1;
 animation-timing-function: linear;
}
#principal h3{
	text-align: center;
	margin-top: 20px;
	font-weight: lighter;
	letter-spacing: 2px;
}
#principal input[type=submit],#principal input[type=reset]{
	width:50%;
	height:40px;
	margin-left: 25%;
	margin-top:15px;
	margin-bottom:15px;
	}
	#principal label{
	width: 97%;
	margin: 10px auto 10px auto;
	display: block;
	height: 15px;
}
#txtObservaciones{
	height: 300px;
	display: inline-block;
}
#principal input,select{
	width: 97%;
	margin: auto;
	display: block;
	height: 25px;
}
#principal select{
	height: 30px;
}
.separador{
	margin-top: 15px;
	display: block;
	width: 100%;
	height: 30px;
}
.tablaListado{
width: 70%;
margin: auto;
padding: 0;
border-collapse: collapse;
}
.headerTabla{
	background: #21731F;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
}
.tablaListado tr,td{
	padding: 0;
	margin: 1px solid #000000;
}
.tablaListado tr{
	border: 1px solid #000000;
}
.tablaListado td{
	width: 23%;
border: 1px solid #000000;
text-align: center;
}
.tablaListado .editar{	width: 8%;
}
#Detalle{	margin: auto;
	width: 90%;
}
table{	margin: auto;
}
.menuPrincipal{
	width: 70%;
	height: 30px;
	display: block;
	margin: 50px auto 50px auto;
	background: #F8F8F8;
	text-align: center;
	color: #2D3435;
	text-decoration: none;
	padding-top: 15px;
	 border: 1px solid #ccc;
 box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
 -webkit-animation-name: bounceIn;
 -webkit-animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: bounceIn;
 -moz-animation-fill-mode: both;
 -moz-animation-duration: 1s;
 -moz-animation-iteration-count: 1;
 -moz-animation-timing-function: linear;
 animation-name: bounceIn;
 animation-fill-mode: both;
 animation-duration: 1s;
 animation-iteration-count: 1;
 animation-timing-function: linear;
}
.tablaDatosGerente,.tablaDatosVendedor{
	width:100%;
	font-size: 0.7em;
}

.tablaDatosGerente tr{
	text-align:center;
}
.primeroTG{
	height:40px;
background:#F3F0C3;
text-align:center;
color:#21731F;
border:0;
margin:0;
}
.primeroTG td{
	border:0;
	margin:0;
}
.tablaDatosGerente td:nth-child(3),td:nth-child(7),td:nth-child(8),td:nth-child(9){
   display:none;
}
#tablaVendedores td:nth-child(4){
display:none;
}
.tablaDatosVendedor td:nth-child(2),td:nth-child(6),td:nth-child(7),td:nth-child(8),td:nth-child(9),td:nth-child(11){
display: none;
}
}
@media screen and (min-width: 768px){
#frmVendedor,#frmCliente{
	padding-bottom: 100px;
}
.tablaDatosVendedor{
	table-layout: fixed;
}
.tablaListado tr td{
	text-transform:capitalize;
}
.despuesTG{
	font-size: 0.8em;
}
	/*LOGIN*/
#formuLogin {
width: 340px;
 height: 350px;
 background: #fff;
 border-radius: 3px;
 border: 1px solid #ccc;
 box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
 -webkit-animation-name: bounceIn;
 -webkit-animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: bounceIn;
 -moz-animation-fill-mode: both;
 -moz-animation-duration: 1s;
 -moz-animation-iteration-count: 1;
 -moz-animation-timing-function: linear;
 animation-name: bounceIn;
 animation-fill-mode: both;
 animation-duration: 1s;
 animation-iteration-count: 1;
 animation-timing-function: linear;
 margin:auto;
}
#frmLogin {
margin: 0 auto;
 margin-top: 20px;
}#frmLogin label {
color: #555;
 display: inline-block;
 margin-left: 18px;
 padding-top: 10px;
 font-size: 14px;
}
p a {
	font-size: 11px;
 color: #aaa;
 float: right;
 margin-top: -13px;
 margin-right: 20px;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
}
p a:hover {
	color: #555;
}
#frmLogin input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
 font-size: 12px;
 outline: none;
}
#frmLogin input[type=text],#frmLogin input[type=password] { color: #777;
 padding-left: 10px;
 margin: 10px;
 margin-top: 12px;
 margin-left: 18px;
 width: 290px;
 height: 35px;
 border: 1px solid #c7d0d2;
 border-radius: 2px;
 box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
}
#lblRecordar{
	width: 75% !important;
	float: left;
	margin-top: 12px;
	margin-left: 20px !important;
}
#frmLogin input[type=checkbox]{
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
 border-radius: 2px;
 height: 20px;
 width: 20px;
 float: left;
 margin-top: 20px;

 margin-left: 18px;
}
#abajo{
display: block;
margin-top:70px;
width:100%;
height:50px;
}
#frmLogin input[type=submit]{
width:100px;
height:40px;
float:right;
margin-right:120px;
}/*FIN LOGIN¨*/
footer{
	left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
	float:left;
	position:relative;
	text-align:center;
}/*FORmU*/
#principal{
 width: 80%;
 height: auto;
 margin:auto;
 min-height:500px;
 background: #fff;
 border-radius: 3px;
 border: 1px solid #ccc;
 box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
 -webkit-animation-name: bounceIn;
 -webkit-animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: bounceIn;
 -moz-animation-fill-mode: both;
 -moz-animation-duration: 1s;
 -moz-animation-iteration-count: 1;
 -moz-animation-timing-function: linear;
 animation-name: bounceIn;
 animation-fill-mode: both;
 animation-duration: 1s;
 animation-iteration-count: 1;
 animation-timing-function: linear;
}
header{
width: 70%;
height:150px;
margin:auto;
}
header img{
	float:left;
}
.cerrarSesion{width:200px;
float:right;
margin-top:15px;
}
header h2{	float:left;
	margin:40px 0 0 50px;
}
#principal h3,h4{
	text-align:center;
}
#principal h3{
	margin-top: 30px;
}
.icon-table{
margin-left:6px;
}
#nuevo-datos{
	margin-left: 50px;
}
.separador{
	width:100%;
	margin-bottom:25px;
	height:20px;
	background:#21731F;
}
.separador p{
	text-align:center;
	color:#FFFFFF;
}
/*TABLA GERENTE*/
.tablaDatosGerente{
	width:100%;
}
.tablaDatosGerente tr{
	text-align:center;
}
/*.tablaDatosGerente tr:nth-child(odd){
	background: #F2F2F2;
}*/
.primeroTG{
height:40px;
background:#F3F0C3 !important;
text-align:center;
color:#21731F;
border:0;
margin:0;
}
.observacionesTG{
	width: 20%;
	text-align: left;
}
.primeroTG td{
	border:0;
	margin:0;
	width: 2%;
}
/*Menu Principal*/
.menuPrincipal{
display:block;
padding-top:50px;
height:100px;
width:150px;
background:#f3f0c3;
text-align:center;
text-decoration:none;
float: left;
}
#menus{
width:90%;
margin:5% auto auto auto;
}.elmenu{
margin: 50px;
height:150px;
background:#f3f0c3;
width:90px;
float:left;
}
.respuesta{
	width:90%;
	margin:10% auto 0 auto;
	font-size:1.4em;
	text-align:center;
	font-variant:normal;
	font-weight:900;
}
.volverGuardar{
	width:90%;
	margin:30px auto 0 auto;
	text-align:center;
}
.volverGuardar a{
	text-decoration:none;
}/*#tablaVendedores{width: 70%;
margin: auto;
padding: 0;
border-collapse: collapse;
}.headerTabla{	background: #21731F;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
}#tablaVendedores tr,td{	padding: 0;
	margin: 1px solid #000000;
} #tablaVendedores tr{border: 1px solid #000000;
}#tablaVendedores td{width: 23%;
border: 1px solid #000000;
text-align: center;
}#tablaVendedores .editar{	width: 8%;
}*/
.tablaListado{
	width: 70%;
margin: auto;
padding: 0;
border-collapse: collapse;
}
.headerTabla{
	background: #21731F;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
}
.tablaListado tr,td{
	padding: 0;
	margin: 1px solid #000000;
}
.tablaListado tr{
	border: 1px solid #000000;
}
.tablaListado td{
	width: 23%;
border: 1px solid #000000;
text-align: center;
}
.tablaListado .editar{
	width: 8%;
}
#principal input,select{
	width: 250px;
	display: block;
	height: 25px;
	float:left;
}
#principal select{
	height: 22px;
}
#principal input[type=submit],#principal input[type=reset]{
	width:150px;
	height:40px;
	margin-left: 25%;
	margin-top:15px;
	margin-bottom:15px;
	}
#principal input[type=button]{
width:90px;
height:22px;
float:right;
display:block;
position:absolute;
}
.cuadro,.cuadro_ob{
width:100%;
display:inline-block;
height:40px;
}
	#principal label{
	width: 200px;
	display: block;
	height: 10px;
	padding-top:5px;
	margin-left:50px;
	float:left;
}
table{
	margin:auto;
	90%;
}
table td{
 width:15%;
 margin-right:2%;
 margin-left:2%;
 text-align:center;
}
table td input{
width:75% !important;
margin-right:22px;
margin-left:25px;
}
#frmPedido{
display:inline-block;
height:auto;
overflow:visible;
width:100%;
}
}
@media print {
  body {
	font-size: 10pt;
 	}
 input[type=button],input[type=submit]{
	display:none !important;
	}
 h3,h4,h2,h1{
	margin:auto;
	text-align:center;
}
 a{
	display:none;
}
img{
	margin:auto;
	width:80px;
	height:50px;
}
.separador{
	width:100%;
	height:15px;
	margin-bottom:30px;
	background:#21731F;
}
.separador p{
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
#principal input,select{
	width: 250px;
	display: block;
	height: 25px;
	float:left;
}
#principal select{
	height: 22px;
}

.cuadro,.cuadro_ob{
width:100%;
display:inline-block;
height:40px;
}
	#principal label{
	width: 200px;
	display: block;
	height: 10px;
	padding-top:5px;
	margin-left:50px;
	float:left;
}
table{
	margin:auto;
	90%;
}
table td{
 width:15%;
 margin-right:2%;
 margin-left:2%;
 text-align:center;
}
table td input{
width:75% !important;
margin-right:22px;
margin-left:25px;
}
#frmPedido{
display:inline-block;
height:auto;
overflow:visible;
width:100%;
}
}
