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

/* COLUMNAS PRINCIPALES */
div#cupones-holder{
	display:inline;
	float:left;
	width:290px;
	position:relative;
}
div#promociones-holder{
	float:left;
	display:inline;
	padding-left:5px;
	margin-top:15px;
	width:550px;
	position:relative;
}
/*#cupones-icono {
	background: url(../../images/promociones/icono-cupones.png) no-repeat;
	height: 32px;
	left: 131px;
	position:absolute;
	top:21px;
	width:164px;
}*/

/* CUPONES */
div#cupones{
}
div#cupones h1.module-title{
	margin:0;
	padding:14px 30px 0px;
	height:23px;
	font-size:14px;
	background:url(../../images/promociones/cupones-title.jpg) no-repeat;
}
div#cupones .holder{
	background:url(../../images/promociones/cupones-tile.gif) repeat-y;
}
div#cupones .content{
	padding:10px 18px 14px;
	min-height:260px;
	background:url(../../images/promociones/cupones-bg.gif) bottom no-repeat;
}
/* cupón */
div#cupones .cupon{
	margin:auto auto 5px;
	height:202px;
	position:relative;
}
div#cupones .cupon p.info{
	/*position:absolute;*/
	margin: 13px 18px 0;
	font-weight:bold;
	line-height:13px;
	color:#fff;
	width:223px;
}
div#cupones .cupon a.print{
	position:absolute !important;
	left:156px;
	top:163px;
	position:inherit;
	display:block;
	
	width:72px;
	height:25px;
	
	background:transparent url(../../images/promociones/boton-imprimir-1.gif) no-repeat;
}
div#cupones .cupon a.print:hover{
	background-position:0 bottom;
}

div#cupones .cupon a.print-eng {
	/*position:absolute;*/
	position:absolute !important;
	position:inherit;
	display:block;
	
	margin:103px 0 0 164px;
	width:72px;
	height:25px;
	
	background:transparent url(../../images/promociones/boton-imprimir-1-eng.gif) no-repeat;
}
div#cupones .cupon a.print-eng:hover {
	background-position:0 bottom;
}
div#cupones .cupon a.odd{
	background:transparent url(../../images/promociones/boton-imprimir-0.gif) no-repeat;
}
div#cupones .cupon a.odd{
	background:transparent url(../../images/promociones/boton-imprimir-0.gif) no-repeat;
}
div#cupones .cupon a.odd-eng{
	background:transparent url(../../images/promociones/boton-imprimir-0-eng.gif) no-repeat;
}
#btnBanner {
	margin-top:-204px;
}
/* PROMOCIONES */
div#promociones-holder .promocion{
	width:548px;
	margin:0 0 5px 0;
}
#promociones-icono{
	background: url(../../images/promociones/icono-promociones.png) no-repeat;
	height: 91px;
	right: -19px;
	position:absolute;
	top:-16px;
	width:107px;
}
div#promociones-holder h1{
	background:url(../../images/promociones/cocina-con-las-estrellas-title.jpg);
	margin:0;
	padding:19px 32px 0px;
	height:24px;
	font-size:14px;
}

div#promociones-holder h1.estrellas-title {
	background:url(../../images/promociones/promociones-title.jpg);
	margin:0;
	/*padding:19px 32px 0px;*/
	padding:0;
	height:43px;
	font-size:14px;
}
div#promociones-holder h1.estrellas-title div#title {
	float:left;
	width:413px;
	padding:19px 0 0 34px;
}

div#promociones-holder h1.estrellas-title div#btn-regresar {
	margin:20px 10px 0 0;
	width:87px;
	float:right;
	text-align:center;
}

div#promociones-holder h1.estrellas-title div#btn-regresar a {
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}


div#promociones-holder h1.small{
	background:url(../../images/promociones/promociones-title-small.jpg) no-repeat;
}
div#promociones-holder .holder{
	background:url(../../images/promociones/promociones-tile.jpg) repeat-y;
}
div#promociones-holder .content{
	padding:15px 30px 25px;
	min-height:160px;
	background:url(../../images/promociones/promociones-bg.jpg) bottom no-repeat;
}
/* promoción */
div#promociones-holder .image{
	float:left;
	width:190px;
	margin-left:-5px;
	text-align:center;
}
div#promociones-holder .info{
	margin:16px 0 0 190px;
	padding-left:10px;
}
div#promociones-holder  h3{
	margin:0 0 10px;
	padding:0;
	
	font-size:12px;
	font-weight:bold;
	color:#df6a02;
}
div#promociones-holder .info p{
	font-weight:normal;

}
div#promociones-holder .info a.read-more{
	color:#007f31;
	font-size:11px;
	font-weight:bold;
}

div#promociones-holder .info a.liga {
	text-decoration:underline;
	color:#df6a02;
}