@charset "utf-8";
@import url("styleicons.php");
/* CSS Document */
#c_cnt_msg{
	display: none;
}
.black_overlay { /* afuera: la parte oscura */
	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: 1001;
}

.module_basico {
	position: fixed;
	top:50%;
	left:50%;
	height: 240px;
	width: 500px;
	margin-top: -125px;
	margin-left: -255px;
	padding: 10px;
	background-color: white;
	_display: inline;
	border: 1px solid #93969d;
	z-index:1002;
	border:1px solid rgba(0,0,0,.2);
	box-shadow:0 5px 15px rgba(0,0,0,.5);
	border-radius:6px
}

.module_basico A {
	text-decoration: none;
}
.module_basico .top {
	height: 30px;
	background: #FFFFFF;
	color: #000000;
	font-size:13px;
	font-weight:bold;
}
.module_basico .top .titulov {
	padding: 6px 10px;
	width: auto;
	float: left;
}
.module_basico .top .cerrarv {
	padding: 6px 6px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_basico .bottom {
	min-height: 5px;
	height: auto;
	text-align:right;
	bottom:0px;
	right:0px;
	position: absolute;
	width:100%;
}
.module_basico .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466;
	border-right-width: 1px;
	border-left-width: 1px;
}

.module_normal {
	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:1002;
	border:1px solid rgba(0,0,0,.2);
	box-shadow:0 5px 15px rgba(0,0,0,.5);
	border-radius:6px
}

.module_normal A {
	text-decoration: none;
}
.module_normal .top {
	height: 30px;
	background: #edf0f2;
	border-bottom: 1px solid #93969d;
	color: #000000;
	font-size:13px;
	font-weight:bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.module_normal .top .titulov {
	padding: 6px 10px;
	width: auto;
	float: left;
}
.module_normal .top .cerrarv {
	padding: 6px 6px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_normal .bottom {
	min-height: 5px;
	height: auto;
	text-align:right;
	bottom:0px;
	right:0px;
	position: absolute;
	width:100%;
}
.module_normal .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466;
	border-right-width: 1px;
	border-left-width: 1px;
}

.module_error {
	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:1002;
	background:#fff url("http://www.controlacademico.com/images/messages/error_bg.jpg") bottom right no-repeat;
	border:1px solid rgba(0,0,0,.2);
	box-shadow:0 5px 15px rgba(0,0,0,.5);
	border-radius:6px
}

.module_error A {
	text-decoration: none;
}
.module_error .top {
	background: #d7b2b2;
	border-bottom: 1px solid #c49595;
	height: 30px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.module_error .top .titulov {
	padding: 6px 10px;
	width: auto;
	float: left;
}
.module_error .top .cerrarv {
	padding: 6px 6px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_error .bottom {
	min-height: 5px;
	height: auto;
	text-align:right;
	bottom:0px;
	right:0px;
	position: absolute;
	width:100%;
}
.module_error .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466;
	border-right-width: 1px;
	border-left-width: 1px;
}

.module_warning {
	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:1002;
	background:#fff url("http://www.controlacademico.com/images/messages/warning_bg.jpg") bottom right no-repeat;
	border:1px solid rgba(0,0,0,.2);
	box-shadow:0 5px 15px rgba(0,0,0,.5);
	border-radius:6px
}

.module_warning A {
	text-decoration: none;
}
.module_warning .top {
	background: #ffe379;
	border-bottom: 1px solid #e8c744;
	height: 30px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.module_warning .top .titulov {
	padding: 6px 10px;
	width: auto;
	float: left;
}
.module_warning .top .cerrarv {
	padding: 6px 6px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_warning .bottom {
	min-height: 5px;
	height: auto;
	text-align:right;
	bottom:0px;
	right:0px;
	position: absolute;
	width:100%;
}
.module_warning .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466;
	border-right-width: 1px;
	border-left-width: 1px;
}

.module_success {
	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:1002;
	background:#fff url("http://www.controlacademico.com/images/messages/success_bg.jpg") bottom right no-repeat;
	border:1px solid rgba(0,0,0,.2);
	box-shadow:0 5px 15px rgba(0,0,0,.5);
	border-radius:6px
}

.module_success A {
	text-decoration: none;
}
.module_success .top {
	background: #a3d5b3;
	border-bottom: 1px solid #70ba88;
	height: 30px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.module_success .top .titulov {
	padding: 6px 10px;
	width: auto;
	float: left;
}
.module_success .top .cerrarv {
	padding: 6px 6px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_success .bottom {
	min-height: 5px;
	height: auto;
	text-align:right;
	bottom:0px;
	right:0px;
	position: absolute;
	width:100%;
}
.module_success .micontx {
	padding: 10px 10px;
	border-right-color: #004466;
	border-left-color: #004466;
	border-right-width: 1px;
	border-left-width: 1px;
}

.module_prompt {
	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:1002;
	background:#fff url("http://www.controlacademico.com/images/messages/prompt_bg.jpg") bottom right no-repeat;
	border:1px solid rgba(0,0,0,.2);
	box-shadow:0 5px 15px rgba(0,0,0,.5);
	border-radius:6px
}

.module_prompt A {
	text-decoration: none;
}
.module_prompt .top {
	background: #a2b8c7;
	border-bottom: 1px solid #7794a8;
	height: 30px;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.module_prompt .top .titulov {
	padding: 6px 10px;
	width: auto;
	float: left;
}
.module_prompt .top .cerrarv {
	padding: 6px 6px;
	width: 16px;
	float:right;
	text-align: right;
	cursor:pointer;
}
.module_prompt .bottom {
	min-height: 5px;
	height: auto;
	text-align:right;
	bottom:0px;
	right:0px;
	position: absolute;
	width:100%;
}
.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("https://www.controlacademico.com/images/messages/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;
}