@charset "UTF-8";
body  {
	background: #e5d9bf ;
	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 */
}

	
#header { 
	padding:0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#logo {
	display:block;
	width: 166px;
	height:99px;
	background:url(../img/logo.png) no-repeat ;
	font-size: 4.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:0.75em;
	font-weight:bold
	}
	
#menu {
	background: #413C38;
	border-bottom: solid 5px #d3171a;
	text-align:left;
	padding:0;
	height: 31px;
	}

#menu a {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	margin: 0px 20px 0 0;
	font-weight:bold;
	color:#fff;
	font-size:1.4em;
	letter-spacing:0;
	float:left;
	padding:7px 0;
	}
	
#menu a:hover {
	color:#777;
	text-decoration:none;
	}
	
#main {
	background:#fff;
	padding-bottom:20px;
	}

#aviao {
	background:url(../img/aviao1.gif) no-repeat #fff;
	}
	
#main .wrap {
	position:relative
	}
	
.container {
	position:absolute;
	top:0;
	right:0;
	width:190px;
	height:120px;
	background:#ccc;
	}

.banner {
	position:relative;
	top:0px;
	right:0;
	}
	
.banner a img{
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	background:#ccc;
	}

	
	
#slogan {
	font-family:"Trebuchet MS", Trebuchet, Arial;
	font-size: 6em;
	line-height:0.9em;
	letter-spacing:-0.05em;
	color:#444;
	font-weight:bold;
	padding-top:24px;
	}
	
#footer {
	background: #413C38;
	border-top: solid 5px #d3171a;
	}
	

.curso {
	float:left;
	width: 31.5%;
	margin:1em 1em 0 0;
	text-align:left;
	}
	
#barra_inf {
	background: #413C38;
	border-top: solid 5px #d3171a;
	text-align:left;
	padding:30px 0 0 0;
	}

.col {
	float:left;
	width:24%;
	padding: 0 0.1em 0 0;
	text-align:left;
	}
	
.col h2 {
	padding: 20px 0 10px 0;
	}

.col p {
	padding-left: 45px;
	}


.bg {
	background: #413C38;
	padding-bottom: 20px;
	}
	
.bg_branco {background:#fff;}
		
.branco {color:#fff	}
.cz_escuro {color:#444}
.cz_claro {color:#444}
.vermelho {color:#d3171a}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.text {
	font-size:14px;
	letter-spacing:normal
	}

.linha {
	width:100%;
	}	

.news {
	height: 60px;
	display:block;
	}

#feed p, #feed a {
	text-align:left;
	}

p.text-right {
	text-align:right;
	}

  .wrap1 {
	margin: 0 auto;
	width:925px;
	padding-left: 25px;
	}

.col-left {
	padding-right: 230px;
	}

#scrollup {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 200px
}

.headline {
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:190px;
}

.end {
	padding:30px 10px 0 0;
	float:right;
	font-size:1.2em;
	line-height: 1.2em;
	color:#999999;
	text-align:right;
	}
	
#menu a.atual {
	background: url(../img/seta.gif) bottom center no-repeat;
	color:#d3171a;
	}
	
	
.c_obri {
	background:#f9f9f9;
	border: 1px solid #eee;
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size:14px;
	color:#444;
	line-height:1em;
	padding: 2px 0;
	}