/* CSS Documento para pagina de inicio de exito.com */

/*Reset*/
@import url(reset.css);

html, body{
	width:100%;
}
body{
	background:#fff url('../imagenes/img_inicio/portada_blanco_bg.gif') repeat-y center;; font-style:normal; font-variant:normal; font-weight:normal; font-size:9pt; font-family:Arial, Helvetica, sans-serif
}
a{
	color:#666;
}
a:hover{
	color:#000;
}
.clear{
	clear:both;
}

/*= PAGINA*/
#portada{
	width:760px;
	margin: 0 auto;
	background:#fff;
}

/*=NEGOCIOS*/
#negocios{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #fff;
	background:#ffe800;
}
#negocios ul{
	margin-left:11px;
}
#negocios li{
	float:left;
	border-right:1px solid #aca720;
}
#negocios li a{
	float:left;
	display:block;
	height:17px;
	padding:5px 5px 0 5px;
	text-decoration:none;
	color:#000;
}
#negocios li a:hover{
	padding-top:3px;
	border-top:2px solid #ed1c24;
	background:#fff;
}
#negocios_mas{
	display:none;
	width:100%;
	overflow:hidden;
	clear:both;
	border-top:1px solid #fff;
	background:#ffd409;
}

/*=CABEZA*/
#cabeza{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #fff;
	background:#ffe800;
}
#cabeza h1{
	position:relative;
	float:left;
	width:443px;
	height:80px;
	border-right:1px solid #fff;
	text-indent:-9999px;
}
#cabeza h1 a{
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:250px;
	height:80px;
	text-decoration:none;
	background:#ffe800 url('../imagenes/img_inicio/logo.gif') no-repeat 15px 0;
}
#cabeza h1 a span{
	display:none;
}

/*=INGRESO*/
#ingreso{
	float:left;
	width:316px;
	height:80px;
}
#ingreso form{
	width:312px;
	height:45px;
	padding-left:4px;
	border-bottom:1px solid #fff;
}
#ingreso fieldset{
	display:inline;
	padding-left:1px;
}
#ingreso label{
	display:block;
	width:123px;
	height:14px;
	padding-top:2px;
	color:#7a680d;
}
#ingreso input{
	width:118px;
	height:18px;
	padding-left:5px;
	font:9pt Arial, Helvetica, sans-serif;
	border:1px solid #d9b918;
}
#ingreso button{
	width:44px;
	height:20px;
	border:0px none;
	background:#ed1c24 url('../imagenes/img_inicio/bt_ingreso.gif') no-repeat 0 0;
	color:#fff;
	cursor:pointer
}
#ingreso button:hover{
	background-position:0 -20px;
}
#ingreso ul{
	float:right;
	padding-right:6px;
}
#ingreso li{
	float:left;
	padding:7px 2px 0 0;
}
#ingreso li a{
	display:block;
	width:100px;
	height:17px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	background:#f00 url('../imagenes/img_inicio/bt_ingreso.gif') no-repeat -44px 0;
	color:#fff; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif
}
#ingreso li a:hover{
	background-position:-44px -20px;
}

/*=USUARIO ID*/
#usuario_id {
	padding:4px 5px 0 4px;
	text-align:right;
	font-size:12px;
}
#pagar li a{
	background:#333 url('../imagenes/img_inicio/bt_ingreso.gif') no-repeat -168px 0;
}
#pagar li a:hover{
	background:#000 url('../imagenes/img_inicio/bt_ingreso.gif') no-repeat -168px -20px;
}

/*=AYUDAS*/
#carrito{
	display:block;
	float:left;
	height:15px;
	margin-left: 10px;
	text-decoration: none;
	background:url('../imagenes/img_inicio/carrito.gif') no-repeat 5px 4px;
	color:#000; padding-left:30px; padding-right:5px; padding-top:7px; padding-bottom:3px
}
#carrito:hover{
	background-color:#fff;
}
#ayudas{
	clear: both;
	width:760px;
	overflow:hidden;
	text-align:right;
	border-top:1px solid #fff;
	background:#ffd409;
}
#ayudas ul{
	float:right;
}
#ayudas li{
	float:left;
	border-left:1px solid #aca720;
}
#ayudas li a{
	float:left;
	display:block;
	height:20px;
	padding:5px 8px 0 8px;
	text-decoration:none;
	font-size:10pt;
	color:#000;
}
#ayudas li a:hover{
	padding-top:3px;
	border-top:2px solid #ed1c24;
	background:#fff;
}
#ayudas #chat img{
	padding:0 8px;
	float:left;
}
#ayudas #chat a{
	padding:0;
	height:25px;
}
#ayudas #chat a:hover{
	padding-top:0;
	border:none;
	background:#ff0;
}

/*=NAVEGACION PRINCIPAL*/
#nav_principal{
	width:100%;
	height:35px;
}
#nav_principal ul{
	float:left;
	width:532px;
	padding-left:1px;
	margin:5px 0 0 0;
}
#nav_principal li{
	float:left;
}
#nav_principal a span{
	display:none;
}
#bt_hogar, #bt_entretenimiento, #bt_mercado, #bt_tarjetaregalo{
	display:block;
	height:30px;
	margin:0 3px;
	background:url('../imagenes/img_inicio/bt_principal.gif') no-repeat;
}
#bt_hogar{
	width:78px;
	background-position:0 0;
}
#bt_hogar:hover{
	background-position:0 -30px;
}
#bt_entretenimiento{
	width:170px;
	background-position:-78px 0;
}
#bt_entretenimiento:hover{
	background-position:-78px -30px;
}
#bt_mercado{
	width:101px;
	background-position:-248px 0;
}
#bt_mercado:hover{
	background-position:-248px -30px;
}
#bt_tarjetaregalo{
	width:157px;
	background-position:-349px 0;
}
#bt_tarjetaregalo:hover{
	background-position:-349px -30px;
}

/*=NAVEGACION PRINCIPAL - BUSCAR*/
#nav_principal form{
	float:left;
	width:217px;
	height:31px;
	margin-left:2px;
	background:#ffe800 url('../imagenes/img_inicio/buscar_bg.gif') no-repeat 50% 100%;; padding-left:8px; padding-right:0; padding-top:4px; padding-bottom:0
}
#nav_principal label{
	display:block;
	float:left;
	width:37px;
	padding:7px 5px 0 0;
	color:#7a680d;
}
#nav_principal input{
	float:left;
	width:135px;
	height:18px;
	margin-top:2px;
	padding-left:5px;
	font:9pt Arial, Helvetica, sans-serif;
	border:1px solid #d9b918;
}
#nav_principal button{
	float:left;
	width:24px;
	height:20px;
	border:0px none;
	background:#ed1c24 url('../imagenes/img_inicio/bt_ingreso.gif') no-repeat -144px 0;
	color:#fff;
	cursor:pointer; margin-left:2px; margin-right:0; margin-top:2px; margin-bottom:0
}
#nav_principal button:hover{
	background-position:-144px -20px;
}

/*=BANNER HORIZONTAL*/
#banner_hor{
	width:756px;
	height:40px;
	margin:10px 0 0 4px;
}

#banner_hor img{
	float:left;
}

/*=CUERPO*/
#cuerpo{
	margin-top:10px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #f0f0f0;
	background:url('../imagenes/img_inicio/cuerpo_bg.gif') repeat-y 152px 0;
}

/*=NAVEGACION SECCIONES*/
#nav_texto{
	float:left;
	width:156px;
	padding-left:4px;
}
#nav_texto h3{
	clear:both;
	width:148px;
	border-top:1px solid #9f9f9f;
	font-size:15px;
	background:#ec2028 url('../imagenes/img_inicio/txtseccion_bg.gif') no-repeat 0 -2px;
	color:#fff
}
#nav_texto h3 a{
	display:block;
	width:122px;
	padding:0 0 2px 26px;
	text-decoration:none;
	color:#fff;
}

/*=CONTENIDO*/
#contenido{
	display:inline;
	float:right;
	width:600px;
	overflow: hidden;
}

/*=ANUNCIOS*/
#anuncios{
	width:600px;
	height:320px;
	background:#fff;
}

/*=DESTACADOS*/
div.destacados{
	margin:10px 0;
	height:80px;
}
div.destacados img{
	float:left;
}

/*=OFERTAS*/
#ofertas_cabeza{
	width:100%;
	overflow:hidden;
	background:#ffe800 url('../imagenes/img_inicio/ofertas_tit_bg.gif') no-repeat;
}
#ofertas_cabeza h2{
	float:left;
	width:400px;
	height:25px;
	padding:2px 0 0 30px;
	font-size:15pt;
}
#ofertas_cabeza h2 span{
	color:#ec2028;
}
#ofertas{
	margin-top:10px;
	background:url('../imagenes/img_inicio/ofertas_bg.gif') repeat-y;
}
.producto{
	float:left;
	width:150px;
	padding-bottom:15px;
	text-align:center;
}
.imgprod{
	width:150px;
	height:150px;
	background:#fff;
}
.producto h5{
	font-weight:normal;
}
.producto h5 a{
	text-decoration:none;
}
.producto h5 a:hover{
	color:#000;
}
.carro_ico{
	width:16px;
	height:16px;
}
.producto .precio{
	font-size:9pt;
	color:#ec2028;
}
.producto form, .producto input{
	display:inline;
	text-align: center;
}
.producto input.cant{
	width:20px;
	height:16px;
	border:1px solid #ddd;
	text-align:center;
	font-size:8pt;
}
.separador{
	clear:both;
	width:600px;
	height:3px;
	border-top:1px solid #e5e5e5;
	background:#fff;
}

/*=ANUNCIO CLIENTES*/
#anuncio_clientes{
	width:600px;
	
	margin:10px 0;
	background:#fff;
}

/*=PIE*/
#pie{
	width:100%;
	overflow: hidden;
	border-bottom:1px solid #e5e5e5;
	background:url('../imagenes/img_inicio/pie_bg.gif') repeat-y;
}
#pie_banners{
	float:left;
	width:190px;
}
#pie_banners img{
	float:left;
}
#pie .pie_col{
	float:left;
	width:170px;
	padding:5px 10px;
}
#pie li a{
	display:block;
	width:163px;
	text-decoration:none;
	background:url('../imagenes/img_inicio/txtseccion_bg.gif') no-repeat -22px -52px;; padding-left:7px; padding-right:0; padding-top:2px; padding-bottom:2px
}
#pie li a:hover{
	background-color:#ffe800;
	background-position:-230px -52px;
}

/*=FORMAS PAGO*/
#formas_pago{
	overflow:hidden;
	width:759px;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	color:#666;
}
#formas_pago h4{
	padding:5px;
	font-size:11pt;
	background:#e5e5e5;
}
#logos {
	float:left;
	width:590px;
	margin-right:10px;
	padding:5px 10px 0 10px;
	border-right:1px solid #e5e5e5;
}
#verisign{
	float:left;
	width:90px;
	height:50px;
	margin-top:30px;
}

/*=REMATE*/
#remate{
	width:760px;
	margin:20px auto 0 auto;
	font-size:9pt;
	background:#333;
	color:#fff;
}
#remate h3{
	padding:5px 5px 5px 10px;
	font-size:1.1em;
	font-weight:bold;
	background:#000;
}
#remate p{
	padding:3px 5px 3px 10px;
	border-bottom:1px solid #222;
}
#remate strong{
	color:#aaa;
}
#remate a{
	color:#fff;
}
#remate a:hover{
	color:#fff200;
}

/*=========================
=SUPERFISH MENU
=========================*/
.sf-menu{
	/*line-height:1.0;*/
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:148px; /* left offset of submenus need to match (see below) */
	border:1px solid #d5d5d5;
	border-bottom:none;
}
.sf-menu ul li{
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li{
	float:left;
	position:relative;
	border-bottom:1px solid #f0f0f0;
}
.sf-menu ul li{
	border-bottom:1px solid #d5d5d5;
}
.sf-menu a{
	display:block;
	position:relative;
	width:140px;
	padding:3px 3px 3px 5px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
	left:0;
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul{
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:148px; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul{
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul{
	left:148px; /* match ul width */
	top:0;
}

/*** DEMO SKIN ***/
.sf-menu{
	float:left;
	margin:1px 0 10px 0;
}
.sf-menu a{
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	background:#fff;
}
.sf-menu li li {
	background:#fff;
}
.sf-menu li li li {
	background:#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#ffe800;
	color:#000;
	outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:5px;
	top:5px; /* IE6 only */
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../imagenes/img_inicio/flechas.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:5px;
	background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	148px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	148px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; /* background-position: 0 0; */ } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}