ul{
list-style-type: none;
margin: 10px;
	padding: 5px;
}
li{
display: inline;
}
a{
	color: white;
	font-family: helvetica;
	text-decoration: none;
	font-size: 2em;	
	padding: 15px;
	background-color: white; 
	display: block ;
	float: left;
		border-bottom-width: 3px;
		border-bottom-color: black;
		border-bottom-style: solid;
    		border-top-width: 3px;
    		border-top-style: solid;
    		border-top-color: black;
    			border-right-width: 3px;
    			border-right-style: solid;
    			border-right-color: black;
}
a:hover{
	background: black;
	font-size: 2em;

}
div{
	border: 1px dashed #123;
	height: 120px;
	width: 120px;
	background-color: #f2f1ee;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
	}
body {
	background-image: url(imagenes/daniela.jpg);
	
}