#ficha{ width:100%;float:left}
#ficha .ficha_texto{ width:49%; float:left; border-right: 2px solid #000;
-moz-border-right-colors: #fff #ccc;  }
#ficha .ficha_imagenes{ width:49%; float:left;}

#ficha .ficha_texto p{ padding:0 10px 0 0; color:#666;}
.ficha_h4{ width:99%; margin:0; padding:10px 0 10px 1%;background:#efefef;
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2');
	
	border-bottom: 2px solid #000;
-moz-border-bottom-colors: #fff #ccc;  
	color:#000; }

#ficha .ficha_imagenes .ficha_miniaturas{ padding:10px}
#ficha .ficha_imagenes img{ border:1px dashed #bfbfc1;  -webkit-box-shadow: 2px -2px 2px #999;
-moz-box-shadow: 2px -2px 2px #999;box-shadow: 2px -2px 5px #999; 
filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4); 
border:1px solid #999; 
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
margin:15px 15px 0 0;}


.info-button{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:lighter;
	width:auto;
	height:25px  !important;
	text-align:center;
	padding:3px  !important;
	line-height:20px  !important;
	background:#efefef;
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2');
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:20px;
	border:1px solid #cfcfcf;
	color:#777777;
	cursor:pointer;
	
	
}
.ficha_nav{ width:98%}
.atras{ float:left}
.sig{ float:right}