/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}
/*=======================================================================*/
/*ESTILOS*/
body {
	width: 100%;
	font: 10pt Arial, Helvetica, sans-serif;
	background: url(../img_inimercado/portada_blanco_bg.gif) center repeat-y;
}

/*PORTADA*/
#portada {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

/*CABEZA*/
#cabeza {
	position: relative;
	width: 100%;
	height: 90px;
	background: url(../img_inimercado/cabeza_bg.gif) repeat-x;
}

	#cabeza h1 {
		width: 180px;
		height: 50px;
		margin-left: 20px;
	}
	
		#cabeza h1 a {
			display: block;
			width: 100%;
			height: 100%;
			background: url(../img_inimercado/logoexito.gif) no-repeat;
		}
		
		#cabeza h1 span {
			display: none;
		}

/*NAV PPL*/
#nav {
	position: absolute;
	left: 164px;
	top: 58px;
	padding-left: 2px;
	background: #FFF;
}
	
	#nav li {
		float: left;
		margin-right: 2px;
	}
	
	#nav li a {
		display: block;
		float: left;
		height: 23px;
		background: url(../img_inimercado/nav_ppl.gif) no-repeat;
	}
	
		#nav li a span {
			display: none;
		}
	
li#inicio a {
	width: 73px;
	background-position: 0 0;
}

li#inicio a:hover {
	background-position: 0 -23px;
}

li#entretenimiento a {
	width: 107px;
	background-position: -73px 0;
}

li#entretenimiento a:hover {
	background-position: -73px -23px;
}

li#hogar a {
	width: 73px;
	background-position: -180px 0;
}

li#hogar a:hover {
	background-position: -180px -23px;
}

li#mercado a {
	width: 101px;
	background-position: -253px 0;
}

li#mercado a:hover, #inimercado #mercado a {
	background-position: -253px -23px;
}

li#tarjeta a {
	width: 91px;
	background-position: -354px 0;
}

li#tarjeta a:hover {
	background-position: -354px -23px;
}

/*BANNER_SUP*/
#banner_sup {
	margin-bottom: 15px;
}

/*CIUDADES*/
#ciudades {
	float: left;
	width: 150px;
}

	#ciudades dt {
		padding: 5px 20px;
		text-align: center;
		font-size: 12pt;
		font-weight: bold;
		background: #FFF200 url(../img_inimercado/ciudades_top.gif) top no-repeat;
	}
	
	#ciudades dd {
		padding: 3px;
		border-bottom: 1px solid #DDD;
		font-size: 11pt;
	}
	
	#ciudades button {
		width: 150px;
		height: 25px;
		border: none;
		text-align: center;
		background: #E3001B url(../img_inimercado/btn_seguir.png) no-repeat;
		color: #FFF;
		cursor: pointer;
	}
	
	#ciudades button:hover {
		background-position: 0 -25px;
	}
	
/*CONTENIDO*/
#contenido {
	float: right;
	width: 600px;
}

/*ANUNCIOS*/
#anuncios {
	width: 600px;
	height: 320px;
}

/*BANNER_INF*/
#banner_inf {
	margin-top: 15px;
}

#domicilios {
	width: 600px;
	height: 60px;
	background: url(../img_inimercado/domicilios.png) no-repeat;
}

	#domicilios p {
		display: none;
	}

/*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;
	}