/*********************************************************************************************************/
@font-face {
	font-family: Roboto_LT;
	src:url('../font/robotolight-webfont.ttf') format('truetype'),
		url('../font/robotolight-webfont.otf'),
		url('../font/robotolight-webfont.eot'),
		url('../font/robotolight-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/robotolight-webfont.woff') format('woff'),
		url('../font/robotolight-webfont.svg#robotolight') format('svg');

}

/*Básicos*/
*{
	padding: 0;
	margin: 0;
	font-family: Roboto_LT;
	font-weight: normal;
	font-style: normal;
}

/*imagem fluida*/
img {
    max-width: 100%;
}

h1{
	font-size: 36px;
	display:none;
}

h2{
	font-size: 36px;
	color: #026873;
	font-weight: normal;
}

h4{
	font-size: 20px;
	color: #026873;
	font-weight: normal;
}


p{
	font-size: 15px;
	line-height:130%;
	color:#999;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #026873;
}

a img { 
border: none; 
}


/*********************************************************************************************************/

/*Topo*/
#bg_topo{
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: 2px solid #F6B40E;
	border-bottom: 2px solid #F5F5F5;
	float:left;
	background-color: #FFF;
	background-image: url(../img/bg_topo.jpg);
	background-repeat:repeat-x;
}

#topo{
	max-width: 960px;
	min-height: 150px;
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}

#logo{
	width: 300px;
	height: 100px;
	margin: 25px 10px 25px 10px;
	float: left;
}

#idioma{
	width: 210px;
	height: 12px;
	margin: 25px 10px 25px 10px;
	float: right;
	text-align:right;
	font-size:12px;
}

/*********************************************************************************************************/

/*Menu*/
#menu{
	max-width: 960px;
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
	clear: both;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
nav {
	height: 50px;
	width: 100%;
	background: #FFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
nav ul {
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #999;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	padding: 0 20px 0 20px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #F5F5F5;
	border-bottom: 2px solid #026873;
	color: #026873;
	text-shadow: #999 1px 2px 3px;
}
nav a#pull {
	display: none;
	color: #FFFF;
	padding: 0 0 0 0;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		
  	}
  	nav li a {
		border-bottom: 2px solid #F5F5F5;
		border-right: 2px solid #F5F5F5;
	}
  	nav a {
	  	text-align: center;
	  	width: 100%;

  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {

	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		background:url(../img/menu_icon.png) no-repeat;
		display: block;
		background-color: #026873;
		width: 100%;
		position: relative;
		color: #FFF;
		border-bottom: 2px solid #F5F5F5;
	}
	nav a#pull:after {
		content:"";
		display: inline-block;
		position: absolute;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		width: 100%;
	}
	nav li a {
		color: #999;
	}
}

/*********************************************************************************************************/

/*Centro do Site*/
#centro{
	max-width: 960px;
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
	clear:both;
}

/*********************************************************************************************************/

/*Banner*/

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:100%;margin:0;padding:20px;position:absolute;bottom:0;}

pre{
	display: block;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #000;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre + h2{
	margin-top: 80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 70px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#FFF;
	color:#CCC;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#026873;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#E1E1E1;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #026873;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5);
	color:#FFF;
}

/*********************************************************************************************************/

/*Widgets*/
#widgets_cont{
	max-width: 960px;
	width: auto;
	height:auto;
	margin: 0 auto 20px auto;
}

.imagem_1{
	width: 280px;
	height: 280px;
	margin: 20px 20px 20px 20px;
	overflow:hidden;
	float: left;
}

.imagem_2{
	width: 280px;
	height: 100%;
	margin: 20px 20px 20px 20px;
	overflow:hidden;
	float: left;
}

.imagem_3{
	max-width: 100%;
	height: auto;
	margin: 20px 20px 20px 20px;
	overflow:hidden;
	float: left;
}




.widgets_1{
	width: 280px;
	height: auto;
	margin: 20px 20px 20px 20px;
	overflow:hidden;
	float: left;
}

.widgets_1 h2{
	border-left: 2px solid #F6B40E;
	padding: 0 0 0 10px;
}
.widgets_1 h2 a{
	color:#026873;
}
.widgets_1 h2 a:hover{
	color:#0CC;
}

.widgets_1 h4 {
	color:#026873;
}
.widgets_1 h4 a{
	color:#026873;
}
.widgets_1 h4 a:hover{
	color:#0CC;
}

.widgets_2 ul{
	padding:15px;
}
.widgets_2 li{
	color:#999;
	line-height:24px;
	font-size:15px;
	list-style: square;
}








.widgets_2{
	width: auto;
	min-width: 280px;
	max-width: 600px;
	height: auto;
	margin: 20px 20px 20px 20px;
	overflow:hidden;
	float: left;
}

.widgets_2 h2{
	border-left: 2px solid #F6B40E;
	padding: 0 0 0 10px;
}
.widgets_2 h2 a{
	color:#026873;
}
.widgets_2 h2 a:hover{
	color:#0CC;
}

.widgets_2 h4 {
	color:#026873;
}
.widgets_2 h4 a{
	color:#026873;
}
.widgets_2 h4 a:hover{
	color:#0CC;
}

.widgets_2 ul{
	padding:15px;
}
.widgets_2 li{
	color:#999;
	line-height:24px;
	font-size:15px;
	list-style: square;
}


#link_galeria{
	width:280px;
	height:20px;
	margin:30px 0 0 0;
	float:left;
	clear:both;
}
/*********************************************************************************************************/
/*Rodapé*/
.bg_footer{
	height: auto;
	width: 100%;
	padding: 0 0 0 0;
	margin: 40px auto 0 auto;
	float:left;
	clear:both;
	border-top: 2px solid #F6B40E;
	background: #026873;
	bottom:0;
}

#footer{
	max-width: 960px;
	height: auto;
	width: auto;
	margin: 0 auto 0 auto;
}

.widgets_footer{
	width: 280px;
	height: auto;
	margin: 40px 20px 40px 20px;
	float: left;
	font-size:15px;
	color: #CFF;
	text-shadow: #030 1px 2px 3px;
}



.widgets_footer p{
	font-size:15px;
	color: #CFF;
}
.widgets_footer a{
	font-size:15px;
	color: #CFF;
}
.widgets_footer a:hover{
	font-size:15px;
	color: #FFF;
}



.widgets_footer ul{
	text-indent:0;
}
.widgets_footer ul li{
	padding: 6px 0 5px 0;
	text-decoration: none;
	font-size:15px;
	color: #CFF;
	list-style: none;
	border-bottom: 1px solid #004F4F;
}
.widgets_footer ul li a{

	text-decoration: none;
	font-size:15px;
	color: #CFF;
	list-style: none;

}
.widgets_footer ul li a:hover{

	text-decoration: none;
	font-size:15px;
	color: #FFF;
	list-style: none;

}



#facebook{
	margin:50px 0 0 0;
}

#maps{
	width:280;
	height:auto;
	boarder:1px #999;
	margin:0 0 0 0;
	float: left;
}

#softport{
	width: 100%;
	height: 45px;
	margin:45px 0 0 0;
	clear:both;
	float:left;
}

#softport_logo{
	width: 45px;
	height: 45px;
	margin:0 10px 0 0;
	float:left;
}

/*********************************************************************************************************/
/*Formulario*/
