/* GENERAL */ 

html{
	font-size: 100%;
}
body{
	margin:0;
	padding:0;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.nl{
	margin:0;
	padding:0;
	list-style: none;
	display: block;	
}
ul.nl li{
	margin:0;
	padding:0;
	list-style: none;
	display: block;
}
p{
	margin: 0;
	padding: 0.625em;
}
h1,h2,h3{
	display:block;
	font-size: 1.25em;
	margin:5px 0 0.625em 0;
	padding: 0.12em;
	height:1.25em;
	line-height:1.25em;
	font-weight: normal;
}
h2{
	font-size: 1.125em;
}
h3{
	font-size:  1em;
}
a{
	outline: none;
}

.separador{
	height:0;
	line-height:0;
	font-size:0;
	width: auto;
	display: block;
	clear: both;
}
.noticia h1,.noticia h2, .noticia h3{
	border:none;
	height:auto;
}
.resumen h1, .resumen h2, .resumen h3 {
	height:auto;
	border:none;
}
.body p img{
	padding: 5px;
}
