/* Reset v1.0 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0; 
	padding: 0;
	background-color:#171a21;
}

body {
	display: table; 
	height: 100%; 
	width: 100%; 
	text-align: center/*for IE5 win*/;
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-weight:normal;
	margin-top:100px;
}

img {
	outline:none;
	border:none;
}

a {
	outline:none;
	border:none;
}

#wrapper {
	display: table-cell;
}

#centered {
	width:900px;
	margin: 0 auto;
}

#hme-logo {
	margin-bottom:60px;
}

.section {
	width:130px;
	height:130px;
	float:left;
	cursor:pointer;
}

#tienda {
	background-image: url(../images/tienda.png);
	margin-left:146px;
	margin-right:41px;
}

	#tienda:hover {
		background-position:130px 0px;
	}
	
	#tienda.active {
		background-position:130px 0px;
	}

#servicio {
	background-image: url(../images/servicio.png);
	margin-right:31px;
}

	#servicio:hover {
		background-position:130px 0px;
	}
	
	#servicio.active {
		background-position:130px 0px;
	}

#download {
	background-image: url(../images/download.png);
	margin-right:16px;
}

	#download:hover {
		background-position:130px 0px;
	}
	
	#download.active {
		background-position:130px 0px;
	}

#e-mail {
	background-image: url(../images/e-mail.png);
}

	#e-mail:hover {
		background-position:130px 0px;
	}
	
	#e-mail.active {
		background-position:130px 0px;
	}
	
.content {
	float:left;
}
	
#tiendaContent {
	margin-left:146px;
}

	#tiendaBody {
		color:#bd235d;
		width:240px;
	}

#servicioContent {
	margin-left:316px;
}

	#servicioBody {
		color:#86b83c;
		width:220px;
	}

#downloadContent {
	margin-left:495px;
}

	#downloadBody {
		color:#00709f;
		width:220px;
	}

#emailContent {
	margin-left:638px;
}

	#emailBody {
		color:#eecd00;
		width:260px;
	}

p.sectionTitle {
	margin-top:25px;
	display:block;
	text-align: left;
	margin-left:20px;
	width:290px;
	color:#fff;
	font-size:0.8em;
	letter-spacing: 0.1em;
	font-weight:normal;
	text-transform: uppercase;
	margin-left:22px;
}

p.sectionBody {
	margin-left:22px;
	margin-top:20px;
	text-transform:none;
	line-height:130%;
}

a.linkHME {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

a.linkHME:hover {
	text-decoration: underline;
}

.icon {
	vertical-align:middle;
}