body {
	background-color: #ffffff;
}

body, html, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #ffffff;
}


#popupMask {
	position: absolute;
	z-index: 190;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image/**/: url("/ecoventa/images/maskBG.gif") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	/*background: transparent url(/ecoventa/images/fondo_cartel.jpg) no-repeat top left;*/
}

#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popCloseBox {
	cursor: pointer;
	float: right;
	font-size:15px;
	color:#FFF;
	margin-right: 6px;
	margin-top: -6px;
}
#popTit {
	font-size:15px;
	position: relative;
	font-weight:bold;
	left: 20px;
	top: 10px;
	color:#FFF;
}
.titular {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.cuerpo {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #999;
}
.nota2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#F00;
}

.nota {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
