

#tienda{


}


#tienda .producto{
	float:left;
	margin:0  0;
	width:382px;
	height:132px;
	text-align:left;
	padding:5px;
	background:#EEE;
	border:1px solid #CCC;
	margin:4px 0 0 4px;

}

#tienda .producto img{
	float:left;
	margin-right:6px
}

#tienda .producto h2{
	font-size:12px;
	height:60px;
	color:#666;
	margin:0;
}
#tienda .producto h2 a{
	color:#666;
	text-shadow:1px 1px white;
	text-decoration:none;
	
}
#tienda .producto h2 a:hover{
	color:#000;
	
}

#tienda .producto .precio{
	margin-left:10px;
	font-size:12pt;
	color:red;
	font-weight:bold;
	font-family:'Putoman',arial,times new roman;
	height:72px;
	float:left;
	padding-left:12px;
	background:url('imgs/fondos/producto.jpg') #EEE bottom right no-repeat;

}

#tienda .producto .precio img{
	float:right;
	margin:11px 0 0 0;
	
}

#paginador{
	padding:20px;
	clear:both;
}


.ficha{
	width:800px;
	height:533px;
	position:abosolute;
}

.ficha .interior{
	width:280px;
	height:513px;
	padding:10px;
	background-color:#000;
	 -moz-opacity: 0.50;
	 filter: alpha(opacity=50);
	 -khtml-opacity: .50;
	 opacity: .50;
	color:white;
	text-align:left;
	text-shadow:1px 1px black;
}



.ficha  .dentro{
	margin:120px 10px 0 10px;
	position:absolute;
	z-index:2;
	float:left;
	color:white;
	text-shadow:1px 1px #000;
	text-align:left;
	width:270px;
	
}

.ficha .dentro input,.ficha .dentro select{
	font-size:30px;
	 -moz-opacity: 0.50;
	 filter: alpha(opacity=50);
	 -khtml-opacity: .50;
	 opacity: .50;
	background:black;
	width:60px;
	text-align:left;
	color:white;
	text-shadow:1px 1px black;
	text-align:center;
}
.ficha .dentro select{
	width:160px;
	text-align:left;
}

.ficha .dentro option{
	background:black;
	 -moz-opacity: 0.50;
	 filter: alpha(opacity=50);
	 -khtml-opacity: .50;
	 opacity: .50;
}


.ficha .dentro img{
	float:left;
	clear:both;
	margin:0 0 10px 10px;
 cursor:pointer;
}

.ficha .dentro label{	
	border-bottom:1px solid black;
	display:block;
	clear:both;
	margin:10px 0;
	text-align:left;

}


.ficha .dentro .sub{	
	display:none;
	text-align:center;
	margin:20px;
	clear:both;

}
.ficha .dentro .sub img{	
	cursor:pointer

}
.ficha .dentro .sub input{	
	background:none;
	 -moz-opacity: 1;
	 filter: alpha(opacity=100);
	 -khtml-opacity: 1;
	 opacity: 1;
	 width:auto;
	 height:auto;
}

#res{
	padding:20px;
	height:80px;
	font-size:1.1em;
	clear:both;
	text-align:center;
}

#res img{
	float:none;
}




