/* =Service Parking
--------------------------------------------------------------
-------------------------------------------------------------- */

#content {
	float: left;
	margin: 0;
	position: relative;
	width: 640px;
}

#breadcrumb {
	width: 990px;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	color: #999;
	margin-bottom: 20px;
}

#breadcrumb a{
	color: #999;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#pub-top-right {
	position: relative;
	float: right;
	width: 300px;
	height: 250px;
	margin-right: 0px;
}

#service-content {
	width: 270px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}

#service-content.service-wide {
	width: 640px;
}

#logo-service {
	position: relative;
	margin-bottom: 15px;
}

#logo-service.logo-wide {
	position: relative;
	float: left;
}

#contato-wide {
	position: relative;
	float: left;
	margin-left: 20px;
}


#service-content span {
	clear: both;
	position: relative;
	float: left;
	width: 270px;
	padding-bottom: 5px;
}

#contato-wide span {
	width: 500px;
}

#address-content {
	width: 350px;
	position: relative;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}

#map-content {
	width: 340px;
	height: 250px;
	padding: 5px;
	background: #e3e2e0;
	margin-bottom: 10px;
}

#map-content #map_canvas {
	width: 100%;
	height: 100%;
}

#information-content {
	width: 640px;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#information-box-1 {
	width: 280px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

#information-box-1 h2 {
	border-left: 1px solid #ccc;
	color: #005f99;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0px 2px 15px;
}


#information-box-1 ul {
	list-style-image: url('../images/list-arrow.gif');
	margin: 0px;
	margin-left: 20px;
}

#information-box-1 ul li {
	margin-bottom: 10px;
}


#information-box-2 {
	width: 340px;
	position: relative;
	float: left;
	margin-top: 15px;
}

#information-box-2 h2 {
	border-left: 1px solid #ccc;
	color: #005f99;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0px 2px 15px;
}

#information-box-3 {
	width: 640px;
	position: relative;
	float: left;
	margin-top: 15px;
}

#information-box-3 h2 {
	border-left: 1px solid #ccc;
	color: #005f99;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0px 2px 15px;
}

table {
	color: #fff;
}

td {
	padding-top: 4px;
	padding-bottom: 4px;
}
td.line-0 {
	background: #8ca3b8;
}

td.line-1 {
	background: #245288;
}


td.desc-tarifa {
	width: 230px;
	padding-left: 10px;
}

td.valor-tarifa {
	width: 90px;
	text-align: right;
	padding-right: 10px;
}



@media screen and (max-width:768px){
	#content{
		width: 90%;
		float: left;
	}

	.entry-content{
		width: 100%;
	}

	#service-content.service-wide{
		width: 100%;
	}

	#contato-wide{
		margin: 0px;
		clear: both;
	}

	#contato-wide span{
		width: 100%;
	}

	#information-content, #information-content div{
		width: 100%;
	}

	#address-content{
		width: 100%;
		margin: 0px;
	}

	#map-content{
		width: 100%;
	}

}
