 @charset "utf-8";
/* CSS Document */



a{
	color: #ccd500;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #a9b119;
}
.clear {
    clear: both;
}
html {
    position: relative;
    min-height: 100%;
}
body {
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: black;
}
b{
	font-weight: 600;
}

/* General ID
-------------------------------------------------------------------------*/
.wrapper{
	width: 960px;
	margin: 120px auto 0;
}
.wrapper_inner{
	width: 960px;
	margin: 0 auto 0;
}
.wrapper.margin1{
	width: 960px;
	margin: 70px auto 0;
}
.wrapper.foot{
	width: 960px;
	margin: 0 auto 0;
}
.content{
	padding: 30px;
	width: 900px;
	margin: 0 auto;
}
.content.foot{
	padding: 0 30px;
	float: inherit;
	margin:0 auto 0;
	width: 900px;
	margin-bottom:0;
}


/* Titulos
-------------------------------------------------------------------------*/
h1{
	float: left;
	width: 288px;
	height: 73px;
}
h1 a{
	float: left;
	width: 288px;
	height: 73px;
	background: url(../img/logo_menu.jpg) no-repeat 0 0;
}
h1 a span{
	display: none;
}
h2{
	color: #000000;
    display: table-cell;
    float: left;
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
h2 span{
	font-weight: 400;
}
h3{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	color: white;
	font-size:40px;
	font-family: 'Lato', 'sans-serif';
	font-weight: 300;
}
h4{
	color: #ffffff;
    display: table-cell;
    float: left;
    font-size: 35px;
    line-height: 31px;
    margin: 0 0 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

p.title{
	color: #000000;
    display: table-cell;
    float: left;
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    font-weight: 300;
}

.grey {	color:#444;}

/* INICIO
-------------------------------------------------------------------------*/
#header{
	margin: 0 auto 0;
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: #6C5726;
	overflow: hidden;
	position: relative;
	padding: 20px 0px;
}
#header table, #footer table{
	height: 100%;
	width: 100%;
}
#header table td, #footer table td{
	vertical-align: middle;
}
#header .content{
	color: #FFFFFF;
    float: left;
    font-size: 50px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 30px;
    text-align: center;
    border-top: 10px solid #A48E4E;
    border-bottom: 10px solid #A48E4E;
    width: 100%;
}
#header .content, #footer .content{
	font-family: 'Pathway Gothic One';
	color: #ffffff;
    float: left;
    font-size: 70px;
    font-weight: 300;
    line-height: 80px;
    margin-top: 2px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 30px 0px;
}
#header .content > div, #footer .content > div{
	display: inline-block;
}

#footer{
	width:100%;
	background-color: #6C5726;
	border-top: 20px dotted #A48E4E;
	height: 200px;
}


.line{
	background-color: #DCD293;
	padding: 5px 0px;
	width:100%;
	border-top: 20px dotted #A48E4E;
	border-bottom: 20px dotted #A48E4E;
}




#textMachine, #textMachine2{
	width:520px;
	height: 80px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
#textMachine > *, #textMachine2 > *{
	padding: 0px 0px;
}




.slotMachineButton{
	width:100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.slotMachineButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	border-radius: 75px;
	text-indent:0px;
	border:6px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-size:50px;
	font-weight:bold;
	font-style:normal;
	height:100px;
	line-height:100px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	margin-left: 50px;
	cursor:pointer;
}
.slotMachineButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.slotMachineButton:active {
	position:relative;
	top:1px;
}



.slotMachine{
	width:200px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	border: 5px solid #000;
	background-color: #ffffff;
}
.noBorder{
	border:none !important;
	background: transparent !important;
}
.slotMachine .slot{
	width:200px;
	height:200px;
}
.slot1{	background-image: url("../img/slot1.png");}
.slot2{	background-image: url("../img/slot2.png");}
.slot3{	background-image: url("../img/slot3.png");}
.slot4{	background-image: url("../img/slot4.png");}
.slot5{	background-image: url("../img/slot5.png");}
.slot6{	background-image: url("../img/slot6.png");}
.slot7{	background-image: url("../img/slot7.png");}
.slot8{	background-image: url("../img/slot8.png");}
.slot9{	background-image: url("../img/slot9.png");}
.slot10{	background-image: url("../img/slot10.png");}
.slot11{	background-image: url("../img/slot11.png");}
.slot12{	background-image: url("../img/slot12.png");}
.slot13{	background-image: url("../img/slot13.png");}
.slot14{	background-image: url("../img/slot14.png");}
.slot15{	background-image: url("../img/slot15.png");}
.slot16{	background-image: url("../img/slot16.png");}
.slot17{	background-image: url("../img/slot17.png");}
.slot18{	background-image: url("../img/slot18.png");}
.slot19{	background-image: url("../img/slot19.png");}
.slot20{	background-image: url("../img/slot20.png");}
.slot21{	background-image: url("../img/slot21.png");}

