﻿/*estilos de ModalPopup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=30);
	opacity:0.5;
}
.modalBackgroundBlanco {
	background-color:White;
	filter:alpha(opacity=30);
	opacity:0.5;
}

.btnMsje {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #4D6082;
	border-radius: 4px;
	background-color: #4D6082;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

	.btnMsje:focus,
	.btnMsje:active:focus,
	.btnMsje.active:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btnMsje:hover, .btnMsje:focus {
		color: #4D6082;
		text-decoration: none;
		background: #d0dcf2;
	}

.tableMsje {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 268px;
	height: 405px;
}
