@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../media/hg.gif);
}
.twoColFixLtHdr #container { 
	width: 780px;  
	background: rgb(255, 255, 255);
	margin: 20px auto;
	text-align: left;
	border-color: white;
	border-width: 1px;
} 
.twoColFixLtHdr #header {
	height: 150px;
	background: url(../media/logo_upm.png) no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	padding: 25px 10px 15px 20px;
	height: 400px;
	background-color: #999;
	color: white;
}
.twoColFixLtHdr #linkbox {
	float: left; 
	width: 190px; 
	padding: 0;
	height: 70px;
	margin: 0 0 60px;
}
.twoColFixLtHdr #link1 {
	float: left; 
	width: 185px;
	height: 20px;
	padding: 5px;
	border-top: 1px solid rgb(255, 255, 255);
	margin: 0;
}
.twoColFixLtHdr #link2 {
	float: left; 
	width: 185px;
	height: 20px;
	padding: 5px;
	border-top: 1px solid rgb(255, 255, 255);
	margin: 0;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px; 
} 
.twoColFixLtHdr #footer { 
	padding: 0; 
	background-color: #999;
	margin-top: 25px;
	height: 15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 0;
	color: white;
	font-size: 75%;
	text-align: right;
	position: relative;
	right: 4px;
	top: 0;
	bottom: 0;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	text-decoration: none;
	color: white;
}
a:link, a:active, a:visited{ 
	text-decoration: none; 
	}

a:hover { 
	text-decoration: none;
	color: rgb(234, 0, 49)}
h1 {
	margin-bottom: 3em;
	line-height: 1.2em;
	font-size: 20px;
	color: rgb(234, 0, 49);
	margin-top: 0;
}
p {
	margin: 0 0 10px;
	padding: 0;
}
.grau {
	color: rgb(210, 210, 210);
	text-decoration: none;
}