@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.2%;
	padding-left: 1.9%;
	padding-right: 1.9%;
	background:#fff;
	border-top: #333 solid 10px;
	border-left:#555 solid 10px;
	border-bottom:#CCC solid 10px;
	border-right:#AAA solid 10px;
	/*border-radius:20px;*/
	height:auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #999;
	border-top: #ccc solid 1px;
}
#contenedorFormularioSesion {
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 5%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
}
#contenedorFormulario, #contenedorFormularioClientes, #contenedorFormularioProveedores, #listaOrdenesTrabajo {
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 10px 5%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
}
#contenedorFormulario img {
	margin:-20px 0 10px 0;
	border-radius: 100px;
}
#contenedorFormulario input, #contenedorFormularioClientes input, #contenedorFormularioProveedores input {
	padding:2px;
	width:47%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
.label2 {
	display: inline-block;
	width:47% !important;
}
#contenedorFormulario .label1{ 
	display:block !important;
	width:100% !important;
	
}

#contenedorFormFiltros {
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 2% 2% 0 2%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
}
#contenedorFormFiltros input {
	padding:2px;
	width:47%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorFormFiltros select {
	padding:2px;
	width:90%;
	margin-top: 5px;
	margin-left: 0;
	height:30px;
	border:#CCC solid 1px;
}
#contenedorFormFiltros label {
	display: inline;
	width:48%;
	
}
#contenedorFormFiltros .label1{ 
	display:block !important;
	width:100% !important;
	
}
#contenedorFormularioUnidad input {
	padding:2px;
	width:98%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorFormularioUnidad #button {
	padding:2px;
	width:100%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorFormOrden input, #contenedorFormCotizacion input, #contenedorFormOrdenCompra input, #contenedorFormRemision input {
	padding:2px;
	width:98%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorFormOrden #button, #contenedorFormCotizacion #button, #contenedorFormOrdenCompra #button, #contenedorFormRemision #button {
	padding:2px;
	width:100%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}

#observaciones {
	padding:2px;
	width:97% !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
#formCotizaciones textarea, #formCompras textarea {
	padding: 2px;
	width: 99%;
	margin-top: 5px;
}
#contenedorFormTipoProd input {
	padding:2px;
	width:98%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorFormTipoProd #button {
	padding:2px;
	width:100%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}

#contenedorProcesos{
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 5%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
	font-size:18px;
}
#contenedorProcesos input {
	padding:2px;
	width:450px;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorProcesos select {
	padding:2px;
	width:285px;
	margin-top: 5px;
	margin-left: 0;
	height:30px;
	border:#CCC solid 1px;
}
#contenedorProcesos label {
	margin:5px 0 0 0;
}
#contenedorProcesosItem {
	clear: both;
	width: 80%;
	display: block;
	background-color: #fff;
	padding: 10px;
	margin: 10px auto;
	border: #bbb solid 1px;
	text-align: center;
}
#contenedorEditarProceso{
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 5%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
}
#contenedorEditarProceso input {
	padding:2px;
	width:47%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline !important;
}
#contenedorProductos {
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 5%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
}
#contenedorProductos input {
	padding:2px;
	width:47%;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	display:inline;
}

#contenedorMovimientos, #contenedorMovimientosExp, #contenedorCierreOrden {
	clear: both;
	width: 80%;
	display: block;
	background-color: #efefef;
	padding: 5%;
	margin: 0 auto;
	border-bottom: #bbb solid 1px;
	text-align: center;
}
#contenedorMovimientos input, #contenedorMovimientosExp input, #contenedorCierreOrden input {
	padding:2px;
	width:280px;
	margin-top: 5px;
	height:25px;
	border:#CCC solid 1px;
	/*display:inline !important;*/
}
#contenedorMovimientos select, #contenedorCierreOrden select {
	padding:2px;
	width:285px;
	margin-top: 5px;
	margin-left: 0;
	height:30px;
	border:#CCC solid 1px;
}
#contenedorMovimientos label {
	margin:5px 0 0 0;
}

#contenedorUsuario {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	/*border: #dedede solid 1px;*/
	margin-top: 5px;

}
#imagenUsuario {
	clear: both;
	float: left;
	margin-left: 0;
	width: 16.6666%;
	display: block;
	text-align: center;
	background: #efefef;
	height: auto;
}
#infoUsuario {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 79.1666%;
	display: block;
}
#contenedorMenu {
	
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: none;
	margin: 10px 0;
	height: auto;
}
#contenedorMenu img {
	width: 40px;
}
.itemMenu {
	clear: none;
	float: left;
	width: 45.7%;
	display: block;
	margin: 0 0 5px 0;
	height: 90px;
	padding: 2%;
	font-size: 12px;
	text-align: center;
	background: #efefef;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}
.itemMenu:hover {
	background: #999;
	border-bottom-color:#000;
	border-right-color:#000;
}
#contenedorModulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	/*position: absolute;
	top: 140px;
	right: 0px;*/
	border: #dedede solid 1px;
	/* [disabled]height: 77.7%; */
	padding: 0 10px 10px 10px;
	height: auto;
}
#contenidoModulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*	overflow: auto;
	max-height: 330px;
	border-bottom: #ccc solid 1px;*/
	margin-bottom: 10px;
	overflow: auto;
}
#contenedorBotonesPie {
	clear: both;
	float: right;
	width: 96%;
	display: block;
	margin: 0;
	padding: 2%;
	/* [disabled]bottom: 0px; */
	/* [disabled]position: absolute; */
	background: #efefef;
	right: 0px;
	border-top: #ccc solid 1px;
}
#botonCerrar {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background: #ccc;
	/* [disabled]margin: 5px 0; */
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-top: 5px;
}
#botonCerrar:hover {
	background:#999;
	border-bottom-color:#000;
	border-right-color:#000;	
}
#botonCerrar a:link {
	color: #333;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonCerrar a:visited {
	color: #333;
}
#botonSalir {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background: #CCC;
	margin-top: 10px;
	margin-left: 0%;
	text-align: center;
	padding: 5px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-bottom: 3px;
	margin-right: 14%;

}
#botonSalir a:link {
	color: #F00;
	text-decoration:none;
	font-weight:bold;
	display: block;
}
#botonSalir a:visited {
	color: #F00;
}
#botonSalir:hover {
	background:#999;
	border-bottom-color:#000;
	border-right-color:#000;	
}
#datosCliente, #datosProveedor {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top: #ccc solid 1px;
	font-size: 9px;
	padding-bottom: 5px;
}
#detalleOrden {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top: #ccc solid 1px;
	font-size: 9px;
	/* [disabled]max-height: 115px; */
	border-bottom: #ccc solid 1px;
}
#detalleCompra {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top: #ccc solid 1px;
	font-size: 9px;
	border-bottom: #ccc solid 1px;
}
#botonGuardar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #ccc;
	margin-top: 5px;
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}

#botonGuardar a:link {
	color: #06F;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonGuardar a:visited {
	color: #06F;
}
#botonGuardar:hover {
	background:#999;
	border-bottom-color:#000;
	border-right-color:#000;	
}

#botonImprimir {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background: #ccc;
	/* [disabled]margin: 5px 0 5px 2.0408px; */
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-top: 5px;
}
#botonImprimir:hover {
	background:#999;
	border-bottom-color:#000;
	border-right-color:#000;	
}
#botonImprimir a:link {
	color: #06F;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonImprimir a:visited {
	color: #06F;
}

#botonCerrarOrden {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background: #060;
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-top: 5px;
}

#botonCrearOrden {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background: #06F;
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-top: 5px;
}

#botonCerrarOrden a:link,  #botonCrearOrden a:link {
	color: #FFF;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonCerrarOrden a:visited, #botonCrearOrden a:visited {
	color: #FFF;
}
#botonCerrarOrden:hover, #botonCrearOrden:hover {
	background:#999;
	border-bottom-color:#000;
	border-right-color:#000;	
}

#botonAgregar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	height:40px;
	display: block;
	background: #ccc url(../_imgs/Cliente_Agregar.png) no-repeat  ;
	margin: 5px 0;
	text-align: center;
	padding: 5px 0 0 30px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}
#botonAgregar:hover {
	background-color:#999;
	border-bottom-color:#000;
	border-right-color:#000;
	color:#FFF;	
}
#botonAgregar a {
	color: #06F;
	text-decoration:none;
	font-weight:bold;
	display: block;
	cursor:pointer;
	
}
#botonAgregar a:link {
	color: #06F;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonAgregar a:visited {
	color: #06F;
}
#botonAgregar a:hover {
	color:#FFF;	
}

#botonAgregarProducto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	height: 40px;
	display: none;
	background: #ccc url(../_imgs/MateriaPrima_Agregar.png) no-repeat;
	margin: 5px 0;
	text-align: center;
	padding: 5px 0 0 30px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}
#botonAgregarProducto:hover {
	background-color:#999;
	border-bottom-color:#000;
	border-right-color:#000;
	color:#FFF;	
}
#botonAgregarProducto a:link {
	color: #06F;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonAgregarProducto a:visited {
	color: #06F;
}
#botonAgregarProducto a:hover {
	color:#FFF;	
}

#botonAgregarUnidad, #botonAgregarTipoProd {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	height:40px;
	display: block;
	background: #ccc url(../_imgs/nuevo-documento.png) no-repeat  ;
	margin: 5px 0;
	text-align: center;
	padding: 5px 0 0 30px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}
#botonAgregarUnidad:hover, #botonAgregarTipoProd:hover {
	background-color:#999;
	border-bottom-color:#000;
	border-right-color:#000;
	color:#FFF;	
}
#botonAgregarUnidad a:link, #botonAgregarTipoProd a:link {
	color: #06F;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonAgregarUnidad a:visited, #botonAgregarTipoProd a:visited {
	color: #06F;
}
#botonAgregarUnidad a:hover, #botonAgregarTipoProd a:hover {
	color:#FFF;	
}

#botonAgregarProceso {
	float: left;
	margin-left: 0px;
	width: 100px;
	height: 40px;
	display: none;
	background: #ccc url(../_imgs/Proceso_Agregar.png) no-repeat;
	margin: 5px 0;
	text-align: center;
	padding: 5px 0 0 30px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}
#botonAgregarProceso:hover {
	background-color:#999;
	border-bottom-color:#000;
	border-right-color:#000;
	color:#FFF;	
}
#botonAgregarProceso a:link {
	color: #06F;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonAgregarProceso a:visited {
	color: #06F;
}
#botonAgregarProceso a:hover {
	color:#FFF;	
}

#botonAmplio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #ccc;
	margin-top: 5px;
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}
#botonAmplio a:link {
	color: #900;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonAmplio a:visited {
	color: #F60;
}
#botonAmplio:hover {
	background:#999;
	border-bottom-color:#000;
	border-right-color:#000;	
}
#botonTotal {
	margin: 0 auto;
	width: 50%;
	display: block;
	background: #333;
	margin-top: 5px;
	text-align: center;
	padding: 5px 0;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	cursor:pointer;
	color: #FFF !important;
}
#botonTotal a {
	color: #FFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
}
#botonTotal a:visited {
	color: #FFF;
}
#botonTotal:hover {
	background: #060;
	border-bottom-color:#000;
	border-right-color:#000;	
}
/*#contenedorProcesos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	margin: 10px 0;
	background-color: #efefef;
	border: #ccc solid 1px;
	padding: 5px;
	height: 166px;
}*/
#contenedorListaCols {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 100px;
	text-align:left;
	margin-bottom:10px;
}
#contenedorColumna {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 23px;

}

.contenedorOpciones {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	border: #999 solid 1px;
	padding: 5px 0 5px 5px;
	margin: 1%;
}
.contenedorColOpciones {
	clear: none;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
	/*height: 23px;*/
}
.contenedorColOpciones > input {
	width:80% !important;
	height:24px !important;
}

/* FORMULARIOS */
label{
	display:block;

}
.areaDetalles { 
	height:25px;
	width:95%;	
	margin-top: 5px; 
}
#formSesion input {
	padding:2px;
	width:98%;
	margin-top: 10px;
	height:30px;
	border:#CCC solid 1px;
}
#button {
	width:100%;
	border-radius: 6px;

}

#formOrdenes input {
	padding: 2px;
	width: 95%;
	margin-top: 5px;
	height: 25px;
	border: #CCC solid 1px;
}
#formOrdenes select {
	padding:2px;
	width:50%;
	margin-top: 5px;
	margin-left: -10px;
	height:32px;
	border:#CCC solid 1px;
}
#formCotizaciones input {
	padding: 2px;
	width: 100%;
	margin-top: 5px;
	height: 25px;
	border: #CCC solid 1px;
}
#formCompras input, #formRemisiones input, #formFacturas input {
	padding: 2px;
	width: 98%;
	margin-top: 5px;
	height: 25px;
	border: #CCC solid 1px;
}
#formCotizaciones select, #formCompras select, #formRemisiones select, #formFacturas select {
	padding:2px;
	width:95%;
	margin-top: 5px;
	margin-left: -10px;
	height:32px;
	border:#CCC solid 1px;
}
.listaProcesos { height:150px !important; width:90% !important;}
.contenedorListaProcesos { text-align:center; border:#06F 1px solid; border-radius:10px; width:95%; background:#efefef; padding:5px 0 10px 0;}
.fechas {
	width:70% !important;
}

#tabla_ordenes select {
	width: 90% !important;
}
#tabla_ordenes .check {
	width:12px;
	height:12px;
	
}
#tabla_ordenes .fecha {
	width:100px;

}
#tabla_ordenes .operarios {
	width:150px;

}

#formProceso select {
	padding:2px;
	width:100%;
	margin-top: 5px;
	margin-left: 0;
	height:30px;
	border:#CCC solid 1px;
}
#formProceso input {
	width: 98%;
}
#formProceso #orden {
	width:65px !important;
}

#formProcesoEdit select {
	padding:2px;
	width:100%;
	margin-top: 5px;
	margin-left: 0;
	height:30px;
	border:#CCC solid 1px;
}
#formProcesoEdit input {
	width: 78%;
}
#formProcesoEdit #orden_edit {
	width:65px !important;
}

#formMateriaPrima select {
	padding:2px;
	width:100%;
	margin-top: 5px;
	margin-left: 0;
	height:30px;
	border:#CCC solid 1px;
}

#aviso, #aviso3, #aviso5{
	clear:both;
	float:left;
	display:block;
	color:#F00;
	margin:5px 0;
	font-size:12px;
	text-align:left;
	
}
#aviso2, #aviso4, #aviso6{
	clear:both;
	display: none;
	color: #0C0;
	margin:5px 0;
	font-size:14px;
	width:100%;
	text-align:center;
	font-weight:bold;	
}


.estadoProceso {
	border-radius:50px;
	cursor:pointer;
}
.estadoProceso img {
	width:15px !important;
	height:15px !important;
}

.separador {
	clear:both;
	height:20px;
}

#OperarioAnulacion{
	display:none;
}

#recuadroEstado{
	clear: none;
	float: right;
	margin-left: 4.1666%;
	width: 200px;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 5px 0 5px 0;
	border: 1px solid #666;
	background-color: #FC0;
	font-weight: bold;
}

.consultas{
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	background-color: #CCC;
	border-radius:6px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 2px;
	border: #900 1px solid;
}
.consultas:hover {
	background-color:#efefef;
	border-color: #000;
}
.consultas img{ 
	float:left;
	width:50px;
	height:50px;
	margin:0 5px;
}
#descripcionVentana{ 
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:10px;
	border: #CCC 1px solid;
	border-radius:10px;
}
.consumos {
	width: 45px;
	height:16px;
	font-size:10px;
	padding:0 !important;
	margin:0 !important;

}

#tablaCotizaciones tbody tr.even:hover, #tablaOrdenes tbody tr.even:hover, #tablaClientes tbody tr.even:hover {
	background-color: #CFF;
}

#tablaCotizaciones tbody tr.odd:hover, #tablaOrdenes tbody tr.odd:hover, #tablaClientes tbody tr.odd:hover {
	background-color: #CFF;
}
#ID_tercero{ display:none; font-size:12px; color:#090; }
#ID_tercero a { color:#090; }
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
#resalte_proveedor, #resalte_cliente {
	padding:5px;
	margin-right:10px;
	text-align:center;
	font-weight:bold;
}
#resalte_proveedor label {
	border:1px solid #900;
	border-radius:10px;
	width:150px;
	height:35px;
	background: #FFC;
	/* Centrar Verticalmente: */
	-ms-display: flex;
	display:flex;
	align-items:center;
	justify-content:center;	
}
#resalte_cliente label {
	border:none;
	border-radius:10px;
	width:150px;
	height:35px;
	/* Centrar Verticalmente: */
	-ms-display: flex;
	display:flex;
	align-items:center;
	justify-content:center;	
}

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 92.625%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenedorFormularioSesion {
	clear: both;
	display: block;
	width: 300px;
}
#contenedorFormulario, #contenedorFormularioClientes, #contenedorFormularioProveedores, #listaOrdenesTrabajo {
	clear: both;
	display: block;
	width: 300px;
}
#contenedorFormFiltros {
	clear: both;
	display: block;
	width: 80%;
}
#contenedorProcesos{
	clear: both;
	display: block;
	width: 300px;	
}
#contenedorEditarProceso {
	clear: both;
	display: block;
	width: 300px;
}
#contenedorProductos {
	clear: both;
	display: block;
	width: 300px;
}
#contenedorMovimientos, #contenedorMovimientosExp, #contenedorCierreOrden {
	clear: both;
	display: block;
	width: 300px;	
}
#contenedorUsuario {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
}
#imagenUsuario {
	clear: both;
	float: left;
	margin-left: 0;
	width: 10.2564%;
	display: block;
	padding-top: 25px;
	padding-bottom: 24px;
}
#infoUsuario {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 87.1794%;
	display: block;
}
#contenedorMenu {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	height: auto;
}
.itemMenu {
	clear: none;
	float: left;
	width: 29%;
	display: block;
	margin: 0 0 5px 0;
	padding:1px 2% 2px 2%;
	font-size: 12px;
	height:90px;
}
#contenedorModulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96.5%;
	display: block;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	border: #dedede solid 1px;
	height: auto;
}
#contenidoModulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow-x: auto;
	/*max-height: 530px;*/
}
#contenedorBotonesPie {
	clear: both;
	float: left;
	width: 96%;
	display: block;
}
#botonCerrar {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0%;
}
#botonSalir {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#datosCliente, #datosProveedor {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 14px;
}
#detalleOrden {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 14px;
	/* [disabled]max-height: 215px; */
}
#detalleCompra {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 14px;
}
#botonGuardar {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#botonImprimir {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0%;
}
#botonCerrarOrden, #botonCrearOrden {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0%;
}
#botonAgregar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	display: block;
}

#botonAgregarProceso {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100px;
	display: none;
}
#botonAmplio {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
/*#contenedorProcesos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}*/

#contenedorListaCols {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contenedorColumna {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

.contenedorOpciones {
	clear: none;
	float: left;
	margin-left: 0;
	width: 46.9%;
	display: block;
}
.contenedorColOpciones {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 33%;
	display: block;
}
#recuadroEstado {
	clear: none;
	float: right;
	margin-left: 2.5641%;
	display: block;
	text-align: center;
}

.consultas {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
}

#descripcionVentana {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
/*min-width: 1360px*/
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 93.1%;
	max-width: 1232px;
	padding-left: 0.95%;
	padding-right: 0.95%;
	margin: 140px auto 0 auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;

}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenedorFormularioSesion {
	clear: both;
	display: block;
}
#contenedorFormulario, #contenedorFormularioClientes, #contenedorFormularioProveedores, #listaOrdenesTrabajo {
	clear: both;
	display: block;
}
#contenedorFormFiltros {
	clear: both;
	display: block;
}
#contenedorProcesos{
	clear: both;
	display: block;
}
#contenedorEditarProceso {
	clear: both;
	display: block;
}
#contenedorProductos {
	clear: both;
	display: block;
}
#contenedorMovimientos, #contenedorMovimientosExp, #contenedorCierreOrden {
	clear: both;
	display: block;
}
#contenedorUsuario {
	position: fixed;
	top: 0;
	left: 0;
	clear: none;
	float: left;
	margin-left: 0px;
	width: 250px;
	display: block;
	margin-top: 0px;
	background:#FFF;
	border-top: #333 solid 1px;
	height:138px;
	border-bottom: #333 solid 1px;
	box-shadow: 5px 20px 5px rgba(0,0,0,.5);
}
#imagenUsuario {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 15%;
	display: block;
}
#infoUsuario {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 79.5918%;
	display: block;
}
#contenedorMenu {
	position: fixed;
	top: 0;
	left: 250px;
	background: #FFF;
	border-top:#333 solid 1px;
	border-bottom: #333 solid 1px;
	margin-top: 0;
	clear: none;
	float: left;
	margin-left: 0;
	width: 85%;
	display: block;
	box-shadow: 5px 20px 5px rgba(0,0,0,.5);
	/* [disabled]padding-right: 0.5%; */
	/*border: #dedede solid 1px;*/
	/* [disabled]height: 500px; */
}
.itemMenu {
	clear: none;
	float: left;
	width: 7%;
	display: block;
	height: 90px;
	margin: 2px 1.5px;
	padding:1px 1px 2px 1px;
}
#contenedorModulo {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 98%;
	display: block;
	border: #dedede solid 1px;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	height: auto;
	background: #fff;
}
#contenidoModulo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*max-height: 455px;*/
}
#contenedorBotonesPie {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 95.7%;
	display: block;
	/* [disabled]position: absolute; */
	bottom: 0px;
	right: 10px;
	border: #ccc solid 1px;
}
#botonCerrar {
	clear: none;
	float: right;
	width: 18.3673%;
	display: block;
	margin-left: 2.0408%;
}
#botonSalir {
	clear: both;
	float: right;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
#datosCliente, #datosProveedor {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#detalleOrden {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* [disabled]max-height: 230px; */
}
#detalleCompra {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#botonGuardar {
	clear: both;
	float: left;
	width: 18.3673%;
	display: block;
}
#botonImprimir {
	clear: none;
	float: left;
	width: 18.3673%;
	display: block;
	margin-left: 2.0408%;
}
#botonCerrarOrden, #botonCrearOrden {
	clear: none;
	float: left;
	width: 18.3673%;
	display: block;
	margin-left: 2.0408%;
}
#botonAgregar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	display: block;
}
#botonProceso {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	display: block;
}
#botonAmplio {
	clear: both;
	float: left;
	width: 200px;
	display: block;
}
/*#contenedorProcesos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
}*/
#contenedorListaCols {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenedorColumna {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 31%;
	display: block;
}
.contenedorOpciones {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47.9795%;
	display: block;
}
.contenedorColOpciones {
	clear: none;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
}
#recuadroEstado {
	clear: none;
	float: right;
	margin-left: 2.0408%;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
}
.consultas {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 46.9795%;
	display: block;
}
#descripcionVentana {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
