/* Folha de estilo */
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="hack/blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

body{
	 text-align:center;
	 font:Verdana, Arial, Helvetica, sans-serif;
	 margin:auto;
	 text-align:left;
	 font-size:11px;
	 background:#b1d069;
}
.txtCurso a{	
	color:#857B3B;
	text-decoration:none;
	border:none;
}
a{
	color:#7AA631;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#857B3B
}
img{
	border:none
}
h1{
	font-size:11px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:3px 0 3px 0 ;
}
.align{
	width:770px;
	height:490px;
	margin:auto;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-385px; /* Deve ser metade da largura */
	margin-top:-270px; /* Deve ser metade da altura */
	/*border: solid #C0D883 10px;*/
}

.conteiner{
	background:url(images/bg.jpg) no-repeat;
	width:770px;
	height:490px;
	float:left;
}
.divCont{
 	width:443px;
	float:left;
}
.divFoto{
	width:327px;
	float:right;
	height:490px;
}
.txtCurso{
	width:144px;
	height:80px;
	margin:0 0 0 10px;
	*margin:0 0 0 5px;
	color:#857B3B;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.tirinha{
	background:#fff;
	height:2px;
	width:100%;
	font-size:0;
	float:left;
}
.box{
	margin:18px 0 0 26px;
	*margin:18px 0 0 16px;
	background:#A4CF5B;
	width:175px;
	height:130px;
	float:left
}

#motioncontainer {
	width:770px; 
	height:213px;
	position:relative;
	overflow:hidden;
	margin-top:39px
}
.textoconteudo{
	width:384px;
	height:218px;
	float: left;
}
.menu{
	background:url(images/bgmenu.jpg) no-repeat;
	width:386px;
	height:218px;
	float: left;
}

.bullet{
	width:15px;
	height:15px;
	float:left;
	margin:173px 0 0 49px;
	*margin:173px 0 0 24px;
}

.texto{
	width:320px;
	height:130px;
	float:left;
	margin-top:45px;
	color:#857B3B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.intemMenu{
	width:328px;
	height:82px;
	float:left;
	text-align:right;
	margin:0px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7AA631;
}

.linkHome{
	width:290px;
	height:40px;
	float:left;
	margin:40px 0 8px 40px;
}

#scrollfoto {
	height: 130px;
	text-align: center;
	position: relative;
	overflow: hidden;
	width:310px;
	float:left;
	text-align:left;
}
.space{
	height:20px; 
	width:770px; 
	float:left;
}
div#wn{ 
	position:relative; 
	width:770px; height:193px; 
	overflow:hidden;	
}
.input {
	background:#BFD484;
	border:none;
	width:100%;
}
.btn{
	margin:7px 0 0 0;
	float:left;
	height:61px;
	width:61px;
}
#listafoto {position:relative; top:0; float:left;}
.icones{
	position:absolute;
	display:none;
	left:65px;
	top:20px;
}

.tracoHome{
	float:left;
	width:370px;
	height:3px;
	font-size:0;
	background:#FFFFFF;
	margin:0 0 0 20px;
}
.txtSobre{
	background:#A4CF5A;
	width:370px;
	padding-left:10px;
	height:210px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5F5829;
	margin:10px 0 0 20px;
}

span a{
	color:#3b5308;
}
