/* CSS Document */

.txtNormal {font-family: Arial, Helvetica, sans-serif}
.txtNegritas {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.txtNormalChicas{font-family: Arial, Helvetica, sans-serif; font-size: 14px}

.modalBackground{
	background-color:#AFBEC6;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalpopup {
	background-color:#AFBEC6 ;
	border-width:3px;
	border-style:solid;
	border-color:gray;
	padding:3px;
	width:auto
}
.WatermarkCss {
	background-color:#D9E4DB;
	font-family: Arial, Helvetica, sans-serifborder-style:solid;
	color: #CCCCCC;
	font-size: 11px;
}
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
	height: 509px;
	width: 684px;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}

.wireFrame {
	display: 	none; 
	overflow: hidden; 
	z-index: 2; 
	background-color: #FFFFFF; 
	border: solid 1px #D0D0D0;

}

.CloseButtonStyle {
	background-color: #666666; 
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold; 
	text-decoration: none; 
	border: outset thin #FFFFFF; 
	padding: 5px;
}
.cssDiv 
{
	overflow:auto;
	width:250px;
	height:116px;
}
