@charset "utf-8";
.enlaces *{
	font-family:Verdana;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
.enlaces img{
	margin: 1em;
}
.enlaces a:hover{
	text-decoration:underline;
}

