/* Reseteando :) */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/* Fin del reseteo x) */

body{
	background:#dceae7;
}

#nav{
	width:500px;
	margin-top:1;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#nav ul{
	list-style:none;
	width:500px;
	height:40px;
}
#nav ul li{
	float:left;
}
#nav a{
	text-indent:-9999px;
	height:40px;
	background:url(images/menu-css.png) no-repeat;
	display:block;
}

a#ajax{
	background-position:0 0;
	width:68px;
}
a#css{
	background-position:-68px 0;
	width:52px;
}
a#js{
	background-position:-120px 0;
	width:106px;
}
a#jQ{
	background-position:-226px 0;
	width:86px;
}
a#php{
	background-position:-312px 0;
	width:62px;	
}
a#wp{
	background-position:-374px 0;
	width:126px;
}
a:hover#ajax{
	background-position:0 -40px;
}
a:hover#css{
	background-position:-68px -40px;
}
a:hover#js{
	background-position:-120px -40px;	
}
a:hover#jQ{
	background-position:-226px -40px;
}
a:hover#php{
	background-position:-312px -40px;
}
a:hover#wp {
	background-position:-374px -40px;
}
