* {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #303030;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}
a:active {
	text-decoration: none;
	background: #ff0000;
}
body {
	width: 420px;
	margin: 0 auto;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
}
h1 {
	border-top: 10px solid #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 40px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin-top: 30px;
	margin-bottom: 10px;
}
dl {
	
}
dl dt {
	color: #979797;
}
dl dd {
	padding-left: 20px;
	margin-bottom: 5px;
}
p.plugin {
	border-bottom: 10px solid #000000;
	padding: 10px 0;
	background: #f1f1f1;
	margin-top: 40px;
}
div.recuadro {
	background: #f1f1f1;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.recuadro h2 {
	letter-spacing: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
div.recuadro ul {
	list-style: inside;
	margin-top: 5px;
	margin-bottom: 5px;
}