/* CSS Document */

#panelConfirmacionBG{
	opacity:.5;
	filter:alpha(opacity=50);
	display:none;
	width:100%; 
	height:100% ;
	position:absolute; 
	left:0px; 
	top:0px; 
	text-align:center; 
	background-color:#333333;
}

.panelConfirmacion{
	width:100%; 
	height:100%; 
	position:absolute; 
	left:0px; 
	top:0px; 
	text-align:center; 
	display:none;
}
.panelConfirmacionCuadro{
	width:400px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:10px;
	background-image:url(img/confirmacion_fondo.jpg);
	text-align:center;
	margin:auto;
	margin-top:100px;
	border: 1px solid #999999;
}
.panelConfirmacionImagen{
}

.panelConfirmacionTexto{
	padding-top:20px;
	padding-bottom:10px;
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.panelConfirmacionBoton{
	background-color:#29496B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	font-weight: bold;
}

