/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body, html {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background:#dadada;
}

STRONG {
	font:12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;	
	text-transform:uppercase;
	font-weight:bold;
	color:#3266cc;
}

#pagewidth {
	width:960px;
	height:636px;
	margin:0px auto 0px auto;
	background:url(bg_general.gif) no-repeat;
	position:relative;
}

#header {
	overflow:hidden;
	width:720px;
	position:absolute;
	top:30px;
	left:24px;
	height:50px;
}

	#shopo {
		position:absolute;
		top:25px;
		left:360px;
		background:url(garantia_shopo.gif) no-repeat;
		width:161px;
		height:22px;
		text-indent:-1500px;
		overflow:hidden:
	}
	
	#garantias {
		position:absolute;
		top:25px;
		left:545px;
	}

#menu {
	position:absolute;
	top:90px;
	left:10px;
	width:735px;
	height:36px;
	background:url(bg_menu.gif) no-repeat;
}

	#menu ul li {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		font:15px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		text-align: center;
		font-weight:bold;
	}
	
	#menu a {
		color: #FFF;
		text-decoration: none;
		display: block;
		height:29px;
		padding-top:7px;
		text-align:center;
	}
	
	#menu a.turboclean { width:108px; }
	#menu a.salud {	width:74px; }
	#menu a.funciones { width:95px; }
	#menu a.detalles { width:84px; }
	#menu a.accesorios { width:97px; }
	#menu a.compra { width:141px; }
	#menu a.datos { width:136px; }
	

	#menu a.turboclean:hover, #menu a.turboclean.active { background:url(m_turboclean.gif) no-repeat; }
	#menu a.salud:hover, #menu a.salud.active { background:url(m_salud.gif) no-repeat; }
	#menu a.funciones:hover, #menu a.funciones.active { background:url(m_funciones.gif) no-repeat; }
	#menu a.detalles:hover, #menu a.detalles.active { background:url(m_detalles.gif) no-repeat; }
	#menu a.accesorios:hover, #menu a.accesorios.active { background:url(m_accesorios.gif) no-repeat; }
	#menu a.compra:hover, #menu a.compra.active { background:url(m_compra.gif) no-repeat; }
	#menu a.datos:hover, #menu a.datos.active { background:url(m_datos.gif) no-repeat; }
	
#content {
	width:720px;
	position:absolute;
	top:140px;
	left:26px;
}

