<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset &amp; Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset &amp; Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: middle; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
	border-spacing: 0;
	}
	td {
	padding-left: 20px;
	padding-right: 20px;
	min-height: 20px;
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	}

/* #Basic Styles
================================================== */
	body {
		
		font: 14px/21px 'Roboto Condensed', Helvetica, Arial, sans-serif;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
.body-Prod {
	margin-top:55px;
}
#fondo {
	background-image: url(../images/Fondo-luz-50-5.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 14px;
}
	h2 { font-size: 35px; line-height: 32px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong {
	font-weight: bold;
}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
	.menu-hr { margin-top:5px; margin-bottom:10px; margin-right:20px;}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 8px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */
.image-100 {
	width:100%;
	position:relative;
}
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

	.logo {
	width: 200px;
    margin-left: auto;
    margin-right: 2%;
    padding: 15px 10px;
    display: block;
	}
	.logo-Producto {
	margin-left:50px;
	margin-right:auto;
	padding:10px;
	display: block;
	height: 130px;
	}
	.logo-Producto-TM {
	margin-left:auto;
	margin-right:auto;
	display: block;
	height: 80px;
	}
	
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
#comment-wrapper {
  position: relative;
}

#commentWrapper { /* required to avoid jumping */
	left: 0px;
	width:100%;
}

#comment {
	position: relative;
	/* [disabled]top: 0px; */
}
#comment.fixed {
  position: fixed;
  top: 0px;
}
#barra_nav {
	position: relative;
    z-index: 1003;
    height: 32px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-top: solid 1px rgb(239,124,0);
    border-bottom: solid 1px rgb(239,124,0);
    margin-bottom: 5px;
	/*-moz-box-shadow: 1px 1px 4px rgba(219, 204, 145, 0.3);
	-webkit-box-shadow: 1px 1px 4px rgba(219, 204, 145, 0.3);
	box-shadow: 1px 1px 4px rgba(219, 204, 145, 0.3);*/
}
#barra_nav.rel {
	background:none;
}

#barra_nav li.fondo {
	color: #999;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 110%;
	font-weight: 400;
	padding: 2px 3px;
	text-decoration: none;
}
#barra_nav li.fondo:hover {
	color:#FFFFFF;
	background-color: rgb(239,124,0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
#barra_nav2 li.fondo {
	color: #273239;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	padding-top: 20px;
}
#barra_nav2 li.fondo:hover {
	color:#FFFFFF;
	background-color: rgb(239,124,0);
}
.float-left {
	float:left;
}
.Barra-nav2-Kildar {
	background-image: url(../images/Kildar-Logo-CH.jpg);
}
.Barra-Kildar-KO {
	background-image: url(../images/Kildar-Kitchen-Order-Logo-CH.jpg);
}
.Barra-Kildar-TM {
	background-image: url(../images/Kildar-Hardware-Logo-CH.jpg);
}
.float-right {
	float:right;
}
/* Back to top button */
#back-top {
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index:1000;
}
#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #333;
}
/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 48px;
	display: block;
	margin-bottom: 4px;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-image: url(../images/flecha_arriba.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,0.2);

}
#back-top a:hover span {
	background-color: rgba(255,255,255,1);
}
/* */
.software {
	background-color:rgb(34,54,64);
	color:#FFFFFF;
	border:solid 2px rgb(34,54,64);
	padding: 21px;
	margin-top: 20px;
	margin-left: 21px;
	line-height: 160%;
	font-size:125%;
}
.hardware {
	background-color: rgb(255,255,255);
	color:rgb(34,54,64);
	border:solid 2px rgb(34,54,64);
	padding: 21px;
	margin-top: 20px;
	margin-left: 21px;
	line-height: 160%;
	font-size:125%;
}
.Div-tablet {
	background-image:url(../images/Kildar-Tablet.jpg);
	display: block;
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
}
.Div-tablet-color {
	display: block;
	width: 100%;
	background-color: rgba(50,100,150,0.5);
	height: 450px;
}
.Div-tablet-texto {
	color: #FFFFFF;
	font-size: 37px;
	width: 725px;
	height: 310px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 140px;
	padding-left: 55px;
	padding-right: 180px;
	line-height: 46px;
}
.Div-tablet-texto-2 {
	display:none;
}
.Div-color-Azul {
	display: block;
	width: 100%;
	background-color: rgba(0,105,155,1);
	height: 215px;
}
.Div-color-Azul-contenido {
	display: block;
	width: 635px;
	color: rgb(255,255,255);
	height: 215px;
	margin-right: auto;
	margin-left: auto;
}
.Div-color-Azul-contenido img {
	width:150px;
	float:left; 
	margin-top:35px;
}
.Div-color-Azul-recuadro {
	display: block;
	width: 405px;
	height: 115px;
	color: rgb(255,255,255);
	border: thin solid rgb(255,255,255);
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	padding: 25px;
	font-size: 20px;
}
.Div-color-Azul-recuadro img {
	width:340px;
  	margin: 0;
}
.Div-color-naranja {
	display: block;
	width: 100%;
	height: auto;
	background-color: rgba(244,121,32,1);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.Div-color-naranja-contenido {
	display: block;
	width: 940px;
	color: rgb(255,255,255);
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
}
.logo-emp {
	margin:10px 17px;
	opacity:0.5;
	filter: alpha(opacity=50);
	float:left;
}
.logo-emp:hover {
	margin:10px 17px;
	opacity:1;
	filter: alpha(opacity=100);
}	
.banderita {
	opacity:0.5;
	filter: alpha(opacity=50);
	padding:0 3px;
}
.banderita:hover {
	opacity:1;
	filter: alpha(opacity=100);
}	
.banderita2 {
	opacity:1;
	filter: alpha(opacity=100);
	padding: 0 2px;
}	
	.rounded-corners {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	}
	.rounded-corners-bottom {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	}
#Bottom {
	width:100%;
	display:block;
	color: rgba(255,255,255,0.9);
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 22px;
	margin-top: 0px;
	border-top: solid 1px rgb(239,124,0);
}
.Linea-Naranja {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(244,121,32);
	margin-top: 75px;
	height: 160px;
	display: block;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-left: 0px;
}
.Linea-Blanca-bott {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.5);
	height: 120px;
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}
.input3 {
    height: 24px;
    width: 99%;
    margin-top: 1px;
    margin-bottom: 7px;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.95);
    font-size: 14px;
    color: #F58220;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.titulo-azul {
	color:rgb(0,88,153);
}
.titulo-120 {
	font-size:120%;
}
.titulo-130 {
	font-size:130%;
}
.titulo-140 {
	font-size:140%;
}
.titulo-150 {
	font-size:150%;
}
.titulo-azul-Prod {
	font-size:14px;
	color:rgb(0,88,153);
	line-height: 20px;
	font-weight: 600;
	margin: 0px;
}
.titulo-azul-Prod-Menu {
	color:rgb(0,88,153);
	line-height: 25px;
	font-weight: 600;
}
.titulo-naranja {
	color:#F47920;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 33px;
}
.titulo-naranja2 {
	color:#F47920;
	/* [disabled]padding-bottom: 10px; */
	font-size: 48px;
	text-align: right;
}
.titulo-naranja3 {
	color:#F47920;
	/* [disabled]padding-bottom: 10px; */
	font-size: 34px;
	text-align: right;
}
.fondo-gris {
	background-color:rgb(230,231,232);
}
.pad-L10 {
	padding-left:10px
}
.pad-L20 {
	padding-left:20px
}
.pad-L30 {
	padding-left:30px
}
.pad-L40 {
	padding-left:40px
}
.Link-Blanco {
	color:rgba(255,255,255,1)
}
.Link-Blanco:hover {
	color:rgba(255,255,255,0.7)
}
.Link-Naranja {
	color:rgba(244,121,32,1)
}
.Link-Naranja:hover {
	color:rgba(244,121,32,0.7)
}
.Titulo-Primero-index {
	width:100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom:20px;
	position: relative;
	z-index: 150;
	font-weight: 300;
	color: rgba(8,29,65,0.9);
}
.Link-Primero {
	font-weight: 300;
	color: rgba(8,29,65,0.9);
}
.Link-Primero:hover {
	font-weight: 300;
	color: rgba(8,29,65,0.6);
}
.Titulo-Primero {
	width: 94%;
    text-align: right;
    margin: 10px auto 10px auto;
    position: relative;
    z-index: 150;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.Titulo-segundo {
	text-align: center;
	margin: 45px auto;
	 width: 85%;
}
.Titulo-Productos {
	width:100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom:10px;
	position: relative;
	z-index: 150;
	font-weight: 300;
	color: rgba(255,255,255,0.8);
	font-size:16px;
}
.Help-Bottom {
	height:95px;
}
#Quickwaiter {
	position:relative; 
	top:-50px;
}
#Kitchen {
	position:relative; 
	top:-50px;
}
#Scan {
	position:relative; 
	top:-50px;
}
#Data {
	position:relative; 
	top:-50px;
}
.logos-android {
	margin-top:60px;
	width: 110px;
}
.link-volver {
	font-size:12px;
	color:#999999;
}
.link-volver:hover {
	color:#666666;
}
.link-Menu-Prod {
	color:#999;
}
.link-Menu-Prod:hover {
	color:#666;
}
.link-Prod {
	color: rgb(102,102,102);
}
.link-Prod:hover {
	color: rgb(72,72,72);
}
.top-hardware {
	position:relative;
	z-index:1001;
	font-size: 12px;
	color: #666;
}
.Columna-Menu {
	margin-top:7px;
	line-height: 23px;
}
.DataTerminal {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(244,121,32,0.9);
}
.TerminalMultimedia {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,105,155,0.9);
}
.TerminalPOP {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 112, 126, 0.9);
}
.Impresoras {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(113, 184, 181, 0.9);
}
.Scanners {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,70,127,0.9);
}
.Drawer {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(75,110,140,0.9);
}
.Unwaiter-Linea {
	color: #777;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,0,0,0.9);
}
.DataTerminal-F {
	background-color: rgba(244,121,32,0.9);
	color: #FFFFFF;
}
.TerminalMultimedia-F {
	background-color: rgba(0,105,155,0.9);
	color: #FFFFFF;
}
.TerminalPOP-F {
	background-color: rgba(0, 112, 126, 0.9);
	color: #FFFFFF;
}
.Impresoras-F {
	background-color: rgba(113, 184, 181, 0.9);
	color: #FFFFFF;
}
.Scanners-F {
	background-color: rgba(0,70,127,0.9);
	color: #FFFFFF;
}
.Unwaiter-F {
	background-color: rgba(204,0,0,0.9);
	color: #FFFFFF;
}
.Drawer-F {
	background-color: rgba(75,110,140,0.9);
	color: #FFFFFF;
}
.div-IP {
	overflow: hidden;
    position: absolute;
    width: 55px;
    height: 51px;
    right: 15px;
    top: 129px;
    background-color: #fff;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border: solid #FFF 3px;
}
.background-POS-Touchscreen {
	background: url(../images/Data-Touch-Header-L.jpg) no-repeat center -155px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 570px;
}
.background-POS-TouchScreen1552 {
	background: url(../images/Data-Touch-Header-L-1552-B.jpg) no-repeat center -120px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 570px;
}
.background-POS-Combo-1552 {
	background: url(../images/Data-Print-Header-L2.jpg) no-repeat center -120px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 570px;
}
.background-POS-Printer {
	background: url(../images/Data-Print-Header-L.jpg) no-repeat center -120px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 570px;
}
.background-PDA-PHONE {
	background: url(../images/Data-PDA-PHONE.jpg) no-repeat center 0px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.Fondo-Land-1 {
	background-color:#CC0000;
	padding: 5px 10px 5px 10px;
    margin: 5px 20px 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
.Fondo-Land-2 {
	background-color:#F47920;
	padding: 5px 10px 5px 10px;
    margin: 5px 20px 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
.Fondo-Land-3 {
	background-color:#009933;
	padding: 5px 14px 5px 14px;
	margin: 5px 20px 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}	
	.Fondo-Land-2-CONTACTO {
	background: url(../images/Sobre-1.png) no-repeat 36px center;
    background-color: #F47920;
    padding: 4px 44px 4px 36px;
    margin: 0 0 8px 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 122px;
	color:#FFFFFF;
	}
	.Fondo-Land-2-CONTACTO:hover {
	background-color: #FF7E22;
	}
	.Fondo-Land-2-CONTACT {
	background: url(../images/Sobre-1.png) no-repeat 22px center;
	background-color: #F47920;
	padding: 4px 30px 4px 34px;
	margin: 0 0 8px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 122px;
	color: #FFFFFF;
}
.Fondo-Land-2-CONTACT:hover {
	background-color: #FF7E22;
	}
.uppercase {
	text-transform: uppercase;
}
.Foto-Prod-Gde {
	float:right; 
	position:relative;
	width: 30%;
	top: -12px;
}
.Foto-Prod-Gde2 {
	float:right; 
	position:relative;
	width: 45%;
	top: 0px;
}
.Foto-Prod-Gde3 {
    float: right;
    position: relative;
    width: 25%;
    top: 0px;
    padding-right: 3%;
}
.Foto-Prod-Ch {
	height: 140px;
	float:left; 
	margin-right:10px; 
	margin-left:5px; 
	margin-top: 10px;
}
.Foto-Prod-Ch2 {
	height: 130px;
	float:left; 
	margin-right:10px; 
	margin-left:5px; 
	margin-top: 10px;
}
.Foto-Prod-Ch3 {
	height: 95px;
	float:left; 
	margin-right:10px; 
	margin-left:5px; 
	margin-top: 52px;
}
.Fotos-Usos-Prod {
	overflow:hidden; 
	width:100%;
	display: table;
}
.logo-Social {
	height: 40px;
	display: inline-block;
}
.texto-Social {
	display: inline-block;
	line-height: 40px;
	margin: 0 5px;
	font-size: 28px;
}
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
	#barra_nav li.fondo {
	font-size: 100%;
}
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
#barra_nav {
    position: absolute;
    top: 0;
    width: 100%;
	border: none;
	pointer-events: none;
	background:none;
}
#barra_nav li.fondo {
	font-size: 100%;
}
#barra_nav li.fondo:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}
}
	
@media only screen and (min-width: 768px) and (max-width: 959px) {
#barra_nav {
    position: absolute;
    top: 0;
    width: 100%;
	border: none;
	pointer-events: none;
	background:none;
}
#barra_nav li.fondo {
	font-size: 100%;
}
#barra_nav li.fondo:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}
.software {
	margin-left: 0px;
}
.hardware {
	margin-left: 0px;
}
.Div-tablet-texto {
  font-size: 32px;
  width: 632px;
}
.Titulo-segundo {
	text-align: center;
	margin: 45px auto;
	width: 79%;
}
#Bottom {
  font-size: 15px;
}
.Linea-Naranja {
  margin-right: 12px;
}
.Help-Bottom {
	height:75px;
}
.logo-emp {
	margin:10px 12px;
	opacity:0.5;
	filter: alpha(opacity=50);
	float:left;
}
.logo-emp:hover {
	margin:10px 12px;
}
.logo-Producto {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  margin-top: 5px;
}
.Div-color-naranja-contenido {
	width: 635px;
}
.logos-android {
	margin-top:10px;
}
}

@media only screen and (max-width: 865px) {
.Div-tablet-texto {
  font-size: 27px;
  width: 542px;
  padding-right: 170px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#barra_nav {
    position: absolute;
    top: 0;
    width: 100%;
	border: none;
	pointer-events: none;
	background:none;
}
#barra_nav.rel {
	background:none;
	top:0;
	left:0;
}
#barra_nav li.fondo {
	font-size: 100%;
}
#barra_nav li.fondo:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}
.Columna-Menu {
    display: none;
}
.software {
	margin-left: 0px;
}
.hardware {
	margin-left: 0px;
}
.Div-tablet-texto {
  font-size: 32px;
  width: 632px;
}
.Titulo-segundo {
	text-align: center;
	margin: 45px auto;
	width: 79%;
}
#Bottom {
  font-size: 15px;
}
.Linea-Naranja {
  height: 200px;
  margin-right: 20px;
}
.Help-Bottom {
	height:75px;
}
.logo-emp {
	margin:10px 12px;
	opacity:0.5;
	filter: alpha(opacity=50);
	float:left;
}
.logo-emp:hover {
	margin:10px 12px;
}
.Div-tablet {
  background-size: cover;
  display: block;
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 35px;
}
.Div-tablet-color {
  display: block;
  width: 100%;
  background-color: rgba(50,100,150,0.5);
  height: 260px;
}
.Div-tablet-texto {
  font-size: 19px;
  line-height: 25px;
  width: 440px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 90px;
  height: 190px;
}
.Div-color-Azul {
	display: block;
	width: 100%;
	background-color: rgba(0,105,155,1);
	height: 215px;
}
.Div-color-Azul-contenido {
	width: 420px;
}
.Div-color-Azul-contenido img {
	display:none;
}
.Div-color-Azul-recuadro {
	width: 340px;
 	height: 115px;
 	font-size: 18px;
 	line-height: 23px;
}
.Div-color-Azul-recuadro img {
	display: block;
  	width: 340px;
}
#Quickwaiter {
	position:relative; 
	top:0px;
}
#Kitchen {
	position:relative; 
	top:0px;
}
#Scan {
	position:relative; 
	top:0px;
}
#Data {
	position:relative; 
	top:0px;
}
.Linea-Naranja {
	display: none
}
.logo-Producto {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}
.pad-L20 {
	padding-left:0px
}
.pad-L30 {
	padding-left:0px
}
.Div-color-naranja-contenido {
	width: 420px;
	font-size: 24px;
	line-height: 30px;
}
.logos-android {
	margin-top:20%;
	margin-bottom: 20px;
}
.div-IP {
    right: 5px;
}
.Foto-Prod-Ch {
    height: 114px;
}
.Foto-Prod-Ch3 {
    height: 75px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 47px;
}
.Titulo-Primero-index {
	font-size: 27px;
	}
.logo-Social {
	height: 35px;
	display: inline-block;
}
.texto-Social {
	display: inline-block;
	line-height: 35px;
	margin: 0 5px;
	font-size: 27px;
}
}
    @media only screen and (max-width: 479px) {
.body-Prod {
    margin-top: 0px;
}
#barra_nav {
    position: absolute;
    top: 0;
    width: 100%;
	border: none;
	pointer-events: none;
	background:none;
}
#barra_nav.rel {
	background:none;
	top:0;
	left:0;
}
#barra_nav li.fondo {
	font-size: 100%;
}
#barra_nav li.fondo:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}h1 {
    font-size: 22px;
    line-height: 30px;
}
.logo {
    width: 220px;
}
.Columna-Menu {
    display: none;
}
.software {
	margin-left: 0px;
}
.hardware {
	margin-left: 0px;
}
.Div-tablet-texto {
  font-size: 32px;
  width: 632px;
}
.Titulo-segundo {
	text-align: center;
	margin: 45px auto;
	width: 79%;
	font-size: 25px;
	line-height: 30px;
}
#Bottom {
  font-size: 15px;
}
.Linea-Naranja {
  height: 200px;
  margin-right: 20px;
}
.Help-Bottom {
	height:75px;
}
.logo-emp {
	margin:10px 18px;
	opacity:0.5;
	filter: alpha(opacity=50);
	float:left;
}
.logo-emp:hover {
	margin:10px 12px;
}
.Div-tablet {
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
	margin-bottom:100px;
}
.Div-tablet-color {
  display: block;
  width: 100%;
  background-color: rgba(50,100,150,0.5);
  height: 260px;
}
.Div-tablet-texto {
	display:none;
}
.Div-tablet-texto-2 {
	display:block;
	color: #FFFFFF;
  font-size: 19px;
  line-height: 23px;
  width: 280px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 100px;
  height: 190px;
  margin-left:auto;
  margin-right:auto;
}
.Div-color-Azul {
	display: block;
	width: 100%;
	background-color: rgba(0,105,155,1);
	height: 215px;
}
.Div-color-Azul-contenido {
	width: 280px;
}
.Div-color-Azul-contenido img {
	display:none;
}
.Div-color-Azul-recuadro {
	width: 200px;
	height: 110px;
	font-size: 16px;
	line-height: 22px;
}
.Div-color-Azul-recuadro img {
	display: block;
  	width: 200px;
}
#Quickwaiter {
	position:relative; 
	top:0px;
}
#Kitchen {
	position:relative; 
	top:0px;
}
#Scan {
	position:relative; 
	top:0px;
}
#Data {
	position:relative; 
	top:0px;
}
.Linea-Naranja {
	display: none
}
.logo-Producto {
  width: 230px;
  margin-right: 0;
  margin-top: 8px;
  padding: 0px;
}
.pad-L20 {
	padding-left:0px
}
.pad-L30 {
	padding-left:0px
}
.logos-android {
	margin-top:20%;
}
.Div-color-naranja {
  margin-top: 0px;
  margin-bottom: 10px;
}
.Div-color-naranja-contenido {
  width: 280px;
  font-size: 19px;
  line-height: 25px;
}
td {
  padding-left: 10px;
  padding-right: 10px;
}
#back-top {
	bottom: 90px;
}
.div-IP {
    right: 0px;
    top: 194px;
}
.top-hardware {
	margin-bottom: 0px;
}
.Foto-Prod-Gde {
    width: 40%;
}
.Foto-Prod-Ch {
    height: 120px;
}
.Foto-Prod-Ch3 {
    height: 75px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 55px;
}
.Titulo-Primero-index {
	font-size: 23px;
	}

.logo-Social {
	height: 35px;
	display: inline-block;
}
.texto-Social {
	display: inline-block;
	line-height: 35px;
	margin: 0 5px;
	font-size: 23px;
}
}
</pre></body></html>