@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
}

#liston{
  position:relative;
  width: 100%;
  height: 30px;
  padding-top:10px;
  background:#000263;
  z-index: 99999;
  color:#fff;
}

#liston2{
  position:absolute;
  width: 100%;
  height: 10px;
  background:#5b0002;
  z-index: 99999;
}

#bg {
 position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/front.jpg) no-repeat center center;
  background-size: cover;
}


form {
  position: relative;
  width: 600px;
  color:#fff;
  margin: 0 auto;
  margin-top:5%;
  background: rgba(0,0,0,.5);
  padding: 20px 22px;
  border: 1px solid;
  border-top-color: rgba(255,255,255,.4);
  border-left-color: rgba(255,255,255,.4);
  border-bottom-color: rgba(60,6,60,.4);
  border-right-color: rgba(60,60,60,.4);
}

form input{
  width: 230px;
  border: 1px solid;
  border-bottom-color: rgba(255,255,255,.5);
  border-right-color: rgba(60,60,60,.35);
  border-top-color: rgba(60,60,60,.35);
  border-left-color: rgba(80,80,80,.45);
  background-color: rgba(141,141,141,.2);
  background-repeat: no-repeat;
  padding: 1px 24px 1px 10px;
  font: bold .875em/1.25em  'Open Sans', sans-serif;
  letter-spacing: .06em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

form input.name{
  margin-left:100px;
}
form input.email{
  margin-left:100px;
}
form input.company{
  margin-left:100px;
}
form input.tel{
  margin-left:100px;
}

textarea.form-control{
  margin-top:10px;
  width:95%;
  margin-bottom: 20px;
}

#textotitulo{
  font-size: 2em;
  text-align: center;
  color:#0096ff;
  font-family: 'Raleway', sans-serif;
}

form button {
  width: 112px;
  border: 1px solid;
  border-bottom-color: rgba(255,255,255,.5);
  border-right-color: rgba(60,60,60,.35);
  border-top-color: rgba(60,60,60,.35);
  border-left-color: rgba(80,80,80,.45);
  background-color: rgba(0,0,0,.2);
  background-repeat: no-repeat;
  padding: 8px 10px 8px 10px;
  font: bold .875em/1.25em  'Open Sans', sans-serif;
  letter-spacing: .075em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);´
  margin-bottom: 19px;
}

form input:focus { background-color: rgba(0,0,0,.4); }


::-webkit-input-placeholder { color: #ccc; text-transform: uppercase; }
::-moz-placeholder { color: #ccc; text-transform: uppercase; }
:-ms-input-placeholder { color: #ccc; text-transform: uppercase; }

form button[type=submit] {
  width: 100px;
  margin-bottom: 0;
  color: #3f898a;
  letter-spacing: .05em;
  text-shadow: 0 1px 0 #133d3e;
  text-transform: uppercase;
  background: #225556;
  border-top-color: #9fb5b5;
  border-left-color: #608586;
  border-bottom-color: #1b4849;
  border-right-color: #1e4d4e;
  cursor: pointer;
  margin-left:40%;
  margin-top:20px;
}

.img3 img{
  width:35%;
  height: auto;
  margin-bottom:1em;
  margin-left:32s%;
}

.img4{
  position:absolute;
  width:3%;
  height: auto;
  margin-bottom:1em;
  top:1%;
  right:2%;
  z-index: 99999;
}

.img5{
  position:absolute;
  width:150px;
  height: auto;
  margin-top: -5px;
  margin-bottom:1em;
  margin-left: 10px; 
  z-index: 99999;
}

.text{
  text-align: right;
  margin-right: 7%;
  font-size: 0.8em;
  margin-top:-5px;
}

.regreso{
  background:#5b0002;
  width:15%;
  padding:1%;
  margin-left: 25px;
}

a.regreso{
  color:#fff !important;
  text-decoration:none;
}

form label.orden{
  width: 30%;
}

/* Captcha  */

#captcha-wrap{
  border:solid #870500 1px;
  width:270px;
  -webkit-border-radius: 10px;
  float:left;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background:#870500;
  text-align:left;
  padding:3px;
  margin-top:3px;
  height:100px;
  margin-left:80px;
}
#captcha-wrap .captcha-box{
  -webkit-border-radius: 7px;
  background:#fff;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align:center;
  border:solid #fff 1px;
}
#captcha-wrap .text-box{
  -webkit-border-radius: 7px;
  background:#ffdc73;
  -moz-border-radius: 7px;
  width:140px;
  height:43px;
  float:left;
  margin:4px;
  border-radius: 7px;
  text-align:center;
  border:solid #ffdc73 1px;
}
 
#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
   color:#000000;
   font-family: helvetica,sans-serif;
   font-size:12px;  
   width:150px;
   padding-top:3px; 
   padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
  float:right; width:117px; 
  background:url(logos.jpg) top right no-repeat; 
  height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
  margin-top:9px;
  border:solid #333333 1px;
  margin-right:6px;
  cursor:pointer;
}

#defaultReal{
  margin-left:25%;
  margin-top: 20px;
}
