.marca{
  margin-left: 20px;
}
.enson{
  margin-left: 98px;
}
.vista1{
  display: block;
}
.vista2{
  display:none;
}
.inicio {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  background: url('../img/img_body.jpg') repeat-x top;
  font-family: 'Duru Sans', sans-serif;
}
.boton{
  border: none;

}
.botonimagen{
  height: 60px;
  background: url(../img/btn.png) no-repeat top;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  text-align: right;
}

.carga{
  vertical-align: middle;
  display: inline;
}
.carga1{
  display: inline-block;
  vertical-align: middle;
  display: none;
}

.contenedor{
  margin:0 auto;
  width:960px;
  /*height:100%;*/
  /*border:1px solid;*/
  margin-top: -8px;
}
.contenedor_1{
  margin:0 auto;
  width:700px;
  border:1px solid #d7d7d7;
  -moz-box-shadow: -1px -2px 65px #d7d7d7;
  -webkit-box-shadow: -1px -2px 65px #d7d7d7;
  box-shadow: -1px -2px 65px #d7d7d7;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  margin-top: 10px;
}
.contenedor_2{
  display: inline-block;
  width:39%;
  vertical-align: top;
  margin-top: 20px;
  /*border: 1px solid red;*/
}
.contenedor_3{
  display: inline-block;
  width:60%;
  vertical-align: top;
  /*border: 1px solid blue;*/
}
.contenedor_4{
  display: inline-block;
  width:49%;
  vertical-align: top;
}
.contenedor_5{
  display: inline-block;
  width:49%;
  vertical-align: top;
}

input,textarea, select{
  border: solid 1px #d1d1d1;
  background: #efefef;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  width: 100%;
  height:25px;
  margin-top: 3px;
  margin-bottom: 10px;
}
textarea{
  height:40px;
   /*resize: none;*/
}

.correcto{
  border: solid 1px #63991f;
  background: #ebfbd6;
}
.error{
  border: solid 1px #e27862;
  background: #fae4e6;
}
h1{
  color: #108dad;
  text-align: center;
}
.ejemplo{
  font-size: 11px;
  color: #108dad;
  text-align: right;
}
p{
  text-align: center;
}

h5{
  width:100%;
  text-align: center;
  font-family: 'Duru Sans', sans-serif;

}
.marca1{
  margin-left: 40px;
  font-family: 'Duru Sans', sans-serif;
}

