@charset "utf-8";
/* CSS Document */

body{
	background-color:#AE005D;
}


#voce_esta a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #587000;
    text-decoration: none;
}


/*section{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-512px;
	width:1024px;
	height:200px;
	border: 1px solid;
}

/*----- topo -----*/

/*#logo{
	width: 250px;	
}

#logo img {
	width:100%;
}
*/

#animate {
 
  
  -webkit-animation: move 5s ease infinite;
  animation: move 3s ease infinite;
 
}

/*#animate:hover{
	-webkit-animation: none;
	animation:none
}*/

@-webkit-keyframes move {
  50% {
    -webkit-transform: translate(0px, -300px);
	
  }
}

@keyframes move {
	50%{
		transform: translate(100px, 600px);
	}
}





















































































/*#bg_linha_menu{
	margin-top:-3px;
	margin-left:-4px;
	width:682px;
	border-top:2px solid;
	border-bottom:2px solid;
	border-left:0px;
	border-right:0px;
	border-color:#92ba62;
	height:32px;
}

#bg_sub_linha_menu{
	border:1px solid;
	height:26px;
	margin-top:2px;
	border-color:#92ba62;
}

#conteudo_linha_menu{
	position:absolute;
	margin-top:7px;
	margin-left:30px;
	color: #92ba62;
	font-weight:bold; 
	font-size:10px
}

#icon_flor_amarela{
	position:absolute;
	margin-top:5px;
	margin-left:5px;
}

#conteudo2_linha_menu{
	margin-top:-11px;
	margin-left:260px;
	color: #AE005D;
	font-size:9px;
}
#conteudo2_linha_menu span{
	
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #AE005D;
}

/* ------banner animado laterais ------*/

/*#animate {
  /*position: absolute;
  top: 100px;
  left: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: blue;*/
  
  /*-webkit-animation: move 6s ease infinite;
  animation: move 3s ease infinite;
  z-index:-10;
}

@-webkit-keyframes move {
  50% {
    -webkit-transform: translate(0px, -100px);
	
  }
}

@keyframes move {
	50%{
		transform: translate(100px, 600px);
	}
}*/

