<!DOCTYPE html>
<html>
<head>
	<title>Estilos</title>
  <link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<style type="text/css">

   
	}
	
	ul{

     list-style-type: none;
     margin: 0;
     padding: 0;
     background: #333;
     overflow: hidden;
	}

   li{
   	 float: left;

}



 li a{
 	text-align: center;
 	padding: 14px 16px;
 	text-decoration: none;
 	color: white;
 	display: inline-block;

 }
  li a:hover{

  	background-color: orange;


  }


  .active{

  	background-color: blue: 
  }


  header{
}


  hr{
    border: solid 5px red;
  }

  

</style>