﻿/* Basic Elements * position: absolute; top: 270px; left: 650px;         position: absolute; left: 0;       position: absolute; top: 0; left: 0;/
ul li { list-style: none; }

/*
=================================== Horizontal Navigation ================================*/
#hnav { cursor:pointer; padding:0px 0px 0px 0px; text-align:center; position:relative;   background: url('Images/horiz_sprites3.gif') no-repeat; list-style-type: none }
#hnav li { text-align:center; float:left; position:relative;  height: 75px; list-style-type: none }
	#hnav #hnavHome { width: 110px;   }
	#hnav #hnavBiografia { width: 155px;  }
	#hnav #hnavConciertos{ width: 180px;  }
	#hnav #hnavMedia { width: 95px;  }
	#hnav #hnavContacto { width: 165px;  }
#hnav li a {text-align:center; float:left;    position:relative;   height: 75px;  }


