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

@media screen and (min-width: 481px) {
	body {
	font-size: 12px;
	}

	#imgpos {
		position:absolute;
		left:45%;
		top:10%;
		margin-left:-110px;
		margin-top:-40px;
		width:350px;
	}
	/*.img { width: 300px; }*/
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  #imgpos {
	position:absolute;
	left:35%;
	top:10%;
	margin-left:-88px;
	width:180px;
  }
  /*.img { width: 100%; }*/
  
}


body{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ed3b6d;
}
.tit {
	color: #7ea81e;
}

.destaque {
	padding: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #f7a051;
}

.textos {
	padding: 2px;
	font-size: 14px;
	font-weight:lighter;
}

a:link {
	color: #efcbbf;
}
a:visited {
	color: #efcbbf;
}
a:hover {
	color:#efcbbf;
}
a:active {
	color:#efcbbf;
}

