/*
Pop-up styles - - - - */
.PopupNewsContainer{
	position:absolute;
	border-top:43px solid #333333;
	border-left:9px solid #333333;
	border-right:9px solid #333333;
	border-bottom:9px solid #333333;	
	background:#FFFFFF;
	display:none;
	z-index:103;
	text-align:left;
}

.PopupNewsContent{
	position:relative;
	width:100%;
	height:100%;
}

.PopupNewsClose{
	position:absolute;
	top:-34px;
	right:2px;
	background:url(close.png) no-repeat;
	width:26px;
	height:26px;
	cursor:pointer;
}

.PopupNewsIcon{
	position:absolute;
	background:url(estrella.png) no-repeat;
	width:56px;
	height:54px;
}

.PopupNewsTitle{
	position:absolute;
	font-family: Georgia;
	font-size: 26px;
	color:#FFF;
}