@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #383838;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
form {
	padding:0;
	margin:0;
}

a:link    { color:white; text-decoration:none; }
a:visited { color:white; text-decoration:none; }
a:hover   { color:white; text-decoration:none; }
a:active  { color:white; text-decoration:none; }

.oneColFixCtrHdr #container {
	width: 979px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
.oneColFixCtrHdr #header {
	background:url(../img/fundo_topo.jpg) no-repeat;
	width: 979px;
	margin:0;
	padding:0;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	height:481px;
}

.oneColFixCtrHdr #header_curso {
	background:url(../img/fundo_topo.jpg) no-repeat;
	width: 979px;
	margin:0;
	padding:0;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #headerBanner {
	margin:0 0 0 26px;
	width:667px;
	height:422px;
	float:left;
}
.oneColFixCtrHdr #headerRight {
	margin:26px 26px 0 0;
	width:243px;
	height:209px;
	float:right;
}

.oneColFixCtrHdr #headerVideo {
	width:243px;
	height:195px;
	margin:0 0 10px 10px;
	float:right;
}

.oneColFixCtrHdr #headerForm {
	width:253px;
	height:190px;
	margin:0 0 10px 10px;
	float:right;
	background:#1f1f1f;
}

.oneColFixCtrHdr #headerBannerCurso {
	margin:0 0 0 26px;
	width:623px;
	height:209px;
	float:left;
}
.oneColFixCtrHdr #headerRightCurso {
	margin:0 26px 0 0;
	width:304px;
	height:209px;
	float:right;
}

.oneColFixCtrHdr #headerFormCurso {
	height:146px;
	margin:0 0 10px 10px;
}
.oneColFixCtrHdr #headerTitulo {
	height:53px;
	margin:0 0 10px 10px;
}

.oneColFixCtrHdr #headerMenu {
	margin:0 0 0 26px;
}
.oneColFixCtrHdr #mainContent {
	margin:0 26px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #cursoBox {
	width:297px;
	height:159px;
	float:left;
	margin:0 12px 27px 0;
}

.oneColFixCtrHdr #cursoBox2 {
	width:293px;
	height:159px;
	margin-bottom:25px;
}

.oneColFixCtrHdr #cursoBanner {
	width:277px;
	height:39px;
	padding:37px 0 0 20px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.oneColFixCtrHdr #cursoText {
	width:280px;
	height:93px;
	margin:0 0 0 17px;
	background-color:#1f1f1f;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.oneColFixCtrHdr #footer {
	margin:0 26px;
}


/* class form */
.contactForm {	
	font-family:"Arial";
	font-size:16px;
	border:1px solid black;
	padding:10px;
	width:320px;
	resize:none;
}
.contactSelectBox {
	font-family:"Arial";
	font-size:16px;
	border:1px solid black;
	padding:0  0 0 10px;
	width:320px;
}

.loginForm {	
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid black;
	padding:2px;
	width:200px;
	resize:none;
}

.homeSelectBox {
	font-family: Verdana;
	font-size:10px;
	color:white;
	background: #1f1f1f;
	border:1px solid white;
	padding:2px;
}

a.link_noticias:link {text-decoration: none; color:white;}
a.link_noticias:visited {text-decoration: none; color:white;}
a.link_noticias:active {text-decoration: none;color:white;}
a.link_noticias:hover {text-decoration: underline;color:white;}


