.enmig {
/*	border: 1px solid #f00; */
	width: 97%;
	height: 100%;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	top: 50%;
}
.enmig a {
	min-width: 100px;
	min-height: 30px;
	cursor: pointer;
	outline: none;
	padding: 1em;
	background: #246fb4;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
.enmig a:hover {
	color: #246fb4;
	background: #fff;
	border: 2px solid #246fb4;
}