/* CSS Document */

* { margin:0px; padding:0px; }

html, body {
	background:#5e5047;
	height:100%;
	font-family:"Trebuchet MS", Tahoma, Georgia, Arial;
	font-size:11px;
}

#pagewidth {
	margin:0px auto 0px auto;
	width:973px;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	background:url(bg_pagewidth.gif) repeat-y;
}

.clear { 
	clear:both;
	display:block;
	height:-1px;
}

A.visita {
	text-align:center;
	display:block;
	width:224px;
	height:40px;
	margin-left:298px;
	margin-top:55px;
	background:url(bg_visita.gif) no-repeat;
	text-decoration:none;
	padding-top:9px;
	color:#000;
	font-size:11px;
}

A.visita STRONG {
	font-size:12px;
}

A.visita:hover {
	color:#e51519;
}

#home P {
	font-size:12px;
	line-height:1.7em;
	margin-bottom:20px;
}




#main {
	width:945px;
	margin:0px auto 0px auto;
	position:relative;
	background:#FFF;
}

#header {
	height:115px;
	position:relative;
	z-index:99;
}

#logo {
	position:absolute;
	right:31px;
	top:13px;
}

#heading {
	width:535px;
	left:210px;
	height:110px;
	background:url(bg_header.gif) center no-repeat;
}

#menu {
	width:100%;
	position:absolute;
	top:72px;
}

#menu UL {
	margin-left:20px;
}

#menu UL LI {
	list-style-type:none;
	float:left;
}

#menu A {
	display:block;
	overflow:hidden;
	text-indent:-500px;
	margin-right:10px;
}

#menu .cocina A { background:url(m_cocina.gif) center no-repeat; width:65px; height:28px; }
#menu .hogar A { background:url(m_hogar.gif) center no-repeat; width:60px; height:28px; }
#menu .cuerpo A { background:url(m_cuerpo.gif) center no-repeat; width:135px; height:28px; }
#menu .ocio A { background:url(m_ocio.gif) center no-repeat; width:134px; height:28px; }
#menu .infantil A { background:url(m_infantil.gif) center no-repeat; width:62px; height:28px; }

#menu .cocina A:hover { background:url(m_cocina-on.gif) center no-repeat; }
#menu .hogar A:hover { background:url(m_hogar-on.gif) center no-repeat; }
#menu .cuerpo A:hover { background:url(m_cuerpo-on.gif) center no-repeat; }
#menu .ocio A:hover { background:url(m_ocio-on.gif) center no-repeat; }
#menu .infantil A:hover { background:url(m_infantil-on.gif) center no-repeat; }

#submenu {
	position:absolute;
}

#submenu UL { list-style-type:none; }
#submenu UL LI { line-height:18px; }
#submenu DIV {
	top:98px;
	padding:5px;
	position:absolute;
	background:#5e5047;
}

#submenu A {
	color:#FFF;
	text-decoration:none;
}

#submenu A:hover {
	color:#e51519;
}

#subCocina, #subHogar, #subCuerpo, #subOcio, #subInfantil {
	visibility:hidden;
}

#subCocina {
	width:185px;
	left:20px;
}

#subHogar {
	width:178px;
	left:97px;
}

#subCuerpo {
	width:158px;
	left:164px;	
}

#subOcio {
	width:163px;
	left:312px;		
}

#subInfantil {
	width:143px;
	left:365px;
	text-align:right;	
}

#lside, #rside, #heading {
	position:absolute;
}

#lside, #rside {
	width:195px;
	height:112px;
}

#rside { background:url(bg_rside.gif) center no-repeat; right:0px;}
#lside { background:url(bg_lside.gif) top center no-repeat; }

#sidebar {
	float:left;
	width:190px;
	overflow:hidden;
}

#sidebar UL {
	text-align:right;
}
#sidebar UL LI {
	list-style-type:none;
	line-height:15px;
}

#sidebar H3 {
	text-align:left;
	color:#f44029;
	height:23px;
	text-indent:-1000px;
	margin-top:20px;
}

#sidebar .cocina { background:url(t_cocina.gif) right no-repeat; }
#sidebar .hogar { background:url(t_hogar.gif) right no-repeat; }
#sidebar .cuerpo { background:url(t_cuerpo.gif) right no-repeat; }
#sidebar .ocio { background:url(t_ocio.gif) right no-repeat; }
#sidebar .infantil { background:url(t_infantil.gif) right no-repeat; }

#sidebar UL A {
	font-weight:normal;
	color:#5e5047;
	text-decoration:none;
}

#sidebar UL A:hover {
	text-decoration:underline;
	color:#000;
}

#content {
	position:relative;
	margin-left:210px;
	width:535px;
	margin-top:20px;
	z-index:1;	
	padding-bottom:3px;
}

#content IMG {
	padding-bottom:10px;
}

#content DIV {
	padding:15px;
}

#content P {
	display:block;
	padding:5px;
}

#content P IMG {
	float:right;
	margin-left:20px;
	margin-top:5px;
}

/* product */

#product {
	position:relative;
	background:url(round_bottom.gif) bottom no-repeat;
	margin-left:210px;
	width:535px;
	margin-top:20px;
	z-index:1;	
	padding-bottom:3px;
}

#product H1 {
	background:url(round_top.gif) no-repeat;
	text-transform:uppercase;
	color:#e51519;
	padding:15px;
	padding-left:20px;
	font-size:18px;
}

#product h2 {
	font-size:14px;
	color:#666;
	margin-left:20px;
	margin-top:-5px;
	margin-bottom:2px;
}

#product .desc {
	width:250px;
	color:#5e5047;	
	padding:10px;
	padding-left:20px;
	float:left;
}

#product #text2 {
	position:absolute;
	left:0px;
	visibility:hidden;
}

#product .desc P {
	margin-bottom:18px;
	line-height:16px;
}

#product .desc A {
	color:#e51519;
	background:url(link_bullet.gif) left no-repeat;
	padding-left:7px;
}


#product .desc A:hover {
	color:#000;
	text-decoration:none;
	background:url(link_bullet-w.gif) left no-repeat;
}

#product #image {
	margin-left:297px;
	margin-top:20px;
	width:225px;
}

#product #image SPAN {
	display:block;
	padding-left:128px;
}

#product #image A {
	display:block;
	background:url(ver_video.gif) no-repeat;
	width:82px;
	height:18px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	padding-left:13px;
	padding-top:4px;
	margin-top:10px;
}

#product #image A:hover {
	color:#000;
}

#product UL {
	padding:15px;
	padding-left:20px;
	list-style:url(li_bullet.gif);
	color:#e51519;
}

#product LI {
	line-height:18px;
	color:#5e5047;
	padding-left:5px;
}

#product LI.st {
	list-style:url(li_bullet-E.gif);
	font-weight:bold;
	margin-top:10px;
	color:#e51519;
}

#slist {
	margin-top:78px;
}

#slist LI {
	margin-left:25px;
}

#slist LI.st {
	margin-left:0px;
	margin-bottom:2px;
}

#volver {
	position:absolute;
	top:5px;
	left:545px;
	width:100px;
}

#volver A {
	color:#000;
	text-decoration:none;
}

#volver A:hover {
	color:#e51519;
	text-decoration:underline;
}

#cuponA {
	position:absolute;
	background:url(bg_cupon-largo.gif) top no-repeat;
	top:25px;
	left:535px;
	width:192px;
	height:346px;
}

#cuponA #price1 {
	position:absolute;
	top:87px;
	left:10px;
	text-align:center;
	width:170px;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
}

#cuponA #price2 {
	position:absolute;
	top:205px;
	left:35px;
	color:#e51519;
	font-size:13px;
	font-weight:bold;
}

#cuponA #price2 EM {
	font-style:normal;
	font-size:17px;
}

#cuponA #comprarAhora {
	position:absolute;
	top:295px;
	left:5px;
	width:179px;
	height:37px;
	border:none;
}

#cuponA #shopo {
	position:absolute;
	top:347px;
	left:5px;
}

#cuponB {
	position:absolute;
	background:url(bg_cupon-corto.gif) top no-repeat;
	top:25px;
	left:535px;
	width:192px;
	height:191px;
}

#cuponB #price1 {
	position:absolute;
	top:87px;
	left:10px;
	text-align:center;
	width:170px;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
}

#cuponB #comprarAhora {
	position:absolute;
	top:150px;
	left:8px;
	width:179px;
	height:37px;
	border:none;
}

#cuponB #shopo {
	position:absolute;
	top:195px;
	left:5px;
}


#cuponC {
	position:absolute;
	background:url(bg_cupon-xtra_largo.gif) top no-repeat;
	top:25px;
	left:535px;
	width:192px;
	height:472px;
}

#cuponC #price1 {
	position:absolute;
	top:87px;
	left:10px;
	text-align:center;
	width:170px;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
}

#cuponC #price2 {
	position:absolute;
	top:205px;
	left:35px;
	color:#e51519;
	font-size:13px;
	font-weight:bold;
}

#cuponC #price2 EM {
	font-style:normal;
	font-size:17px;
}

#cuponC #comprarAhora {
	position:absolute;
	top:285px;
	left:5px;
	width:179px;
	height:37px;
	border:none;
}

#cuponC #buttonset {
	width:180px;
	top:315px;
	left:36px;
	position:absolute;
}

#cuponC #buttonset A {
	display:block;
	margin-top:1px;
	width:149px;
}

#cuponC #shopo {
	position:absolute;
	top:432px;
	left:10px;
}

#cuponD {
	position:absolute;
	background:url(bg_cupon-med.gif) top no-repeat;
	top:25px;
	left:535px;
	width:192px;
	height:295px;
}

#cuponD #shopo {
	position:absolute;
	top:301px;
	left:10px;
}

#cuponE {
	position:absolute;
	background:url(bg_cupon-largoB.gif) top no-repeat;
	top:25px;
	left:535px;
	width:192px;
	height:346px;
}

#cuponE #price1 {
	position:absolute;
	top:87px;
	left:10px;
	text-align:center;
	width:170px;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
}

#cuponE #price2 {
	position:absolute;
	top:205px;
	left:35px;
	color:#e51519;
	font-size:13px;
	font-weight:bold;
}

#cuponE #price2 EM {
	font-style:normal;
	font-size:17px;
}

#cuponE #shopo {
	position:absolute;
	top:309px;
	left:5px;
}


#footer {
	height:30px;
	width:535px;
	margin-left:210px;
	clear:both;
	margin-top:20px;
	background:url(round_top_OLD.gif) no-repeat;
}

#home #tickers {
	padding:0px;
	margin:0px;
	margin-left:1px;
}

#home .ticker {
	float:left;
	padding:0px;
	margin-right:5px;
}

