body {
	background-image: url(/fundos/darkBlue.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.bordered{
  border:1px solid #001000;
}
.logo a{
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.gatinhos{
  width:80px;
  height:60px;
  margin-top:10px;
}
@media (max-width: 767px) {

  body{
    font-size:10px;
  }
  .gatinhos{
    width:60px;
    height:40px;
    margin-top:8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body{
    font-size:11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body{
    font-size:12px;
  }   
}
@media (min-width: 1200px) {
    
}
.bg-white{
  background:#FFFFFF;
}
.rounded{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:0px solid #B3B3B3;
  background-color:#FFFDFD;
  
}
.shadow{
  -webkit-box-shadow: #B3B3B3 4px 4px 4px;
  -moz-box-shadow: #B3B3B3 4px 4px 4px; 
  box-shadow: #B3B3B3 4px 4px 4px;
}
.site2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-right: 16px;
  padding-left: 22px;
}
#emaillogin,#senhalogin{
  width:90%;
  
}
.slogan {
	height: 120px;
  font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 20px;
	padding:0 8px;
}
.pointer{
  cursor:pointer;
}
.pad-5{
  padding:5px;
}
.pad-10{
  padding:10px;
}
.pad-15{
  padding:15px;
}
.pad-20{
  padding:20px;
}
.title{
  font-size:1.5em;
  font-weight:bold;
}