body{
	background-image: url(imagenes/paco.jpg);
	background-repeat: no-repeat;
	background-size: 1400px 700px;
}
h1{
	font-family: "AR CENA";
	font-size:  30px;
	color: rgb(145,246,22);
}
ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
li{
	display: inline;
}
a{
	font-family: helvetica;
	font color: white;
	text-decoration: none;
	font-size: 1.5em;
	background-color: orange;
	padding: 25px;
	display: block;
	float: left;
	border-bottom-width: 3px;
	border-bottom-color: pink;
	border-bottom-style: solid;
	border-right: 3px red solid;
	border-top: 3px pink solid;
}


a:hover{
	background-color: rgb(145,246,22));
    color: rgb(145,246,22);
    border-bottom: 10px black solid;
}

