body{
    font-family:SuzukiPRORegular;
    font-size: 12px;
}

a{
    color:#00f;
}

a img{
    border: none;
}

.tituloNoticias{
	font-size:45px;
	font-family:SuzukiPROHeadline;
	color:#2065A9;
	margin-top:30px;
	margin-left:20px;
	text-align:left;
}

#fecha{
	background-color:#000000;
	color:#FFFFFF;
	font-size:24px;
	font-family:SuzukiPROBold;
	width:478px;
	height:47px;
	margin-left:50px;
	line-height:2em;
}

.noticia{
	font-family:SuzukiPRORegular;
    font-size: 12px;
	line-height:normal;
	border:1px solid #DEDEDE;
	width:478px;
	height:40px;
	text-align:center;
	margin-left:50px;
	vertical-align:middle;	
}

#blanket{
	background-color:#111;
	opacity: 0.55;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv{
	position:absolute;
	background-color:#eeeeee;
	width:500px;
	height:auto;
	z-index: 9002;
}

.titulo{
	font-family:SuzukiPROBold;
	font-size: 16px;
	text-align: center;
}

#popUpBody{
	margin-left:15px; 
	margin-right:15px;
	color:#000000;
}

#topLeft{
	font-family:SuzukiPROBold;
	height:23px;
    width:460px;
    float:left;
	background-color:#0B3B6C;
	font-size:18px;
	color:#FFFFFF;
}

#topRight{
	font-family:SuzukiPROBold;
	height:23px;
    width:40px;
    float:left;
	background-color:#0B3B6C;
}

/*<div id="topLeft">Noticias</div>
<div id="topRight"><a href="#" onclick="popup('popUpDiv')" style="color:#FFFFFF">Cerrar</a></div>
*/

#barraPopUp{
	background:url(../Noticias/imagenes/title.gif);
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
	height:30px;
    width:500px;
}