body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

#top {
	position: absolute;
	top: 0;
	left: 5;
	width: 920;
	height: 205;
	background-color: Navy;
	margin-top: 5;
	padding: 0;
	border: 0;
}

td.top {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	color: #000000;
	margin: 0%; 
}

h1.top {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: White;
	margin-top: 3%;
	margin-bottom: 0%;
	margin-left: 3%;
	margin-right: 3%;
	font-weight: lighter;
}

h2.top {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: White;
	margin-top: 1%;
	margin-bottom: 0;
	margin-left: 3%;
	margin-right: 3%;
	font-weight: lighter;
}

#menu {
	font-size: 80%;
	position: absolute;
	top: 220;
	left: 5;
	width: 200;
	background-color: White;
	padding: 0 10px;
	border: 0;
	margin: 0;
}

td.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

th.cont {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid Silver;
}

td.cont {
	text-align: left;
   border-bottom: 1px solid Silver;
}

table.cont {
	font-size: 80%;
}

div.img {
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
}

#content {
	font-size: 110%;
	position: absolute;
	top: 250;
	left: 210;
	width: 700;
	margin: 0;
	padding: 10;
	border: 0;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/ucmfondo.jpg);
	background-repeat: no-repeat;
	background-position: 316 250;
	line-height: 110%;
}

h1.cont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: Navy;
	margin-top: 4%;
	margin-bottom: 2%;
	font-weight: lighter;
}

h2.cont {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Navy;
	margin-top: 4%;
	margin-bottom: 1%;
	font-weight: lighter;
}

p.cont {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	text-align: justify;
	color: #000000;
	margin-top: 1%; 
	margin-bottom: 1%;
}

p.center {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	text-align: center;
	color: #000000;
	margin-top: 1%; 
	margin-bottom: 1%;
}

span.courier {
	font-family: "Courier New", Courier, monospace;
	font-size : 110%;
}

p.img {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	text-align: center;
	color: #000000;
	margin-top: 2%; 
	margin-bottom: 2%;
	margin-left: 3%; 
}

li {
	list-style-image : url(images/bola.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	margin-top: 0%; 
	margin-bottom: 0.5%;
	margin-left: 2%;
	margin-right: 2%;
	line-height: 150%;
}

HR {
	color: #0000A0;
	margin-left: 1%;
	margin-right: 1%;
}

A:link {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	color: Navy;
	font-weight : bold;
}

A:hover {
	text-decoration: underline;
	color: Navy;
	font-weight: bold;
}

#form {
	background-color: Silver;
	text-align: center;
}

input, textarea {
	background-color: #ADD8E6;
	border-left: thin solid Navy;
	border-top: thin solid Navy;
	border-right: medium solid Navy;
	border-bottom: medium solid Navy;
}


