body{
	margin:0px;
}
.fondo_trans {
	top:0px;
	position: fixed;
	width:100%;
	height:100%;
	background:#636363;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	
}
.contenedora{
	position:relative;
	width:100%;
	height:100%;
	margin:50px auto 50px auto;
	
}
.contenedora_publi{
	position:relative;
	margin:0px auto;
	background:#FFFFFF;
	width:960px;
	height:500px;
}
.contenedora_publi img{
	position:absolute;
	width:290px;
	height:195px;
	left:340px;
	top:110px;
}
a.ico_cerrar{
	position:absolute;
	top:10px;
	right:10px;
	width:29px;
	height:31px;
	z-index:100;
	background:url(../img/publi_portada/ico_cerrar.jpg) 0 0 no-repeat;
	display:block;
}
.proximamente{
	position:absolute;
	width:165px;
	height:25;
	left:400px;
	top:370px;
	padding:0px 0px 0px 40px;
	background:url(../img/publi_portada/ico_mas.jpg) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
}