.divesunademo {
	text-align: center;
	padding: 0.3em;
	background-color: #aaaaaa;
	width: 100%;
	display:table;
}
.esunademo {
	font-size: 1.1em;
	font-weight: bold;
	color: white !important;
	padding: 1em;
}
.btn-esunademo {
	background-color: white;
	color: #333333;
	border: 1px solid #cccccc;
	padding: 10px 12px;
	font-size: 1em;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	text-transform: uppercase;
	margin: 0.4em;
	display: inline-block;
	vertical-align: middle;
}
.btn-esunademo:hover {
	text-decoration:none;
	background-color: #666666;
	color: white;
}