@charset "utf-8";
/* CSS Document */
.black_overlay{
	display: none;
	position:absolute;
	top: 0;
	left: 0;
	bottom:0;
	width:100%;
	height:370%;
	background-color:black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=80);
}
.white_content {
	display:none;
	position: fixed;
	width:80%;
	height:100%;
	left:10%;
	top:0%;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	border:10px solid #00468e;
	background-color:#FFFFFF;
	z-index:1002;
}
.descricao_ofertas{
	width:100%; 
	height:auto; 
	float:left; 
	font-size:14px; 
	line-height:22px; 
	color:#000000;
	padding:5px;
	border:2px #00468e solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
 }
 .black_overlay2{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	bottom:0%;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content2 {
	display: block;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height:30%;
	padding:16px;
	border: 16px solid #01295d;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.descricao_valor{
	display:block;
	width:60%;
	float:right;
	text-align:right;
	padding:5px;
	background-color:#00468e;
	font-size:18px;
	line-height: inherit;
	color:#FFFFFF;
}
.descricao_ref{
	display:block;
	width:30%;
	float: left;
	padding-top:10px;
	padding-left:5px;
	font-size:14px;
	line-height:inherit;
	color:#000;
	border:0;
}
.descr_btdetalhes{
	display:block;
	width:40%;
	float:left;
	text-align:left;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	line-height:inherit;
	color:#00468e;
	text-decoration:none
}
.centro_rod{
	width:100%; 
	height:100%; 
	line-height:24px; 
}
.img_bancos{
	width:32px; 
	height:32px;
}
