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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;  
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body#site #pre_header {

/*  FAIXA SUPERIOR   */
  background-color: #0099FF;   
  
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 16px;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0;
}

body#site #pre_header a {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 25px;
}

body#site #pre_header a:hover {
  text-shadow: black 3px 3px 3px;
}

body#site #main {
  width: 980px;
  margin: 0 auto;
}

body#site #header h1 {
  font-family: "museo-700";
  font-size: 48px;
  padding: 3px 0 8px 0;
  float: left;
}

body#site #header h1 a {
  color: #222222;   
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

body#site #header h1 a:hover {
  text-shadow: rgba(0, 150, 0, 0.4) 1px 1px 10px;
}

body#site #menu {
  float: right;
  margin-top: 18px;
  margin-bottom: 0px;
}

body#site #menu ul {
  padding: 0;
  outline: 0;
  overflow: hidden;
  float: left !important;
  margin-top:60px;
  *zoom: 1;
}

body#site #menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  color:#0084b9;   
/*  color:#333333;   */
  font-weight: bold;
}

body#site #menu ul li:first-child, body#site #menu ul li.first {
  padding-left: 0px;
}

body#site #menu ul li:last-child, body#site #menu ul li.last {
  padding-right: 0px;
}

body#site #menu ul li a {
  text-decoration: none;
  font-weight: bold;
}

body#site a {

/*  color:#0084b9;   */
  color:#666666;   

}

body#site a:hover {
  color:#000000;   
/*  color:#9984b9;   */
}

body#site #main {
  width: 100%;
}

body#site #header {
  width: 936px;
  margin: 0 auto;
}

body#site #header h1 {
  margin-left: 8px;
}

body {
  line-height: 1;
  color: black;
  background: white;
}


ol, ul {
  list-style: none;
}


a img {
  border: none;
}


.clear {
  clear: both !important;
}



body#site {
  text-rendering: optimizeLegibility;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  text-shadow: white 1px 1px 0px;
  font-weight: normal;
}

body#site #content_wrapper {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 16px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 16px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 16px 0;
}

body#site #content_wrapper #content_header {
  position: relative;
  text-align: center;
  color: white;
  padding: 5px;
/*  background-color: #5584b9;   */
  background-color: #FF9933;   
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0;
}

body#site #content_wrapper #content_header h1 {
  font-family: "museo-500";
  font-size: 32px;
  padding: 10px 0 20px 0;
  text-shadow: black 2px 2px 1px;
}

body#site #content_wrapper #content_header h1 a {
  color: #ffffaa;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

body#site #content_wrapper #content_header h1 a:hover {
  text-shadow: black 3px 3px 3px;
}

body#site #content_wrapper #content_header #amarelo a {
/*	color:#FFCC00;  */
color:#0066FF; 
}


body#site #content_wrapper #content_header h2 {
  padding: 0 40px;
  text-shadow: black 1px 1px 1px;
}

body#site #content_wrapper #content_header h2 a {
  color: #ffffff;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

body#site #content_wrapper #content_header h2 a:hover {
  text-shadow: black 2px 2px 2px;
}


body#site #content_header_wrapper {
/* faixa de baixo */

/*  background-color: #5584b9;   */
  background-color: #FFCC00;   
/*  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #0084b9), color-stop(100%, #5584b9));  */
  background-image: linear-gradient(top, #0084b9 0%, #5584b9 100%);
  background-image: linear-gradient(top, #0084b9 0%, #5584b9 100%);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
}

body#site #content_wrapper {
  -moz-box-shadow: transparent 0 0 0 0;
  -webkit-box-shadow: transparent 0 0 0 0;
  -o-box-shadow: transparent 0 0 0 0;
  box-shadow: transparent 0 0 0 0;
  background-color: transparent;
  
}

#site #main #content {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

body#site #content_wrapper #content_header {
	height: 30px;
  width: 936px;
  margin: 0 auto;
  background-color: transparent;
  text-align: right;
  -moz-box-shadow: transparent 0 0 0 0;
  -webkit-box-shadow: transparent 0 0 0 0;
  -o-box-shadow: transparent 0 0 0 0;
  box-shadow: transparent 0 0 0 0;
  padding: 10px 0 5 0;
}

body#site #content_wrapper #content_header h1 {
  padding: 8px;
  font-size: 28px;
}

body#site #content_wrapper #content_header h2 {
  padding: 8px;
}

/*   modificacoes para o site ideias mob */

body#site #content_wrapper #content_header  {
	margin-bottom: 50px;
}

body#site #main #submenuapp a{
  margin: 5px 5px;
}

body#site #main #submenusites a{
  margin: 45px 45px;
}

body#site #main h2 {
  font-size:24px;
  font-weight:bold;
  margin-bottom:30px;
}

body#site #main #tutorial{
  width: 640px;
  margin-top: 15px;
}

body#site #main #tutorial p {
	padding: 15px;
	text-align:justify;
}

body#site #main #pp{
  width: 740px;
  margin-top: 15px;
  text-align:justify;
}

body#site #main #pp p {
	padding: 15px;
}

body#site #main #pp h3 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight:bold;
  text-align:center;
}

body#site #main #pp b {
  padding-bottom: 20px;
}

body#site #main #sites{
  width: 640px;
  margin-top: 15px;
}
body#site #main #sites p {
	padding: 10px;
	text-align:center;
}

body#site #main #sites a.linksite {
	line-height:60px;  
	color:#FF0000;
}

body#site #main #appsmobile{
  width: 640px;
  margin-top: 15px;
}

body#site #main #appsmobile p {
	padding: 10px;
	text-align:center;
}

* img.tela {
  margin: 15px 5px 15px 5px;
  border-width: 1px;
  border-style:solid;
  border-color:#000000;
  text-align:center;  
}

* img.appstore {
	margin: 20px 0 20px;
}

* img.icone {
	margin: 0px 10px 0px 10px;
}

* td.negrito {
  font-weight:bold;
}

* td.negrito a {
  color: #333 !important;
  text-decoration: none;
}

* td.negrito a:hover {
  color: #666666 !important;
  text-decoration: none;
}

body#site #main #mediakit h1 {
  padding: 10px;
  font-size: 32px;
  font-weight:bold;
}
body#site #main #mediakit h2 {
  font-size: 24px;
}
body#site #main #mediakit h3 {
	padding: 10px;
  font-size: 22px;
    font-weight:bold;
}
body#site #main #mediakit h4 {
	padding: 10px;
  font-size: 16px;
}

