body {
	margin: 0;
	text-shadow:1px 1px 1px #000;
	font-weight: normal !important;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul {
	margin: 0px;
}

#content li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 21px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}

.tabtop {
	float: left;
	/*background-color: #dedede;
	border: 1px solid #909090;
	padding-top: 5px;*/
	background-color: inherit !important;
	border: none !important;
}

.container {
	margin: 10px auto;

}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	width: 100%;
}

ul.tabs li:first-child{ border-left: none; }

ul.tabs li {
	float: left;
	padding: 0;
	height: 21px;
	line-height: 21px;
	border-left: 1px solid #fff;
	margin-bottom: -1px;
	background: #dedede;
	overflow: hidden;
	position: relative;
	border-radius: 5px 5px 0 0;
}

ul.tabs li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #5b5b5b;
	display: block;
	font-size: 12px;
	padding: 0 13px;
	outline: none;
	text-shadow:1px 1px 1px #fff;

	/*text-shadow:0.5px 0.5px #2e2d2e;*//*#c3c3c3;*/
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
	background-color: #909090; /** fundo configuravel **/
	
}

li.active a{
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	color: #fff;
	text-shadow:0.5px 0.5px #2e2d2e;
}

ul.tabs li.active a {
	color: #fff;
	text-shadow:1px 1px 1px #000;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
}

.tab_content {
	padding: 5px;
	padding-top: 10px;
	font-size: 1.2em;
	background-image: url(../images/selo/fundo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #909090; /** fundo configuravel **/
}

.tab_content img {
	float:left;
}

.linha {
	background-image: url(../images/selo/linha.png);
	background-repeat: repeat-x;
	height: 1px;
}

.setas {
	/*background-image: url(../images/selo/setas.png);
	background-repeat: no-repeat;*/
	height: 75px;
	width: 49px;
	float: right;
	margin-right: 7px;
	margin-top: 7px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.max {
	margin-top: 0;
	font-size:35px;
	color: #F5B836;
}

.min {
	margin-top: 10px;
	font-size: 25px;
	color:#87B3F2;
}

.desc {
	color: #222;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto 3px auto;
}

.cidade a {
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	/*margin-top: 3px;
	margin-left: 5px;*/
	text-decoration: none;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
}
.assinatura {border-radius: 0 0 5px 5px; height: 32px; padding: 0 5px; background:#111 url('../images/selo/background.png') repeat-x center center;}

.assinatura #cptec {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

#google{ height: 30px; float: left;}


.clearb {
	clear: both;
}