﻿/***************************************************************************
	Home
***************************************************************************/
/********************************
	Productos
********************************/
#columnaProductos{
	float:left;
	width:410px;	/* 435 - 11 - 12 - 2*/
	padding-right:2px;
	padding-left:23px;
	padding-top:14px;
	
}
#columnaProductos .producto{
	position:relative;
	width:181px;	/* 195 - 7 - 7 */
	height:153px;	/* 160 - 7 */
	padding:7px;
	padding-bottom:0px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
}
#columnaProductos .producto.fondoProducto{
	background-image:url(../imagenes/home/fondoProducto.gif);
	background-repeat:no-repeat;
}
#columnaProductos .producto h1{
	height:17px;	/* 22 - 5*/
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:6px;
	text-align:right;
}
#columnaProductos .producto h1 a{
	color:#999999;
	line-height:17px;
	font-weight:normal;
}
#columnaProductos .producto h1 a img{
	float:left;
}
#columnaProductos .producto h1 a:hover{
	text-decoration:underline;
}
#columnaProductos .producto p,#columnaProductos .producto h2{
	font-weight:bold;
	color:#000000;
	line-height:12px;
}
#columnaProductos .producto h2 a{
	color:#000000;
}
#columnaProductos .producto h2 a:hover{
	color:#444444;
}
#columnaProductos .producto p img{
	padding-top:10px;
}
#columnaProductos .producto p.precioProducto{
	position:absolute;
	width:80px;
	height:45px;
	bottom:40px;
	right:16px;
	text-align:center;
	line-height:45px;
	background-image:url(../imagenes/home/fondoPrecioProducto.gif);
	background-repeat:no-repeat;
	font-size:12px;
}
#columnaProductos .producto span.precioProductoAnterior{
	position:absolute;
	bottom:43px;
	right:38px;
	font-size:10px;
	color:#763333;
	font-weight:bold;
	text-decoration:line-through;
}
#columnaProductos .producto .opcionesProducto{
	position:absolute;
	bottom:0px;
	right:0px;
}
#columnaProductos .producto a.comprarProducto,#columnaProductos .producto a.verMas{
	display:block;
	overflow:hidden;
	height:20px;
	float:right;
}
#columnaProductos #acercaSpanishTaste{
	width:372px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#columnaProductos #acercaSpanishTaste p{
	color:#000000;
}
.esp #columnaProductos .producto a.comprarProducto{
	width:58px;
}
.fra #columnaProductos .producto a.comprarProducto{
	width:55px;
}
.eng #columnaProductos .producto a.comprarProducto{
	width:65px;
}
.ita #columnaProductos .producto a.comprarProducto{
	width:64px;
}

.esp #columnaProductos .producto a.comprarProducto:hover{
	text-indent:-58px;
}
.fra #columnaProductos .producto a.comprarProducto:hover{
	text-indent:-55px;
}
.eng #columnaProductos .producto a.comprarProducto:hover{
	text-indent:-65px;
}
.ita #columnaProductos .producto a.comprarProducto:hover{
	text-indent:-64px;
}


.esp #columnaProductos .producto a.verMas{
	width:37px;
}
.fra #columnaProductos .producto a.verMas{
	width:39px;
}
.eng #columnaProductos .producto a.verMas{
	width:34px;
}
.ita #columnaProductos .producto a.verMas{
	width:53px;
}

.esp #columnaProductos .producto a.verMas:hover{
	text-indent:-37px;
}
.fra #columnaProductos .producto a.verMas:hover{
	text-indent:-39px;
}
.eng #columnaProductos .producto a.verMas:hover{
	text-indent:-34px;
}
.ita #columnaProductos .producto a.verMas:hover{
	text-indent:-53px;
}
/********************************
	Fin Productos
********************************/
/***************************************************************************
	Fin Home
***************************************************************************/