/* The Incredible Stylesheet!
   Now with more Sheetzazz!
   Harold Maduro, 2008
   
   Epiphy loves you.
   Namaste.

--------------------------------------------------------------------------------*/

html, body { width: 100%; height: 100%; }
  
    body {
	  margin: 0; padding: 0;
	  background-color: #333;
	  /*background-image: url(../images/body_background_00.jpg);*/
	  background-repeat: no-repeat;
	  background-position: center center;
    }
    



#content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	
	width: 100%;
	height: 100%;
}

    
    
	h1, h2, h3, .tel, .adr, .validate, #youtube, #amazon-wishlist, #curriculum { display: none; } /* nananina */

	ul#enlaces {
	  position: absolute; bottom: 0; left: 0;
	  width: 100%;
	  margin: 0 0 3em 0; padding: 0.2em 0; border: 0;
	  background-image: url(../images/ul_background.gif);
	  list-style-type: none;
	  text-align: center;
	}
	
	body ul#enlaces {
	  background-image: url(../images/ul_background.png);
	}  
	
	ul#enlaces li {
	  margin: 0 2em 0 0; padding: 0; border: 0;
	  display: inline;
	}
	
	ul#enlaces li a {
	  color: #ffffdb;
	  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 1em; text-decoration: none; 
	}
	
	ul#enlaces li a:hover {
	  color: #ff0;
	}
	
	
	
	
/* Page Background / Foton
--------------------------------------------------------------------------------*/

#page_background {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	
	width: 100%;
	height: 100%;
	
	background-color: #000;
	background-position: left top;
	background-repeat: no-repeat; 
}

#elFoton {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	
	background-position: left center;
	background-repeat: no-repeat;
	
	display: block;
}