#picker{
	position: fixed;
	width: 100%;
	height: 100%;	
	z-index: 20;
        display: none;
}

#picker .fondo{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: none;
	opacity: 0.7;	
	z-index: 0;
}

#picker .controles{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#picker .controles select{
	font-size: 30px;
	min-width: 200px;
}

#picker .contenido{
	position: relative;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #FFF;
	border: 10px solid #a29061;
	z-index: 1;
	overflow-y: auto;
}

#picker .contenido .cerrar{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #CCC;
	top: 1px;
	left: 1px;
	z-index: 3;
	cursor: pointer;
	text-align: center;
	color: #666;
        display: none;
	
}

#picker .contenido .productos{
    padding: 0px;
}