#menu {
	width:			315px;
	height:			40px;
	position:		relative;
	top:			-13px;
	left:			360px;
	z-index:		10;
}

.botonesMenu {
	background: 	url('images/buttonBG.png');
	width:			104px;
	height:			39px;
	position:		absolute;
	line-height:	40px;
	text-align:		center;
	font-size:		11px;
	color:			#333;
	font-weight:	bold;
	cursor:			pointer;
}

#botonServicios {
	left:			101px;
}

#botonContacto {
	left:			202px;
}

#menu a {
	text-decoration:	none;
	color:				#333;
}