/* CSS mapa */

body {

	background-attachment: fixed;
	background-repeat: repeat;
    background-position: center;
    background-size:auto;
    width:990px;
	height:1000px;
	position: center;
    top: 90px;
    padding: 0px;
    margin:0px auto 0px auto;
	background-position: center top;
    background-color: rgba(235, 101, 84, 0.79);
}




article nav ul li a {
    margin-top: 180px;
    margin-left: 50px;
    font-size: 20pt;
    text-decoration: none;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    color: #fff;
    background-color: rgb(67, 187, 185);
    padding: 2px;

}

ul{
    list-style: none;
}



article nav ul li a:hover {
    color: rgb(235, 101, 84);

}