/* Generated by KompoZer */
@charset "utf-8";

.fadeIn {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
/*	color:#808285;*/


body {
	background-repeat:repeat;
	
}
	
#conteiner {
  width: 100000px;
}




#hq {
  float: left;
 
}

#divisor {
 float: left;
 margin-left:320px;
 
}

#divisor2{
 float: left;
  background-repeat:repeat-x;
 
}
#texto  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 150px;
	float: left;
	padding: 20px;
	color: #F93;
	
	} 
	
#menu p  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	float: left;
	

	
	} 
	


#texto a{
 font-family:Tahoma, Geneva, sans-serif;
 font-size:14px;
 background-color:#FFF;
 text-outline:#FFF;

 } 

#texto a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;


 
} 

#autora {
 width:190px;
 float:left;
 
 
}
#coluna{

 height:590px;
  float:left;

}



#menu {

  padding: 20px 0px 0px 20px;
  position: fixed;
  float: left;
  height: 709px;
  width: 300px;
  background-color:transparent;
  
  
}
a {
  text-decoration: none;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.cap {
  font-weight: bold;
}
