@charset "utf-8";

body{
	margin:0;
	padding:0;
	background:url(../img/bg.jpg) center top;
	}


#banner{
	height: 513px;
	width: 1100px;
	background:url(../img/banner.png) no-repeat center top;
	margin:auto;
	}

.menu{
	width:349px;
	height:144px;
	padding-left:700px;}
	
#geral{
	width: 988px;
	height:auto;
	padding: 0 0 30px 0;
	margin:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	line-height:20px;}
	
	
	
	
.chamadaApresenta{
	width:988px;
	clear:both;
	margin:auto;
	padding:50px 0 15px 0;
	border-bottom:solid 1px #960;}
	
	
	
.professor{
	width:988px;
	height:50px;
	clear:both;
	margin:auto;
	padding:15px 0 15px 0;
	border-bottom:solid 1px #960;}
	
	
.download{
	width:120px;
	height:50px;
	float:right;}
	
h2{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#036;}	

.conteudo{
	width:503px;
	height:203px;
	float:left;}

.cds{
	width:386px;
	height:210px;
	float:left;
	padding-left:98px;}
	
#rodape{
	width:988px;
	height:95px;
	margin:auto;
	background:url(../img/rodape.png);}
	
	
	
/*DEFINIÇÕES DO FORMULÁRIO*/


.form{
	width:580px;
	height:30px;
	line-height:30px;
	padding:5px;
	background-color:#F1F1F1;
	border:#CCC solid 1px}
	
.form:hover{
	border:#036 solid 1px;
	background-color:#eaeaea;}

.btn{
	width:200px;
	height:40px;
	background-color:#036;
	border:none;
	color:#FFF;
	margin-right:10px
}


.btn:hover{
	background-color:#0f553a;
}