#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 550px; /* Dialog will wrap after this width */
	background: #fff;
	border: solid 1px #889399;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color :#889399;  /*  Color del texto del titulo  */ 
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	background: #889399;
	border: solid 1px #889399;
	/*border-bottom: solid 1px #999;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content { background:16px 16px no-repeat url(images/info.gif); padding:1.5em 1.75em;  margin:0em; }

#popup_message  { padding:0pt 0pt 0pt 50px;  color:#000;  text-align:left; }
#popup_panel    { text-align:center;  margin:1em 0em 0em 1em; }
#popup_prompt   { margin:.5em 0em; }


#popup_content.alert    { background-image: url(images/info.gif); }
#popup_content.confirm  { background-image: url(images/important.gif); }
#popup_content.prompt   { background-image: url(images/help.gif); }

.boton	{ font-family:Arial, sans-serif;	 font-size:9pt;  font-weight:normal; color:#000000;  text-align:center; vertical-align:middle; height:22px; }
