﻿	.alert-box {
		color:#555;
		border-radius:10px;
		font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
		padding:10px 36px;
		margin:10px;
	}
	.alert-box span {
		font-weight:bold;
		text-transform:uppercase;
	}
	.errormessageinfo {
		background:#ffecec url('/Images/error.png') no-repeat 10px 50%;
		border:1px solid #f5aca6;
	}
	.successinfo {
		background:#e9ffd9 url('/Images/success.png') no-repeat 10px 50%;
		border:1px solid #a6ca8a;
	}
	.warninginfo {
		background:#fff8c4 url('/Images/warning.png') no-repeat 10px 50%;
		border:1px solid #f2c779;
	}
	.noticeinfo {
		background:#e3f7fc url('/Images/notice.png') no-repeat 10px 50%;
		border:1px solid #8ed9f6;
	}


/*Estilos para el cuadro de espera */
.loading-background {
	background: none repeat scroll 0 0 rgba(230, 230, 230, 0.5);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999998;
	-webkit-overflow-scrolling: touch;
}

.loading-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	height: 55px;
	left: 46%;
	margin-left: -50px;
	margin-top: -50px;
	position: fixed;
	top: 51%;
	width: 240px;
	z-index: 9999999;
}

.loading-image {
	height: 24px;
	left: 46%;
	margin-left: -42px;
	margin-top: -32px;
	position: fixed;
	top: 51%;
	width: 24px;
	z-index: 9999999;
}

.loading-text {
	background-color: #FFFFFF !important;
	border-radius: 5px;
	border: solid;
	border-color: black;
	border-width: thin;
	display: block;
	height: 55px;
	line-height: 58px;
	padding: 0px;
	text-align: center;
	padding-left: 20px;
	width: 260px;
}

