body {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  line-height: 18px;
color: #0c0c0c;
  background: #000000;
  background-color: #fff;
  font-weight: bold;
}


#main-wrapper {
  position: relative;
  width: 1130px;
  height: 920px;
  overflow: hidden;
  margin: 8px auto;
  background: url(../images/Landing_HG_Oct2020c.jpg) no-repeat scroll center top;
}


#main {
  margin-top: 7px;
  height: 570px;
  width: 1072px;
  margin:auto;
  margin-left: 125px;
}

#formulario{
	background-color: #fff0;
  margin-top: 580px;
  font-size: 105%;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
    border-radius: 8px;
    padding:8px;

}

#footer{
  background: #014480;
  padding: 14px;
  color: white;
  text-align: center;
}

#footer a{ color: white; }

.grande{ font-size: 140%; }


form .row{  margin-bottom: 4px; }

.mini{ 
	font-size: 75%; 
  color: #0c0c0c;
}

.btn.btn-glow.red{
	background-color: #d97e3e;
  	border: #fff 2px solid;
  	color: white;
    border-radius: 16px;
}

/* DEMO */