/** AdSense mobile css **/
* {
  margin: 0;
  padding: 0;
}

#ADS_Google_Report {
  
  font-family: arial, sans-serif;
  -webkit-text-size-adjust: none;
  min-height: 547px;
  overflow:auto;
    margin: 0;
  padding: 0;
}

#ADS_Google_Report #report-content {
  overflow: visible;
  padding: 0;
  min-height: 50px;
}



#ADS_Google_Report.clear {
  clear: both;
  height: 0;
  margin: -2em 0;
  font-size: 0;
}

#ADS_Google_Report #header {
  background-color: #fff;
  padding: 4px;
  overflow: auto;
}

#ADS_Google_Report #header img {
  float: left;
}

#ADS_Google_Report #header p {
  color: #333;
  font-size: 0.6em;
  font-weight: bold;
  padding-top: 5px;
  float: right;
  clear: right;
  }

#ADS_Google_Report #header .desktop-header {
  float: right;
  font-size: 0.8em;
}

#ADS_Google_Report #selector {
  width: 90px;
}

#ADS_Google_Report #nav-bar {
  background: #fff;
  overflow: hidden;
  position: relative;
  background-color: #5184d2;
  height: 2.1em;
}

#ADS_Google_Report #nav-bar ul {
  list-style: none;
  position: relative;
  text-align: center;
  clear: both;
}

#ADS_Google_Report #nav-bar ul li {
  background-color: #3a6aad;
  display: block;
  float: left;
  list-style: none;
  position: relative;
  padding: 2px 8px;
  margin: 5px 5px 0;
  white-space: nowrap;
}

#ADS_Google_Report #nav-bar ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.6em;
}

#ADS_Google_Report #nav-bar ul li.nav-selected {
  background-color: #E1E3EC;
  border-left: #829DC0 solid 1px;
  border-right: #829DC0 solid 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(225,227,236)), color-stop(0.5, rgb(255,255,255)));
  background-image: -moz-linear-gradient(center bottom, rgb(225,227,236) 20%, rgb(255,244,255) 50%);
}

#ADS_Google_Report #nav-bar ul li.nav-selected a {
  color: #333;
}
#ADS_Google_Report .adsTable
{
  clear: both;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 8px 4px 4px;
  padding: 3px;
  overflow: hidden;
}
#ADS_Google_Report .adsTable td
{
 font-size:0.8em;
 padding:5px;
  border-bottom: 1px dotted #ccc;
}
#ADS_Google_Report .ADSinput
{
 font-size:1em;
 padding:2px;
 border: 1px dotted #ccc;
}

#ADS_Google_Report .adsTable .header
{
 font-weight: bold;
}

 
#ADS_Google_Report .content {
  clear: both;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 8px 4px 4px;
  padding: 3px;
  overflow: hidden;
  
}
#ADS_Google_Report .radios {
  clear: both;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 8px 4px 4px;
  
  
  
}

#ADS_Google_Report .content .header {
  clear: both;
  margin: 0 -2px;
  padding: 8px;
  border-bottom: 1px dotted #ccc;
  overflow: auto;
}

#ADS_Google_Report #report-content .header {
  margin: 0;
  padding: 0;
}

#ADS_Google_Report .reports-dropdown {
  position: absolute;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  font-size: 1.3em;
  -webkit-appearance: menulist-button;
}

#ADS_Google_Report .dropdown-title {
  font-size: 1.0em;
  float: left;
  padding: 10px 7px;
}

#ADS_Google_Report .header .dropdown-title {
  font-weight: bold;
}

#ADS_Google_Report .header .fake-dropdown {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
}

#ADS_Google_Report .down-arrow {
  padding: 10px;
  float: right;
  border-left: 1px dotted #ccc;
}

#ADS_Google_Report .fake-dropdown {
  height: 2.5em;
  position: absolute;
  float: left;
  width: 100%;
  border-right: 1px dotted #ccc;
  background-color: #fefefe;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
}

#ADS_Google_Report .dropdown-container {
  position: relative;
  display: block;
  height: 100%;
  width: 400px;
  max-width: 100%;
  height: 2.5em;
}

#ADS_Google_Report .dropdown-container:hover .fake-dropdown {
  background-color: #eee;
}

#ADS_Google_Report .content .footer {
  border-top: 1px dotted #ccc;
  margin: 0 -2px;
  padding: 8px;
  overflow: auto;
  clear: both;
}

#ADS_Google_Report #report-content .footer {
  margin: 0;
}

#ADS_Google_Report .title{
  font-weight: bold;
  font-size: 1.0em;
  float: left;
}

#ADS_Google_Report #alert {
  clear: left;
  background-color: #c11b00;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(186,25,0)), color-stop(0.5, rgb(214,29,0)));
  background-image: -moz-linear-gradient(center bottom, rgb(186,25,0) 20%, rgb(214,29,0) 50%);
  border: 1px solid #ba1900;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 8px 4px 4px;
  padding: 4px 8px;
  font-size: 0.85em;
  overflow: auto;
}

#ADS_Google_Report #alert img.icon {
  float: left;
  padding-top: 2px;
}

#ADS_Google_Report #alert span {
  display: block;
  padding-left: 22px;
  text-align: left;
}

#ADS_Google_Report #alert p {
  color: #ffffff;
  font-weight: bold;
}


#ADS_Google_Report .metric {
  padding: 8px;
}

#ADS_Google_Report .metric p {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.85em;
}

#ADS_Google_Report .label {
  float: left;
  margin-top: 2px;
}

#ADS_Google_Report .label-double {
  float: left;
}

#ADS_Google_Report .metric .payment-date {
  float: left;
  display: block;
  font-size: 0.7em;
  color: #666;
}

#ADS_Google_Report .value {
  float: left;
  color: #666;
  font-weight: bold;
  font-size: 1.2em;
}

#ADS_Google_Report .positive {
  color: #67B628;
}

#ADS_Google_Report .payment {
  margin-top: 3px;
}

#ADS_Google_Report .metrics-list {
  list-style: none;
  overflow: auto;
  padding-bottom: 8px;
}

#ADS_Google_Report .metrics-list li {
  clear: both;
}

#ADS_Google_Report .on-hold-warning {
  color: #c00;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
}

#ADS_Google_Report .estimated-earnings-note {
  font-size : 0.8em;
  color: #666;
  float: left;
  text-align: left;
}

#ADS_Google_Report .report-unavailable {
  font-size: 0.8em;
  color: #333;
  margin: 10px;
  float: left;
}

#ADS_Google_Report .content p .title {
  padding: 8px;
}

#ADS_Google_Report .spinner {
  padding-bottom: 50px;
  padding-top: 50px;
}

#ADS_Google_Report .chartWrapper, iframe, canvas {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: 0;
  overflow: hidden;
  text-align: center;
  margin-top: 1.3em;
}

#ADS_Google_Report .chartWrapper {
  width: 100%;
}



#h2_titulo{
	text-shadow: 2px 2px 7px #BFBFBF;
	padding-left:24px;
	background: url('../images/titulo.png') no-repeat;
	height:22px;
}
#logo_jodacame{
	text-align:right;
	border:0px solid;
	width:640px;
	background-image: url('../images/logo.png');
	height:70px;
	padding-top:30px;
}

#logo_jodacame .titulo_plugin{
	font-size:40px;
	display:block;
	text-shadow: 2px 2px 7px #111;
}
#logo_jodacame .creditos{
	font-size:14px;
	text-shadow: 2px 2px 7px #111;
	display:block;
	padding-top:20px;
}
#logo_jodacame a:link{
	text-decoration:none;
}
