@charset "utf-8";
/* CSS Document */

.black_overlay { /* afuera: la parte oscura */   
	display: none;   
	position: fixed;   
	left: 0; top: 0;   
	width: 100%;   
	height: 100%;   
	background-color: black;
	-moz-opacity: 0.3;
	opacity: .75; /* opacidad para Firefox */   
	filter: alpha(opacity=75);  /* opacidad para Internet Explorer */
	z-index: 2001;
}
.module_normal {
	display: none; 
	position: fixed;
	top:50%;
	left:50%; 
	height: 240px; 
	width: 500px; 
	margin-top: -125px;
	margin-left: -255px;
	background-color: white;
	_display: inline;
	border: 1px solid #93969d;
	z-index:2002;
}

.module_normal A {
	text-decoration: none;
}
.module_normal .top {
	background: url("../images/messages/banner.png"); position: relative;
	height: 24px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
.module_normal .top .titulov {
	padding: 4px 10px;
	width: auto;
	float: left;
}
.module_normal .top .cerrarv {
	padding: 2px 2px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_normal .bottom {
	height: 5px;
}
.module_normal .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466; 
	border-right-width: 1px; 
	border-left-width: 1px; 
}

.module_error {
	display: none; 
	position: fixed;
	top:50%;
	left:50%; 
	height: 240px; 
	width: 500px; 
	margin-top: -125px;
	margin-left: -255px;
	background-color: white;
	_display: inline;
	border: 1px solid #924949;
	z-index:2002;
	background:#fff url("../images/messages/error_bg.jpg") bottom right no-repeat;
}

.module_error A {
	text-decoration: none;
}
.module_error .top {
	background: url("../images/messages/error_header.gif"); position: relative;
	height: 24px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
.module_error .top .titulov {
	padding: 4px 15px;
	width: auto;
	float: left;
}
.module_error .top .cerrarv {
	padding: 2px 2px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_error .bottom {
	height: 5px;
}
.module_error .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466; 
	border-right-width: 1px; 
	border-left-width: 1px; 
}

.module_warning {
	display: none; 
	position: fixed;
	top:50%;
	left:50%; 
	height: 240px; 
	width: 500px; 
	margin-top: -125px;
	margin-left: -255px;
	background-color: white;
	_display: inline;
	border: 1px solid #c5a524;
	z-index:2002;
	background:#fff url("../images/messages/warning_bg.jpg") bottom right no-repeat;
}

.module_warning A {
	text-decoration: none;
}
.module_warning .top {
	background: url("../images/messages/warning_header.gif"); position: relative;
	height: 24px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
.module_warning .top .titulov {
	padding: 4px 15px;
	width: auto;
	float: left;
}
.module_warning .top .cerrarv {
	padding: 2px 2px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_warning .bottom {
	height: 5px;
}
.module_warning .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466; 
	border-right-width: 1px; 
	border-left-width: 1px; 
}

.module_success {
	display: none; 
	position: fixed;
	top:50%;
	left:50%; 
	height: 240px; 
	width: 500px; 
	margin-top: -125px;
	margin-left: -255px;
	background-color: white;
	_display: inline;
	border: 1px solid #60a174;
	z-index:2002;
	background:#fff url("../images/messages/success_bg.jpg") bottom right no-repeat;
}

.module_success A {
	text-decoration: none;
}
.module_success .top {
	background: url("../images/messages/success_header.gif"); position: relative;
	height: 24px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
.module_success .top .titulov {
	padding: 4px 15px;
	width: auto;
	float: left;
}
.module_success .top .cerrarv {
	padding: 2px 2px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_success .bottom {
	height: 5px;
}
.module_success .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466; 
	border-right-width: 1px; 
	border-left-width: 1px; 
}

.module_prompt {
	display: none; 
	position: fixed;
	top:50%;
	left:50%; 
	height: 240px; 
	width: 500px; 
	margin-top: -125px;
	margin-left: -255px;
	background-color: white;
	_display: inline;
	border: 1px solid #4f6d81;
	z-index:2002;
	background:#fff url("../images/messages/prompt_bg.jpg") bottom right no-repeat;
}

.module_prompt A {
	text-decoration: none;
}
.module_prompt .top {
	background: url("../images/messages/prompt_header.gif"); position: relative;
	height: 24px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
.module_prompt .top .titulov {
	padding: 4px 15px;
	width: auto;
	float: left;
}
.module_prompt .top .cerrarv {
	padding: 2px 2px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_prompt .bottom {
	height: 5px;
}
.module_prompt .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466; 
	border-right-width: 1px; 
	border-left-width: 1px; 
}
a#btnclosewin {
display:block; width:16px; height:16px; background: transparent url(../images/btnclose.png) no-repeat; outline:none;
}
a#btnclosewin:link { background-position: top left; }
a#btnclosewin:hover { background-position: bottom left!important; }
a#btnclosewin:active { background-position: top right!important; }
a#btnclosewin:visited { background-position: bottom right; } 
.oculto { display:none }
.cnormal {
	font-size:12px;
}