body {
    background-image:url('background.jpg');
	margin-left: 10%;
	margin-right: 10%;
}
header {
	background-color: #A8F0F0;
	text-align: right;
}

#noticias {
	border: 10px white solid;
	background-color: white;
	float: center;
}

#subtitle {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14pt;
}

#menu {
	border: 4px #118B96 solid;
	background-color: #99E1E0;
}

div.noticia {
	border: 4px #C2E9E9 solid;
	background-color: #E8FBFB;
}

span.fechaNoticia {
	border-bottom: 2px #347072 dashed;
}

p.imagenNoticia {
	float: right;
}