/* 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, h1 span, h2, h3, .tel, .adr, .validate, #youtube, #amazon-wishlist, #curriculum { display: none; } /* nananina */

   
   
   
   h1 {
     position: absolute; bottom: 0; left: 0;
     width: 503px;
     height: 53px;
     
     margin: 0 0 5.7em 3.1em; 
     padding: 0;
     
     font-size: 1em;
     
     background-image: url(../images/tit-haroldmaduro.png);
     background-position: left top;
	 background-repeat: no-repeat;
     
     display: block;
   }



	ul#enlaces {
	  position: absolute; bottom: 0; left: 0;

	  margin: 0 0 3em 3em; 
	  padding: 0;  
	  border: 0;
	  
	  /* background-image: url(../images/ul_background.gif);  */
	  list-style-type: none;
	  font-size: 1em;
	  text-align: center;
	}
	
	body ul#enlaces {
	  /* background-image: url(../images/ul_background.png); */
	}  
	
	
	
	ul#enlaces li {
	  width: 32px;
	  height: 32px;
	  
	  margin: 0 15px 0 0; padding: 0; border: 0;
	  
	  background-position: left top;
	  background-repeat: no-repeat;
	  
	  display: block;
	  float: left;
	}
	
	ul#enlaces li a {
	  width: 32px;
	  height: 32px;
	  
	  color: #ffffdb;
	  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 1em; text-decoration: none; 
	  
	  display: block;
	}
	
	ul#enlaces li a:hover {
	  color: #ff0;
	}
	
	
	ul#enlaces li a span { display: none; }
	
	
	ul#enlaces li#email { background-image: url(../images/icons/email.png);  }
	ul#enlaces li#twitter { background-image: url(../images/icons/twitter.png);  }
	ul#enlaces li#facebook { background-image: url(../images/icons/facebook.png);  }
	ul#enlaces li#linkedin { background-image: url(../images/icons/linkedin.png);  }
	ul#enlaces li#flickr { background-image: url(../images/icons/flickr.png);  }
	ul#enlaces li#slideshare { background-image: url(../images/icons/slideshare.png);  }
	ul#enlaces li#delicious { background-image: url(../images/icons/delicious.png);  }
	ul#enlaces li#youtube { background-image: url(../images/icons/youtube.png);  }
	ul#enlaces li#tumblr { background-image: url(../images/icons/tumblr.png);  }
	ul#enlaces li#posterous { background-image: url(../images/icons/posterous.png);  }
    ul#enlaces li#epiphycorp { background-image: url(../images/icons/epiphycorp.png);  }	
	
	
	
	
	
	
	
	
	
	
/* 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;
}
