body { background-color: white!important; font-family: 'century_gothic', sans-serif;  }
.encabezado { background-color: #262f61; }
.contenido{
	background-image: url("../img/fondo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sombra { box-shadow: 7px 7px 10px #999; }
.textsombra { text-shadow: 2px 2px 4px #333; }
.hrLinea{
  vertical-align: middle;
  width: 30%;
  display: inline-block;
  border: 1px solid #000; 
  margin: 0px 30px;
}
.formulario input, select, textarea { 
border: 0px;
border-bottom: 1px solid black;

 }
