@import url("avanzados.css");
body {
	background: #c9cec9 url(../images/fondo-gradiente-verde.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Big Caslon", Caslon, Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #e2001a;
	font-weight: lighter;
	font-size: 240%;
	border-bottom: 1px dotted #e2001a;
}
h2 {
	font-weight: lighter;
	color: #063;
}

h5 {
	font-weight: lighter;
	color: #567356;
	margin-top: .5em;
	font-variant: small-caps;
	font-size: 95%;
}
h6 {
	font-weight: lighter;
	color: #939d92;
	font-size: 90%;
}
p {
	color: #273b26;
	font-weight: lighter;
}
a {
	color: #3c6e34;
}
dt {
	font-size: 125%;
}
dd {
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 95%;
}
