/*
PLANTILLA DE PRODUCTOS
ancho del contenedor: 854px
*/
div#header-holder {
	height:343px;
	background:url(../../images/productos/header-tile.jpg) repeat-x;
}

/* COLUMNAS PRINCIPALES */
div#info-holder{
	float:left;
	width:564px;
}
div#modules-holder{
	width:287px;
	margin-left:564px;
}

/* HTML TAGS */


/* INFORMACIÓN DEL PRODUCTO */
div#product-info {
	width:551px;
	margin-bottom:14px;
	position:relative;
}
div#icono-descripcion {
	background: url(../../images/productos/icono-descripcion.png) no-repeat;
	height:45px;
	right:6px;
	position:absolute;
	top:14px;
	width:101px;
}
div#product-info p.first{
	margin-top:0;
}
div#product-info h1{
	padding:19px 30px 0;
	margin:0;
	height:26px;
	
	font-size:15px;
	background:url(../../images/productos/module-title.jpg)  no-repeat;
}

div#product-info .holder{
	background:url(../../images/productos/module-tile.jpg) repeat-y;
}
div#product-info .content{
	padding:15px 35px 20px;
	min-height:186px;
	background:url(../../images/productos/module-bg.jpg) no-repeat bottom;
}

/* GALERÍA DEL PRODUCTO */
div#product-gallery{
	padding:25px;
	height:167px;
	width:501px;
	background:url(../../images/productos/gallery-bg.gif) no-repeat;
}
/* contenedor fotografía grande */
div#gallery-photo{
	float:left;
	
	border:solid 3px #fff;
	width:235px;
	height:155px;
	
	overflow:hidden;
}
/* slider de las fotografias */
div#photo-holder{
	
}
/* información de la galería */
div#gallery-info{
	width:251px;
	margin-left:245px;
}
div#gallery-info h2{
	margin:0 0 10px;
	padding:0;
	
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
div#gallery-info p{
	color:#fff;
	padding:0 0 2px 4px;
	margin:0;
}
div#gallery-info .holder{
	height:40px;
}
/*------*/
div#gallery-info div.holder-top{
	height:100px;
}
div#gallery-info div.holder-bottom{}

/* botón "ver más" */
div#gallery-info a.read-more{
	position:relative;
	left:169px;
	
	font-size:11px;
	color:#fff;
	background:url(../../images/link-icon-3.gif) no-repeat;
}
/* contenedor de los thumbnails */

div#slide-holder{
	margin-top:10px;
	height:38px;
	width:inherit;
	text-align:center;
}
div#slide-holder img{
	margin:0 3px;
	border:solid 3px #fff;
}

/*---- MÓDULOS ----*/
div#modules-holder h3{
	margin:0;
	padding:0;
	
	font-size:12px;
	font-weight:bold;
}
/* INFORMACIÓN NUTRICIONAL */
div#informacion-nutricional{
	background:url(../../images/productos/module-bg-0.jpg) no-repeat;
	height:168px;
}
div#informacion-nutricional div.content{
	padding:18px 24px;
}
div#informacion-nutricional h3{
	margin:0 0 2px;
	color:#fff;
}
div#informacion-nutricional p{
	margin:10px 0;
	padding:6px 0 0;
	width:155px;
	
	color:#007930;
}
div#informacion-nutricional a.read-more{
	/*position:absolute;*/
	color:#e37101;
}
/* CUPONES */
div#cupones, div#cupones-eng{
	background:url(../../images/productos/module-bg-1.jpg) no-repeat;
	padding:14px 24px;
	height:132px;
	color:#fff;
	position:relative;
}
div#cupones-icono {
	background: url(../../images/productos/icono-cupones.png) no-repeat;
	height:56px;
	right:-18px;
	position:absolute;
	top:2px;
	width:117px;
}
div#cupones p, div#cupones-eng p{
	font-size:12px;
	text-align:right;
	color:#fff;
	margin:-10px 1px 0;
	/*position:relative;*/
	z-index:1;
}
div#cupones h3, cupones-eng h3{
	/*position:relative;*/
	background:url(../../images/productos/cupones-title.jpg) no-repeat;
	
	width:192px;
	height:64px;
	margin:0px;
	margin-left:-31px;
	margin-top:-13px;
	
	font-size:1px;
	text-indent:-1500px;
}
div#cupones-eng h3{
	/*position:relative;*/
	background:url(../../images/productos/cupones-title-eng.jpg) no-repeat;
	
	width:192px;
	height:64px;
	margin:0px;
	margin-left:-31px;
	margin-top:-13px;
	
	font-size:1px;
	text-indent:-1500px;
}
div#cupones a.read-more{
	background:url(../../images/link-icon-2.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	
	position:absolute;
	margin-top:-16px;
	margin-left:160px;
}

div#cupones-eng a.read-more{
	background:url(../../images/link-icon-2.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	
	position:absolute;
	margin-top:-4px;
	margin-left:185px;
}
/* DOÑA MASITA */
div#dona-masita{
	background:url(../../images/productos/module-bg-2.jpg) no-repeat 0px 4px;
	height:165px;
	color:#fff;
}
div#dona-masita div.content{
	background:url(../../images/productos/dona-masita.jpg) no-repeat right top;
	background-position:113px 5px;
	
	/*position:relative;*/
	padding:14px 24px;
	height:132px;
}
div#dona-masita h3{
	padding-top:4px;
	margin:0 0 2px;
}
div#dona-masita p{
	margin:10px 0 0 -7px;
	padding:5px 0 0;
	color:#d15d02;
	width:176px;
}
div#dona-masita a.read-more{
	color:#007414;
	background:url(../../images/link-icon-2.gif) no-repeat;
	/*position:absolute;*/
	margin-top:10px;
}