.texto{
	font-family: 'Helvetica', 'sans-serif'; 
	letter-spacing: 0.05rem;
}

.boton-icono{
	margin: 0 auto;
	padding: 0px;
	height: 20px;
	font-size: 16px;
	border: 0px;
	cursor: default;
}

.boton-icono-help{
	cursor: help;
}

.z-messagebox {
	margin-right: 12px;
	background-color: #f5f5f5;
	border-radius: 10px 10px 10px 10px;
	padding: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2pxrgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}

.z-messagebox-button {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	font-family: 'Tahoma';
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 10px;
	line-height: 1.5;
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.boton-icono.disabled, .boton-icono[disabled], .boton-icono[disabled]:hover{
	cursor: default !important;
	opacity: 1 !important;
	color: #337ab7 !important;
}

.validar-win > .z-window-header{
		 background: white;
}