/* LAAd - hackpact - CSS */
@font-face {
	font-family: 'proxy';
	src: url('../fonts/mtproxy1.woff') format('woff'),
		 url('../fonts/mtproxy1.otf')  format('opentype');
	font-weight: normal;
	font-style: normal;
}
body {
  background-color: #000;
  margin: 0;
  color: #fff;
  overflow:hidden;
  font-family: 'proxy' !important;
  font-size: 100%;
  text-shadow: 2px 2px 2px #0d0d0d;
}
.contMult {
  position: absolute;
  width: 35%;
}
.titulo, .creditos, .menuBar {
	position: absolute;
	z-index: 20;
}
.container {
	z-index: -10;
}

.titulo {
	top:20px;
	left:80px;
}

.creditos {
  bottom:30px;
  right:80px;
}
.creditos a {
  text-decoration: none;
}

.menuBar {
	top:105px;
	right:80px;
}
.menuBar a {
  text-decoration: none;
  font-size: 10pt;
}

.contenidos {
	position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
 	padding: 0px;
	top: 200px;
  z-index: 20;
	font-size: 11pt;

}
.formulario {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /* prueba */
  border-style: dashed;
  border-width: 0.5px;
  padding: 10px;
  font-size: 8pt;
}
.center {
	margin: auto;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
  margin-right: auto;
}
/* /////////////////////////////// */
span {
	font-size: 120%;
}

/* unvisited link */
a {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: #b3b3b3;
	text-decoration: none;
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}