body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #241F09;
}
.bg_top{
	background-attachment: scroll;
	background-image: url(img/fundo_cont.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_base{
	background-attachment: scroll;
	background-image: url(img/fundo_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* FONTES */

@font-face {
    font-family: 'din_mediumregular';
    src: url('fonts/dinmedium-webfont.eot');
    src: url('fonts/dinmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinmedium-webfont.woff2') format('woff2'),
         url('fonts/dinmedium-webfont.woff') format('woff'),
         url('fonts/dinmedium-webfont.ttf') format('truetype'),
         url('fonts/dinmedium-webfont.svg#din_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.din{font-family: 'din_mediumregular', arial, sans-serif;}
.arial{font-family: Arial, sans-serif;}

/*TAMANHOS*/
.t10{font-size: 10px;}
.t12{font-size: 12px;}
.t14{font-size: 14px;}
.t16{font-size: 16px;}
.t18{font-size: 18px;}
.t20{font-size: 20px;}
.t22{font-size: 22px;}
.t24{font-size: 24px;}
.t26{font-size: 26px;}
.t28{font-size: 28px;}
.t30{font-size: 30px;}
.t32{font-size: 32px;}
.t34{font-size: 34px;}
.t36{font-size: 36px;}
.t38{font-size: 38px;}
.t40{font-size: 40px;}
.t42{font-size: 42px;}
.t44{font-size: 44px;}
.t46{font-size: 46px;}
.t48{font-size: 48px;}
.t50{font-size: 50px;}
.t52{font-size: 52px;}
.t54{font-size: 54px;}
.t56{font-size: 56px;}
.t58{font-size: 58px;}
.t60{font-size: 60px;}
.t62{font-size: 62px;}
.t64{font-size: 64px;}
.t66{font-size: 66px;}
.t68{font-size: 68px;}
.t70{font-size: 70px;}
.t100{font-size: 100px;}

/*CORES*/
.preto{color: #212121;}
.roxo{color: #190A43;}
.branco{color: #FFFFFF;}
.marrom{color: #8A8A7A;}
.laranja{color: #D78110;}
.verde{color: #019771;}
.azul{color: #00A3D9;}

/*ESPAÇAMENTO ENTRE AS LETRAS*/
.ls1{letter-spacing:-1px;}
.ls2{letter-spacing:-2px;}
.ls3{letter-spacing:-3px;}
.ls4{letter-spacing:-4px;}
.ls5{letter-spacing:-5px;}
.ls6{letter-spacing:-6px;}
.ls7{letter-spacing:-7px;}

/*ALTURA DAS LINHAS*/
.lh15{line-height:15px;}
.lh20{line-height:20px;}
.lh25{line-height:25px;}
.lh30{line-height:30px;}
.lh35{line-height:35px;}
.lh40{line-height:40px;}
.lh45{line-height:45px;}
.lh55{line-height:55px;}
.lh90{line-height:90px;}

/*ESPESSURA DA FONTE*/
.bold{font-weight:bold;}

img{
	border:0;
}


/*FORMULÁRIO*/
input:focus {
  outline: none;
}
textarea:focus{
 outline:none;
}
.styled-select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
    width: 110px;
    height: 40px;
    overflow: hidden;
    padding: 5px;
    background: url(img/bt_select.png) no-repeat right #71C04B;
    -webkit-appearance: none;
   }
.styled-select_home {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
    width: 100%;
    height: 25px;
    overflow: hidden;
    padding: 3px;
    background: url(img/bt_select.png) no-repeat right #71C04B;
    -webkit-appearance: none;
   }
.form_reservas_home {
	width: 100%;
	padding: 5px;
	background: none;
	border: none;
	color: #fff;
}
.enviar_home {
	width: 35%;
	padding: 3px;
	background:#F00;
	border: none;
	color: #fff;
}
.form_login {
	font-family: dosis, sans-serif;
	font-size:14px;
	width: 250px;
	padding: 10px;
	background: none;
	border: none;
	color: #fff;
}
.form_login2 {
	font-family: dosis, sans-serif;
	font-size:14px;
	width: 235px;
	padding: 5px;
	background: none;
	border: none;
	color: #fff;
}
.form_login_menor {
	font-family: dosis, sans-serif;
	font-size:14px;
	width: 200px;
	padding: 10px;
	background: none;
	border: none;
	color: #fff;
}
.enviar {
	font-size:14px;
	width: 130px;
	padding: 5px;
	background:#F00;
	border: none;
	color: #fff;
}
