body {
	color: #666666;
	background-color: #f9f8f6;
	background-image: url("../img/bk3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	font-family: Georgia, Times, serif;
	line-height: 1.4em;
	margin: 0px;
}
.pagina {
	width: 940px;
	margin: 20px auto 20px auto;
	border: 7px solid #f19066;
	background-color: #ffffff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 5px 5px 5px rgba(0,0,0,1);
}
header { 
	height: 160px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-image: url("../img/header5.jpg");
}
h1 {
	text-indent: -9999px;
	width: 940px;
	height: 130px;
	margin: 0px;
}

nav, footer {
	clear: both;
	color: #ffffff;
	background-color: #f19066;
	height: 30px;
}
nav ul {
	margin: 0px;
	padding: 5px 0px 5px 30px;
}
nav li {
	display: inline;
	margin-right: 40px;
}
nav li a {
	color: #ffffff;
}
nav li a:hover, nav li a.current {
	color: #000000;
}
section.artigos {
	float: left;
	width: 659px;
	border-right: 1px solid #f19066;
}
article {
	clear: both;
	overflow: auto;
	width: 100%;
}
hgroup {
	margin-top: 40px;
}
figure {
	float: left;
	width: 290px;
	height: 220px;
	padding: 5px;
	margin: 20px;
	border: 1px solid #D0ECE7;
}
img, video{
	width: 290px;
	height: 200px;
}

#logo{
	padding-left: 5px;
}

figcaption {
	font-size: 90%;
	text-align: center;
}
aside {
	width: 230px;
	float: left;
	padding: 0px 0px 0px 20px;
}
aside section a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
}
aside section a:hover {
	color: #985d6a;
	background-color: #efefef;
}
a {
	color: #de6581;
	text-decoration: none;
}
h1, h2, h3 {
	font-weight: normal;
}
h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
h3 {
	margin: 0px 0px 10px 0px;
	color: #de6581;
}
aside h2 {
	padding: 30px 0px 10px 0px;
	color: #de6581;
}
footer {
	font-size: 80%;
	padding: 7px 0px 0px 20px;
}

#textoFaleconosco{
	color: #000000;
}

.galeria {
	margin: 0px;
	width: 290px;
	height: 200px;
	position: relative;
	overflow: hidden;

}
.foto{
	position: absolute;
	opacity: 0;
	animation-name: animacao;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}

@keyframes animacao{
	25%{
		opacity: 1;
		transform:scale(1.1,1.1);
	}
	50%{
		opacity: 0;
	}
}

.foto:nth-child(1){
	animation-delay: 0s;
}
.foto:nth-child(2){
	animation-delay: 5s;	
}
.foto:nth-child(3){
	animation-delay: 10s;	
}
.foto:nth-child(4){
	animation-delay: 15s;
}
.foto:nth-child(5){
	animation-delay: 20s;	
}
.foto:nth-child(6){
	animation-delay: 25s;
}