body {
background:url(../images/logotipo.jpg) no-repeat;  
	
    }
	
#global {
      float:left;
	  padding: 80px 5px 5px 0px ;
	  }	

	
	#global h1 {
	font: 20px "arial", sans-serif;
	font-weight: bold;
	color:#000000;
		}	
	
	#global h1 a {
	color:#000000;
	text-decoration: none;
}
#global h1 a:hover {
	color:#0033CC;
	text-decoration: none;
}
	
	
#nav {
  font: 20px "arial", sans-serif;
	font-weight: bold;
	color:#000000;
}
#nav ul {
margin-left:10px;
padding-left:0px;
}
#nav li {
list-style: none;
padding-bottom: 20px;
  
}
#nav a {
  color:#000000;
	text-decoration: none;
	}	
	
	#nav a:hover {
  color:#FF0000;
	text-decoration: none;
}	
	
