
html {width: 100%;}





/******** divs q s'amaguen, divs que es mostren ******/


#menu {
    display: none;
	}  

  
#content {
    visibility: visible;
    margin-top: 50px;
  	}
  
  
  
  
/************** basic elements **********/

  
body { 
	margin:0px;
	padding:0px;
	background: #fff;  
	color: #000; 
	font: 12pt times, "times new roman", serif;
	text-align:justify; 
	}

p 	{ 
	margin: 0; 
	line-height:125%;

	}


h1, h2, h3, h4
	{ 
	font-family: helvetica, arial, sans-serif; 
	font-weight:bold;
	}

h1 	{ 
	font-size:10pt; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align:right;
	color:#666;
	}
			
	
h2 	{ 
	font-size:14pt;
	text-transform:uppercase;
	margin-bottom: 5px;
	}
	
h3 	{ 
	font-size:13pt;
	margin-bottom: 0px;
	}

h4 	{ 
	font-size:12pt;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	

a	{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000;
	}
	

a:hover, a:visited 
	{ 
	color: #000;
	}
	
a:active { 
	color: #000;
	}


	


	
	
	