@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
*{
	margin: 0;
	padding:0;
}
body{
	background: url(images/Ruleta2.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Arimo', sans-serif;
}
.container {
	height: auto;
	width: 960px;
	background-color: transaparent;
	padding: 1em 2em;
	margin-left: auto;
	margin-right: auto;
}
.header {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 200px;
}
h1{
	font-size: 1.5em;
	color: #666;
}
h2{
	font-size: 1.5em;sans-serif;
	color: #FFF;
	text-shadow: 2px 2px #333;
	margin:0;
	padding:0;
}
h3{
	font-size: 1.5em;
}
p{
	margin: 1em auto;
}
.title{
	margin: .7em auto;
}
.list{
	margin: .1em 2em
}
footer{
	color: #FFF;
	background-color: #333;
	height: 200px;
	width: 100%;
	display:inline-block;
	vertical-align:bottom;
	float:left;
}
.titlefoot{
	text-align: center;
	font-size: 18px;
}
.textfoot{
	width: 960px;
	margin: 1em;
	text-align: justify;
}.logos {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
a{
	color: #B89536;
	-webkit-transition: color 0.5s linear; /* Chrome y Safari */
	-o-transition: color 0.5s linear; /* Opera */
	-moz-transition: color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: color 0.5s linear; /* Internet Explorer */
}
a:hover{
	color: #D7D7D7;
	-webkit-transition: color 0.5s linear; /* Chrome y Safari */
	-o-transition: color 0.5s linear; /* Opera */
	-moz-transition: color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: color 0.5s linear; /* Internet Explorer */
}
.color-bg{
	background-color: #FFF;
	padding: 1em 2.5em;
	text-align: justify;
}
.tabla{
	width: 900px;
}
.ubicacion{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px none #000000;
	-webkit-box-shadow: 17px 17px 12px -6px rgba(107,107,107,0.71);
	-moz-box-shadow: 17px 17px 12px -6px rgba(107,107,107,0.71);
	box-shadow: 17px 17px 12px -6px rgba(107,107,107,0.71);
	float: left;
	height: 250px;
	margin: 10px 10px;
	padding: 1em;
	vertical-align: top;
	width: 20%;
	display: inline-block;
	text-align: center;
}
.list-ubicatrions{
	width: 100px;
	height:250px;
	display:inline-block;
}
.logo-casino{
	margin: 1.5em auto;
	
}
.tab-casino{
	display: inline-block;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 22%;
}
.tab-casino img{
	height:200px;
	width:200px;
}
.imagen-pie {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 456px;
}
.imagen-pie img{
	margin: 0 5px;
}
.reg-foot{
	font-weight:bold;
	font-size: 120%;
	margin: 0 10px;
}