@import url('reset.css');

/* General Demo Style */
body{
	background: #fff;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 1050px;
	margin:auto;
	min-height: 100%;
	height: 800px !important;
	height: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.wrapper_2{
	position: relative;
	width: 1050px;
	margin:auto;
	min-height: 100%;
	height: 100% !important;
	height: 100%;
}
.wrapper_2 p{
	clear: both;
}

.push {
	clear: both;
	height:0px;
	width:1050px;
}
.container {
	background-image:url(../estacionamento_cpr33_bg_container.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.container_2 {
	background-image:url(../estacionamento_cpr33_bg_container2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
	/* background-color:#e6e6e7; */
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.reference{
	padding-top: 40px;
}
h1{
	position:relative;
	padding-top: 0px;
	z-index:1000;
	text-align: center;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 0px;
}
/* Header Style */
.header{
	width:100%;
	min-width:1050px;
	margin:auto;
	height:122px;
	background-image:url(../bg_top.jpg);
	background-repeat:no-repeat;
}
.header a{
	padding: 0px;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}
