/** Dialogo emergente **/
.clear { clear:both; margin:0; padding:0; }
.de_capa_bloqueo { 
	position:fixed; 
	width:100%; 
	height:200%; 
	top:0; 
	left:0; 
	background:#999; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";	/* IE8 */
	filter:alpha(opacity=85);	/* IE7 */
	opacity:.85;	/* Firefox */
}
.de_capa_formulario { 
	position:fixed; 
	top:50%; 
	left:50%; 
	width:560px; 
	height:240px; 
	margin-left:-280px; 
	margin-top:-140px;
	padding:10px;
	background:white; 
	border:solid 2px black; 
	color:black; 
	font-size:12px; 
}

.de_linea_espacio { clear:both; height:10px; font-size:0px; }
.de_capa_formulario .de_linea_formulario { text-align:center; margin-bottom:2px; }
.de_capa_formulario .de_campo1 { float:left; width:100px; text-align:right; margin-right:10px; font-weight:bold; }
.de_capa_formulario .de_campo2 { float:left; width:450px; text-align:left; }
.de_capa_formulario .de_check { width:12px; border:none; }
.de_capa_formulario .de_campo_texto { width:400px; border:solid 1px black; }
.de_capa_formulario input.de_btn_cancelar { width:107px; height:20px; background:url(../img/btnCancelar.gif) no-repeat; text-align:center; font-size:11px; border:none; margin-right:6px; }
.de_capa_formulario input.de_btn_enviar { width:107px; height:20px; background:url(../img/btnEnviar.gif) no-repeat; text-align:center; font-size:11px; font-weight:bold; border:none; color:white; }
.de_capa_formulario .de_centrado { text-align:center; }
