/*	======================
	Mobile warning page
========================== */

body {
	font: 13px/24px 'Open Sans','Helvetica','Helvetica Light',arial,sans-serif;
	color: #fff;
	background: #000;
}
html,body { margin: 0; padding: 0; }

.wrapper {
	position: relative;
	max-width: 1024px;
	margin: auto;
	text-align: center;
}

.header {
	position: relative;
	display: block;
	clear: both;
	height: 124px;
	border-bottom: 7px solid #f37c34;
}
.header .logo {
	position: relative;
	display: block;
	clear: both;
	height: 72px;
	text-align: center;
	background: #393637;
}
.header .logo img {
	position: relative;
	top: 28px;
}

h2 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #f37c34;
	margin: 40px 0 6px 0;
	text-transform: uppercase;
}
h3 { font-size: 14px; }

.btn-apps { padding-top: 24px; }
.btn-apps a {
	display: inline-block;
	width: 300px;
	height: 98px;
	text-align: center;
	margin: 16px 8px;
	border: 1px solid #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -6000px;
}
.btn-apps a.app-apple { background-image: url('../imgs/app-apple_large.png'); }
.btn-apps a.app-android { background-image: url('../imgs/app-android_large.png'); }

.clasico {
	font-size: 11px;
	font-style: italic;
	color: #ddd;
	margin-top: 32px;
}
.clasico a {
	color: #f37c34;
	text-decoration: underline;
}

.clearfix, .tienda-logo ul {
  overflow: auto;
  zoom: 1;
}


.tienda-logo ul{
    text-align: center;
    margin: 10px 0;
    padding:0;
}

.tienda-logo ul li{
    display:inline-block;
    margin: 8px;
    border: 1px solid #ffffff;
    background: #ffffff;
}
