TR.Encabezado_ferreteria{
    font-size:10px;
    color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
    font-weight: bold;
    background: #97bf0e;
    text-align: center;

}

table.Encabezado_ferreteria{
    font-size:14px;
    color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
}

.Encabezado_ferreteria th{
    font-size:12px;
    color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
    font-weight: bold;
    background: #0d5b95;
    text-align: center;
    height:25px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

}

.Encabezado_ferreteria th:empty{
    background:transparent;
    border:none;
}

.Encabezado_ferreteria td{
    font-size:11px;
    color:#FFFFFF;
   /* font-family:Arial;*/
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: bold;
    background: #0d5b95;
    text-align: center;
}

/*Encabezado Ferreteria v2*/
table.Encabezado_ferreteria_2{
    font-size:14px;
    color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
}

.Encabezado_ferreteria_2 th{
    font-size:12px;
    color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
    font-weight: bold;
    background: #313031;
	/*background: #ffffff;*/
    text-align: center;
    height:25px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

}

.Encabezado_ferreteria_2 th:empty{
    background:transparent;
    border:none;
}

.Encabezado_ferreteria_2 td{
    font-size:11px;
    color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
    font-weight: bold;
    background: #313031;
    text-align: center;
}

table.Encabezado{
  font-size:14px;
  color:#FFFFFF;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family:Arial;*/
}

.Encabezado th{
  font-size:14px;
  color:#FFFFFF;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family:Arial;*/
  font-weight: bold;
  background: #98230F;
  text-align: center;
  height:25px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius:5px 5px 0px 0px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;

}

.Encabezado th:empty{
  background:transparent;
  border:none;
}

.Encabezado td{
  font-size:14px;
  color:#FFFFFF;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family:Arial;*/
  font-weight: bold;
  background: #98230F;
  text-align: center;
}

.form_ferreteria{
    /*background: #f2bc0f;*/
    background: #0D5B95;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius:10px 10px 10px 10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;

}
.form_ferreteria label{
    font-weight: bold;
    /* color: #b0101d;*/
    color: #FFFFFF;
}

.span_eterwind {    
    display: inline-block;
    position:absolute;    
    left:80%;
    top:50px;
}
.span_eterwind span{
    display: inline-block;
    background: #0D5B95;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius:10px 10px 10px 10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    width:250px;
    height:30px;
}

.form_repuestos{
  /*background: #f2bc0f;*/
  background: #95110d;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius:10px 10px 10px 10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

}
.form_repuestos label{
  font-weight: bold;
  /* color: #b0101d;*/
  color: #FFFFFF;
}
.form_repuestos input{
    height: 30px;
    font-size: 14px;
}


TD.Esquina{
    background:url(images/esquina_straw.png) 0 0 no-repeat;
}



/*Tabla Listados */
/*TABLA Estadistica*/
table.ListadoEspana{
  width:90%;
}

tbody.ListadoEspana{
font-family: "Trebuchet MS", sans-serif;

}

.ListadoEspana tr{
  height: 35px;
}
.ListadoEspana tr:hover td{
 /*background-color:#790B14;*/
 background-color: #0d5b95;
 /*color:#F2BC0F;*/
 color: #FFFFFF;
 opacity:0.85;
 cursor: pointer;
}

.ListadoEspana thead th:empty{
background:transparent;
border:none;
/*background-image: url(images/esquina_pincho.png) no-repeat 0 0;*/
}
.ListadoEspana td{
    font-size:13px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
    opacity:0.85;
    /*background-color:#52c7ca;*/
    background-color: #CCE0F0;
    color: #125a91;
    font-weight: bold;
    border-right:#0d5b95 1px solid;
    /*border-top:#CC6600 1px solid;*/
    border-left:#0d5b95 1px solid;
    border-bottom:#0d5b95 1px solid;
   /* text-align: center;*/
}


/*Tabla Listados */
/*TABLA Estadistica*/
tbody.ListadoNegro{
font-family: "Trebuchet MS", sans-serif;

}

.ListadoNegro tr:hover td{
 background-color:#5cabe0;
 color:#413f3f;
 font-weight: bold;
 opacity:0.85;
 cursor: pointer;
}

.ListadoNegro thead th:empty{
background:transparent;
border:none;
/*background-image: url(images/esquina_pincho.png) no-repeat 0 0;*/
}
.ListadoNegro td{
    font-size:13px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family:Arial;*/
    opacity:0.85;
    background-color:#313031;
    color: #E7ECEF;
    border-right:#000000 1px solid;
    /*border-top:#CC6600 1px solid;*/
    border-left:#000000 1px solid;
    border-bottom:#000000 1px solid;
    opacity:0.85;
   /* text-align: center;*/
}

.Listado tr:hover td{
  background-color:#98230F;
  color:#F2F2F2;
  opacity:0.85;
  cursor: pointer;
 }
 
 .Listado thead th:empty{
 background:transparent;
 border:none;
 /*background-image: url(images/esquina_pincho.png) no-repeat 0 0;*/
 }
 .Listado td{
     font-size:13px;
	 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
     /*font-family:Arial;*/
     opacity:0.85;
     background-color:#303030;
     color: #E7ECEF;
     border-right:#CC2329 1px solid;
     /*border-top:#CC6600 1px solid;*/
     border-left:#CC2329 1px solid;
     border-bottom:#CC2329 1px solid;
    /* text-align: center;*/
 }


/*Tabla Listado SIRES*/
.Productos table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}
.Productos tr:first-child th{
  font-size:14px;
  color:#ffffff;
  line-height: 30px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family:Arial;*/
  font-weight: bold;
  background: #98230F;
  text-align: center;
  height:35px;
  text-transform: uppercase;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius:5px 5px 0px 0px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.Productos tr:first-child th:empty{
  background:transparent;
  border:none;
}
.Productos th{
  font-size:14px;
  color:#ffffff;
  line-height: 30px;
  font-family:Arial;
  font-weight: bold;
  background: #98230F;
  text-align: center;
  height:35px;
  text-transform: uppercase;
}
.Productos td{
  font-size:13px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family:Arial;*/
  opacity:0.85;
  background-color:#303030;
  color: #E7ECEF;
  border-right:#CC2329 1px solid;
  /*border-top:#CC6600 1px solid;*/
  border-left:#CC2329 1px solid;
  border-bottom:#CC2329 1px solid;
  height:30px;
 /* text-align: center;*/
}
.Productos tr:hover td{
  background-color:#98230F;
  color:#F2F2F2;
  opacity:0.85;
  cursor: pointer;
}


div.mensaje{
  width:300 ;
}

div.mensaje TD{
    border: 1px solid #FF0000;
    background: #FFFFCC;
    clear: both;
	width: 120px;
	display: block;
    float: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
   /* font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;*/
	font-size: 10px;
	text-align:center;
    color:#CC0000;
    font-weight: bold;


}



div.paginacion_espana {
    width: 650px;
    position: absolute;
    top:650px;
    left: 50%;
    margin-left:-325px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	/*font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;*/
	font-size: 13px;
	text-align:center;
	padding:4px 6px 4px 0;
	/*background-color:#fff;*/
	color:#313031;

}

div.paginacion_espana a {
	color:#FFFFFF;
	text-decoration:none;
	/*padding:5px 6px 4px 5px;*/
    padding: 0.7em;
	margin:0 3px 0 3px;
    background-color:#954f40;
	border:1px solid #9d6c69;
     -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

div.paginacion_espana a:hover, div.pagination_espana a:active {
	color:#FFFFFF;
	border:1px solid #c89d66;
	background-color:#73261f;
}
div.paginacion_espana span.current {
	/*padding:5px 6px 4px 5px;*/
    padding: 0.7em;
	margin:0 3px 0 3px;
	border:1px solid #b38080;
	font-weight:bold;
    font-size: 14px;
	color:#FFFFFF;
	background-color:#73261f;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
div.paginacion_espana span.disabled {
	display:none;
}
div.paginacion_espana span{
    color: #FFFFFF;
}


div.paginacion_espana select {
  padding:2px 2px 1px 3px;
  color:#FFFFFF;
  background-color: #73261f;
  min-width: 55px;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 2;
}

/*Nueva Paginacion COMAS*/
div.paginacion_comas {
  width: 650px;
  position: absolute;
  top:550px;
  left: 50%;
  margin-left:-325px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;*/
  font-size: 13px;
  text-align:center;
  padding:4px 6px 4px 0;
  /*color:#313031;*/
  color: #1999D6;
	

}

div.paginacion_comas a {
color:#FFFFFF;
text-decoration:none;
/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
margin:0 3px 0 3px;
  background-color:#90b946;
border:1px solid #5e7e06;
   -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

div.paginacion_comas a:hover, div.pagination_comas a:active {
color:#ffffff;
border:1px solid #01313d;
background-color:#0e5faa;
}
div.paginacion_comas span.current {
/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
margin:0 3px 0 3px;
border:1px solid #01313d;
font-weight:bold;
  font-size: 14px;
color:#FFFFFF;
background-color:#0e5faa;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}
div.paginacion_comas span.disabled {
display:none;
}
div.paginacion_comas span{
  color: #FFFFFF;
}


div.paginacion_comas select {
padding:2px 2px 1px 3px;
color:#FFFFFF;
background-color: #0e5faa;
font-size: 14px;
min-width: 55px;
cursor: pointer;
line-height: 1;
border: 0;
border-radius: 2;
}



/*PAGINACION TECNOFAX*/
div.paginacion_tecnofax {
  width: 650px;
  position: absolute;
  top:550px;
  left: 50%;
  margin-left:-325px;
font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
font-size: 13px;
text-align:center;
padding:4px 6px 4px 0;
color:#313031;

}

div.paginacion_tecnofax a {
	color:#FFFFFF;
	text-decoration:none;
	/*padding:5px 6px 4px 5px;*/
 	padding: 0.7em;
	margin:0 3px 0 3px;
	/*background-color:#332d2d;*/
	background-color:#1999D6;
	border:1px solid #111010;
    -moz-border-radius:6px;
 	-webkit-border-radius:6px;
  	border-radius:6px;
}

div.paginacion_tecnofax a:hover, div.pagination_tecnofax a:active {
color:#ffffff;
border:1px solid #3d010e;
background-color:#aa0e1b;
}
div.paginacion_tecnofax span.current {
/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
margin:0 3px 0 3px;
border:1px solid #3d0104;
font-weight:bold;
  font-size: 14px;
color:#FFFFFF;
background-color:#aa0e28;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}
div.paginacion_tecnofax span.disabled {
display:none;
}
div.paginacion_tecnofax span{
  color: #FFFFFF;
}


div.paginacion_tecnofax select {
padding:2px 2px 1px 3px;
color:#FFFFFF;
background-color: #aa0e16;
font-size: 14px;
min-width: 55px;
cursor: pointer;
line-height: 1;
border: 0;
border-radius: 2;
}

/*------------------*/
/*ETERWIND */

div.paginacion {
  width: 650px;
  position: absolute;
  top:550px;
  left: 50%;
  margin-left:-325px;
font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
font-size: 13px;
text-align:center;
padding:4px 6px 4px 0;
color:#313031;

}

div.paginacion a {
color:#FFFFFF;
text-decoration:none;
/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
margin:0 3px 0 3px;
background-color:#332d2d;
border:1px solid #292424d7;
   -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

div.paginacion a:hover, div.paginacion a:active {
color:#ffffff;
border:1px solid #01313d;
background-color:#0e5faa;
}
div.paginacion span.current {
/*padding:5px 6px 4px 5px;*/
  padding: 0.7em;
margin:0 3px 0 3px;
border:1px solid #01313d;
font-weight:bold;
  font-size: 14px;
color:#FFFFFF;
background-color:#0e5faa;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}
div.paginacion span.disabled {
display:none;
}
div.paginacion span{
  color: #FFFFFF;
}


div.paginacion select {
padding:2px 2px 1px 3px;
color:#FFFFFF;
background-color: #0e5faa;
font-size: 14px;
min-width: 55px;
cursor: pointer;
line-height: 1;
border: 0;
border-radius: 2;
}
/*------------*/

div.paginacion_venta {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	text-align:center;
	padding:4px 6px 4px 0;
	/*background-color:#fff;*/
	color:#313031;
    width: 35%;
    position: absolute;
    top:595px;
    left:15%;
    opacity:.85;
    z-index:5;
}

div.paginacion_venta a {
	color:#C9A994;
    font-size: 14px;
	text-decoration:none;
	padding:10px 18px 8px 18px;
	margin:0 3px 0 3px;
    background-color:#3c2a16;
	border:1px solid #99ACC8;
    width:50px;
    opacity:.85;
}

div.paginacion_venta a:hover, div.pagination a:active {
	color:#FFFFFF;
	border:1px solid #FF9933;
	background-color:#BB4415;
}
div.paginacion_venta span.current {
	padding:12px 18px 12px 18px;
	margin:0 3px 0 3px;
	border:1px solid #FF9933;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#77512A;
    width:50px;
}
div.paginacion_venta span.disabled {
	display:none;
}
/*b_ocompra_over*/
.imgIco6 {
  background: url(../imagenes/ico/ventas_cotizacion.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco6:hover {
  background: url(../imagenes/ico/ventas_cotizacion_over.png) no-repeat;
  background-size: 51px;
  height: 52px;
  width: 52px;
}
.imgIco5 {
  background: url(../imagenes/ico/b_nota.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco5:hover {
  background: url(../imagenes/ico/b_nota_over.png) no-repeat;
  background-size: 51px;
  height: 52px;
  width: 52px;
}
.imgIco3 {
  background: url(../imagenes/ico/b_cotizacion.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco3:hover {
  background: url(../imagenes/ico/b_cotizacion_over.png) no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
}
.imgIco4 {
  background: url(../imagenes/ico/ventas_comprobante.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco4:hover {
  background: url(../imagenes/ico/ventas_comprobante_over.png) no-repeat;
  background-size: 51px;
  height: 52px;
  width: 52px;
}
.imgIco2 {
  background: url(../imagenes/ico/ventas_factura.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco2:hover {
  background: url(../imagenes/ico/ventas_factura_over.png) no-repeat;
  background-size: 51px;
  height: 52px;
  width: 52px;
}
.imgIco1 {
  background: url(../imagenes/ico/ventas_boleta.png) no-repeat;
  background-size: 48px;
  height: 48px;
  width: 48px;
  cursor:pointer;
}
.imgIco1:hover {
  background: url(../imagenes/ico/ventas_boleta_over.png) no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
}




.fondoVentana{
background: #cccac2; /* Old browsers */

background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #c0bfbb), color-stop(1, #f5f3ee));
background-image: -ms-linear-gradient(top, #c0bfbb, #f5f3ee);
background-image: -o-linear-gradient(top, #c0bfbb, #f5f3ee);
background-image: -moz-linear-gradient(top, #c0bfbb, #f5f3ee);
background-image: -webkit-linear-gradient(top, #c0bfbb, #f5f3ee);
background-image: linear-gradient(to bottom, #c0bfbb, #f5f3ee);

background: -ms-linear-gradient(top, #CFBC81 1%,#595959 27%,#666666 42%,#E6D19E 64%,#E6D19E 83%,#CFBC81 100%); /* IE10+ */
}

.fondoPag{
  background: #9E6900; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: url(../imagenes/form/fondo.png);
  /*background-repeat: repeat-x;*/
  background-size: 0.4% auto;
  z-index:-1;

}

.fondoEspana{
        background: #090101; /* Old browsers */
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
        z-index:-1;
  }

.fondoEspana img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    min-width: 50%;
    min-height:50%;
 }


.lineaSuperior{
    /*background-color:#f2bc0f;*/
    /*background-color:#393838;*/
    height:30px;
    width:80%;
    position:fixed;
    top:0px;
    left:10%;
    margin-top: 0px;
    padding:0px;
    border-bottom: 2px solid #1999D6;
    /*font-family: Verdana;*/
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    /*color:#b0101d;*/
    /*color:#252222;*/
	color: #585858;
	
}
.lineaSuperior img{
  position:absolute;
  top:0px;
  left:0%;
  margin-left:-110px;
  z-index: 10; 
}
.lineaSuperior #NMEmpresa{
   position:absolute;
   font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
   font-weight: lighter;
   left:5px;
   margin-left:20px;
   margin-top:5px;
   padding-top: 2px;
   padding-left: 5px;
   /*letter-spacing: 0.2em;*/
}
.lineaSuperior #sw{
  position:absolute;
  margin-left:450px;
  padding-top:10px;
  top:10px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family: Verdana;*/
  font-size: 10pt;
  color: #d4dbdb;
}
.lineaSuperior #modulo{
  position:absolute;
  margin-left:20px;
  padding-top:0px;
  top:50px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family: Helvetica;*/
  font-size: 20pt;
  font-weight: bold;
  color: #1999d6;
  /*letter-spacing: 0.1em;*/
}
.lineaSuperior #fondoimg{ 
  position:absolute;
  width: 120px;
  height:100px;
  margin-left:-117px;
  background-color: #66bce4;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  z-index: -1;
		
}
.lineaInferior{
    /*background-color:#b0101d;*/
    background-color:#1999D6;
    height:20px;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    margin-bottom: 0px;
    padding:8px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    /*font-family: Verdana;*/
    font-size:10pt;
    color:#FFFFFF;

}
.lineaInferior #logo{
  position:fixed;
  left:270px;
  bottom:-20px;
  width:60px;
  height:55px;
  background:url(images/logo_barra.png) no-repeat;
  background-size:100%;
  z-index: 1;
}

/*ETERWIND*/
.lineaInferiorEterwind{
  /*background-color:#b0101d;*/
  background-color:#1999D6;
  height:20px;
  width:100%;
  position:fixed;
  bottom:0px;
  left:0px;
  margin-bottom: 0px;
  padding:8px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*font-family: Verdana;*/
  font-size:10pt;
  color:#FFFFFF;

}
.lineaInferiorEterwind #logo{
  position:fixed;
  left:330px;
  bottom:-20px;
  width:60px;
  height:60px;
  background:url(images/logo_barra.png) no-repeat;
  background-size:100%;
  z-index: 1;
}

/*---------------------*/
.titulo{
    position:fixed;
    left:180px;
    top:50px;
    width:80%;
}

.titulo img{
    height:60px;
}

.submenu{
    display: block;
    position:fixed;
    top:100px;
    right:45px;
    /*margin-right: 30px;*/    
    z-index:90;

}
.submenu img{
    width:48px;
    padding:4px;
}

.btnMenu{
  background: url(../imagenes/ico/b_menu.png) no-repeat;
  background-size: 64px;
  height: 64px;
  width: 64px;
  cursor:pointer;
}
.btnMenu:hover {
  background: url(../imagenes/ico/b_menu_over.png) no-repeat;
  background-size: 64px;
  height:64px;
  width: 64px;
}

.btnSalir{
  background: url(../imagenes/ico/b_logout.png) no-repeat;
  background-size: 64px;
  height: 64px;
  width: 64px;
  cursor:pointer;
}
.btnSalir:hover {
  background: url(../imagenes/ico/b_logout_over.png) no-repeat;
  background-size: 64px;
  height:64px;
  width: 64px;
}

.btn_print_ticket {
  background: url(../imagenes/ventas/b_print_ticket.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}
.btn_print_ticket:hover {
  background: url(../imagenes/ventas/b_print_ticket_over.png) no-repeat;
  background-size: 54px;
  height: 55px;
  width: 55px;
  cursor:pointer;
}

#validaDatos {
    padding: .3em;
    text-align: left;
    font-family: Verdana;
    font-size: 14px;
    color: rgba(204, 191, 39, 1);
    text-shadow: 2px 1px 3px #949494;

}

#validateTips{
  color:#f08d00;
}

.destacar{
      background-color:rgba(209, 35, 41, 1);
      color: rgba(102, 0, 0, 1);

}

.lblcheck{
  display: inline;
margin-top : 0px;
  height: 30px;
  font-family: Verdana;
  font-size:14px;
  color:#8F4C19;
  background-color:#DEC054;
  border: 1px solid;
  border-color:#AA0E0E;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  padding: 2px;
}
.lblopcion{
  display: inline;
margin-top : 0px;
  height: 30px;
  font-family: Verdana;
  font-size:14px;
  color:#F7F7F7;
  background-color:#AA0E0E;
  border: 1px solid;
  border-color:#760A0A;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  padding: 2px;
}

.ficha input.text{
  font-size:13px;
  height:30px;
}


/*nombre empresa bajo logo*/
.nombre_log { 
		position: absolute;
		margin-top: 115px;
		margin-left: 320px;
		width: 300px;
		height: 50px;
}
.nombre_log h5 {
		color: #585858; 
		font-size: 19px;
		font-weight: lighter;
		/*font-weight: 700;
		line-height: 40px;
		margin: 0;
		padding-bottom: 10px; */ 
}

.marca img { 
		position: absolute;
		margin-top: -150px;
		left:50%;
		margin-left: -175px;
		width: 320px;
		height: 160px;
		z-index: 99;
}



.chico2 { 
		position: absolute;
		margin-top: 10px;
		margin-left: -380px;
		left: 50%;
  		width: 800px;
		height: 50px;
		padding: 2em;
 		z-index: 99;		
}

/*menu redondo superior*/
ul.circulos { 
		width: 100%; 
		margin: 5px auto; 
		text-align: center;
		list-style-type: none; 
		font: 10px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		text-transform: uppercase; 
} 
ul.circulos li { 
		display: inline; 
		margin: 0;
		padding: 6px ;
} 

ul.circulos li img { 
		width: 50px;
		height: 50px;
		margin-left: 0px;
		margin-top:5px;		
} 

ul.circulos li a { 
		display: inline-block;
		text-decoration: none; 
		color: #686767; 
		/*text-shadow:1px 1px 1px #000;*/
		background: #1999D6; 
		padding: 5px;
		width: 60px; 
		height: 60px; 
		border-radius: 200px;
} 
ul.circulos a span { 
		position: relative;
		top: 30px;
		width: auto;
		padding: 0px;
		text-align: center;
} 

ul.circulos a:hover { 
		background: #0A649E;
}

.logo img {
		position: fixed;
		margin-top: -150px;
		margin-left: 20px;
		width: 100px;
		padding: 0px;
		opacity: 0.5;
		z-index: 99;
}	
