@charset "UTF-8";
/* CSS Document */

#contenedor {
	width:878px;
	height: 1303px;
	position:relative;			
	background-image:url(/imagenes/fondo_erm.jpg);
	text-align:center; /* alinear textos */
	margin:0 auto; /* centra el contenedor */
	border: 0px solid black; 
	background-repeat: no-repeat; 
	background-color:transparent;

}
#contenido{
	position:absolute;
	left:0px;
	top:178px;
	width:594px;
	height:790px;
	background:url(/imagenes/merchandising/fondo.jpg) no-repeat;
}
#pie{
	position: absolute;
	left:0px;
	bottom: 40px;
	height:30px;
	width:878px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
}
a:link {
	color: #89211a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #89211a;
}
#merchandisings{
	position:absolute;
	left:35px;
	top:171px;
	width:522px;
	height:484px;
	border:0px solid red;
}
.merchandising{
	display:block;
	float:left;
	width:174px;
	height:242px;
	border:0px solid black;
	color:#000000;
	background:url(/imagenes/regalos/fonditoV2.png) no-repeat;
}
.merchandising a{
	width:174px;
	height:242px;
	border:0px solid yellow;
	text-decoration:none;
}
.merchandising .imagen{
	margin-left:19px;
	margin-top:32px;
	width:135px;
	height:101px;
	border: 0px solid yellow;
	text-align:center;
}
.merchandising .texto{
	margin-left:17px;
	margin-top:20px;
	width:137px;
	height:51px;
	border: 0px solid green;
	color:#000;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	line-height:1.1em;
	overflow:auto;
}
#imagenMerchandising{
	width:500px;
	margin:15px auto;
	text-align:center;
}
#imagenMerchandising img{
	border: 4px solid #89211a;
}
#bannerUnder{
	position:absolute;
	left:20px;
	top:920px;
	width:560px;
	height:180px;
	z-index:10;
}