body {
	margin: 0;
	padding: 0;
	background: #163361 url(/images/fondo_v4.png) repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
	border-style: none;
	text-decoration: none;
}
a {
	color: #163361;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
h1 {
	margin-top: 0px;
	color: #163361;
	font-weight: lighter;
	margin-bottom: 0px;
	font-size: 200%;
	line-height: 100%;
	padding-bottom: 0px;
}
.tituloCurso {
    font-size: x-large;
    font-weight: normal;
}
.subtituloCurso {
    padding-top: 0em;
    font-size: large;
}


h2 {
	font-weight: lighter;
	color: #333;
	font-size: 120%;
	padding-top: 0.1em;
}
h3 {
	font-weight: lighter;
	font-size: 95%;
	color: #444;
	margin-top: 0;
	margin-bottom: 0.3em;
}
h5 {
	margin: 0;
	padding: 0;
	color: #c33;
	font-size: 82%;
	font-weight: lighter;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	font-size: 76%;
	color: #222;
	line-height: 120%;
}
ul {
	font-size: 72%;
	color: #163361;
	list-style: url(/images/vinetas/flecha-derecha.png);
	margin-left: 0.5em;
	padding-left: 0.5em;
	line-height: 135%;
	margin-bottom: 1em;
}

li {
    margin-top: 2px;
}
ol {
	color: #163361;
	font-size: 78%;
	line-height: 130%;
}
dl {
	font-size: 85%;
	color: gray;
}
dd {
	font-style: italic;
	font-size: 80%;
}
fieldset label {
    font-size: small;
}

