		.catsProdu{
			width:100%;
			clear:both;
		}
		
		.catsProdu .item{
			width:20%;
			margin:5px;
			height:38px;
			float:left;
			/*cursor:hand;*/
			cursor:pointer;
		}
		
		.escondidoTotal{
			width:0px;
			height:0px;
			overflow:hidden;
			visibility:hidden;
		}
		
.listadoProductoPrin .pestana{
	float:left;
	position:fixed;
	top:0px;
	width:60%;
	height:90%;
	overflow:auto;
	/*margin:0 auto;*/
	right:20%;
	padding:20px;
	/*background-color:#FFFFFF;*/
	background-color:inherit;
	/*background-image:inherit;*/
	
	opacity:0.90;
	/*filter: alpha(opacity=90);*/
	border:5px solid #000000;
	}
	
.listadoProductoPrin .pestana .cerrar{
	position:fixed;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	top:0px;
	right:20%;
	padding:10px;
	cursor:pointer;
	}	
