@charset "utf-8";

.bstyle{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: EFEFEF;
	z-index:99999;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.wstyle {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 2px;
	border: 3px solid #000000;
	background-color: white;
	z-index:10000;
	overflow: auto;
}

.popTextTitulo {
	color: #CC0000;
	line-height:18px;
	font-size: 12px;
}

.popCerrar a{
	color: #CC0000;
	line-height:18px;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: thin solid #666666;
}

.popCerrar a: hover{
	color: #CC0000;
	line-height:18px;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: thin solid #666666;
}
