/* --
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;
}

: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;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/*===========================================================================*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #2B2B2B;
	color: #333;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #08C;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

/*LAYOUT*/

#pagina_ext {
	padding: 10px 0;
	background: #FFF;
}

#pagina {
	position: relative;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#cabeza {
	width: 960px;
	height: 50px;
	background: #FFF200 url(../img/head.png) no-repeat;
}

#cabeza a {
	display: block;
	position: absolute;
	top: 10px;
	left: 850px;
	z-index: 1;
	width: 97px;
	height: 30px;
}

	#cabeza a span {
		display: none;
	}
	
	#cabeza h1 {
		display: none;
	}

#nav {
	width: 150px;
	margin-top: 20px;
	float: left;
}
	
	#nav li {
		margin-bottom: 5px;
	}
	
	#nav a {
		display: block;
		width: 144px;
		height: 15px;
		padding: 6px 0 4px 6px;
		text-decoration: none;
		font: 18px/15px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		/*line-height: 15px;*/
		color: #000;
		background: url(../img/btnav.png) 0 200px no-repeat;
	}
	
	#nav a:hover, #nav a.hover {
		background-position: 0 0;
		color: #666;
	}
	
	#nav a.curr {
		padding-left: 4px;
		border-left: 2px solid #08C;
	}
	
	li#nav_inicio,
	li#nav_touch,
	li#nav_imac {
		margin-bottom: 20px;
	}
	
	#inicio #nav_inicio a,
	#shuffle #nav_shuffle a,
	#nano #nav_nano a,
	#classic #nav_classic a,
	#touch #nav_touch a,
	#imac #nav_imac a,
	#book #nav_book a,
	#bookair #nav_bookair a,
	#bookpro #nav_bookpro a{
		background-position: 0 -25px;
		color: #FFF;
		cursor: default;
	}
	
#contenido {
	float: left;
	display: inline;
	width: 640px;
	overflow: hidden;
	margin-left: 10px;
	padding: 20px 0;
}

#accesorios {
	display: inline;
	float: right;
	width: 150px;
	padding: 20px 0;
}
	
	#accesorios dl {
		width: 150px;
		background: url(../img/relacionados_bg.gif) repeat-y;
	}

	#accesorios dt {
		width: 150px;
		height: 22px;
		padding-top: 2px;
		text-align: center;
		background: url(../img/relacionados.gif) no-repeat;
		color: #FFF;
	}
	
	#accesorios dd {
		display: block;
		width: 140px;
		padding: 5px 5px 15px 5px;
		overflow: hidden;
		text-align: center;
		font-size: 9px;
		line-height: 11px;
	}
	
		#accesorios dd img {
			display: block;
		}
	
	.accebot {
		padding-bottom: 5px;
		background: url(../img/relacionados_bot.gif) 0 100% no-repeat;
	}

#pie_ext {
	padding: 15px 0;
	background: url(../img/botshadow.png) top repeat-x;
}

#pie {
	width: 960px;
	margin: 0 auto;
}

	#pie p {
		text-align: right;
		font-size: 11px;
		color: #999;
	}
	
		#pie p a {
			color: #CCC;
		}
		
		#pie p strong {
			color: #CCC;
		}

/*IMAGENES*/
.btbuy {
	display:block;
	width: 80px;
	height: 26px;
	margin-left: auto;
	background: url(../img/btbuy.gif) no-repeat;
}

.btbuy:hover {
	background-position: 0 -26px;
}
	
	.btbuy span {
		display: none;
	}

#foto {
	margin-bottom: 15px;
}

#foto .btbuy {
	margin-bottom: 10px;
}

/*GALERIA*/

#galeria {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
	
	#galeria .nota {
		padding: 0 10px;
		font-size: 11px;
		color: #999;
	}

	#galeria .fila {
		width: 100%;
		clear: both;
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	#galeria .fila a {
		position: relative;
		display: block;
		float: left;
	}
	
		#galeria .fila img {
			float: left;
		}

/*PESTAÑAS*/
ul.tabs {
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	margin-bottom: 15px;
	background: url(../img/dotgrey.gif) 0 20px repeat-x;
}

	ul.tabs li {
		display: block;
		float: left;
		margin: 0 10px;
		font-size: 15px;
		color: #999;
	}
	
		ul.tabs a {
			display: block;
			padding-bottom: 3px;
			text-decoration: none;
		}
		
		ul.tabs a:hover {
			border-bottom: 3px solid #08C;
			text-decoration: none;
		}
		
.tabs a.tabon, .tabs a.tabon:hover {
	border-bottom: 3px solid #999;
	color: #999;
	cursor: default;
}

#descripcion {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 0 10px;
}

#caracteristicas {
	margin-bottom: 15px;
	padding: 0 10px;
}
	
	#caracteristicas ul {
		width: 480px;
	}
	
	#caracteristicas li {
		margin: 5px 0;
		padding-left: 10px;
		background: url(../img/bullc.gif) no-repeat;
	}
	
/*==================================================*/
/*SECCIONES ESPECIFICAS*/
/*==================================================*/

/*GENERAL*/

#porquemac_ext {
	margin-bottom: 20px;
}

	#porquemac_ext h2 {
		width: 100%;
		height: 30px;
		background: url(../img/porquemac.png) no-repeat;
	}
	
		#porquemac_ext h2 span {
			display: none;
		}

#porquemac {
	display: none;
	width: 620px;
	padding: 0 10px;
	overflow: hidden;
	background: #FFF url(../img/porquemac_bot.gif) 0 100% no-repeat;
	color: #666;
}

#intro {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}

#intro h3 {
	padding-top: 20px;
	font: bold 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000;
}

#intro h4 {
	font: bold 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #666;
}

#ilife {
	width: 400px;
	float: left;
}

	#ilife dd {
		width: 300px;
		margin: 10px 0;
		padding-left: 100px;
		overflow: hidden;
		font-size: 11px;
		line-height: 14px;
	}
	
		#ilife dd h3 {
			font: bold 14px "Myriad Pro", Arial, Helvetica, sans-serif;
			color: #333;
		}
		
		#ilife dd img {
			float: left;
			margin-left: -100px;
		}

#beneficios {
	width: 210px;
	float: right;
}

	#beneficios dd {
		width: 140px;
		margin: 10px 0;
		padding-left: 70px;
		overflow: hidden;
		font: 11px/14px Arial, Helvetica, sans-serif;
	}
	
	#beneficios dd img {
		float: left;
		margin-left: -65px;
	}

	#beneficios dd h4 {
		font-size: 12px;
		font-weight: bold;
		color: #333;
	}
	
#cabeza h2 {
	width:670px;
	height:50px;
	margin-left: 170px;
	text-indent: -9999px;
	background-position: 0 12px;
	background-repeat: no-repeat;
}

#shuffle #cabeza h2 { background-image:url(../img/shuffle_tit.png) }
#nano #cabeza h2 { background-image:url(../img/nano_tit.png) }
#classic #cabeza h2 { background-image:url(../img/classic_tit.png) }
#touch #cabeza h2 { background-image:url(../img/touch_tit.png) }
#imac #cabeza h2 { background-image:url(../img/imac_tit.png) }
#book #cabeza h2 { background-image:url(../img/book_tit.png) }
#book #cabeza h2 { background-image:url(../img/book_tit.png) }
#bookair #cabeza h2 { background-image:url(../img/bookair_tit.png) }
#bookpro #cabeza h2 { background-image:url(../img/bookpro_tit.png) }

/*tables de compra*/

.comprar_int table td {
	padding: 4px 10px;
}

.comprar_int .nota {
	font-size: 9px;
	color: #999;
}

.tbbuy {
	margin-bottom: 10px;
}

.tbbuy td {
	padding: 2px 1px;
	text-align: center;
	border-bottom: 1px solid #DDD;
}

a.radio {
	display: block;
	width: 100%;
	height: 16px;
	text-indent: -9999px;
	font-size: 9px;
	line-height: 9px;
	background: url(../img/radio.gif) 50% 0 no-repeat;
}

a.radio:hover {
	background-position: 50% -16px;
}