﻿
body {
	background-image:url(imagens/background.jpeg);
	background-size:cover;} /* comentário */
div {
	background-color:rgba(0,0,0,0.08);
	
	width:860px;
	margin:auto;
	font-family:Trebuchet MS,arial;
	font-size:14px;
	}
	
	
header {margin-bottom:20px;}
	
footer {
	width:860px;
	height:140px;
	background-image: url(imagens/rodape.jpg);
		
	clear:left;}
article {padding: 0 40px 0 40px;}
figure {float:left; margin:4px 15px 0 0;}
figcaption{
	text-align:center;
	color:#666;
	font-size:12px;
	}
#figura2{
float:left;
margin:0 0 0 0;
}
h1 {color:#666;
	border-bottom: solid 8px rgba(154,162,170,0.6);
	}
nav {
	text-align: center;

	}
nav a {
	background-color:rgba(154,162,170,0.6);
	color: #ffffff;
	text-decoration: none;
	padding: 3px 12px;
	margin: 10px;
	border-radius: 25px;
	}
nav a:hover{background-color:rgba(208,210,212,0.7);color:rgba(255,255,255,0.6);}	
fieldset {
	width:350px;
	margin: 50px auto;
	padding: 20px;
	background-color:rgba(154,162,170,0.3);
	
	}
#fieldsetfotos{
    width:500px;
	
	
	background-color:rgba(154,162,170,0.3);
}
textarea {resize: none;}	
#envio {text-align:center;}	
#resposta {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #000066;
	margin: 50px 20px;
	}
#fotos {
	margin-left:-10px;	
	text-align:center;
	padding-top:10px;
}
#titulofotos{
text-align:left;
}


	
	
	
	
	
	
	
	
	
	
	
	
	