﻿body {
	margin:0;
	background-image:url(fundo.jpg);
	font-family:Arial;
}

nav {
	width:100%;
 	position:fixed;
	background-color:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,eac300+100 */
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #eac300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefcea 0%,#eac300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefcea 0%,#eac300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#eac300',GradientType=0 ); /* IE6-9 */
	padding:20px 0;
	text-align:center;
}

nav a{
	display:inline-block;
	font-size:40px;
	margin:0 20px;
	color:#FA8072;
	text-decoration:none;
	font-family:'Rosewood Std Regular';
}

section {
	width:860px;
	margin:auto;
	background-color:#FFFFFF;
	padding:85px 25px 0 25px;
	box-sizing:border-box;
}

#Bolo1 img{
width:800px;
}

footer {
	width:100%;
	margin:auto;
	background-color:#630;
	color:#FFC;
	padding:20px;
	text-align:center;
	box-sizing:border-box;
}

#Foto img{ 
 height:500px;
}

#texto{
	color:#000000;
	font-size:20px;
	text-align:justify;
}

#Galeria img{
		width:260px;
}

table{
	text-align:center;
	background-color:#FFFFFF;
	font-size:20px;
}
h1{
	font-family:'Lucida Calligraphy', cursive;
	text-align:center;
	font-size:30px;
}
form{
	width: 50%;
	margin: auto;
}
textarea,fieldset{
	border:solid;
}
	
	



