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



/*

lista de propiedades para div, p y elementos de formularios {	

	display:;

	overflow:;

	visibility:;

	width:;

	height;

	margin:;

	padding:;

	float:;

	clear:;

	border:;

	border-top:;

	border-right:;

	border-bottom:;

	border-left:;

	border-radius:;

	border-top-left-radius:;

	border-top-right-radius:;

	border-bottom-left-radius:;

	border-bottom-right-radius:;

	position:;

	top:;

	right:;

	bottom:;

	left:;	

	z-index:;

}



lista de propiedades para listas {

	list-style:;

	list-style-image:;

	list-style-position:;

	list-style-type:;

	display:;

	overflow:;

	visibility:;

	width:;

	height;

	margin:;

	padding:;

	float:;

	clear:;

	border:;

	border-top:;

	border-right:;

	border-bottom:;

	border-left:;

	border-radius:;

	border-top-left-radius:;

	border-top-right-radius:;

	border-bottom-left-radius:;

	border-bottom-right-radius:;

	position:;

	top:;

	right:;

	bottom:;

	left:;

	z-index:;

	

}

*/



form {
	margin: 0;
	padding: 0;
}
/* Formularios generales */



.form-gnral {
	width: 400px;
	margin: auto;
}
.lista-form-gnral {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.lista-form-gnral li {
	margin: 0 0 10px 0;
}
.label-form-gnral {
}
.input-form-grnal {
	padding: 2px 2px 2px 2px;
}
.textarea-form-grnal {
	width: 396px;
	padding: 2px 2px 2px 2px;
}
.form-cajaselect {
	width: 400px;
}
.label-checks {
}
.label-radius {
}
.prfo-form-submits {
}
.submit-gnral {
	margin: 0 5px 0 5px;
	padding: 5px 10px 5px 10px;
	border-radius: 0;
}
.reset-gnral {
	margin: 0 5px 0 5px;
	padding: 5px 10px 5px 10px;
	border-radius: 0;
}
/* Búsqueda rápida */



#prfo-buscador {
	margin: 0;
	clear: both;
}
.input-buscador {
	margin: 0;
	height: 34px;
	padding-left: 10px;
	width: 85%;
	vertical-align: middle;
	line-height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#submit-buscador {
	float: right;
	width: 15%;
	height: 34px;
	border-radius: 0;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cont-link-buscador {
	display: block;
	margin-top: 5px;
}
a#busc-avanzado:link,
a#busc-avanzado:active,
a#busc-avanzado:visited {
}
a#busc-avanzado:hover {
}
/* Buscar y ordenar listados de productos */



#cont-filtro-pag {
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.prfo-filtro {
	padding: 0 0 20px 0;
	margin: 0;
	overflow: hidden;
}
.prfo-paginacion {
	margin: 0;
	padding: 5px 10px 10px 10px;
}
.label-filtro {
}
.input-filtro {
	width: 20%;
	margin: 0 5px 0 0;
	padding: 5px;
}
.select-filtro {
	margin: 0 5px 0 5px;
}
.submit-filtro {
	padding: 5px;
	border-radius: 0;
	float: right;
}
.label-paginacion {
}
.select-paginacion {
	margin-left: 5px;
}
#cont-comparar-pag {
	margin: 0 0 15px 0;
}
#submit-buscador {
	background-size: 16px;
}
:focus {
	outline: none;
}
#prfo-buscador {
	position: relative;
	z-index: 1;
}
ul.buscador-resultados {
	padding: 0;
	margin: 0;
	position: absolute;
	list-style-type: none;
	width: 100%;
	box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	-webkit-animation: fadein 0.3s 1 ease;
	-moz-animation: fadein 0.3s 1 ease;
	-ms-animation: fadein 0.3s 1 ease;
	-o-animation: fadein 0.3s 1 ease;
	animation: fadein 0.3s 1 ease;
}
ul.buscador-resultados li > * {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	width: 100%;
	margin: 0;
	display: block;
	text-align: left;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ul.buscador-resultados li a:hover {
	text-decoration: none;
}
#zona2 p {
margin:0
}

.no-disponible {
  line-height: 30px;
  float: none;
  text-align: center;
  margin: 0;
  padding: 0;
}