html {
	margin: 0;
	padding: 0;
	display: block;
}



body {
  background: #2D3537;
  margin:0px;
  padding:0px;
  color: #eaeaea;
  font-size: 25px;
  font-family: 'Dosis', sans-serif;
    font-weight: 200;
}



div#wrapper {
	width:100%; 
	margin:0px auto;
	text-align:center;
}



a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}


h1, h2, h3, h4, h5 {
    margin:0px;
    padding:0px;
    font-family: 'Black Ops One', cursive;
    font-weight: normal;
}

h1 {
    font-size:38px;
    color: #F60;
    line-height: 35px;
}

h2 {
    font-size:28px;
    color: #FFF;
    line-height: 30px;
}

h3 {
    font-size:28px;
    color: #F60;
    line-height: 30px;
}



.f100 {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}



#f100-mob {
	display:none;
}
@media screen and (max-width: 480px) {
  #f100-mob {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
  }
}




#f100-desk {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
@media screen and (max-width: 480px) {
  #f100-desk {
	display:none;
  }
}



.btn {
    display: inline-block;
    margin: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30%;
    min-width: 240px;
    background: #F60;
    border: solid 1px #F80;
    color:#FFFFFF;
    font-family: 'Black Ops One', cursive;
    font-weight: normal;
    font-size: 28px;
    border-radius:0px;
}
.btn:hover {
    border: solid 1px #FFF;
}
.btn:active {
    border: solid 1px #FFF;
}
.btn:visited {
    background: #F60;
    color:#FFF;
}





.blk {
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
}




.txt-blk {
    display:inline-block;
    margin: 10px;
    padding: 10px;
    vertical-align: top;
    min-width: 220px;
}

.trup {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    width: 12%;
    min-width:100px;
}


.enviar {
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    margin: 5px;
    padding: 20px;
    border: solid 1px #FFF;
    background: #2D3537;
    color: #FFF;
}
.enviar:hover {
    color: #F60;
}
.enviar:active {
    color: #F60;
}