*:active { border:0px none; outline:none; }
*:focus{ border:0px none; outline:none; }
html, body { height:100%; min-height:100%; height:100%; }
html { overflow-x: hidden !important; }
html,body { overflow-x: hidden !important; }
html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo { margin:0 auto; margin-top:60px; margin-bottom:60px; max-width:174px; width:100%; height:55px; }
.mainCT { max-width:600px; width:100%; margin:0 auto; height:auto; overflow:hidden; }
.qSomos { float:left; width:100%; max-width:295px; height:auto; overflow:hidden; }
.qForm { float:right; max-width:260px; width:100%; height:auto; overflow:hidden; font-size:12px; color:#778692 }
.qFormTitle { font-size:12px; color:#778692; font-weight:bold; margin-bottom:5px; }

.qForm input[type=text], .qForm input[type=email] { border:0px none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  padding-left:10px; padding-right:10px; margin-bottom:10px; width:240px; background-repeat:repeat; background-image:url(../images/fldbg.png); height:20px; font-size:12px; color:#778692; background-color:transparent; }
.qForm textarea { border:0px none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  padding-left:10px; padding-right:10px; margin-bottom:10px; width:240px; background-repeat:repeat; background-image:url(../images/fldbg.png); height:120px; font-size:12px; color:#778692; padding-top:5px; background-color:transparent;  }
#btsbfrmCnt { border:0px none; float:right; padding-left:10px; padding-right:10px; color:#FFF; padding-top:2px; padding-bottom:2px; font-weight:bold; font-size:12px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color:#1f9bde; cursor:pointer; } 


@media all and (max-width: 750px) {
.qSomos { float:none; max-width:90%; text-align:center; margin:0 auto; margin-bottom:25px; }
.qForm { float:none; max-width:90%; width:100%; margin:0 auto; }

.qForm input[type=text], .qForm input[type=email] { border:0px none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  padding-left:1%; padding-right:1%; margin-bottom:10px; width:98%; background-repeat:repeat; background-image:url(../images/bg.png); height:20px; font-size:12px; color:#778692; }
.qForm textarea { border:0px none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  padding-left:1%; padding-right:1%; margin-bottom:10px; width:98%; background-repeat:repeat; background-image:url(../images/bg.png); height:120px; font-size:12px; color:#778692; padding-top:1%;  }

}