@charset "UTF-8";
/* CSS Document */

html, body {height:100%}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
}
#LeftPanel {
	background-image: url(images/leftBg_02.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 257px;
	float: left;
	top: 0px;
	left: 0px;
	margin-right: 10px;
}
#menu {
	position: absolute;
	z-index: 100;
	top: 35px;
	left: 263px;
}
.cursos {
	position: absolute;
	left: 276px;
	top: 60px;
	float: left;
}
#logo {
	background-image: url(images/logo.gif);
	height: 34px;
	width: 100%;
	position: relative;
	bottom: 0px;
	background-repeat: no-repeat;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7CCCBF;
	padding-top: 10px;
	background-position: left bottom;
}
.cursos h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #EEC506;
	font-size: 0.9em;
	display: block;
	margin-bottom: 1px;
}
.cursos p {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 0px;
}
a:link {
	color: #7CCCBF;
	text-decoration: none;
}
a:visited {
	color: #7CCCBF;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

