
html { 
	background: url(../img/fondo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.menu {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 1%;
	width: 50%;
	margin-left: 45%;
	margin-top: 5%;
	border-radius: 30px;
	margin-bottom: 5%;
}

.item {
	background-color: rgba(255, 255, 255, 1);
	color: black;
	width: 90%;
	height: 10%;
	margin: 2.5%;
	padding: 2.5%;
	border-radius: 20px;

}
.item>p{
	font-family: roboto;
	font-size: 150%;	
	text-align: center;
	
}
a:link, a:visited{  
text-decoration:none;  
} 