.contenido_fichas{
	margin-top:5px;
	overflow: hidden;
	width:630px;
	position: relative;
}

.ficha_normal{
	border:1px solid #CCCCCC;
	cursor:pointer;
	float:left;
	height:190px;
	text-decoration:none;
	width:190px;
	margin: 7px;
	background-image: url(../imagenes/interface/fondo_productos.jpg);
	background-repeat: repeat-x;
}
.ficha_normal:hover{
 background-color:#FFFFFF;
 border:1px solid #000000;
}

.ficha_destacado{
	border:1px solid #CCCCCC;
	cursor:pointer;
	float:left;
	height:190px;
	text-decoration:none;
	width:190px;
	margin: 7px;
	background-image: url(../imagenes/interface/fondo_destacados.jpg);
	background-repeat: repeat-x;
}
.ficha_destacado:hover{
 background-color:#FFFFFF;
 border:1px solid #000000;
}

.ficha_nombre_producto{
	color:#AA6868;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width: 175px;
	margin: 5px;
	float: right;
	text-transform: uppercase;
}
.ficha_imagen{
	border:1px solid #666666;
	height:60px;
	text-decoration:none;
	width:70px;
	float: left;
	margin-left: 4px;
	text-align: center;
}
.foto_ficha {
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ficha_intro{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 95px;
	float: right;
	margin-right: 4px;
	height: 65px;
}
.ficha_precio{
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width: 170px;
	float: right;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-right: 5px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
}

.tachado{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	float: left;
	text-decoration: line-through;
}

.precio{
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration: none;
}
.ficha_botones{
	width: 185px;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.ficha_categoria{
	cursor:pointer;
	float:left;
	text-decoration:none;
	width:100px;
	text-align: center;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	height: 75px;
}
.ficha_categoria:hover{
	color: #000000;
	border: 1px solid #AA6262;
	height: 73px;
	width: 98px;
}

.foto_categoria{
	height: 50px;
	width: 50px;
}
