html {
	-webkit-text-size-adjust: 100%
}

body,
input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

body {
	overflow: hidden;
	border: 0
}

#Dataviz,
body {
	margin: 0;
	padding: 0;
	background-color: #f6f6f6
}

.Cont {
	margin: 0;
	padding: 30px
}

.nav,
.pos {
	height: 0
}

.pos {
	position: relative;
	top: -23px;
	color: #395672;
	font-size: 145%;
	font-weight: 700;
	text-align: right;
	font-family: Georgia, serif
}

.ant,
.seg {
	width: 20px;
	cursor: pointer
}

.ant {
	background: url(/images/fesq.png) no-repeat center;
	float: left;
	margin-left: -25px
}

.ant:focus,
.ant:hover {
	background-image: url(/images/fesqhover.png);
	outline: 0
}

.seg {
	background: url(/images/fdreta.png) no-repeat center;
	float: right;
	margin-right: -25px
}

.seg:focus,
.seg:hover {
	background-image: url(/images/fdretahover.png);
	outline: 0
}

iframe {
	border-radius: 4px
}

.Cont,
iframe {
	border-width: 0
}

#botons,
p {
	margin: 0
}

#botons a,
#botons li {
	display: inline-block;
	width: 16px;
	height: 16px;
	float: right;
	background-image: url(/images/giny/sprite.png);
	background-repeat: no-repeat;
	margin: 8px 5px;
	cursor: pointer
}

address {
	margin: 8px 0 0
}

address img {
	border: 0
}

#fs.max {
	background-position: 0 -16px
}

#fs.max:focus,
#fs.max:hover {
	background-position: 0 0;
	outline: 0
}

#fs.min {
	background-position: -16px -16px
}

#fs.min:focus,
#fs.min:hover {
	background-position: -16px 0;
	outline: 0
}

#share {
	background-position: -32px -16px
}

#share:focus,
#share:hover {
	background-position: -32px 0;
	outline: 0
}

li#download {
	background-position: -48px -16px
}

#download:focus,
#download:hover {
	background-position: -48px 0;
	outline: 0
}

.popup {
	position: absolute;
	width: 295px;
	height: 160px;
	z-index: 5;
	border-radius: 4px;
	border: 1px solid #69c;
	background-color: #eff4f8;
	padding: 10px
}

.popup .header {
	border-bottom: solid 1px #69c
}

.popup .header label {
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #69c;
	border-right: 1px solid #69c;
	border-left: 1px solid #69c;
	background-color: #69c;
	margin-right: 5px;
	padding: 0 5px;
	color: #efefef;
	cursor: pointer
}

.popup .header label:hover {
	color: #fff
}

.popup .header label.selected {
	border-bottom: 1px solid #eff4f8;
	background-color: #eff4f8;
	color: #000;
	cursor: text
}

#down .section label a,
.popup .header a:hover,
.popup .header label.selected:hover {
	color: #000
}

.popup .header strong {
	float: right;
	margin-top: -3px;
	font-size: 16px;
	cursor: pointer;
	color: #999
}

.popup .header strong:hover {
	color: #69c
}

.popup .header a {
	display: block;
	float: right;
	padding-right: 30px;
	color: #666;
	text-decoration: none
}

.section {
	margin: 0 0 12px;
	white-space: nowrap
}

#down,
#enll,
#incr {
	padding: 24px 0 0
}

#incr label {
	margin-right: 20px
}

#incr input {
	width: 60px
}

#incr label input {
	width: 13px;
	margin-left: 0
}

#enll {
	display: none
}

#enll input,
#incr textarea {
	border: 1px dashed #719ee1;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	resize: none;
	margin-top: 2px
}

#enll input {
	width: 280px;
	padding: 6px;
	white-space: nowrap
}

#incr textarea {
	width: 284px;
	height: 75px;
	padding: 2px 4px
}

.barra {
	margin-top: 9px;
	height: 25px
}

.barra ul {
	list-style: none;
	display: inline;
	padding: 12px 0 5px 6px;
	border: 1px solid #7da0ca;
	background-color: #fff
}

.barra ul li {
	display: inline;
	margin: 0 6px 0 0
}

.barra ul li img {
	border: 0;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 18px
}

#downloadb {
	float: right;
	margin: -12px 8px 0 0;
	background-color: #69c;
	padding: 4px 8px;
	border: 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .25));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .25));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .25))
}

#downloadb:hover {
	background-color: #306191
}

p.error {
	font-weight: 700;
	color: red;
	line-height: 1.6
}

#down .section label a:visited {
	color: #6b6b6b
}

.bg {
	position: fixed;
	width: 740px;
	background-color: #666;
	opacity: .4;
	filter: alpha(opacity=40)
}

.nooutline {
	outline: 0
}

#Dataviz .mini {
	display: none
}

@media (max-width:414px) {
	#Dataviz {
		background-color: #eee
	}

	#Dataviz .Cont .nav,
	#Dataviz .pos {
		display: none
	}

	#Dataviz address {
		float: left
	}

	#Dataviz div.Cont {
		padding: 2px 2px 30px
	}

	#Dataviz div.Cont.simple {
		padding: 2px
	}

	#Dataviz div.mini {
		display: block;
		float: right;
		margin-top: 5px
	}

	#Dataviz div.Cont div.mini div {
		display: inline-block;
		padding: 0;
		top: 0;
		position: relative
	}

	#Dataviz .mini .nav div {
		height: 21px;
		margin: 0;
		top: 0
	}

	#Dataviz .mini .pos {
		width: 45px;
		margin: 0 5px;
		text-align: center
	}
}