@CHARSET "UTF-8";
.sgnBotonGde{
	width: 44%;
	background-color: rgb(246, 139, 30);
	padding: 1%;
	margin: 1%;
	text-align: center;
    vertical-align:middle;
	float: left;
	align-items: middle;
	height: 3vw;
}

.sgnBotonGde a{
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3em;
	display: block;	
}

.sgnBotonGde a span{
	 display:inline;
    display:inline-table;
    display:inline-block;
    vertical-align:middle;
    line-height: 20px;
    *margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

.mensajeExito {
	color: #3c763d;
	font-weight: bold;
}