* {
	font-family: arial, helvetica, sans-serif;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	background-color: #AADDFF;
	background-image: url(img/fondo.gif);
	background-repeat: no-repeat;
	color: #000000;
}

h1 {
	font-size: 140%;
	color: #0000CC;
	padding-right: 5em;
	padding-left: 1em;
	border-bottom: 2px solid #4499EE;
}

h2 {
	font-size: 120%;
	margin-bottom: 2em;
}

h3 {
	font-size: 120%;
	color: #000099;
	font-style: oblique;
}

ul li {
	list-style-image: url(img/vineta.gif);
	margin-bottom: 0.5em;
}

.curric {
	font-size: 90%;
}

ul.curric li ul li {
	font-size: 100%;
}

ul li ul {
	margin-top: 0.5em;
}

ul li ul li {
	list-style-image: url(img/vineta2.gif);
	margin-bottom: 0em;
	list-style-type : circle;
	font-size: 95%;
	font-style: italic;
}

div#top {
	width: 100%;
	height: 130px;
	padding: 0px;
	padding-top: 60px;
	margin: 0px;
	background-image: url(img/esquina.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	text-align: center;
}

div#nav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#princtoc {
	position: absolute;
	left: 0px;
	top: 100px;
	padding-left: 200px;
	padding-right: 2em;
}

div#princ {
	position: absolute;
	left: 0px;
	top: 100px;
	padding-left: 200px;
	padding-right: 2em;
}

img#retrato {
	position: absolute;
	left: 10px;
}