html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.span4 {
    color: #fff;
    font-size: 50px;
}
body {
  font: 20px/20px 'Lucida Grande', Verdana, sans-serif;
  color: #404040;
  background: #404040;
}
p {
    line-height: 25px;
}
.cart {
  margin: auto;
  width: 100%;
  overflow: hidden;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.6);
  background: #525252;
  border: 1px solid #202020;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.cart a {
    color: #ccc;
    text-decoration: none;
}
.premiados tr {
    line-height: 1;
    text-align: center;
}
.premiados td {
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
}
.cart-top {
  position: relative;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  background: #404040;
  border-bottom: 1px solid #222;
  border-radius: 2px 2px 0 0;
  -webkit-font-smoothing: antialiased;
  background-image: -webkit-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: -moz-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: -o-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: linear-gradient(to bottom, #525252, #3d3d3d 80%, #383838);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.cart-top2 {
  position: relative;
  z-index: 1;
  height: 48px;
  line-height: 24px;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  background: #404040;
  border-bottom: 1px solid #222;
  border-radius: 2px 2px 0 0;
  -webkit-font-smoothing: antialiased;
  background-image: -webkit-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: -moz-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: -o-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: linear-gradient(to bottom, #525252, #3d3d3d 80%, #383838);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.cart-top-title {
  text-align: center;
}
.cart-top-title2 {
    float: left;
    text-align: left;
    width: 48%;
	font-size: 16px;
}
.cart-top-title3 {
    float: right;
    text-align: right;
    width: 48%;
	font-size: 16px;
}
.td-title2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    height: 50px;
    width: 5%;
}
.td-title {
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    height: 50px;
}
.td-line{
	font-size:18px;
	text-align:center;
	line-height: 50px;
	border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    height: 50px;
}
.td-title2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    height: 50px;
}
.td-line2{
	font-size:30px;
	text-align:center;
	line-height: 24px;
	width:10%;
	border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    height: 50px;
}
tr {
	height: auto;
	min-height: 50px;
	line-height: 10px;
	padding: 8px;
	font-weight: bold;
	background: #525252;
	border-bottom: 1px solid #222;
	background-image: -webkit-linear-gradient(top, #575757, #4e4e4e);
	background-image: -moz-linear-gradient(top, #575757, #4e4e4e);
	background-image: -o-linear-gradient(top, #575757, #4e4e4e);
	background-image: linear-gradient(to bottom, #575757, #4e4e4e);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.cart-item {
  width: 100%;
  height: auto;
  min-height: 50px;
  position: relative;
  line-height: 10px;
  padding: 8px;
  font-weight: bold;
  background: #525252;
  border-bottom: 1px solid #222;
  background-image: -webkit-linear-gradient(top, #575757, #4e4e4e);
  background-image: -moz-linear-gradient(top, #575757, #4e4e4e);
  background-image: -o-linear-gradient(top, #575757, #4e4e4e);
  background-image: linear-gradient(to bottom, #575757, #4e4e4e);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.cart-item:first-child {
  margin-top: -1px;
  padding-top: 11px;
}

.cart-item-desc {
  color: #b8c6cc;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
}
.cart-item-tit {
    display: block;
    line-height: 20px;
}

.cart-item-price {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -10px;
  color: #eee;
}

.cart-bottom {
  line-height: 31px;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  background: #484848;
  background-image: -webkit-linear-gradient(top, #545454, #434343);
  background-image: -moz-linear-gradient(top, #545454, #434343);
  background-image: -o-linear-gradient(top, #545454, #434343);
  background-image: linear-gradient(to bottom, #545454, #434343);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
input {
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-size: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.checkout-input {
  height: 50px;
  float: left;
  padding: 0 7px;
  color: #525864;
  background: white;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #f6f8fa, white);
  background-image: -moz-linear-gradient(top, #f6f8fa, white);
  background-image: -o-linear-gradient(top, #f6f8fa, white);
  background-image: linear-gradient(to bottom, #f6f8fa, white);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}
.checkout-input:focus {
  border-color: #46aefe;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
}
.lt-ie9 .checkout-input {
  line-height: 30px;
}

.checkout-name {
  width: 95%;
  margin-right: 1%;
}

.checkout-card {
    margin-right: 1%;
    width: 47%;
}
.totalclientes {
    color: #ccc;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}
.checkout-exp,
.checkout-cvc {
  font-size: 21px;
    margin-right: 1%;
    padding-top: 10px;
    text-align: center;
    width: 47%;
}
.checkout-bar {
  font-size: 21px;
    margin-right: 1%;
    padding-top: 10px;
    text-align: center;
    width: 95%;
}

form.frm-export{
  width: 47%;
  float: left;
  margin: 10px 6px 0 0;
}

.btn-export {
  width: 100%;
  background: #60a917 none repeat scroll 0 0;
    border: medium none #60a917;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    height: 6.125rem;
    padding: 0;
    text-align: center;
}

.checkout-btn {
  width: 47%;
  background: #60a917 none repeat scroll 0 0;
    border: medium none #60a917;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    height: 6.125rem;
    padding: 0;
    text-align: center;
}
.checkout-btn:active {
  background: #35aa47;
  
}
.checkout-menu {
	background: #60a917 none repeat scroll 0 0;
    border: medium none #60a917;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    height: 6.125rem;
    padding: 0;
    text-align: center;
    width: 95%;
  
}
.checkout-menu:active {
  background: #35aa47;
}
.checkout-menu:hover {
  background: #35aa47;
}
.textlabel {
    float: left;
    width: 20%;
}

:-moz-placeholder {
  color: #acb6c8 !important;
}

::-moz-placeholder {
  color: #acb6c8 !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #acb6c8;
}

:-ms-input-placeholder {
  color: #acb6c8;
}

::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
}
