﻿/* Desenvolvido por: Jgwebcom */
/* reset */
table{border-collapse:collapse;border-spacing:0}
input{border:1px solid #b0b0b0;color:#979797;width:190px;padding:3px 5px 4px}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
q:before,q:after{content:''}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,html,body{margin:0;padding:0}
fieldset,img,abbr,acronym{border:0}
*html img{background: none !important}
body{
	margin: 0px;
	background: #e8e8e8 url(../images/bg-meio.jpg) repeat-y top center;
	text-align: center;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.topo-repeat{
	background: url(../images/topo-repeat.jpg) repeat-x top;
	height: 498px;
}
.topo-top-textura{
	background: url(../images/bg-topo-top.jpg) no-repeat top center;
}
.topo-bottom-textura{
	background: url(../images/bg-topo-bottom.jpg) no-repeat bottom center;
	height: 498px;
}
a{
	color: #0081b8;
	text-decoration: none;
	font-weight: bold;
}
h1, h2{
	color: #a2be21;
	font-size: 1.6em;
}
h2{
	font-size: 1.3em;
	font-weight: 300;
	margin: 10px 0 0 0;
}
h3{
	font-size: .95em;
	text-align: center;
	color: #243c3f;
	line-height: 1.6em;
	margin: 20px 0 20px 0;
}
p{
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	color: #788a8c;
	line-height: 1.6em;
	text-align: justify;
	font-size: .75em; 
}
.base{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

/*Topo*/
.topo{
	width: 950px;
	height: 498px;
	overflow: hidden;
}
.topo h1, .topo h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 3.8em;
	text-align: center;
	margin: 10px 0 0 0;
}
.topo h2{
	color: #999;
	font-size: 2.1em;
}
/*Navegadores*/
.navegadores{
	width: 950px;
}
.navegadores ul{
	width: 950px;
	height: 300px;
	margin: 15px 0 0 0;
}
.navegadores li{
	width: 180px;
	height: 265px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin: 14px 5px 0 4px;
	border-bottom: 5px solid #d3d5d7;
}
.navegadores li:hover{
	border-bottom: 5px solid #a1a3a4;
}
.navegagores a:houver{
	display: block;
	text-decoration: none;
}
.navegadores h2, .navegadores h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #959595;
	font-size: .95em;
	text-align: center;
	margin: 15px 0 0 0;
}
.navegadores h3{
	color: #c6c6c6;
	font-size: .65em;
	margin: 0 0 20px 0;
}
.imagem-navegador{
	text-align: center;
	height: 138px;
	margin: 0 0 10px 0;
	background: transparent url(../images/sombra-logos.png) no-repeat center bottom;
}
.bt-baixar{
	width: 100%;
	height: 30px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background: #abc921;
}
.bt-baixar .icon {
	width: 25%;
	padding: 2px 20px 10px 20px;
	background: url(../images/glyphicons_181_download_alt.png) center no-repeat #a1bc20;
}
.bt-baixar .text {
	width: 100%;
	margin-top: -14px;
	text-align: center;
	float: right;
}
.bt-baixar .text span {
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
	margin-left: 24px
}
/*Meio*/
.bg-meio{
	background: #e8e8e8 url(../images/bg-meio.jpg) repeat-y top center;
}
.bg-sombra{
	background: url(../images/bg-sombra.png) repeat-x top;
}

/*Rodape*/
.logo-jg{
	height: 20px;
}
.msgne{
	position: absolute; 
	top: 100px; 
	left: 50%; 
	width: 500px; 
	margin-left: -250px; 
	padding: 30px; 
	text-align: center; 
	background: #adca26; 
	font-weight: bold; 
	font-size: 1em;
	color: #fff;
}