/*------------------POPUPS------------------------*/
#block_window,.block_window,#fade /* dummy html dreamweaver */ {
	display: none;
	background: transparent url(../images/bg-pop.gif) 0 0 repeat;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: .60;
	z-index: 9900;
}

.popup { /* position: fixed;  Incidente.9412*/
	
}

.popup_block { /*display: none; */
	background: #ffffff  url(../images/bg-00.jpg) 98% 90% no-repeat;
	padding: 10px 20px 5px;
	margin: -13% 0 0 -250px;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 520px !important;
	max-width: 80% !important;
	width: auto;
	height: auto;
	z-index: 9999;
	border: solid 1px #265827;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.popup_block h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

.popup_block table {
	margin: 15px 0;
}

.btn_close {
	display: none;
	/*position: absolute;
top: -15px;
right: -15px;
width: 24px;
height: 24px;
padding: 4px;
margin: 0;
z-index: 9999;
background: url(../images/close.png) 50% 50% no-repeat;*/
}

.btn_close:hover {
	/*background: url(../images/close2.png) 50% 50% no-repeat;*/
	
}

.popup_block .mesg2 {
	margin: 10px 40px !important;
	width: auto;
}

.popup_block .scroll {
	display: block;
	height: 300px;
	padding: 0 3px;
	overflow: auto;
	border: solid 1px #cfcfcf;
}

.popup_block .pbox {
	
}

.popup_block label {
	float: none;
	display: block;
	text-align: left;
	margin: 8px 0 3px;
	padding: 0;
}

.popup_block input,.popup_block textarea { /* width:100%;*/
	
}

.popup_block h4 {
	
}
/* colores  */
.popup_block .barbtn {
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

.popup_block a.btn {
	
}
/* iconos */
td.icok,td.icox {
	background-image: url(../images/icok.gif);
	background-image: url(../images/btn-autorizar2.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

td.icox {
	background-image: url(../images/icox.gif);
	background-image: url(../images/btn-eliminar2.gif);
}
/*--Making IE6 Understand Fixed Positioning--*/
* html #fade {
	position: absolute;
}

* html .popup_block {
	position: absolute;
}
/* loading */
.pop-loading {
	width: auto;
	height: 19px;
	margin-top: 5px;
	background: url(../images/ajax-loader-bar.gif) center 0 no-repeat;
}

.pop-loading-text {
	text-align: center;
}
/* tooltip */
.tooltip {
	background-color: #fff;
	color: #000;
	border: dotted 1px #999;
	display: none;
	font-size: 10px;
	padding: 3px 10px;
	text-align: left;
	width: 220px;
	margin-left: -10px;
}