@charset "UTF-8";
/* CSS Document */

html,body {
	width: 505px;
	height: 500px;
	background-color: rgb(237,237,237);
}

header {
	width: 503px;
	height: 190px;
	position: absolute;
	left: 1px;
	background-color:#999;
}

.base {
	width: 450px;
	position:absolute;
	top: 162px;
	left:35px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(0,70,120);
	text-align:justify;
	line-height:110%;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(0,70,120);
	text-align: justify;
	margin-left: 20px;
	
}

.noticias {
	width: 450px;
	position:absolute;
	top: 200px;
	left: 35px;
}

.imagenes {
	left: 97px;
	position:relative;
}
