/*
 *
 * Zeroing off browser defaults
 */
	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
		margin: 0;
		padding: 0;
		border: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
		list-style-type: none;
		list-style-image:none;
		list-style-position:inside;
		}
		
/*
 *
 * Default properties
 */
 	html, body  {
	 	height:100%;
 	}
 	
 	body {
 		
 		/*background-color: #f8f8f8;*/

 		color: #323232;
 		
 		line-height: 1.7em;
 		
 		font-size: 0.7em;
 		
 		font-family: Helvetica, Arial, sans-serif;

 	}
 	
 /*
  *
  * Text: typo, paragraphs, colors, etc
  */
  	a {
  		color: #879d2e;
  		text-decoration:none;
  		padding:.1em;
  	}
	a:hover {
  		border-bottom: 1px solid #879d2e; 	
	}

  	ul.address, div.vcard {
  		
  		color: #555;
  		
  		margin-top: 1em;
  		
  	}
  		ul.address li, div.vcard p {

  			text-indent: 1em;
  			border-left:5px solid #b5b5b5;

  		}
  		div.adr .fn {font-weight:bold;}
  		
  		ul.deprecated li {
  		  text-decoration:line-through;
  		  color:#bbb;
  		  border-color:#bbb;
  		}
  	
  /*
   *
   * Layout elements
   */

  	.wrapper {
  		
  		width:600px;
  		
  		height:100%;
  		
  		bottom:0;
  		
  		padding: 20px;	

 		background-color: #fff;
 		
 		/*border-right:1px solid #ddd;*/
 		
  	}
  	
  	h1 {
  	
  		display:block;
  	
  		width:400px;
  	
  		height:162px;
  	
  		text-indent: -10000em;
  	
  		background:transparent url('../_img/logo-jose.gif') no-repeat center center;
  	
  	} 
   
   .note {
   
   		margin:0 0 4em 150px;
   		
   		padding: 2em;
   		
   		width: 300px;
   		
   		border: 1px dotted #b5b5b5;
   		
   		/*background-color: #efefef;*/
   }
   
   .date {
   
   		display:block;
    
    	background-color:#fff;
   	
   	 	border:1px dotted #b5b5b5;
   	
   		border-bottom:0;
   	
   		height: 2em;
   	
   		width:7em;
   	
   		margin-top:-4em;
   	
   		margin-left:-1em;
   	
   		margin-bottom:2em;
   	
   		text-align:center;
   		
   		color: #a5a5a5;
   		

   }
   
   .sticky {
   		
   		background-color: #f5f5f5;
   		
   		color: #1d1d1d;
   		
   }

   