p,ul {
	font-family: courier;
	font-size: 15px;
	margin: 5px;
	list-style-type: none;
}
p.editorial {
	font-family: courier;
	font-size: 15px;
	margin: 5px;
	list-style-type: none;
	text-indent: 20px;
	text-align: justify;
}
h4 {
	font-family: courier;
	font-size: 17px;
}
body {
	background-color: #dfdfdf;
}
.asm_azul {
	font-family: courier;
	font-size: 18px;
	font-weight: bold;
	color: blue;
	background-color: transparent;
	text-decoration: overline;
}
.asm_negro {
	font-family: courier;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: black;
	width: 400px;
}
.asm_transparente {
	font-family: courier;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: transparent;
}
a.oculto_amarillo:link {
	text-decoration: none;
	color: yellow;
}
a.oculto_amarillo:visited {
	text-decoration: none;
	color: yellow;
}
a.oculto_amarillo:active {
	text-decoration: none;
	color: yellow;
}
a.oculto_blanco:link {
	text-decoration: none;
	color: white;
}
a.oculto_blanco:visited {
	text-decoration: none;
	color: white;
}
a.oculto_blanco:active {
	text-decoration: none;
	color: white;
}
a.oculto_negro:link {
	text-decoration: none;
	color: black;
}
a.oculto_negro:visited {
	text-decoration: none;
	color: black;
}
a.oculto_negro:active {
	text-decoration: none;
	color: black;
}
