/*CSS DOCUMENT*/

body{
	background-color: #EFD6AF;
}

img{
	max-width: 100%;
}

.container{
	margin-top: 30px;
	width: 1000px;
	max-width: 1000px;
	background-color: #EFD6AF;
	margin-top: -3px;
}

.topo{
	width: 100%;
	height: 348px;
	background: url(../img/topo.jpg) center top;
	margin-bottom: -3px;
}

.header .header-inner .nav ul li a{
	font-size: 16px !important;
	font-weight: bold !important;
}

.well{
	background: none;
	border: none;
	box-shadow: none;
	color: #6C4A3F;
}

.well h2{
	font-size: 22px;
}

.carousel-caption{
	bottom: -20px;
}


.modal-dialog{
	width: 80%;
}

.modal-body{
	text-align: center;
	background-color: #EFD6AF;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{
	width: 100%;
}

.carousel-caption p{
	padding: 3px 5px;
	background-color: rgba(0,0,0,0.7);
}

.slide{
	width: 350px;
	margin: 0 auto;
}

.footer{
	height: 40px;
}
