/*
* Lemar Theme Stylesheet, based on Skeleton Framework
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Reset & Basics (Inspired by E. Meyers)================================================== */



@charset "UTF-8";

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
	body { line-height: 1 }
	ol, ul { list-style: none }
	blockquote, q { quotes: none }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }

/* #Basic Styles================================================== */
body { background: #cceff1; font: 14px/21px Arial,"HelveticaNeue","Helvetica Neue",Helvetica,sans-serif; color: #555; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }
/* #Typography================================================== */
	h1, h2, h3, h4, h5, h6 { color: #444; font-family: Arial,"Georgia","Times New Roman"; font-weight: normal; }
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px; }
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; font-family: Arial; text-shadow:1px 1px 0px #c7d8d6;}
	h4 { font-size: 18px; line-height: 34px; margin-bottom: 8px; }
	h5 { font-size: 17px; line-height: 34px; margin-bottom: 0px; }
	h6 { font-size: 14px; line-height: 21px; }

	p { margin: 0 0 20px 0 }
		p img { margin: 0 }
	p.lead { font-size: 21px; line-height: 27px; color: #777; }
	em { font-style: italic }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80% }

/* Blockquotes */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
		blockquote cite { display: block; font-size: 12px; color: #555; }
		blockquote cite:before { content: "\2014 \0020" }
		blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555 }
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Links================================================== */
	a, a:visited { color: #333; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; text-decoration: none; }
	p a, p a:visited { line-height: inherit }

/* #Lists================================================== */
	ul, ol { margin-bottom: 20px }
	ul { list-style: none outside }
	ol { list-style: decimal }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px }
	ul.square { list-style: square outside }
	ul.circle { list-style: circle outside }
	ul.disc { list-style: disc outside }
	ul ul, ul ol, ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
		ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px }
	li p { line-height: 21px }

/* #Images================================================== */
	img.scale-with-grid { max-width: 100%; height: auto; }

/* #Buttons================================================== */
	.button, button, input[type="submit"], input[type="reset"], input[type="button"] { background: #eee; /* Old browsers */ background: #eee -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* FF3.6+*/ background: #eee -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+*/ background: #eee -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+*/ background: #eee -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+*/ background: #eee -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+*/ background: #eee linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */ border: 1px solid #aaa; border-top: 1px solid #ccc; border-left: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #444; display: inline-block; font-size: 11px; font-weight: bold; text-decoration: none; text-shadow: 0 1px rgba(255,255,255,.75); cursor: pointer; margin-bottom: 20px; line-height: normal; padding: 8px 10px; font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }
	.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { color: #222; background: #ddd; /* Old browsers */ background: #ddd -moz-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* FF3.6+*/ background: #ddd -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+*/ background: #ddd -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+*/ background: #ddd -o-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+*/ background: #ddd -ms-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+*/ background: #ddd linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */ border: 1px solid #888; border-top: 1px solid #aaa; border-left: 1px solid #aaa; }
	.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { border: 1px solid #666; background: #ccc; /* Old browsers */ background: #ccc -moz-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* FF3.6+*/ background: #ccc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.35)),color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+*/ background: #ccc -webkit-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+*/ background: #ccc -o-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+*/ background: #ccc -ms-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+*/ background: #ccc linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
	.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* #Forms================================================== */
	form { margin-bottom: 20px }
	fieldset { margin-bottom: 20px }
	input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; }
	select { padding: 0 }
	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow: 0 0 3px rgba(0,0,0,.2); }
	textarea { min-height: 60px }
	label, legend { display: block; font-weight: bold; font-size: 13px; }
	select { width: 220px }
	input[type="checkbox"] { display: inline }
	label span, legend span { font-weight: normal; font-size: 13px; color: #444; }

/* #Base 960 Grid
================================================== */

    .container                    { position: relative; width: 960px; margin: 0 auto; padding: 0 0 10px 0; }
    .container .column,
    .container .columns           { float: left; display: inline; margin-left: 10px; margin-right: 10px; padding:0 0 10px 0; }
    .row                          { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                 { width: 160px; }
    .container .four.columns                   { width: 200px; }
    .container .five.columns                   { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                 { width: 400px; }
    .container .eight.columns                 { width: 460px; }
    .container .nine.columns                   { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns               { width: 640px; }
    .container .twelve.columns               { width: 700px; }
    .container .thirteen.columns           { width: 760px; }
    .container .fourteen.columns           { width: 820px; }
    .container .fifteen.columns             { width: 880px; }
    .container .sixteen.columns             { width: 940px; }
    
	.container .two-espe.columns           { width: 130px; }
    .container .two-termo.columns           { width: 198px; }

    .container .one-third.column             { width: 300px; }
    .container .two-thirds.column           { width: 620px; }


    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three               { padding-left: 180px; }
    .container .offset-by-four                 { padding-left: 240px; }
    .container .offset-by-five                 { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven               { padding-left: 420px; }
    .container .offset-by-eight               { padding-left: 480px; }
    .container .offset-by-nine                 { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven             { padding-left: 660px; }
    .container .offset-by-twelve             { padding-left: 720px; }
    .container .offset-by-thirteen         { padding-left: 780px; }
    .container .offset-by-fourteen         { padding-left: 840px; }
    .container .offset-by-fifteen           { padding-left: 900px; }


	/* #Clearing
================================================== */
	/* Self Clearing Goodness */
	.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
	/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
	.clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020';  display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
	.row:after, .clearfix:after { clear: both; }
	.row, .clearfix { zoom: 1; }
	/* You can also use a <br class="clear" /> to clear columns */
	.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}



/* #Slider================================================== */
/*! http://responsiveslides.com v1.32 by @viljamis */
	.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
	.rslides li { position: absolute; display: none; width: 100%; left: 0; top: 0; }
	.rslides li:first-child { position: relative; display: block; float: left; }
	.rslides img { display: block; float: left; border:0px; }
	.rslides { margin: 0 auto; }
	.rslides_container { position: relative; float: left; width: 100%; background:url(../images/slidershad.png) no-repeat; background-position: 0px 314px; }
	.centered-btns_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 50%; left: 0; opacity: 0.7; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 38px; margin-top: -45px; }
	.centered-btns_nav:active { opacity: 1.0; }
	.centered-btns_nav.next { left: auto; background-position: right top; right: 0; }
	.transparent-btns_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 0; left: 0; display: block; background: #fff; /* Fix for IE6-9 */ opacity: 0; filter: alpha(opacity=1); width: 48%; text-indent: -9999px; overflow: hidden; height: 91%; }
	.transparent-btns_nav.next { left: auto; right: 0; }
	.large-btns_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0);  opacity: 0.6; text-indent: -9999px;  overflow: hidden;  top: 0;  bottom: 0;  left: 0; width: 38px;}
	.large-btns_nav:active { opacity: 1.0;}
	.large-btns_nav.next {left: auto; background-position: right 50%; right: 0;}
	.centered-btns_nav:focus,.transparent-btns_nav:focus,.large-btns_nav:focus { outline: none; }
	.centered-btns_tabs,.transparent-btns_tabs,.large-btns_tabs { text-align: center; }
	.centered-btns_tabs li,.transparent-btns_tabs li,.large-btns_tabs li { display: inline; float: left;  margin-right: 5px;  }
	.centered-btns_tabs a,.transparent-btns_tabs a,.large-btns_tabs a { text-indent: -9999px;  overflow: hidden;  -webkit-border-radius: 15px;  -moz-border-radius: 15px;  border-radius: 15px;  background: #ccc; background: rgba(0,0,0, .2); display: block;  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);  width: 9px;  height: 9px; }
	.centered-btns_here a,.transparent-btns_here a,.large-btns_here a { background: #222; background: rgba(0,0,0, .8); }

/* #Forms================================================== */
	div.block { width: 500px; position: relative; }
	div.block label { width: 100%; display: block; padding: 10px 0 0 0; }
	div.block label span { display: block; float: left; width: 84px; padding: 5px 20px 0 0; }
	div.block .input_text { padding: 10px 10px; width: 340px; }
	div.block .message { padding: 7px 7px; width: 350px; overflow: hidden; height: 100px; }
	div.block .contactbutton {margin: 0 0 10px 0; border: 0px; position: relative; top: 5px; left: 105px; background: #444; color: white; text-shadow: none; padding: 8px 25px 5px; -webkit-transition: background 1s ease-in; -moz-transition: background 1s ease-in; -o-transition: background 1s ease-in; transition: background 1s ease-in; font-family: BebasNeueRegular; font-weight: lighter; font-size: 16px; }
	div.block .contactbutton:hover { text-shadow: none; background: #777; }
	.done, .newsletterdone {	display:none;}
	div.block .error { border:1px solid red;}
	div.block .loading { float:right; display:none;}
	.alert { margin-bottom: 20px; color: #c09853; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.alert h4 {  margin: 0;}
	.alert .close {  position: relative; line-height: 10px; margin-right: 10px;}
	.alert-success { background-color: #DFF0D8;  border-color: #D6E9C6;  color: #468847;  margin-left: 102px;  margin-right: 35px; padding: 10px 20px; }
	.close {  float: right;  font-size: 20px;  font-weight: bold;  line-height: 20px;  color: #000000;  text-shadow: 0 1px 0 #ffffff;  opacity: 0.2;  filter: alpha(opacity=20); }
	.close:hover {  color: #000000;  text-decoration: none;  cursor: pointer;  opacity: 0.4;  filter: alpha(opacity=40); }
	button.close { cursor: pointer; background: transparent; border: 0; -webkit-appearance: none;padding: 5px 0 0; }
	.form-wrapper { width:290px;	padding:15px 0px; }
	.form-wrapper input {	width:155px; outline: none !important; height:18px; float:left; border-radius:3px 0 0 3px; border:1px solid #ddd; color:#555; font-weight:normal; border-right: 0px !important; }
	.form-wrapper input:focus, .form-wrapper input:active { background:#fff; border:0px; outline: none !important; }
	.form-wrapper button { overflow: visible; position: relative; border: 0; padding: 0; cursor: pointer; height: 32px; width: 50px; text-transform: uppercase; border-radius: 0 3px 3px 0; float:left; }
	.newsletteralert {padding-top:8px;color:green;}

/* #Content================================================== */
     nav { display: block; text-align: center; width: 100%;}   
	 nav li { display: inline-block; }
	 nav select { display: none; }
	.remove-bottom { margin-bottom: 0 !important }
	.half-bottom { margin-bottom: 10px !important }
	.add-bottom { margin-bottom: 20px !important }
	.logo, .logo a { margin-top: 0px; font-family: Arial; font-size: 30px; color:#555;}
	.header {
	color: #fff;
	padding: 30px 0 ;
	height: 360px;
	border-bottom: 0px solid #fff;
	font-family: Arial,"Georgia","Times New Roman";
	font-weight: normal;
}
	.header a {color:#fff;}
	.dashed {border-bottom:1px dashed #fff;}
	.leadtitle { font-size: 50px; margin-bottom: 40px; text-align: center; }
	.header h1 { color: #fff; margin: 0px auto; font-family: Arial,Georgia,serif; font-size: 32px; line-height: 40px; padding-top: 30px; }
	.header h2 { font-size: 21px; font-family: Arial; color: #fff; }
	.m10 {margin-top: 35px;}


	#top img {
	margin-top: 10px;
    width: auto; 
	height: 110px;
	}

	#wrapnav {
	border-bottom: 0 solid #fff;
	height: 130px;
	padding-top: 0;
	overflow: hidden !important;
}

	.menu, .menu a { font-size: 17px; font-family: Arial;}
	.menu a:hover {color:rgb(172, 255, 244);}

	.afterheader { padding-top: 10px; height: 10px; }


	.menuitems li  {
	float: right;
	padding-right: 15px;
	padding-top: 30px;
	text-shadow: 0px 1px 1px rgb(0, 0, 0);
}

.vslog {
	width: 200px; 
	background: url(../images/S3.png) no-repeat; 
	background-size:contain ; 
	z-index: 100; 
	position: fixed; 
	right: 5%; 
	top: 30px; 
	height: 150px;
  }

#conteudo {
	position: relative;
	background: rgb(232, 241, 240,.8); 
	width: 100%; 
	height: 130px;
	z-index: 0;
}
   
   .bgimg2 {  
	position: absolute;
	top: 0px;
	left: 50%; 
	width: 50%; 
	height: 130px;
	background-image: url(../images/gradienttop2.png);
	background-position: 0 0; 
	background-repeat:no-repeat; 
	border:0px solid red;
   }
   
   .bgimg3 { 
	position:absolute; 
	top: 0px;
	left:calc(50% + 120px); 
	width: 100%; 
	height: 130px;
	background-image: url(../images/gradienttop3.png);
	background-position: 0 0; 
	background-repeat: repeat-x; 
	border:0px solid rgb(93, 52, 241);
	z-index: -1; 
   }


	a.actionbutton { text-align: center; margin-top: 20px; font-family: BebasNeueRegular; font-size: 20px; color: #ffffff; padding: 10px 45px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0px 1px 6px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,1); -webkit-box-shadow: 0px 1px 6px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,1); box-shadow: 0px 1px 6px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,1); text-shadow: 0px -1px 0px rgba(000,000,000,0.7),0px 1px 0px rgba(255,255,255,0.3); -webkit-transition: background 1s ease,color 1s ease; -moz-transition: background 1s ease,color 1s ease; -o-transition: background 1s ease,color 1s ease; -ms-transition: background 1s ease,color 1s ease; transition: background 1s ease,color 1s ease; }
	.middlealign { vertical-align: middle;  }
	a.headerbutton { font-weight:normal; margin-top:10px; -moz-transition: all 0.1s linear 0s; cursor: pointer; display: inline-block; font-size: 20px; line-height: 30px; padding: 3px 24px; text-shadow: 0 1px 0px #fff; font-family: Arial,Georgia,serif; color: #666; -webkit-transition: color .34s linear; transition: color .34s linear; border-radius: 0px;}
	a.headerbutton:hover { color: #222 }
	.wraplogo { vertical-align: middle; font-size: 15px; margin-top: -4px; }
	.logo { font-weight: bold; font-size: 30px; }
	.subheader { color: #777 }
	.rightnav { float: right; margin-top: -15px; font-size: 15px; }
	.rightnavtext { font-weight: bold; font-size: 17px; }
	.slidepic { width: 500px !important; height: 300px !important; border: 2px solid #ccc; margin-top: 10px; }
	.slidepicar { width: 640px !important; height: 360px !important; border: 2px solid #ccc; margin-top: 10px; }
	.slidertext { font-size: 16px; line-height: 23px; text-align: left; }
	.slidertext h2 { color: #ffffff; }
    .slidtext {padding-left: 30px;}
	.stress { border-bottom: 1px dashed #eee; }
	.titleborder { clear: both; background: none; text-align: center; position: relative; vertical-align: baseline; line-height: 40px; }
	.title { background: none; text-shadow: 2px 2px 0px rgb(0, 0, 0); position: relative; padding: 0 10px; font-size: 45px; font-family: Arial; }
	.titlenew { background: none; position: relative; padding: 0 10px; font-size: 30px; font-family: Arial; }
	.spotlight { border:double; color: #fff; padding: 30px 30px 25px 30px; margin-bottom:10px; }
	.spotbg { border:0; color: #fff; padding: 0; margin: 0; }
	.download { color: #fff; text-align: center; font-size: 25px; font-family: Arial; padding-bottom: 30px; }
	.imgdisplayed {display: block; margin: 0; text-align: center; }
	.steps { font-size: 20px; font-family: Arial; text-align: center; }
	.beforepurchase {height: 350px}
	.separatorv {border-right:1px dashed #ccc;}
	.paddright { padding-right:10px; margin-bottom:0px; margin-top:0px;}
	.testimonial {
	padding-top: 8px;
	border-top: 1px dashed #ddd;
	color: #444444;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
}
	.author {margin-left:46px; color:#444444; font-size:14px; font-family:PTSansRegular; display:block; margin-top:5px; }
	.pricebadge {
	position: absolute;
	margin-top: -70px;
	margin-left: 0;
}

	.anos {
	position: absolute;
	margin-bottom: 10px;
	margin-right: -40px;
	left: 773px;
	top: 239px;
}

	.scrollpause{height:20px; position: relative; width: 100%; margin: 0 auto; padding: 0 0 20px 0; }
	.neg { margin-top: 30px }
	.negdown { margin-bottom: 0px }
	.center { text-align: center }

	.floatright { float:right; }
	.leftpic {float:left; padding-right:10px;margin-top:4px;}
	.rightpad {padding-right:20px;}
	.facebook { margin-left: -4px; background: url(../images/facebookdark.png) no-repeat; width: 48px; height: 48px; padding-right: 20px; float: left; cursor: pointer; -webkit-transition: background 0.3s ease;  -moz-transition: background 0.3s ease;  -o-transition: background 0.3s ease;  transition: background 0.3s ease; }
	.twitter { background: url(../images/twitterdark.png) no-repeat; width: 48px; height: 48px; float: left; cursor: pointer;  -webkit-transition: background 0.3s ease;  -moz-transition: background 0.3s ease;  -o-transition: background 0.3s ease;  transition: background 0.3s ease; }
	.facebook:hover { background: url(../images/facebookactive.png) no-repeat }
	.twitter:hover { background: url(../images/twitteractive.png) no-repeat }
	.back-top-wrapper{width:100%;position:absolute;overflow:hidden;height:50px; }
	.back-top{bottom: 55px; right:20px;margin-bottom:0; display:none; }
	.back-top a{width:50px;height:50px;display:block;text-align:center;text-transform:uppercase;text-decoration:none;background:#ddd url(../images/up-arrow.png) no-repeat center center;border-radius:5px;/* transition */ -webkit-transition:1s;-moz-transition:1s;transition:1s; }
	.back-top a:hover{background-color: #333;}/* arrow icon (span tag) */
	.back-top span{width:50px;height:50px;display:block;border-radius:10px;/* transition */ -webkit-transition:1s;-moz-transition:1s;transition:1s; }
	.footerwrap { background: rgba(2, 91, 97, 0.8) /* url(../images/footerwrap.jpg) repeat-x*/; }
	.footer { border-top: 1px solid #e6e6e6; border-bottom: 1px solid #ddd; color: #c7d8d6; background-position: center; padding-top: 15px; }
	.footertext, .footertext a { margin: 10px 0 20px; font-size: 13px;}
	.footer h1 { font-size: 18px; font-family: Arial; line-height: 14px; color: #c7d8d6;}
	.footer p { font-size: 14px; font-family: Arial; line-height: 20px; color: #c7d8d6; padding-top: 10px;}
	.copyright, .copyright a { font-size: 12px; color: #fff; text-align: center; padding: 0 0; border-top:1px solid #fff;}
	.copyrightcenter { font-size: 12px; color: #b7dad7; text-align: center; padding: 0 0; border-top:1px solid #fff;}
	.gototopmobile {display:none;}
	
.h_iframe        {position:relative; padding-top: 56%;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.control {
	position:relative;
	margin:auto;
	width:210px;
	height:210px;
	border:0px solid #000000;
	background:#fff;
	padding:5px;
	color:#2f6987;
	font:15px Arial, Helvetica, sans-serif
}
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:block;
	background:#fff
}
.lightbox-image img {
	position:relative;
	z-index:2
}
.lightbox-image span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/magnify.png) no-repeat 50% 50%;
	z-index:1
}
/* Salete listagens */
.imglist ul{
	margin:0px;
}
.imglist li{
	font-size:18px;
	font-weight: 600; 
	margin-left:45px;
	padding:0px;
	list-style:url(../images/arrow.png);
	line-height:30px;
}
.imglist li a:link, .imglist li a:visited{
	color:#1e598e;
	text-decoration:none;

}
.imglist li a:hover{
	color:#0A7CAF;
	padding:2px;
    -moz-box-shadow: 0px 0px 12px #9e9ea3;
    -webkit-box-shadow: 0px 0px 12px #9e9ea3;
    box-shadow: 0px 0px 12px #9e9ea3;
    border:none 0px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* fim listagens */
	
.content                { position: relative; width: 100%; margin: 0 auto; padding: 0 0 10px 0; }
.content .col           { float: left; display: block; margin-left: 10px; margin-right: 10px;  }
.content .leftcol.col   { width: 50%; padding-left: 120px; }
.content .rightcol.col  { width: 40%; }
.spotbg { width: 100%; }

.slid { width: 90% !important; height: auto !important; margin-top: 0; }
.slid img { background: #009a99 url(../images/transp.png) repeat; padding: 10px; }

/* Salete Table */
table { width: 90%; margin-left: 30px;   border-collapse: separate; border-spacing: 5px; border: 0; margin: 1em;}

tr, td:nth-of-type(odd) {background: #b6e2e2; color:#2f6987; }
th { background: #2f6987; color: white; font-weight: bold; }
td, th { padding: 10px;  text-align: center; vertical-align: middle; line-height: 24px;font-size: 22px;}
th.nota { padding: 10px; text-align: center; vertical-align: middle; font-size: 17px;}
th.highlight { background-color: #1b9f9c; text-align: center; vertical-align: middle; font-size: 17px;}

/*.menu, .menu a , .menu a:visited, .menu a:focus { color: #ffffff; }     rgba(46, 156, 152, .5) */
.slidepic { border: 2px solid #ccc !important;}
.header { background: rgba(2, 91, 97, 0.8) }
.copyright, .copyright a { background: #009a99 url(../images/transp.png) repeat;}
.spotlight { background: #009a99 url(../images/transp.png) repeat; }
.spotbg { background:none url(../images/transp.png) repeat; }
.colorme { color: #679690; }
a.actionbutton { color: #ffffff; background-color: #0d887b;}
a.actionbutton:hover { background: #0d992b; }
.centered-btns_tabs a,.transparent-btns_tabs a,.large-btns_tabs a { background: #fff !important; }
.centered-btns_here a,.transparent-btns_here a,.large-btns_here a { background: #ddd !important; }


/* Background anime 
.bg {
	animation:slide 3s ease-in-out infinite alternate;
	background-image: linear-gradient(-109.4deg, #b2dcda 50%, #92c7c5 50%);
	bottom:0;
	left:-50%;
	opacity:.5;
	position:fixed;
	right:-50%;
	top:0;
	z-index:-1;
  }
  
  .bg2 {
	animation-direction:alternate-reverse;
	animation-duration:4s;
  }
  
  .bg3 {
	animation-duration:5s;
  }
  
  
  
  @keyframes slide {
	0% {
	  transform:translateX(-25%);
	}
	100% {
	  transform:translateX(25%);
	}
  
  
  }
*/