* {margin:0px; padding:0px; border: 0px;}
body {
	background:url(imagenes/body_fondo.jpg) top no-repeat #fff;
	text-align:center;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:16px;
	color: #069;
}
h2 {
	font-size:10px;
	color:#000;
}
p {
	margin:5px 0px 0px 0px;
}

#global {
	width: 790px;
	margin:0px auto;
	text-align: left;
}

#noticiasAnteriores {
	position:absolute;
	width:150px;
	height:200px;
	text-align:left;
	margin:150px 0px 0px 105px;
	overflow:auto;
	display:none;
}
#noticiasAnteriores a:link, #noticiasAnteriores a:visited {
	font-size:14px;
	color:#069;
	font-weight:bold;
	text-decoration:none;
}
#noticiasAnteriores a:hover {text-decoration:underline;}
#noticiasAnteriores h2 {
	margin:0px 0px 10px 0px;
}

.ventanaContenido{
	width:420px;
	height:360px;
	position:absolute;
	text-align:left;
	margin:150px 0px 0px 290px;
	overflow:auto;
	display:none;
}
.ventanaContenido img{
/*
	float:right;
	*/
	margin:5px;

}
/*------------------------------------------------------------------------------------------------------------*/


.invisible {
	display: none;
}

