HTML		{ overflow-y: auto;}
HTML, BODY	{ width:100%; height: 100%; font-family: Helvetica, Arial; font-size: 13px; COLOR: #454545; background: #E1DCBA; margin: 0px;  }
IMAGE 		{ BORDER: 0px;}

A:link      {BACKGROUND: none; COLOR: #002F49; TEXT-DECORATION: none; }
A:active    {BACKGROUND: none; COLOR: #002F49; TEXT-DECORATION: none; }
A:visited   {BACKGROUND: none; COLOR: #002F49; TEXT-DECORATION: none; }
A:hover     {BACKGROUND: none; COLOR: #002F49; TEXT-DECORATION: underline; }

.mano 		{ cursor:hand; /*cursor:pointer;*/ }


/* ESTRUCTURA */
#web 	  	   { width:100%; height: 100%; background: transparent url(imagenes/caradefuego.jpg) no-repeat left; } 
#pagina	  	   { width:100%; height: 100%; background: transparent url(imagenes/pie4.png) repeat-x center bottom; } 

#cabecera	    	{ width:100%; height: 25%; float:left; position: relative; z-index: 2000; } 
	#logo			{ width:80%; float:right; position: relative; top: -40px; text-align: center;} 
	
#principal	    { width:65%; height: 55%; float:left; position: relative; margin-left: 30%; margin-right: 10%; text-align: justify; font-size: 14px; font-weight: normal; color: #454545; z-index: 2000; } 
#principal a:hover   { TEXT-DECORATION: none; color: #ADD600; } 
	

#pie		 { width:100%; height:20%; float:left; position: relative; bottom: 0px; z-index: 1000; } 

#reproductor { position: absolute; right: 60%; bottom: 0px; z-index: 1000; } 

		#facebook			{ position: absolute; width:64px; height:64px; right: 5%; bottom: 20px; background: transparent url(imagenes/facebook.png) no-repeat bottom right; cursor:pointer; cursor: hand; } 
			#facebook:hover	{ background: transparent url(imagenes/facebook_hover.png) no-repeat bottom right;} 
			
		#myspace			{ position: absolute; width:64px; height:64px; right: 15%; bottom: 20px; background: transparent url(imagenes/myspace.png) no-repeat bottom right; cursor:pointer; cursor: hand; } 
			#myspace:hover	{ background: transparent url(imagenes/myspace_hover.png) no-repeat bottom right;} 
			
		#spotify			{ position: absolute; width:129px; height:70px; right: 25%; bottom: 15px; background: transparent url(imagenes/spotify.png) no-repeat bottom right; cursor:pointer; cursor: hand; } 
			#spotify:hover	{ background: transparent url(imagenes/spotify_hover.png) no-repeat bottom right;} 

		#disco		{ position: absolute; width:134px; height:70px; right: 40%; bottom: 15px; background: transparent url(imagenes/nuevodisco.png) no-repeat bottom right; cursor:pointer; cursor: hand; }
			#disco:hover	{ background: transparent url(imagenes/nuevodisco_hover.png) no-repeat bottom right;} 
			
		#masculina		{ float:left; position: relative; width:350px; height:75px; background: transparent url(imagenes/masculina.jpg) no-repeat bottom left; cursor:pointer; cursor: hand; display: none; }
			
