.home_main {
	position:relative;
	margin:0 auto;
	width:942px;
    height:500px;
}

.home_f3 {
	position:relative;
	margin:0 auto;
	float:left;
	width:100%;
	color:#714738;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: dashed 1px #999;
}

.home_f3_c1{
	position:relative;
	float:left;
	width:339px;
	padding: 0px 15px 0px 0px;
	color:#FFFFFF;
	border-right: dashed 1px #999;
}
.home_f3_c1 img{
	position:relative;
	float:left;
	display:block;
	padding: 3px;
	margin-right:10px;
	border:solid 1px #FDE7E9;
}

.home_f3_c1 img:hover{
	border:solid 1px #797198;
}

.home_f3_c2{
	position:relative;
	float:left;
	padding: 0px 0px 0px 15px;
	width:340px;
	color:#714738;
}

.home_f4 {
	position:relative;
	margin:0 auto;
	float:left;
	width:100%;
	color:#714738;
	margin-bottom:15px;
	}

/*------------------------------------------------------- */

.home_texto_destacado, .home_texto_destacado a {
	color:#150B02;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

.home_texto_destacado a:hover {
	text-decoration:underline;
}
.home_texto_mini {
	width:100%;
	display:block;
	float:left;
	font-size:10px;
	margin-top:10px;
}

.home_texto_titulo, .home_texto_titulo a {
	width:100%;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:2px 0px 4px 0px;
}

.home_texto_titulo a:hover{
	color:#714738;
}

.home_ver_mas, .home_ver_mas a {
	position:absolute; 
	right:10px; 
	top:11px;
	width:60px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	margin:2px 0px 4px 0px;
}

.home_ver_mas a:hover{
	color:#714738;
}

.home_texto, .home_texto a {
	position:relative;
	font-size:12px;
	font-weight:normal;
}

.home_texto a:hover{
	color:#714738;
	text-decoration:underline;
}

/*------------------------ ESTILOS DE LOS PRODUCTOS DESTACADOS ------------------------------- */

.celda_prod_destacado {
	position:relative;
	margin:0 auto;
	float:left;
	width:330px;
	padding: 7px;
	background-color:#FFFFFF;
	display:block;
	border:solid 1px #797198;
}
.celda_prod_destacado:hover{
	background-color:#F6F6F6;
}

.prod_foto_destacado img {
	float:left;
}

.prod_foto_destacado a {
	position:relative;
	border: none;
	width:110px;
	height:110px;
	float:left;
}
.prod_foto_destacado a:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.prod_destacado_descripcion  {
	position:relative;
	text-align:left;
	padding-left:125px;
	width:auto;
}

.texto_producto_destacado, .texto_producto_destacado a {
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:11px;
}
.texto_producto_destacado a:hover {
	text-decoration:underline;
	color:#714738;
}

.texto_productos_clasificacion, .texto_productos_clasificacion a {
	width:100%;
	display:block;
	margin:0 auto;
	margin-bottom:5px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
}
.texto_tit_producto_destacado, .texto_tit_producto_destacado a {
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}
.texto_tit_producto_destacado a:hover {
	color:#714738;
}


a.texto_producto_destacado_ampliar {
	position:absolute; 
	right:10px; 
	bottom:5px;
	width:120px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	margin:2px 0px 4px 0px;
}

a.texto_producto_destacado_ampliar:hover{
	color:#714738;
}
