a:hover
{
    background-color: lightblue;
    font-size: 2em;
    color: rgb(255,255,255);

}
h1{
  color: #aacc22;
   font-size: 4em;
  
}
p{
  color: white;
  font-size: 2em;
}
body{
    background-image: url(images/Fondo.jpg);
    background-size: cover;
    
  
}
ul
{
	list-style-type: none; 
    background: blue;  
    margin: 0px;
    padding: 0px;
   
    border-left-width: 40px;
    border-left-style: solid;
    border-left-color: rgb(9,9,9);
}
li
{
display: inline;
}
.menu_nav
{
    font-family: helvetica;
    text-decoration: none;
    font-size: 1.5em;
    padding: 25px;
    background-color: lightblue;
    display: block; 
    float: left;
   border:dashed 15px #aacc22;
-moz-border-radius: 75px;
-webkit-border-radius: 75px;
border-radius: 75px;
   
}
#inicial
{
border:dashed 15px #aacc22;
-moz-border-radius: 75px;
-webkit-border-radius: 75px;
border-radius: 75px;
}

                                                                                                                    