.contenido_fichas{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	overflow: hidden;
	width:564px;
	position: relative;
}

.ficha_normal{
	border:1px solid #333333;
	cursor:pointer;
	float:left;
	height:150px;
	margin-bottom:8px;
	margin-left:4px;
	margin-right:4px;
	margin-top:8px;
	text-decoration:none;
	width:130px;
	background-color: #99A36E;
}
.ficha_normal:hover{
 background-color:#FFFFFF;
 border:1px solid #FF3300;
}

.ficha_imagen{
	border:1px solid #666666;
	height:90px;
	margin:4px;
	position:absolute;
	text-decoration:none;
	width:120px;
}
.foto {
	height: 88px;
	width: 118px;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ficha_nombre_producto{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width: 120px;
	position: relative;
	left: 5px;
	top: 100px;
}

.ficha_sin_imagen{
	cursor:pointer;
	float:left;
	text-decoration:none;
	width:130px;
	text-align: center;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.ficha_sin_imagen:hover{
	background-color:#FFFFFF;
	color: #000000;
}
