html {
  width: 100%;
  height: 100%;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.enlace {
  cursor: pointer;
}

.enlace:hover {
  text-decoration: underline;
}

#btn_entrar {
  /*
	 background: url('../images/interfaz/btn_entrar.png') no-repeat center top;
   width:  106px;
   height: 30px;
   text-align:center;
   margin: auto;
   display:inline-block;
   transition: all 1s ease-out;
*/
  width: 100px;
  height: 20px;
  margin: 0px auto;
  text-align: center;
  background: #333d1d no-repeat center top;

  border-radius: 5px;
  color: #fff;
  padding: 7px 0px 2px 0px;

  text-align: center;
  margin: 10px auto 0px auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#btn_entrar:hover {
  filter: grayscale(100%);
  cursor: pointer;
}

.container {
  width: 95%;
  max-width: 800px;
  margin: 0px auto;
}

#textosl {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 25px;
  padding-top: 10px;
  padding-bottom: 2px;
  background: #923d31;
  color: #fff;
  z-index: 1;
}

body {
  background: #ffffff url("../images/interfaz/fondo_registro.jpg") top center
    no-repeat fixed;

  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: "Titillium Web", sans-serif;

  color: #41228d;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#cont_video {
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

a {
  outline: 0;
}
object,
embed {
  outline: 0;
}
a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

#logo {
  text-align: center;
  margin: 20px auto;
  font-size: 130%;
}

#titulo {
  text-align: center;
  margin: 25px auto 10px auto;
  color: #ffffff;
 
}

#titulo2 {
  text-align: center;

  color: #ffffff;
}

.boxes {
  display: table;
  width: 100%;
  height: 100%;
}

.box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#mosca {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: -1;
  width: 338px;
  height: 221px;
  background-image: url("../images/mosca.png");
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: -500px;
}

.lineaFinal {
  position: sticky;
  bottom: 0;
  text-align: center;
  background: #714482;
  color: #fff;
  width: 100%;
  height: 10px;
  z-index: 999;
}

#mosca2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 150px;
  height: 150px;
  background-image: url("../images/mosca.png");
  background-repeat: no-repeat;
  margin-top: -315px;
  margin-left: -430px;
}

#formulario {
  background: url("../images/interfaz/registro.png") top center no-repeat;
  width: 100%;
  max-width: 503px;
  margin: 0 auto;
  color: #3a619e;

  padding: 20px 0px 0px 0px;

  /*
         border-radius: 25px;
				-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
				box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
	  	  border: 2px solid #3a619e;
	  	  */
}

#seccion {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  border: 2px solid #00b3c7;
}

input,
textarea {
  outline: none;
  border-radius: 7px;
  border: 1px solid #d1d1d1;
  padding: 4px;
  margin: 4px 0 0px 0;
  background: #fff;
  width: 90%;
  
  color: #222;
  font-family: Arial, Tahoma, sans-serif;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background: #f7f7f7;
}

a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #a73939;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

a:hover {
  text-decoration: underline;
}

input.submit,
.boton {
  width: 100%;
  min-width: 100px;
  max-width: 120px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  background: #8ac6e8;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;

  border-radius: 6px;
  padding: 8px 5px;
  border: 0;
  font-weight: normal;
}

.boton {
  border: 0;
}

.boton2 {
  width: 100%;
  max-width: 100px;
  color: #fff;
  text-align: center;
  margin: 10px auto;
  background-color: #0f4279;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;

  border-radius: 6px;
  padding: 5px 0px;
}

input.submit:hover,
.boton:hover {
  background: #a4ca62;
  color: #fff;
  cursor: pointer;
}

.campo {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  margin: 10px 20px 10px 20px;
  vertical-align: top;
  text-align: center;
}

.campo2 {
  display: inline-block;
  width: 2px;
  height: 200px;
  margin: 30px 10px 20px 10px;
  vertical-align: top;
  border-left: 1px solid #cccccc;
  text-align: left;
}

fieldset {
  border: none;
}
#clear {
  clear: both;
}

#video,
.video,
#cboxdiv {
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.5);
}
