body {
	background: rgb(29,96,96); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(29,96,96,1) 18%, rgba(23,65,76,1) 48%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,rgba(29,96,96,1)), color-stop(48%,rgba(23,65,76,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(29,96,96,1) 18%,rgba(23,65,76,1) 48%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(29,96,96,1) 18%,rgba(23,65,76,1) 48%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(29,96,96,1) 18%,rgba(23,65,76,1) 48%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(29,96,96,1) 18%,rgba(23,65,76,1) 48%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6060', endColorstr='#17414c',GradientType=0 ); /* IE6-9 */
		background-repeat: no-repeat;
}

/* HEADER */
.header {
	color: #fff;
	padding:10px 0;
	margin-bottom:10px;
}

.topo {
	height: 377px;
	width: 100%;
	background-image: url('../img/layout/header.jpg');
	background-repeat: no-repeat;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.topo .fones {
	text-align: center;
	margin-top: 8px;
}

.logo {
	font-size: 60px;
	background-color:rgba(225, 225, 225, 0.1);
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #900c0c;
	border-radius: 10px;
	position: absolute;
	padding: 15px 10px 0 10px;
	margin-top: 50px;
	margin-left: 50px;
}
.logo p {
	line-height: 60px;
	font-weight: bold;
}

.slogan{
	position: absolute;
	padding: 10px 5px 0 5px;
	margin-top: 120px;
	margin-left: 380px;
	font-size: 20px;
	line-height: 20px;
	background-color:rgba(36, 33, 32, 0.5);
	border-radius: 15px;
	color: #fff;
}

.fone{
	position: absolute;
	padding: 10px 15px 10px 15px;
	margin-top: 30px;
	margin-left: 750px;
	background-color:rgba(36, 33, 32, 0.8);
	border-radius: 15px;
	color: #f6f3f1;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

.carousel img {
	width: 100%;
	height: 100%;
}

.menu{	
	background: url(../img/layout/home-menu.jpg) no-repeat, url(../img/layout/bg-menu.jpg) repeat-x;
	width: 90%;
	z-index: 1;
	height: 45px;
	margin-top: -65px;
	margin-left: 5%;
}
.menu ul{
	list-style: none;
	display: block;
	margin-left: 10px;
}

.menu ul li {
	float: left;
	margin-top: 0px;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 3px;
}

.menu ul li:hover {
	background-color: #fff;
	color: #000;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

/* CORPO */
.title{
	background: rgb(20,89,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(20,89,89,1) 0%, rgba(29,101,101,1) 29%, rgba(7,40,39,1) 36%, rgba(7,40,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,89,89,1)), color-stop(29%,rgba(29,101,101,1)), color-stop(36%,rgba(7,40,39,1)), color-stop(100%,rgba(7,40,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(20,89,89,1) 0%,rgba(29,101,101,1) 29%,rgba(7,40,39,1) 36%,rgba(7,40,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(20,89,89,1) 0%,rgba(29,101,101,1) 29%,rgba(7,40,39,1) 36%,rgba(7,40,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(20,89,89,1) 0%,rgba(29,101,101,1) 29%,rgba(7,40,39,1) 36%,rgba(7,40,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(20,89,89,1) 0%,rgba(29,101,101,1) 29%,rgba(7,40,39,1) 36%,rgba(7,40,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145959', endColorstr='#072827',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	padding-left: 15px;
	height: 25px;
	font-size: 15px;
	padding-top: 3px;

}

.content {
	background-color: #fff;
}

.sidebar {
	background-color: #fff;
}

.sidebar-content{
	border-left: 1px #cbcbcb solid;
	border-right: 1px #cbcbcb solid;
	border-bottom: 1px #cbcbcb solid;
	margin-bottom: 8px;
	padding: 4px;
	background-color: #f3f2f1;
}

.galeria-imagens {
	width: 745px;
 	height: 550px;
    margin: 0 auto;
}

.corpo{
	background-color: #fff;
	padding-top: 10px;
}

.sobre {
	text-align: justify;
	padding: 7px;
}

/* FOOTER */
.footer {
	background-color: #407878;
	text-align: center;
	color:#fff;
	padding: 23px;
	font-size: 14px;
	width: 100%;
	height: 60px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}