@charset "utf-8";
/* CSS Document */



ul.navega li {
        display: inline;
		margin-right:20px;
  }



.ui-dialog { z-index: 9000 !important}


.linea_pedido{
	display:inline;
	width:24%
	
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('pageloader.gif') 50% 50% no-repeat rgb(249,249,249) !Important;
    opacity: .8;
}

	.overlay-container {
		display: none;
		content: " ";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
	}
	
	.window-container {
		display: block;
		background: #fcfcfc;
		margin: 0em auto;
		width: 500px;
		height: 25%;
		padding: 10px 20px 20px;
		text-align: left;
		z-index: 3;
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;

	}
	
	.zoomin {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}
	
	.zoomout {
		-webkit-transform:  scale(0.7);
		-moz-transform:  scale(0.7);
		-ms-transform:  scale(0.7);
		transform:  scale(0.7);
	}
	
	.window-container-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
		height:auto;
		min-height:30%;
		margin-top: 5.25em;
	}
	
		.window-container h3 {
			margin: 1em 0 0.5em;
			font-family: "fuenteAPP";
			font-weight: normal;
			font-size: 25px;
			text-align: center;
		}
		
		.close {
			margin: 1em auto;
			display: block;
			width: auto;
			background: #fafafa;
			background: -moz-linear-gradient(top,  #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f4f4f4), color-stop(100%,#e5e5e5));
			background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
			background: -o-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); 
			background: -ms-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
			background: linear-gradient(to bottom,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
			border: 1px solid #aaa;
			padding: 5px 14px;
			color: #444;
			font-family: "fuenteAPP";
			font-size: 12px;
			border-radius: 3px;
			box-shadow: 0 1px 3px #ddd;
			-webkit-transition: 0.2s linear;
			-moz-transition: 0.2s linear;
			-ms-transition: 0.2s linear;
			-o-transition: 0.2s linear;
			transition: 0.2s linear;
			cursor: pointer;
		}
	
			.close:hover {
				background: #fefefe;
				background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
				background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				background: linear-gradient(to bottom,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
				border: 1px solid #aaa;
			}
	
			.close:active {
				background: #f4f4f4;
				background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(40%,#efefef), color-stop(100%,#dcdcdc));
				background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
			}





















.centrar
	{
	position: relative;
    margin-left: 10px;
    /* padding-left: 10px; */
    /* padding: 5px 35px; */
    /* top: 75px; */
    /* left: 49%; */
    width: 98%;
    /* margin-left: -200px; */
    height: auto;
    /* margin-top: -150px; */
   /* border: 1px solid #808080;*/
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    display: none;
    z-index: 2000;
    /* min-width: 50%; */
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.5);
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.15); */
    transition: ease 0.3s;
	}
.mensaje_filtros{
	display:inline-block;
	padding-left: 5px;	
	border-bottom:thin;
	border-bottom-color:silver;
	padding-top: 5px;
	font-family: fuenteAPP;
}
.mensaje_filtros_grupo{
	display:inline-block;
	padding-left: 5px;	
	border-bottom:thin;
	border-bottom-color:silver;
	padding-top: 5px;
	cursor:pointer;
	font-family: fuenteAPP;
    font-weight: bold;
}
.cierra_filtros{
	display:inline-block;
	float:right;
	padding-right: 5px;		
	padding-top: 5px;
}

.cierra_filtros_grupo{
	display:inline-block;
	float:right;
	padding-right: 5px;		
	padding-top: 5px;
	cursor:pointer;
}

.grupo-caracteristicas{
	padding: 5px 5px 5px 5px;	
}

.caracteristicas{
	padding-left: 5px;	
	padding-bottom: 0px;
}

.separador_grupo_filtro{
	border-bottom-width: 1px;
	border-bottom-color: silver; 
	border-bottom-style: solid; 
	width: 100%;
	margin-bottom: 10px;
}

/* Para los checkBox */

fieldset.group  { 
  margin: 0; 
  padding: 0; 
  margin-bottom: 0px;
/*  margin-bottom: 1.25em; */
  padding: .125em; 
} 

fieldset.group legend { 
  margin: 0; 
  padding: 0; 
  font-weight: bold; 
  margin-left: 20px; 
  font-size: 100%; 
  color: black; 
} 


ul.checkbox  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none; 
} 

ul.checkbox li input { 
  margin-right: .25em; 
} 

ul.checkbox li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:12em;
} 

ul.checkbox li label { 
  margin-left: 0px ; 
  padding-left: 0px;
} 

.go-to-top {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 64px 64px;
    border-color: transparent transparent #07a8a2;
}

.go-to-top .icon {
    position: absolute;
    font-size: 26px;
    bottom: -50px;
    right: 11px;
    color: #fff;
	padding-top: 35px;

}

@media only screen and (max-width:900px) {
	
.centrar
	{
	  /*  left: 35%;*/
	    width: 90%;	
	}
	
.window-container-visible {
		width:75%;
		min-width:20%;
	}	
}

@media only screen and (max-width:640px) {
	
.centrar
	{
	    width: 96%;
	}
}

@media only screen and (max-width:500px) {
	
ul.checkbox li {
	    width: 6em;
	}
	
.centrar
	{
		/*left:56%;*/
	    width: 96%;
	}
}
