@charset "iso-8859-1";

@font-face {
  font-family:'NeoSans';
  src: url('../fonts/NeoSans/NeoSans.eot?') format('eot'), 
		url('../fonts/NeoSans/NeoSans.otf')  format('opentype'),
		url('../fonts/NeoSans/NeoSans.woff') format('woff'), 
		url('../fonts/NeoSans/NeoSans.ttf')  format('truetype'),
		url('../fonts/NeoSans/NeoSans.svg#NeoSans') format('svg');
}

@font-face {
  font-family: 'NeoSans-Bold';
  src: url('../fonts/NeoSans-Bold/NeoSans-Bold.eot?') format('eot'), 
		url('../fonts/NeoSans-Bold/NeoSans-Bold.otf')  format('opentype'),
		url('../fonts/NeoSans-Bold/NeoSans-Bold.woff') format('woff'), 
		url('../fonts/NeoSans-Bold/NeoSans-Bold.ttf')  format('truetype'),
		url('../fonts/NeoSans-Bold/NeoSans-Bold.svg#NeoSans-Bold') format('svg');
}

@font-face {
  font-family: 'NeoSans-Light';
  src: url('../fonts/NeoSans-Light/NeoSans-Light.eot?') format('eot'), 
		url('../fonts/NeoSans-Light/NeoSans-Light.otf')  format('opentype'),
		url('../fonts/NeoSans-Light/NeoSans-Light.woff') format('woff'), 
		url('../fonts/NeoSans-Light/NeoSans-Light.ttf')  format('truetype'),
		url('../fonts/NeoSans-Light/NeoSans-Light.svg#NeoSans-Light') format('svg');
}
@font-face {
  font-family: 'NeoSans-Medium';
  src: url('../fonts/NeoSans-Medium/NeoSans-Medium.eot?') format('eot'), 
		url('../fonts/NeoSans-Medium/NeoSans-Medium.otf')  format('opentype'),
		url('../fonts/NeoSans-Medium/NeoSans-Medium.woff') format('woff'), 
		url('../fonts/NeoSans-Medium/NeoSans-Medium.ttf')  format('truetype'),
		url('../fonts/NeoSans-Medium/NeoSans-Medium.svg#NeoSans-Light') format('svg');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  /*font-weight: bold;*/
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
	box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: "NeoSans";
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  /*print Kat*/
  .navbar{display:none;}
  #sidebar{display:none;}
  body > .main > .container{background:#ffffff;}
  #footer{display:none;}
  .titulo-pagina{color:#000;}
  .main-container .cabecera p{
		display:none;
	}
	.misApuestas-acciones{
		display:none;  
	}
	.iconos-mis-apuestas{
		display:none;
	}

	.header-filtro .fa.fa-search{
		display:none;
	}
	.navegacion-apuestas{
		display:none;
	}
  .btn {display:none !important;}
  .btn-primary{display:none !important;}
  .combinacionDecimo{
		left:2%;
  }
  .col-md-6.less-padding-left{
		padding:0 !important;
  }
  .col-md-6.less-padding-right{
		padding:0 !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "NeoSans-Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #f5f8f9;
  font-weight:normal !important;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #0098be;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0a6a86;
  text-decoration: none;
}

a:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #0098be;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #fff;
}


.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
.h1,
.h2
{
  font-family: "NeoSans-Medium", Helvetica, Arial, sans-serif;
  /*font-weight: 500;*/
  line-height: 1.1;
  text-transform: uppercase;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6
{
  font-family: "NeoSans";
  line-height: 1.1;
  text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

ul.tit-num-lotos {
  margin-top: 0;
  margin-bottom: 0px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

dt,
dd {
  line-height: 1.428571429;
}



dt {
  font-weight: bold;
  text-transform: uppercase;
}

dd {
  margin-left: 0 !important;
  margin-top: 15px;
}

.inline
{
  display: inline !important;
  margin-left:0 !important;
}
dl img
{

  border-radius: 3px;
  margin-top: 21px;
  border:1px solid #c3d6e0;
}

dl img.dl-horizontal{
	margin:0;
}

dd ul
{
  padding-left: 0px;
  font-family: "NeoSans-Medium";
  list-style:none;
}
dd ul li:before
{
  content: "- ";
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 63px;
  padding-left: 63px;
  margin-right: auto;
  margin-left: auto;
	max-width: 1064px;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row{
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: static;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

/*botones de pago carrito*/
.btn-pago{
	width:80%;
	height:35px;
	-moz-user-select: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: "NeoSans";
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #0098be;
	border-color: #0098be;
	color: #ffffff;
	margin:0 auto;
	display: block;
	border: none;
}
/*iconos*/
.btn-credit{
	background-image:url(../img/ico-tarjetaCredito.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-iupayPago{
	background-image:url(../img/ico-iupayPago.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-vdotmePago{
	background-image:url(../img/vdotmePago.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-transfPago{
	background-image:url(../img/ico-transferencia.png);
	background-repeat:no-repeat;
	background-position:center center;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}


.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 1px 9px;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th
{
	padding: 7px 7px;

}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
.mis-movimientos td{
	text-align:center;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #000;
  opacity: 1 !important; 
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1 !important; 
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important; 
}

.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important; 
}

.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;

}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;

}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

/*bootstrapValidator.css*/
.bv-form .help-block {
	margin-bottom: 0;
}
.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}
/*bootstrapValidator.css*/

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;

}

.has-warning .form-control:focus {
  border-color: #a47e3c;

}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border: 1px solid #c41e41;

}

.has-error .form-control:focus {
  border: 1px solid #c41e41;

}

.has-error .input-group-addon {
  color: #c41e41;
  background-color: #f2dede;
  border: 1px solid #c41e41;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;

}

.has-success .form-control:focus {
  border-color: #356635;

}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.btn {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: "NeoSans";
  letter-spacing: 0;
}

.ayuda-apuestas{
	background:none;
}

.ayuda-apuestas .tab-ayuda::before {
	content: url("../img/question-icon.png");
}

.btn.ayuda-apuestas:active,
.btn.ayuda-apuestas.active {
  -webkit-box-shadow: none;
	box-shadow: none;
}

.btn-saldo {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: "NeoSans-Medium";
  letter-spacing: 0;
}
.button-group .btn
{
  margin: 1%;
}

.btn:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
  color: #0098be;
  background-color: #fff;
  border-color: #fff;
}

.btn-default:after {
  content: "»";
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #0a6a86;
  border-color: #0a6a86;
  font-family: "NeoSans-Medium"
}

.btn-group-center .btn-default:hover,
.btn-group-center .btn-default:focus,
.btn-group-center .btn-default:active,
.btn-group-center .btn-default.active,
.btn-group-center .open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #0a6a86;
  border-color: #0a6a86;
  font-family: "NeoSans-Medium"
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-group-center
{
  text-align: center;
  margin-top:-7px;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-center .btn
{
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;

  font-family: "NeoSans";
  font-size: 12px;
  letter-spacing: 0;
  min-width: 103px;

}

.btn-primary {
  color: #ffffff;
	background: rgba(0,113,193,1);
	background: -moz-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,113,193,1)), color-stop(44%, rgba(0,134,193,1)), color-stop(87%, rgba(0,154,193,1)));
	background: -webkit-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%);
	background: -o-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%);
	background: -ms-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%);
	background: linear-gradient(to right, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071c1', endColorstr='#009ac1', GradientType=1 );
	outline: 1px solid white;
  outline-offset: -4px;
	border: 0;
	/*  background-color: #0098be;
		border-color: #0098be;*/
}

#caja_total_apuesta .btn-aniadir-carrito, #caja_total_apuesta .jugar, #caja_total_apuesta .btn-aniadir-carrito, #caja_total_apuesta #deliverButton, .jugar_ahora_resp{
	background: rgba(0,113,193,1)!important;
	background: -moz-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,113,193,1)), color-stop(44%, rgba(0,134,193,1)), color-stop(87%, rgba(0,154,193,1)))!important;
	background: -webkit-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%)!important;
	background: -o-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%)!important;
	background: -ms-linear-gradient(left, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%)!important;
	background: linear-gradient(to right, rgba(0,113,193,1) 0%, rgba(0,134,193,1) 44%, rgba(0,154,193,1) 87%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071c1', endColorstr='#009ac1', GradientType=1 )!important;
	width: 149px!important;
	outline: 1px solid white;
  outline-offset: -4px;
	padding-top: 3.5px!important;
	font-size: 12px!important;
}

.btn-terminar-compra{
	background: rgba(227,110,0,1);
	background: -moz-linear-gradient(left, rgba(227,110,0,1) 0%, rgba(239,126,0,1) 31%, rgba(244,133,0,1) 44%, rgba(255,149,0,1) 74%)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(227,110,0,1)), color-stop(31%, rgba(239,126,0,1)), color-stop(44%, rgba(244,133,0,1)), color-stop(74%, rgba(255,149,0,1)))!important;
	background: -webkit-linear-gradient(left, rgba(227,110,0,1) 0%, rgba(239,126,0,1) 31%, rgba(244,133,0,1) 44%, rgba(255,149,0,1) 74%)!important;
	background: -o-linear-gradient(left, rgba(227,110,0,1) 0%, rgba(239,126,0,1) 31%, rgba(244,133,0,1) 44%, rgba(255,149,0,1) 74%)!important;
	background: -ms-linear-gradient(left, rgba(227,110,0,1) 0%, rgba(239,126,0,1) 31%, rgba(244,133,0,1) 44%, rgba(255,149,0,1) 74%)!important;
	background: linear-gradient(to right, rgba(227,110,0,1) 0%, rgba(239,126,0,1) 31%, rgba(244,133,0,1) 44%, rgba(255,149,0,1) 74%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36e00', endColorstr='#ff9500', GradientType=1 );
	width: 147px!important;
	outline: 1px solid white;
  outline-offset: -4px;
	padding-top: 3.5px!important;
	font-size: 12px!important;
}

.btn-group .btn-block{	
	background-color: #0098be;
	border-color: #0098be;
	background: #0098be;
	outline: none;
}

.img-boton-carrito{
	margin-right: 4px;
	margin-left: -2px;
	margin-top: -4px;
}

#caja_total_apuesta .caja_precio_dinamico{
	width: 17%!important;
	min-width: 56px!important;
	margin-left: 1%!important;
}

#caja_total_apuesta h5 {
	margin: 2.4% 0 0 0!important;
}

#caja_total_apuesta .jugar_ahora{
	min-width: 147px!important;
	margin: 0 0 0 1%!important;
}

.btnColor{
	background-color: #05B7E3;
  border-color: #05B7E3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0a6a86;
  border-color: #0a6a86;
}
.btn-primary:after {
	content:"»";
}
.tabs .btn-primary:after {
	content:"";
}
/*btn página añadir saldo*/
.btn-primary-saldo {
  color: #ffffff;
  background-color: #0a6a86;
  border-color: #0a6a86;

}

.btn-primary-saldo:hover,
.btn-primary-saldo:focus,
.btn-primary-saldo:active,
.btn-primary-saldo.active,
.open .dropdown-toggle.btn-primary-saldo {
  color: #ffffff;
  background-color: #0098be;
  border-color: #0098be;
}

/*btn página mis moovimientos*/
.btn-primary-movimientos {
  color: #ffffff;
  background-color: #0098be;
  border-color: #0098be;
  margin-bottom:20px;
}

.btn-primary-movimientos:hover,
.btn-primary-movimientos:focus,
.btn-primary-movimientos:active,
.btn-primary-movimientos.active,
.open .dropdown-toggle.btn-primary-movimientos {
  color: #ffffff;
  background-color: #0a6a86;
  border-color: #0a6a86;
}


.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0098be;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #0098be;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  border-radius: 4px;
	font-size: 16px;
	line-height: 1.33;
	padding: 6px 10px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}



.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}



.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}



.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  /*content: "\1f4c5";*/
  content: url(../img/icono-calendario.png)!important;
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}


.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 4px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0098be;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0098be;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}
.btn-group-justified > .btn-group
{
  float: none;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn
{
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow:  0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/*.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}*/

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0px 3px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border: 0px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: #eeeeee;*/
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0098be;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 0px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: 3px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {

  cursor: default;
  font-family: "NeoSans-Medium";


  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0098be;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #0098be;
  border-bottom-color: #0098be;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 55px;
  /*margin-bottom: 20px;*/
  border: 1px solid transparent;
}
.navbar.top {

  min-height: 31px;
  z-index: 99999;
  /*KAT nuevo position fixed*/
  position:fixed;
  width:100%;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand-a {
  float: left;
	/*padding: 4px 15px;*/
	padding: 4px 0;
  font-size: 18px;
  line-height: 20px;
  box-sizing:content-box;
	margin-left: -13px;
}

.navbar-brand-a:hover,
.navbar-brand-a:focus {
  text-decoration: none;
}

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;

  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle.less-margin
{
  margin-top: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand-a {
  color: #777777;
}

.navbar-default .navbar-brand-a:hover,
.navbar-default .navbar-brand-a:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
	/*  background-color: #2f2f2f;
		border-color: #2f2f2f;*/

	text-transform: uppercase;
  font-size: 11px;
	border: 0;

	background: rgba(52,100,142,1);
	background: -moz-linear-gradient(left, rgba(52,100,142,1) 0%, rgba(28,120,183,1) 25%, rgba(0,143,232,1) 55%, rgba(0,176,232,1) 85%, rgba(0,193,232,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52,100,142,1)), color-stop(25%, rgba(28,120,183,1)), color-stop(55%, rgba(0,143,232,1)), color-stop(85%, rgba(0,176,232,1)), color-stop(100%, rgba(0,193,232,1)));
	background: -webkit-linear-gradient(left, rgba(52,100,142,1) 0%, rgba(28,120,183,1) 25%, rgba(0,143,232,1) 55%, rgba(0,176,232,1) 85%, rgba(0,193,232,1) 100%);
	background: -o-linear-gradient(left, rgba(52,100,142,1) 0%, rgba(28,120,183,1) 25%, rgba(0,143,232,1) 55%, rgba(0,176,232,1) 85%, rgba(0,193,232,1) 100%);
	background: -ms-linear-gradient(left, rgba(52,100,142,1) 0%, rgba(28,120,183,1) 25%, rgba(0,143,232,1) 55%, rgba(0,176,232,1) 85%, rgba(0,193,232,1) 100%);
	background: linear-gradient(to right, rgba(52,100,142,1) 0%, rgba(28,120,183,1) 25%, rgba(0,143,232,1) 55%, rgba(0,176,232,1) 85%, rgba(0,193,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34648e', endColorstr='#00c1e8', GradientType=1 );
}

.navbar-inverse-barq{
	background: #2b2b2b;
}

.navbar-inverse-burgo{
	background: #312160;
}

.navbar-inverse .navbar-brand-a {
  color: #999999;
}

.navbar-inverse .navbar-brand-a:hover,
.navbar-inverse .navbar-brand-a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/*.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #2f2f2f;
}*/

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/*.navbar-inverse .navbar-toggle {
  border-color: #333333;
}*/

/*.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}*/

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #0098be;
  border-color: #0098be;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #0098be;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0098be;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0098be;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-moz-keyframes progress-bar-stripes {
  from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
  from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

@keyframes progress-bar-stripes {
  from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #0098be;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0098be;
  border-color: #0098be;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #0098be;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0098be;
  border-color: #0098be;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0098be;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0098be;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  /*border: 1px solid #e3e3e3;*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  /*text-shadow: 0 1px 0 #ffffff;*/
  opacity: 0.2;
  filter: alpha(opacity=20);
	position: fixed; 
	top: 50px; 
	right: 40px; 
	z-index: 25;

	width: 21px;
	height: 21px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #999;
}

.close:hover,
.close:focus {
  /*color: #000000;*/
	color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  /*background: transparent;*/
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: 44px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 200px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 2px solid #585d65;
  border-radius: 6px;

  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
  color:#000000;
  font-size:14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}


.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
  margin-left: 2px;
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #585d65;
  border-right-color: #585d65;
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.sidebar-button
{
  display: none;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

.navbar .fa
{
  font-size: 1.4em;
}

.navbar-nav > li > a {
	padding-bottom: 4px;
	padding-top: 4px;
}
.navbar-nav i
{
	margin-right: 3px;
}
.blue
{
  color: #11cdff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ebf0f2;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
  color: #ebf0f2;
}
nav.navbar-nav.pull-righ
{
  float: right;
}
.navbar .fa.md-size
{
  font-size: 1.6em;
}

.indent-hide
{
  display: none;
}

.navbar-brand{
	/*  width: 217px;
		height: 40px;*/
	margin-top: 8px;
	margin-bottom: 8px;
}

.transparente
{
  background: url(../img/logoTransparente.png) no-repeat;
  width: 217px;
  height: 40px;
  margin-top: 17px;
  background-size: 100%;
  text-align: center;  
  margin-bottom: 11px;
}
.navbar.top2
{
  background: #fff;
	padding: 71px 0 0 0;
}
.inside-wrapper:before, .inside-wrapper:after {
	content: " ";
	display: table;
}
.inside-wrapper{
	margin-top:15px !important;
}
.navbar-collapse
{
  padding-right: 0;
}
.nav > li:last-child a
{
  padding-right: 0;
}
.nav-icono
{
  display: block;
  height: 37px;  
}
.bonoloto:before
{
  content: url('../img/bonoloto.png');  
}
.elGordo:before
{
  content: url('../img/elGordo.png');  
}
.euromillones:before
{
  content: url('../img/euromillones.png');  
}
.euromillones100M:before
{
  content: url('../img/euromillones100.png');  
}
.euromillones190M:before
{
  content: url('../img/euromillones190.png');
}
.euromillones210M:before
{
  content: url('../img/euromillones210.png');
}
.euromillones220M:before
{
  content: url('../img/euromillones220.png');
}
.euromillones230M:before
{
  content: url('../img/euromillones230.png');
}
.euromillones-especial:before
{
  content: url('../img/logo_Eur_.png');
}
.euromillones-lluvia:before
{
  content: url('../img/euromillones_lluvia.png');
}
.laPrimitiva:before
{
  content: url('../img/laPrimitiva.png');  
}
.laQuinielaYproductos:before
{
  content: url('../img/laQuinielaYproductos.png');  
}
.loteriaNacional:before
{
  content: url('../img/loteriaNacional.png');  
}
.loteriaNavidad:before
{
  content: url('../img/loteriaNavidad.png');  
}
.loteriaNavidad-borde:before
{
  content: url('../img/loteriaNavidad-borde.png');  
}
.loteriaNino:before
{
  content: url('../img/loteriaNino.png');  
}
.cruzRoja:before
{
  content: url('../img/cruzRoja.png');  
}
.oro:before
{
  content: url('../img/oro.png');  
}
.vacaciones:before
{
  content: url('../img/vacaciones.png');  
}
.agosto:before
{
  content: url('../img/menuAgosto.png');  
}
.septiembre:before
{
  content: url('../img/menuSeptiembre.png');  
}
.invierno:before
{
  content: url('../img/menuInvierno.png');  
}
.sanValentin:before
{
  content: url('../img/menuSanValentin.png');  
}
.hispanidad:before
{
  content: url('../img/menuHispanidad.png');  
}
.cultura:before
{
  content: url('../img/menuCultura.png');  
}
.diaDelPadre:before
{
  content: url('../img/menuDiaPadre.png');  
}
.cancer:before
{
  content: url('../img/menuCancer.png');  
}
.diaMadre:before
{
  content: url('../img/menuDiaMadre.png');  
}
.diaDeEuropa:before
{
  content: url('../img/menuDiaEuropa.png');  
}
.primavera:before
{
  content: url('../img/menuPrimavera.png');
}
.otono:before
{
  content: url('../img/menuOtono.png');  
}
.constitucion:before
{
  content: url('../img/menuConstitucion.png');  
}
.multiProductos_multiBotes:before
{
  content: url('../img/multiProductos_multiBotes.png');  
}
.Quinigol:before
{
  content: url('../img/Quinigol.png');  
}
.penas:before
{
  content: url('../img/logoPenas.png');  
}
.empresas:before
{
  content: url('../img/loteriaEmpresas.png');  
}
.aniversario:before
{
  content: url('../img/aniversario.png');  
}
.aniversario-carrito:before
{
  content: url('../img/aniversario.png');
	margin-left: -52px;
  position: absolute;
  margin-top:-3px;
}
.euromillonesSmall-especial:before
{
  content: url('../img/euromillonesEspecial.png');
  margin-right: 4px;
}
.euromillones-bote-especial:before
{
  content: url('../img/euromillones-especial-big.png');
	/*  margin-right: 4px;
		margin-left: -71px;
		position: absolute;
		margin-top:-7px;*/
}
.margin-euro-big .euromillones-bote-especial:before
{
	margin-right: 4px;
	left: -70px;
	position: absolute;
}
.euromillones-100m:before
{
	content: url("../img/euromillones100-big.png");
	margin-left: -82px;
	position: absolute;
	margin-top: 13px;
}
.euromillones-120m:before
{
	content: url("../img/euromillones120-big.png");
	margin-left: -82px;
	position: absolute;
	margin-top: 13px;
}
.euromillones-130m:before
{
	content: url("../img/euromillones130-big.png");
	margin-left: -82px;
	position: absolute;
	margin-top: 13px;
}
.euromillones-190m:before
{
	content: url("../img/euromillones190-big.png");
	margin-left: -82px;
	position: absolute;
	margin-top: 13px;
}
.euromillones-210m:before
{
	content: url("../img/euromillones210-big.png");
	margin-left: -82px;
	position: absolute;
	margin-top: 13px;
}
.euromillones-220m:before
{
	content: url("../img/euromillones220-big.png");
	margin-left: -77px;
	position: absolute;
	margin-top: 7px;
}
.euromillones-230m:before
{
	content: url("../img/euromillones230-big.png");
	margin-left: -77px;
	position: absolute;
	margin-top: 7px;
}
.euromillones-lluvia-big:before
{
	content: url("../img/euromillones-lluvia-big.png");
	margin-left: -67px;
	position: absolute;
}
.euromillonesSmall:before
{
  content: url('../img/euromillonesSmall.png');
  margin-right: 4px;
}
.euromillonesBig:before
{
  content: url('../img/euromillones-big.png');
  margin-right: 4px;
	left: -71px;
  position: absolute;
}
.euromillonesEspecialBig:before
{
  content: url('../img/euromillonesEspecialBig.png');
  margin-right: 4px;
  /*left: -82px;*/
	left: -87px;
  position: absolute;
	margin-top: 11px;
}
.euromillonesLluviaSmall:before
{
  content: url('../img/euromillonesLluviaSmall.png');
  margin-right: 4px;
}
.laPrimitivaSmall:before
{
  content: url('../img/laPrimitivaSmall.png');
  margin-right: 4px;
}

.laPrimitivaBig:before
{
  content: url('../img/laPrimitiva-big.png');
  margin-right: 4px;
  left: -70px;
  position: absolute;
}
.penasSmall:before
{
  content: url('../img/penasSmall.png');
  margin-right: 4px;
}

.penasBig:before
{
  content: url('../img/penas-big.png');
  margin-right: 4px;
  left: -59px;
  position: absolute;
}
.bonolotoBig:before
{
  content: url('../img/bonoloto-big.png');
  margin-right: 4px;
  left: -70px;
  position: absolute;
}
.elGordoBig:before
{
  content: url('../img/elGordo-big.png');
  margin-right: 4px;
  left: -70px;
  position: absolute;
}
.multibotesBig:before
{
  content: url('../img/multibotes-big-cab.png');
	margin-right: 4px;
	left: -49px;
	position: absolute;
	height: 70px;
	margin-top: -2px;
}
.laQuinielaBig:before
{
  content: url('../img/quiniela-big.png');
  margin-right: 4px;
  left: -70px;
  position: absolute;
}
.quinigolBig:before
{
  content: url('../img/quinigolBig.png');
  margin-right: 4px;
  left: -59px;
  position: absolute;
}
.nacionalBig:before
{
  content: url('../img/nacional-big.png');
  left: -70px;
  position: absolute;
}
.navidadBig:before
{
  content: url('../img/navidad-big.png');
  margin-right: 4px;
  left: -70px;
  position: absolute;
}
.ninoBig:before
{
  content: url('../img/nino-big.png');
  margin-right: 4px;
  left: -70px;
  position: absolute;
}
.bonolotoSmall:before
{
  content: url('../img/bonolotoSmall.png');
  margin-right: 4px;
}
.laQuinielaSmall:before
{
  content: url('../img/laQuinielaSmall.png');
  margin-right: 4px;
}
.euromillonesSmall-especial-xs:before{
  content: url("../img/euromillones-especial-xs.png");
  margin-right: 4px;
}
.euromillonesSmall-especial-210-xs:before{
  content: url("../img/euromillones-especial-210-xs.png");
  margin-right: 4px;
}
.euromillonesSmall-especial-220-xs:before{
  content: url("../img/euromillones-especial-220-xs.png");
  margin-right: 4px;
}
.euromillonesSmall-boteEspecial-xs:before{
  /*content: url("../img/euromillones-boteEspecial-xs.png");*/
	content: url("../img/euromillonesEspecial-26x26.png");
  margin-right: 4px;
}
.euromillonesSmall-190-xs:before{
  content: url("../img/euromillones-190-xs.png");
  margin-right: 4px;
}
.aniversarioSmall:before{
  content: url("../img/aniversarioSmall.png");
  margin-right: 4px;
}
.quinigolSmall:before
{
  content: url('../img/quinigolSmall.png');
  margin-right: 4px;
}

.loteriaNacionalSmall:before
{
  content: url('../img/loteriaNacionalSmall.png');
  margin-right: 4px;
}
.loteriaNacionalSmall-white:before
{
  content: url('../img/loteriaNacionalSmall-white.png');
  margin-right: 4px;
}

.sorteoInviernoSmall:before
{
  content: url('../img/sorteoInviernoSmall.png');
  margin-right: 4px;
}
.sorteoSanValentinSmall:before
{
  content: url('../img/sorteoSanValentinSmall.png');
  margin-right: 4px;
}
.sorteoDiaPadreSmall:before
{
  content: url('../img/sorteoDiaPadreSmall.png');
  margin-right: 4px;
}
.sorteoCancerSmall:before
{
  content: url('../img/sorteoCancerSmall.png');
  margin-right: 4px;
}
.sorteoDiaMadreSmall:before
{
  content: url('../img/sorteoDiaMadreSmall.png');
  margin-right: 4px;
}
.sorteoDiaEuropaSmall:before
{
  content: url('../img/sorteoDiaEuropaSmall.png');
  margin-right: 4px;
}
.sorteoOroSmall:before
{
  content: url('../img/sorteoOroSmall.png');
  margin-right: 3px;
}
.sorteoPrimaveraSmall:before
{
  content: url('../img/sorteoPrimaveraSmall.png');
  margin-right: 4px;
}
.sorteoHispanidadSmall:before
{
  content: url('../img/sorteoHispanidadSmall.png');
  margin-right: 4px;
}
.sorteoCruzRojaSmall:before
{
  content: url('../img/sorteoCruzRojaSmall.png');
  margin-right: 4px;
}
.sorteoVacacionesSmall:before
{
  content: url('../img/sorteoVacacionesSmall.png');
  margin-right: 4px;
}
.sorteoAgostoSmall:before
{
  content: url('../img/sorteoAgostoSmall.png');
  margin-right: 4px;
}
.sorteoSeptiembreSmall:before
{
  content: url('../img/sorteoSeptiembreSmall.png');
  margin-right: 4px;
}
.sorteoCulturaSmall:before
{
  content: url('../img/sorteoCulturaSmall.png');
  margin-right: 4px;
}
.sorteoOtonoSmall:before
{
  content: url('../img/sorteoOtonoSmall.png');
  margin-right: 4px;
}
.sorteoConstitucionSmall:before
{
  content: url('../img/sorteoConstitucionSmall.png');
  margin-right: 4px;
}

.elGordoSmall:before
{
  content: url('../img/elGordoSmall.png');
  margin-right: 4px;
}
.multibotesSmall:before
{
	content: url("../img/multibotesSmall.png");
	margin-right: 4px;
}
.cruzRojaBig:before
{
  content: url('../img/logoCruzRoja.png');
  margin-right: 4px;
  left: -78px;
  position: absolute;
}
.vacacionesBig:before
{
  content: url('../img/vacaciones-big.png');
  margin-right: 4px;
  left: -69px;
  position: absolute;
}
.agostoBig:before
{
  content: url('../img/agosto-big.png');
  margin-right: 4px;
  left: -69px;
  position: absolute;
}
.septiembreBig:before
{
  content: url('../img/septiembre-big.png');
  margin-right: 4px;
  left: -69px;
  position: absolute;
}
.inviernoBig:before
{
  content: url('../img/logoInvierno.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.sanValentinBig:before
{
  content: url('../img/logoSanValentin.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.hispanidadBig:before
{
  content: url('../img/logoHispanidad.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.culturaBig:before
{
  content: url('../img/cultura-big.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.diaDelPadreBig:before
{
  content: url('../img/logoDiaPadre.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.diaDelPadreBig2:before
{
  content: url('../img/logoDiaPadre.png');
  margin-right: 4px;
  left: 173px;
  position: absolute;
	top: 16px;
}
.cancerBig:before
{
  content: url('../img/logoCancer.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.diaMadreBig:before
{
  content: url('../img/logoMadre.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.diaEuropaBig:before
{
  content: url('../img/logoDiaEuropa.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.oroBig:before
{
  content: url('../img/logoOro.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
	top: 13px;
}
.primaveraBig:before
{
  content: url('../img/logoPrimavera.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.otonoBig:before
{
  content: url('../img/logoOtono.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.constitucionBig:before
{
  content: url('../img/logoConstitucion.png');
  margin-right: 4px;
  left: -79px;
  position: absolute;
}
.circulo.naranja {
	background-image: url("../img/Elipse-naranja.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	height: 25px;
	width: 25px;
}

.circulo.fucsia {
	background-image: url("../img/Elipse-fucsia.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	height: 25px;
	width: 25px;
}

.azul span {
	background-image: url("../img/Elipse-azul.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	height: 25px;
	width: 25px;
	display: inline-block;
}
.tw:before
{
  content: url('../img/tw.png');

}

.fb:before
{
  content: url('../img/fb.png');

}
.gp:before
{
  content: url('../img/googleplus.png');

}
/*hover rrss*/
.tw:hover:before
{
  content: url('../img/tw-hover.png');

}

.fb:hover:before
{
  content: url('../img/fb-hover.png');

}
.gp:hover:before
{
  content: url('../img/googleplus-hover.png');

}


.tw-blue:before
{
  content: url('../img/rrss-blue-fb.png');

}

.fb-blue:before
{
  content: url('../img/rrss-blue-tw.png'); 
}


.tw-footer-hover:before{
	content:url('../img/rrss-blue-tw.png'); 
}
.fb-footer-hover:before{
	content:url('../img/rrss-blue-fb.png'); 
}
.gp-footer-hover:before{
	content:url('../img/rrss-blue-googlePlus.png'); 
}
.insta-footer-hover:before{
	content:url('../img/rrss-blue-insta.png'); 
}

/*hover rrss Footer*/
.tw-footer-hover:hover:before{
	content:url('../img/rrss-blue-tw-hover.png'); 
}
.fb-footer-hover:hover:before{
	content:url('../img/rrss-blue-fb-hover.png'); 
}
.gp-footer-hover:hover:before{
	content:url('../img/rrss-blue-googlePlus-hover.png'); 
}
.insta-footer-hover:hover:before{
	content:url('../img/rrss-blue-insta-hover.png'); 
}


.center{
  text-align: center;
}
.navbar-nav.center{
  font-size: 11px;

	width: 100%;
	display: flex;
	justify-content: space-around;
}
.navbar-nav.center a{
  color: #2d2d2d;
	padding: 5px 6px;
}
body>.main>.container{
  background: #ebedef;
  overflow-x:hidden;
}

.hero1-big{
  background: url(../img/hero1-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1{
  background: url(../img/hero1.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-100m{
  background: url(../img/hero1-100m.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-md .hero1-100m{
  background: url(../img/hero1-100m-publicidad.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
  background-position:botton center;
}
.hero1-md .hero1-megaSuenos{
  background: url(../img/hero1-megaSuenos.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
  background-position:botton center;
}
.hero1-md .hero1-superBote{
  background: url(../img/hero1-superBote.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
  background-position:botton center;
}
.hero1-md .hero1-premium-1XX{
  background: url(../img/hero1-premium1XX.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 0;
}
.hero1-euromillonesMas-big
{
  background: url(../img/hero1-euromillonesMas-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-euromillonesMas
{
  background: url(../img/hero1-euromillonesMas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-navidad
{
  background: url(../img/hero1-navidad.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-navidad-penas
{
  background: url(../img/hero1-navidad-penas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-nino
{
  background: url(../img/hero1-nino.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-pp
{
  background: url(../img/hero1-pp.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-pp-big
{
  background: url(../img/hero1-pp-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-pp40
{
  background: url(../img/hero1-pp40.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-primium
{
  background: url(../img/hero1-primium.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-superprimi
{
  background: url(../img/hero1-superprimi.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-blueMonday-aportodas
{
  background: url(../img/hero1-blueMonday-aportodas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-aportodas-big
{
  background: url(../img/hero1-aportodas-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-blackFriday-big
{
  /*background: url(../img/hero1-blackFriday-big.jpg);*/
	background: url(../img/hero1-blackFriday-big.gif);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 311px;
}
.hero1-blackFriday-multi
{
  background: url(../img/hero1-blackFriday-multi.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-blackFriday-euro
{
  background: url(../img/hero1-blackFriday-euro.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-coronavirus-big
{
  background: url(../img/hero1-coronavirus-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 277px;
}
.hero1-promoPP-big
{
  background: url(../img/hero1-promoPP-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 310px;
	background-position: center;
}
.hero1-promoPP-texto
{
  background: url(../img/texto-promoPP.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 4px;
}
.hero1-promoRegreso-big
{
  background: url(../img/hero1-promoRegreso-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoVerano-big
{
  background: url(../img/hero1-promoVerano-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoMultibotes-big
{
  background: url(../img/hero1-promoMultibotes-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoMultibotes-texto
{
  background: url(../img/texto-promo-multibotes.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternetAportodas-big
{
  background: url(../img/hero1-diaInternetAportodas-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternetAportodas-texto
{
  background: url(../img/texto-diaInternetAportodas.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternetPenaEuro-big
{
  background: url(../img/hero1-diaInternetAportodas-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternetPenaEuro-texto
{
  background: url(../img/texto-diaInternetPenaEuro.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoFlash-big
{
  background: url(../img/hero1-promoFlash-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoFlash-texto
{
  background: url(../img/texto-promoFlash.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoFlashMegaSuenos-texto
{
  background: url(../img/texto-promoFlash-megaSuenos.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternauta-big
{
  background: url(../img/hero1-diaInternauta-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternauta-texto
{
  background: url(../img/texto-diaInternauta.gif);
	background-repeat: no-repeat;
	background-position: top;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternautaPEU-big
{
  background: url(../img/hero1-diaInternautaPEU-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-diaInternautaPEU-texto
{
  background: url(../img/texto-diaInternautaPEU.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-redesSociales-big
{
  background: url(../img/hero1-redesSociales-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-redesSociales-texto
{
  background: url(../img/texto-redesSociales.png);
	background-size: 44%;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-hemosVuelto-big
{
  background: url(../img/hero1-hemosVuelto-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-fechasInicio-big
{
  background: url(../img/hero1-fechasInicio-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 277px;
}
.hero1-promoAniversario-big
{
  background: url(../img/hero1-promoAniversario-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoAniversario-texto
{
  background: url(../img/texto-promo-aniversario.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-promoAniversario
{
  background: url(../img/hero1-promoAniversario.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-promoAniversarioPEU
{
  background: url(../img/hero1-promoAniversarioPEU.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-promoAniversarioPP
{
  background: url(../img/hero1-promoAniversarioPP.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-promoAniversarioPEU_BQ
{
  background: url(../img/hero1-promoAniversarioPEU_BQ.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-promoAniversarioPP_BQ
{
  background: url(../img/hero1-promoAniversarioPP_BQ.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
	height: 176px;
}
.hero1-premioRepartido-big
{
  background: url(../img/hero1-premioRepartido-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-premioRepartido-texto
{
  background: url(../img/texto-premioRepartido.png);
	background-repeat: no-repeat;
	background-position: top;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-premioRepartidoNino-big
{
  background: url(../img/hero1-premioRepartidoNino-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-premioRepartidoNino-texto
{
  background: url(../img/texto-premioRepartidoNino.png);
	background-repeat: no-repeat;
	background-position: top;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-invierno-big
{
  background: url(../img/hero1-invierno-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 0;
}
.hero1-invierno
{
  background: url(../img/hero1-invierno.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-gordo-big
{
  background: url(../img/hero1-gordo-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-gordo
{
  background: url(../img/hero1-gordo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-bonoloto-big
{
  background: url(../img/hero1-bonoloto-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-bonoloto
{
  background: url(../img/hero1-bonoloto.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-quiniela-big
{
  background: url(../img/hero1-quiniela-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-quiniela
{
  background: url(../img/hero1-quiniela.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-nacional-big
{
  background: url(../img/hero1-nacional-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-nacional
{
  background: url(../img/hero1-nacional.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-nacional-abonos
{
  background: url(../img/hero1-nacional-abonos.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-elMillon
{
  background: url(../img/hero1-elMillon.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-superSaldo-big
{
  background: url(../img/hero1-superSaldo-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-superSaldo
{
  background: url(../img/hero1-superSaldo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-diaAniversario-big
{
  background: url(../img/hero1-diaAniversario-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-diaAniversario
{
  background: url(../img/hero1-diaAniversario.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-clientesVip-big
{
  background: url(../img/hero1-clientesVip-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-carnaval-multibotes
{
  background: url(../img/hero1-carnaval-multibotes.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-multibotes-promo
{
  background: url(../img/hero1-multibotes-promo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-multibotes
{
  background: url(../img/hero1-multibotes.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-multibotes-big
{
  background: url(../img/hero1-multibotes-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
	height: 260px;
}
.hero1-promo-primavera-multibotes
{
  background: url(../img/hero1-promo-primavera-multibotes.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-promo-primavera-aportodas
{
  background: url(../img/hero1-promo-primavera-aportodas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-penaElGordo-big-promo
{
  background: url(../img/hero1-penaElGordo-big-promo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
	height: 260px;
}
.hero1-penaElGordo-promo
{
  background: url(../img/hero1-penaElGordo-promo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-premioElMillon-big
{
  background: url(../img/hero1-premioElMillon-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-euroabono
{
  background: url(../img/hero1-euroabono.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-primiabono
{
  background: url(../img/hero1-primiabono.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-abonoloto
{
  background: url(../img/hero1-abonoloto.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-gordoabono
{
  background: url(../img/hero1-gordoabono.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-aportodas
{
  background: url(../img/hero1-aportodas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-aportodas-big-promo
{
  background: url(../img/hero1-aportodas-big-promo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
	height: 260px;
}
.hero1-aportodas-promo
{
  background: url(../img/hero1-aportodas-promo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-diaInternet
{
  background: url(../img/hero1-diaInternet.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-aportodas-diaInternet
{
  background: url(../img/hero1-aportodas-diaInternet.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-penaEuro-diaInternet
{
  background: url(../img/hero1-penaEuro-diaInternet.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-euromillonesLluvia
{
  background: url(../img/hero1-euromillonesLluvia.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-halloween-aportodas
{
  background: url(../img/hero1-halloween-aportodas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-halloween
{
  background: url(../img/hero1-halloween.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-penaElGordo
{
  background: url(../img/hero1-penaElGordo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-promoFlash
{
  background: url(../img/hero1-promoFlash.jpg);
  /*background-size: cover;*/
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-promoFlash-megaSuenos
{
  background: url(../img/hero1-promoFlash-megaSuenos.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-redesSociales
{
  background: url(../img/hero1-redesSociales.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-diaInternauta
{
  background: url(../img/hero1-diaInternauta.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-diaInternautaPEU
{
  background: url(../img/hero1-diaInternautaPEU.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-primiNuevoSorteo
{
  background: url(../img/hero1-primiNuevoSorteo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-bonoNuevoSorteo
{
  background: url(../img/hero1-bonoNuevoSorteo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-promoPP
{
  background: url(../img/hero1-promoPP.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}

.hero3
{
  background: url(../img/hero3.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-euro
{
  background: url(../img/hero3-euro.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-100m
{
  background: url(../img/hero3-100m.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-lluvia
{
  background: url(../img/hero3-lluvia.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-pp
{
  background: url(../img/hero3-pp.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-bonoloto
{
  background: url(../img/hero3-bonoloto.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-gordo
{
  background: url(../img/hero3-gordo.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-multibotes
{
  background: url(../img/hero3-multibotes.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-quiniela
{
  background: url(../img/hero3-quiniela.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-quinigol
{
  background: url(../img/hero3-quinigol.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-navidad
{
  background:url(../img/hero3-navidad.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-nino
{
  background:url(../img/hero-nino.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-nacional
{
  background:url(../img/hero3-nacional.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-cruzRoja
{
  background:url(../img/hero3-cruzRoja.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-vacaciones
{
  background:url(../img/hero3-vacaciones.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-agosto
{
  background:url(../img/hero3-agosto.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-septiembre
{
  background:url(../img/hero3-septiembre.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-invierno
{
  background:url(../img/hero-invierno.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-sanValentin
{
  background:url(../img/hero-sanValentin.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-hispanidad
{
  background:url(../img/hero-hispanidad.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-cultura
{
  background:url(../img/hero-cultura.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-diaPadre
{
  background:url(../img/hero-diaPadre.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-cancer
{
  background:url(../img/hero-cancer.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-diaMadre
{
  background:url(../img/hero-diaMadre.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-europa
{
  background:url(../img/hero-europa.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-oro
{
  background:url(../img/hero-oro.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-primavera
{
  background:url(../img/hero-primavera.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-otono
{
  background:url(../img/hero-otono.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-constitucion
{
  background:url(../img/hero-constitucion.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-blackFriday
{
  background:url(../img/hero3-blackFriday.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero3-penas
{
  background: url(../img/hero3-penas.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.parallax
{
  overflow: hidden;
}
.col-md-12 .first {
	margin-left: -1.8%;
}
.col-md-12 .last {
	margin-right: -2.8%;
}
.half.first {
	position: relative;
}
.half {
	display: inline-block;
	float: left;
	padding: 1em;
	width: 52%;
}
.dark-opacity {
	background-image: url("../img/bg-nomask.png");
}
.hero1 .dark-opacity {
	background-image: url("../img/bg-mask.png");
}
.hero1-pp .dark-opacity {
	background-image: url("../img/bg-mask.png");
}
.hero1-100m .dark-opacity {
	background-image: url("../img/bg-mask.png");
}
.hero1-130m .dark-opacity {
	background-image: url("../img/bg-mask.png");
}
.hero1-gordo .dark-opacity {
	background-image: url("../img/bg-mask.png");
}
.hero1-quiniela .dark-opacity {
	background-image: url("../img/bg-mask.png");
}
.hero-tag {
	float: right;
	margin-top: 5px;
}
.hero-tag h5 {
	font-size: 20px;
	text-shadow: 0 0 4px #fff;
	text-transform: uppercase;
}
.hero-tag h5 span p {
	font-family: "NeoSans-Light";
	font-size: 16px;
	margin-left: 0;
	margin-top: 0;
	text-shadow: 0 0 4px #fff;
	text-transform: none;
}
.hero-info {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.hero1 .hero-info {
	margin-top: 19px;
	padding-bottom: 20px;
}
.hero-info h4 {
	font-family: "NeoSans";
}
.hero-info h1.big {
	font-size: 63px;
	margin-top: 0;
}
.hero-info h1.big.big100m {
	font-size: 56px;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(137, 84, 9, 1);
}
.hero-info h1.big.gold {
	font-size: 56px;
	margin-top: 0;
}
.hero-info h1.big.total-navidad {
	font-size: 56px;
}
.dias, .horas, .min, .seg, .dias2, .horas2, .min2, .seg2, .dias3, .horas3, .min3, .seg3, .dias4, .horas4, .min4, .seg4, .dias5, .horas5, .min5, .seg5, .dias6, .horas6, .min6, .seg6, .dias7, .horas7, .min7, .seg7, .dias8, .horas8, .min8, .seg8, .dias9, .horas9, .min9, .seg9, .dias10, .horas10, .min10, .seg10 {
	display: inline-block;
	font-family: "NeoSans-Medium";
	font-size: 28px;
	margin-right: 13px;
	position: relative;
	height:33px;
}

.dias::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias2::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas2::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min2::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg2::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias3::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas3::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min3::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg3::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias4::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas4::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min4::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg4::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias5::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas5::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min5::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg5::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias6::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas6::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min6::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg6::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias7::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas7::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min7::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg7::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias8::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas8::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min8::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg8::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias9::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas9::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min9::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg9::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.dias10::after {
	bottom: 0;
	content: "días";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 35px;
}
.horas10::after {
	bottom: 0;
	content: "horas";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 1px;
	top: 35px;
}
.min10::after {
	bottom: 0;
	content: "min";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 35px;
}
.seg10::after {
	bottom: 0;
	content: "seg";
	font-family: "NeoSans-Light";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.fast-box
{
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  background-repeat: no-repeat;

  background-color:#0098be;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.col-xs-6.col-sm-6.col-md-3.fast-box
{
  padding: 0;
  margin: 1%;
  width: 23%;
  padding-bottom: 19.8%;
  border-radius:3px;
  cursor:pointer;
}
.col-xs-6.col-sm-6.col-md-6.fast-box
{
  padding: 0;
  margin: 1%;
  width: 48%;
  padding-bottom: 19.8%;
  border-radius:3px;
  cursor:pointer;
}

.col-xs-6.col-sm-6.col-md-6.comunes .header-opacity h2{
	font-size:40px;
	margin-top:30px;
}
.col-xs-6.col-sm-6.col-md-6.comunes .euromillonesSmall::before{
	content: url("../img/euromillones.png");
	margin-right: 4px;
}

.col-xs-6.col-sm-6.col-md-6.comunes .laPrimitivaSmall::before {
	content: url("../img/laPrimitiva.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-6.comunes .bonolotoSmall::before {
	content: url("../img/bonoloto.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-6.comunes .elGordoSmall::before {
	content: url("../img/elGordo.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-6.comunes .loteriaNacionalSmall::before {
	content: url("../img/loteriaNacional-white.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-6.comunes .laQuinielaSmall::before {
	content: url("../img/laQuinielaYproductos.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-6.comunes .multibotesSmall::before {
	content: url("../img/multiProductos_multiBotes.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-3 .multibotesSmall::before {
	content: url("../img/multibotesSmall.png");
	margin-right: 4px;
}
.col-xs-6.col-sm-6.col-md-4.fast-box
{
  padding: 0;
  margin: 1%;
  width: 31.3%;
  padding-bottom: 26.8%;
  border-radius:3px;
}


.col-xs-6.col-sm-3.col-md-4
{
  padding: 0;
  margin: 1%;
  width: 31.3%;
  padding-bottom: 26.8%;
  border-radius:3px;
}
.inside-row
{
  margin: 0.6%;
  overflow: hidden;
  text-align: center;
}

.header-opacity
{
  padding: 2px 7px;
  background-color: rgba(0,0,0,0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-transform: uppercase;
  /*height:105px;*/
}
.modulo-2x.normales .header-opacity
{
  height:70%;
}
.panel2-header
{
  padding: 2px 7px;
  background-color: rgba(0,0,0,0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.panel2-header h3
{
  font-size: 12px;
  margin: 0;
  line-height: 1em;
  display: inline-block;
  float: left;
  margin-top: 2px;
  text-transform: uppercase;
}
.panel2-header .pull-right
{
  font-size: 11px;
  font-family: "NeoSans"
}
.panel2-header i
{
  float: left;
}

.fast-box .button-absolute
{
  position: absolute;
  bottom: 10px;
  right:10px;
}
.header-opacity h3, .resultados h3, .sidebar-nav h4
{
  font-size: 13px;
  margin: 0;
  line-height: 1em;
  display: inline-block;
  float: left;
  margin-top: 3px;
  text-transform: uppercase;
}

.col-xs-6.col-sm-6.col-md-6.fast-box .header-opacity h3{
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 1em;
	margin: 2px 0 0 5px;
	text-transform: uppercase;
}
.col-xs-6.col-sm-6.col-md-6.fast-box .panel2-header h3 {
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 1em;
	margin: 7px 0 0 5px;
	text-transform: uppercase;
}
.header-opacity h2
{
  font-size: 24px;
  margin-bottom: 5px;
  clear: both;

}
.header-opacity i, .resultados i, .sidebar-nav i
{
  float: left;
}
.header-opacity .pull-right
{
  font-size: 11px;
  font-family: "NeoSans"

}
.resultados .date
{
  font-size: 12px;
  color: #000;
  display: inline-block;
  margin-top: 8px;
  /*margin-left: -12px;*/
}
.resultados .nombre-producto
{
  margin-top: 8px;
  display: inline-block;
}
.resultados .nombre-producto {

}
.action-resultados{
	height:100%;
	overflow:hidden;
}
.action-resultados .glyphicon.glyphicon-play.sm-playSize
{
  font-size: 13px;
  margin: 7px 0 0;
  display: inline-block;
  color: #0098be;
  line-height:17px;
}

.bg-blue
{
  background: #0098be;
  background-image: none!important;
}
.bg-white
{
  background: #fff !important;
  margin-top:0 !important;
}
.contenido-panel2
{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 42px 7px;
  text-transform: uppercase;
}

.contenido-panel2 p
{
  font-size: 12px;
  font-family: "NeoSans"
}
.col-xs-6.col-sm-6.col-md-6.fast-box .contenido-panel2
{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 53px 7px;
  text-transform: uppercase;
}
.col-xs-6.col-sm-6.col-md-6.fast-box .contenido-panel2 .btn-group-center .btn{
	/* min-width: 173px;*/
}


.container.big-full
{
  padding: 0;
}
.padding-bottom-top
{
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-bottom-topx2
{
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-bottom-xs{
	padding-bottom:5px;
}
.padding-top-xs{
	padding-top:5px;
}
.comparte
{
  /*padding-bottom: 36%;*/
	padding-bottom: 344px;
  /*background: url(../img/comparte.jpg);*/
	background: url(../img/premios_repartidos.jpg);
  /*background-size: 100%;*/
  position: relative;
  color: #fff;
	width: 23%!important;
}
.comparte h2
{
  line-height: 1.2em;
  margin-top: 7px;
}
.comparte h2 strong
{
  font-family: "NeoSans-Medium";

}
.comparte h2 span.light
{
  font-family: "NeoSans-Light";
}

.light
{
  font-family: "NeoSans-Light"!important;
}

.comparte .header-opacity:before
{
  content: "";
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 

  border-right:20px solid #ebedef;
  z-index: 999;
  position: absolute;
  bottom: -19px;
  right: 0;
}

.comparte ul
{
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.comparte ul li
{
  list-style: none;
  display: inline-block;
}


.resultados
{
  text-align: left;
  text-transform: uppercase;
}

.resultados h2
{
  font-size: 16px;
  font-family: "NeoSans";
  margin-top:0;
}

#parallax { 
	background: url(../img/plain4.jpg) 50% 0px fixed; 
	height: auto;  
	margin: 0 auto; 
	width: 100%; 
	position: relative;
	background-repeat: no-repeat;
}

#parallax h2
{
	font-size: 26px;
	margin-bottom: 0;
}
#parallax h1
{
	margin-top: 0;
	font-size: 38px;
	margin-bottom: 0;
}
#parallax .margin-to-center
{
	margin-top: 50px;
}


.result-num span
{
  margin: 0 2px;
  font-size: 16px;
}

.result-num span
{
  background: #fff;
  height: 28px;
  width: 28px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  font-family: "NeoSans"
}
#resultadoLaQuiniela.result-num span
{
	width:21px;
	font-size:14px;
}
#resultadoLaQuiniela.result-num .skyblue-circle
{
	width:33px;
	height:33px;
}
#resultadoLaQuiniela2.result-num span
{
	width:21px;
	font-size:14px;
}
#resultadoLaQuiniela2.result-num .skyblue-circle
{
	width:33px;
	height:33px;
}
.result-num span.default.auto
{
  width: auto;
  padding: 0 5px;
}

.result-num span.star
{
  background: url(../img/star.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  color: #fff;
}

.result-num span.green-circle
{
  background: #368e36;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #fff;
}
.result-num span.pink-circle
{
  background: #cc0060;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #fff;
}
.result-num span.yellow-circle
{
  background: #d88018;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #fff;
}
.result-num span.skyblue-circle
{
  background: #3A9DAA;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #fff;
}

.result-num span.blue-circle
{
  background: #4c5780;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #fff;
}
.resultados .col-md-8
{
  padding:0;
  padding-left: 36px;
}

.line-bottom
{
  border-bottom: 1px solid #dfe0e1;
  overflow: hidden;
  min-height: 1px;
	position: relative;
	padding: 6px 0;

}

.col-sm-9.main-container{
  width: 74%;
}

.col-sm-3.sidebar-offcanvas{
  width: 26%;
}
.main-container .inside-row
{
  margin: 1.1%;
}
.half {
	display: inline-block;
	float: left;
	padding: 1em;
	width: 52%;
}

.no-wrap
{
  white-space: normal;
}

.tel-hover
{
  position: relative;
}

.llama-hover
{
  position: absolute;
  width: 123px;
  background:url(../img/tel.png);
  color: #565656;
  /*height: 83px;*/
	padding-bottom: 5px;
  padding-top: 15px;
  left: -35px;
  display: none;
  top: 49px;
}
.activo .llama-hover
{
  display: block;
}
.llama-hover p
{
  margin-bottom: 0px;
  font-size: 13px;
}
.llama-hover a
{
  color: #565656;
  font-size: 16px;
}
.llama-hover a:hover
{
  text-decoration: none;
}

.sidebar-nav .botes
{
  background-color: #2f3742;
	padding: 10px 15px;
}
.sidebar-offcanvas .well
{
  padding-bottom: 0;
}

.txtSabiasCenter
{
  font-family: "NeoSans-Bold";
}
.display-xs
{
  display: none;
}

.txtBlanco a
{
  color: #fff;
}

.well.sidebar-nav
{
  background-color: #2f3742;
  margin-top: 15px;
}
.tabs .btn-group
{
  float: left;
}
.tabs .group0
{
  width: 21%;
  height:1px;
  float:left;
}

.tabs .btn-group.group1
{
  width: 21%;
}
.productos-navidad .btn-group.group1
{
  width: 19%;
}
.tabs .btn-group.group1bonoloto
{
  width: 28%;
}

.tabs .btn-group.group2
{
	width: 25%;
}
.tabs .btn-group.group2.euroEspecialBtn
{
  width: 25%;
}
.btn-group.group2.manolita{
	width:30%;
}
.productos-navidad .btn-group.group2
{
  width: 21%;
}
.tabs .btn-group.group3
{
  width: 22%;
}
.productos-navidad .btn-group.group3
{
  width: 24%;
}
.tabs .btn-group.group4
{
  width: 20%;
}
.productos-navidad .btn-group.group4
{
  width: 23%;
}
.productos-100m .btn-group.group4
{
  width: 24%;
}

.productos-100m .btn-group.group3
{
  width: 24%;
}
.productos-100m .btn-group.group6
{
  width: 18%;
}

.productos-100m .btn-group.group1
{
  width: 24%;
}

.btn-group.group6
{
  width: 28%;
}


.tabs .btn-group.group4bonoloto
{
  width: 28%;
}
.tabs .btn-group.group5
{
	width: 7%;
  float:right;
}
.tabs .btn-group.group2 .prod
{
	margin-left: 23%;
}
.tabs .btn-group.group2 .prod.fondoApuestas
{
  margin-left: 22%;
}
.tabs .btn-group.group3 .prod
{
  margin-left: 30px;
}
.productos-100m .prod.premium
{
  margin-left: 33px !important;
}

.productos-100m .tabs .btn-group.group3 .prod
{
  margin-left: 42px;
}

.tabs .btn-group.group4 .prod
{
  margin-left: 46%;
}
.productos-100m .prod.premioSeguro
{
  margin-left: 19% !important;
}
.tabs .btn-group.group5 .btn
{
  text-align: center;
}
.tabs .btn-group.group7
{
  width: 30%;
	margin-left: -4px;
}
.btn-group6{
	padding-left: 12px!important;
}
.tabs .prod
{
  display: block;
  font-size: 11px;
  font-family: "NeoSans-Medium";
  margin-left:25%;
  position: relative;
}
.productos-100m .prod.pena
{
  display: block;
  font-size: 11px;
  font-family: "NeoSans-Medium";
  margin-left:21%;
  position: relative;
}
.productos-100m .prod.individual
{
  display: block;
  font-size: 11px;
  font-family: "NeoSans-Medium";
  margin-left:21%;
  position: relative;
}
.tabs .prod-sub
{
  display: block;
  text-transform: none;
  color: #2d343f;
  font-family: "NeoSans";
  margin-left:0px;
}
.productos-navidad .prod-sub
{
  margin-left:0px;
}
.productos-navidad .prod.decimos{
	margin-left:35%;
}
.tabs .btn
{
  border-radius: 0;
  text-align: left;
  padding: 10px 10%;
  letter-spacing: 0;
  min-height: 54px;
}
.tabs .btn:focus .prod-sub, .tabs .btn:hover .prod-sub, .tabs .btn-primary.active .prod-sub
{
  color: #fff;

}
.tabs .btn:focus .prod, .tabs .btn:hover .prod, .tabs .btn-primary.active .prod
{
  font-family: "NeoSans-Bold"

}
.tabs .btn-primary.active
{
  position: relative;
}

.tabs .btn-primary.active:before
{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  border-top: 10px solid #0a6a86;
  position: absolute;
  margin-right: -10px;

  bottom: -10px;
  right: 50%;
}
.tab-ayuda
{
  text-align: center;
}

.individual:before
{
  content: url(../img/Icono-avatar.png);
  position: absolute;
  left: -36px;
  top: 6px;
}
.productos-100m .individual:before
{
  content: url(../img/Icono-avatar.png);
  position: absolute;
  left: -29px;
  top: 6px;
}
.premioSeguro:before
{
  content: url(../img/Icono-premioSeguro.png);
  position: absolute;
  left: -40px;
  top: 0px;
}
.premium:before
{
  content: url(../img/Icono-premium.png);
  position: absolute;
  left: -42px;
  top: 0px;
}

.sep670{
	display:none;
}

.quinigol:before
{
	content: url(../img/Quinigol.png);
}
.multibotes:before
{
  content: url(../img/Icono-multibotes2.png);
  position: absolute;
  left: -36px;
  top: 0px;
}
.pena:before
{
  content: url(../img/Icono-multiple.png);
  position: absolute;
	left: -39px;
  top: 4px;
}
.productos-100m .pena:before
{
  content: url(../img/Icono-multiple.png);
  position: absolute;
  /*left: -36px;*/
	left: -38px;
  top: 6px;
}
.fondoApuestas:before
{
  content: url(../img/Icono-fondoApuestas.png);
  position: absolute;
  left: -28px;
  top: 6px;
}
.penaXperto:before
{
  content: url(../img/Icono-experto.png);
  position: absolute;
  left: -45px;
  top: 6px;
}
.qreducida:before
{
  content: url(../img/Icono-reducida.png);
  position: absolute;
  left: -37px;
  top: 6px;
}
.euroabono:before
{
  content: url(../img/Icono-euroabono.png);
  position: absolute;
  left: -35px;
  top: 6px;

}
.unclick:before
{
  content: url(../img/Icono-rayo.png);
  position: absolute;
  left: -32px;
  top: 6px;
}
.decimos:before
{
  content: url(../img/Icono-decimos.png);
  position: absolute;
  left: -42px;
  top: 3px;
}
.dec_online:before
{
  content: url(../img/icon_dec_online_1.png);
  position: absolute;
	left: -40px;
  top: 4px;
}
.dec_fisico:before
{
  content: url(../img/icon_dec_fisico_1.png);
  position: absolute;
	left: -35px;
  top: 4px;
}
.dec_cesta:before
{
  content: url(../img/icon_fondo_1.png);
  position: absolute;
	left: -35px;
  top: 4px;
}
.participaciones:before
{
  content: url(../img/Icono-participaciones.png);
  position: absolute;
  left: -42px;
  top: 0px;
}
.sorteoAux:before
{
  content: url(../img/Icono-sorteoAux.png);
  position: absolute;
  left: -42px;
  top: 0px;
}
.penCreciente:before
{
  content: url(../img/Icono-penCreciente.png);
  position: absolute;
  left: -33px;
  top: 0px;
}
.lotEmpresas:before
{
  content: url(../img/lot_empresas_icon.png);
  position: absolute;
  left: -33px;
  top: 0px;
}
.lotSocial:before
{
  content: url(../img/lot_social_icon.png);
  position: absolute;
  left: -33px;
  top: 0px;
}

.nino-submenu:before
{
  content: url(../img/loteriaNino.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.invierno-submenu:before
{
  content: url(../img/menuInvierno.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.sanValentin-submenu:before
{
  content: url(../img/menuSanValentin.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.padre-submenu:before
{
  content: url(../img/menuDiaPadre.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.cancer-submenu:before
{
  content: url(../img/menuCancer.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.primavera-submenu:before
{
  content: url(../img/menuPrimavera.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.cruzRoja-submenu:before
{
  content: url(../img/cruzRoja.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.vacaciones-submenu:before
{
  content: url(../img/vacaciones.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.hispanidad-submenu:before
{
  content: url(../img/menuHispanidad.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.navidad-submenu:before
{
  content: url(../img/loteriaNavidad.png);
  position: absolute;
  left: -44px;
  top: -2px;
}

.row-offcanvas .col-xs-12.col-sm-9.main-container
{
  padding-right: 0px;
  overflow:visible;
}
.tab-ayuda:before
{
  content: url(../img/question.png);

}
.padding-top
{
  padding-top: 15px;
}

.dark-opacity.full
{
  overflow: hidden;
  padding: 0 0em;
}
.hero-info
{
  overflow: hidden;
}

.full .hero-info h1.big
{
  margin-bottom: 0;
}
.full .hero-info h4
{
  margin-top: 0;
}
.full .col-md-8
{
  padding-bottom: 1em;
  padding-right: 0;
}

.margin-euro-big
{
  margin-left: 101px;
  float: left;
  text-align: left;
}

.hero3-100m .margin-euro-big
{
  margin-left: 95px;
  float: left;
  text-align: left;
	margin-top: -14px;
}

.margin-euro-big.margin-multibotes{
  margin-left: 55px;
}

.margin-euro-big p
{
  text-transform: none;
  color: #fff;
}
.main-container .margin-euro-big p
{
  margin: 0;
  font-size: 19px;
}

h5 .margin-euro-big strong
{
  font-size: 18px;
  display: inline-block;
  margin-top: 7px;
}

.hero3-100m h5 .margin-euro-big strong
{
  margin-top: 17px;
}

.margin-euro-big
{
  position: relative;
}
h5.euro-absolute
{
  margin-top: 12px;
  line-height: 24px;
}

.margin-euro-big strong:after
{
  content: url(../img/triangle-hero3.png);
  margin-left: 7px;
  margin-top:5px;
  position: absolute;
}
.FAQ ul
{
  margin-left: 0;

  padding-left: 0;
  margin-bottom: 0;
  font-family: "NeoSans";

}


.prodMultiproductos-ayuda {
	margin-left: -40px;
}

.tab-content
{
  border: 1px solid #c3d6e0;
}

.tab-content ul li
{
  list-style: none;
  overflow: hidden;
  padding: 1em 0;
}
.tab-content li:nth-child(odd)
{
  background-color: #fff;
}

.pag-resultados h5.title{
	color:#555555;
	margin-top:60px;
	margin-bottom:40px;
	font-size:20px;
	text-transform:none !important;
}
.resultados .col-md-8.bote{
	padding: 0;
	width:35%;
}
.bote span{
	float:none;
	font-size:18px;
}
.bote .glyphicon{
	float:none;
	font-size:12px;
	line-height:30px;
	margin-left:5px;
}

.FAQ p
{
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "NeoSans-Light";
}
.FAQ h5
{
  margin-bottom: 5px;
  margin-top: 3px;
  font-weight: normal;
  font-family: "NeoSans-Medium";
  color: #565656;
}

.separador-faq{
	margin:10px 0 0 0;
}
.FAQ .col-md-10
{
  /*padding-left: 0;*/
}
.tab-pane .col-md-2
{
  text-align: center;
}

.nav-tabs
{
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.nav.nav-tabs > li > a
{
	/*VIEJO*/
	/*padding: 10px 3%;*/
	/*NUEVO*/
	padding: 10px 0%;

	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-tabs a:hover
{
	color: #0098be;
}

.tabs .col-md-12
{
  overflow: visible;
}
/*tabs boletos peñas*/
.tab1-pen
{
  width: 13%;
}
.tab2-pen
{
  width: 13%;
}
.tab3-pen
{
  width: 25%;
}
.tab4-pen
{
  width: 13%;
}
.tab5-pen
{
  width: 22%;
}
.tab6-pen
{
  width: 14%;
}
/*tabs boletos fondo apuestas*/
.tab1-fondo
{
  width: 13%;
}
.tab2-fondo
{
  width: 13%;
}
.tab3-fondo
{
  width: 15%;
}
.tab4-fondo
{
  width: 13%;
}
.tab5-fondo
{
  width: 22%;
}
.tab6-fondo
{
  width: 21%;
}

/*tabs manolita*/
.tab3-manolita{
	width:27%;
}
.tab6-manolita{
	width:12%;
}
/*tabs boletos q-experto*/
.tab1-exp
{
  width: 13%;
}
.tab2-exp
{
  width: 12%;
}
.tab3-exp
{
  width: 12%;
}
.tab4-exp
{
  width: 12%;
}
.tab5-exp
{
  width: 21%;
}
.tab6-exp
{
  width: 30%;
}

/*tabs boletos multibotes*/
.tab1-multibotes
{
  width: 12%;
}
.tab2-multibotes
{
  width: 27%;
}
.tab3-multibotes
{
  width: 19%;
}
.tab4-multibotes
{
  width: 18%;
}
.tab5-multibotes
{
  width: 23%;
}
/*tabs boletos individuales*/
.tab1
{
  width: 17%;
}
.tab2
{
  width: 17%;
}
.tab3
{
  width: 23%;
}
.tab4
{
  width: 17%;
}
.tab5
{
  width: 26%;
}

/*tabs boleto Lotería de Navidad*/
.tab1-nav
{
  width: 17%;
}
.tab2-nav
{
  width: 15%;
}
.tab3-nav
{
  width: 28%;
}
.tab4-nav
{
  width: 12%;
}
.tab5-nav
{
  width: 28%;
}

.nav-tabs .active
{
  position: relative;
}
/*tabs boletos Peña creciente*/
.tab1-creciente
{
  width: 11%;
}
.tab2-creciente
{
  width: 15%;
}
.tab3-creciente
{
  width: 28%;
}
.tab4-creciente
{
  width: 13%;
}
.tab5-creciente
{
  width: 12%;
}
.tab6-creciente
{
  width: 21%;
}

.nav-tabs .active:before
{


	bottom: -4px;
	content: url(../img/activo.png);

	margin-right: -10px;
	position: absolute;
	right: 50%;

	z-index: 8;

}

.desea-suerte
{
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  margin-top: 20px;
}
.desea-suerte h5
{

  text-align: center;
  font-size: 16px;
  color: #555555;
}
.desea-suerte h5 a
{

  margin-left: 8px;
}
.styled-select select option
{
  width: 95%;
}
.styled-select select
{
  border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none;  /*Removes default style Firefox*/
}

.md-full
{
  clear: both;
}
.margin-bottom-standard
{
  margin-bottom: 15px;
}

.styled-select select option
{
  color: #000;
}
.styled-select select option.default-option
{
  color: #ccc;
}
.parallax
{
  color: #fff;
}

.black-opacity
{
  background-color: rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  padding-left: 45px;
}

.parallax .col1, .parallax .col2
{
  padding: 0 15px 15px 14px;
	float: left;
  text-align: center;
}

.chrome .parallax .col1, .parallax .col2
{
  padding: 0 15px 15px 15px;
}

.parallax h3
{
  display: inline-block;
	float: none;
	font-size: 12px;
	line-height: 1em;
	margin: 2px 0 0;
	text-transform: uppercase;
}
.parallax i
{
  float: none;
  display: inline-block;
  height: 16px;
  overflow: hidden;
}

.parallax .form-control, .spin span
{
  display: inline-block;
  border-radius: 0;
  padding: 0;
	width: 39px;
	height: 37px;
	text-align: center;
	font-weight: bold;
	float: left;

}
.parallax .form-control
{
  height: 37px;
  font-size: 20px;
}

.rise
{
  min-width: 118px;
  overflow: hidden;
  display: block;
}
.spin span {
	cursor: pointer;
	background-color: #0098be;
	font-family: "NeoSans-Light";
	font-size: 41px;
	line-height: 37px;
	border-radius: 0px 4px 4px 0px;
}


.spin span:first-child {
	border-radius: 4px 0 0 4px;
	line-height: 30px;
}
.centrado
{
  text-align: center;
}
.margin-top-standard
{
  margin-top: 15px;
}
.padding-standard
{
  padding: 15px;
}
.padding-x2
{
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-special-container
{
  max-width: 268px;
  text-align: center;
}

.btn-group-vertical.absolute
{
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 99999999;
  text-align: center;
}
.btn-group-vertical .btn
{
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 5px;
  padding-left: 5px;
  width: 53px;
}

.chat, .online
{
  display: block;
  text-align: center;
  line-height: 16px;

}
.chat
{
  font-size: 15px;
  font-family: "NeoSans-Medium";
}
.online
{
  font-size: 14px;
  text-transform: none;
}

.hero-aside .hero-info h1.big
{
  font-size: 59px;
}
.main-container .hero-aside .hero-info {

	margin-bottom: 12px;
}

.paging_simple_numbers
{
  padding: 15px;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
}
.paging_simple_numbers:before
{
  content: "ir a la página"
}
.paginate_button:before
{
  /*content: "·";*/
  color: #000;
  margin-right: 3px;
}
.paginate_button
{
  padding: 0 3px;
  cursor:pointer;
	margin: 2px;
}

.paginate_button:active
{
	font-family:'NeoSans-Bold';
}

.current
{
	background-color: #CED8F6!important;
}

.navbar-inverse .navbar-nav > .active > a span, .navbar-inverse .navbar-nav > .active > a span:hover, .navbar-inverse .navbar-nav > .active > a span:focus {
	color: #11cdff;
}
a span.saldo{
	color: #11cdff;
}
a span.saldo:hover{
	color: #0098be;
}
a span.saldo2{
	color: #fff;
}
a span.saldo2:hover{
	color: #000;
}
.navbar-nav
{
  font-family: "NeoSans"
}
.hero-tag h5 span
{
  font-family: "NeoSans"
}
.navbar > .container
{
  position: relative;
}

.nav > li.cerrar-sesion
{
  position: absolute;
  right: 3px;

}


/*Tabla resultados Quinigol*/

.tabla-resultados-quinigol{
	width:100%;
	float:left;
	overflow:hidden;
	height:336px;
}

.tabla-resultados-quinigol .title-012m{
	float:left;
	width:100%;
}

.tabla-resultados-quinigol .space-title{
	float:left;
	width:83%;
	height:1px;
}

.tabla-resultados-quinigol .title-012m .title{
	float: right;
	letter-spacing: 5.5px;
	width: 100px;
	margin-right: 9px;
} 

.tabla-resultados-quinigol .contenedor-izq{
	width:83%;
	height:101%;	
	border: 1px solid #c3d6e0;
	overflow:hidden;
	float:left;
}

.tabla-resultados-quinigol .contenedor-izq .rows{
	border-bottom:1px solid #c3d6e0;
	overflow:hidden;
	/*NUEVO*/
	padding: 0.2%;
}
.tabla-resultados-quinigol .contenedor-izq .rows:nth-last-child{
	border-bottom:none;
}
.tabla-resultados-quinigol .contenedor-izq .rows .cols.primera{
	border-right: 1px solid #c3d6e0;
	color:#555;
	font-family: "NeoSans-Medium";
	font-size: 2.2em;
	margin: 0;
	text-align: center;
	width:20%;
	height:100%;
	float:left;
}
.tabla-resultados-quinigol .contenedor-izq .rows .cols.segunda{
	margin: 0;
	width:80%;
	float:left;
	height:100%;
}
.tabla-resultados-quinigol .contenedor-izq .rows .cols.segunda p{
	color:#555;
	font-family: "NeoSans";
	font-size: 0.9em;
	text-align: left;
	padding:6px 0 6px 6px;
}

.contenedor-partidos{	
	/*VIEJO*/	
	/*height:100%;*/
	/*NUEVO*/
	height: 88%;

	width:88px;
	float:left;
	background:#F09881;
}
.contenedor-partidos .cols-b{
	width:22px;
	float:left;
}
.contenedor-partidos .box{
	width: 78%;
	height:20px;
	background:#FFF;
	margin:0 auto;
	text-align:center;
}
.contenedor-partidos .space{
	width:100%;
	height:4px;
}
.contenedor-partidos .space2{
	width:100%;
	height:5px;
}

/*MODAL AYDUA TARJETA DE CRÉDITO*/
.modal-ayuda-credit
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	/*    top: 0px;*/
	padding: 10px 15px;
	text-align: center;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.btn-x-close{
	position:relative;
	float:right;
	background:none;
	border:0;
	color:#555555;
	top:-5px;
	right:-10px;
}
.modal-ayuda-credit
{
  display: none;
}

.modal-ayuda-credit p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-credit .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-credit .button-group .btn
{
  margin: 2%;
}
/*MODAL AYDUA IUPAY*/

.modal-ayuda-iupay
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	/*    top: 0px;*/
	padding: 10px 15px;
	text-align: center;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-iupay
{
  display: none;
}

.modal-ayuda-iupay p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-iupay .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-iupay .button-group .btn
{
  margin: 2%;
}

/*MODAL AYDUA VDOTME*/

.modal-ayuda-vdotme
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	/*    top:0px;*/
	padding: 10px 15px;
	text-align: center;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-vdotme
{
  display: none;
}

.modal-ayuda-vdotme p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-vdotme .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-vdotme .button-group .btn
{
  margin: 2%;
}

/*MODAL AYDUA TRANSFERENCIA*/

.modal-ayuda-transferencia
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	/*    top:142px;*/
	padding: 10px 15px;
	text-align: center;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-transferencia
{
  display: none;
}

.modal-ayuda-transferencia p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-transferencia .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-transferencia .button-group .btn
{
  margin: 2%;
}

/*MODAL AYDUA BIZUM*/

.modal-ayuda-bizum
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	/*    top:142px;*/
	padding: 10px 15px;
	text-align: center;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-bizum
{
  display: none;
}

.modal-ayuda-bizum p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-bizum .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-bizum .button-group .btn
{
  margin: 2%;
}

/*MODAL AYDUA IMPORTE COBROS (cobrar-premios.php)*/

.modal-ayuda-importe-cobro
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	margin-top:-70px;
	padding: 10px 15px;
	text-align: center;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-importe-cobro
{
  display: none;
}

.modal-ayuda-importe-cobro p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-importe-cobro .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-importe-cobro .button-group .btn
{
  margin: 2%;
}

/*MODAL AYUDA LANDING PENAS NAVIDAD (penas-navidad.jsp)*/

.modal-ayuda-penas-navidad
{
	font-size: larger;
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 550px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	padding: 10px 15px;
	text-align: center;	 
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	display: none;
}

/*MODAL AYDUA PENDIENTE COBROS (cobrar-premios.jsp)*/

.modal-ayuda-pendiente-cobro
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	margin-top:-70px;
	padding: 10px 15px;
	text-align: center;	 
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	display: none;
}

.modal-ayuda-pendiente-cobro p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-pendiente-cobro .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-importe-cobro .button-group .btn
{
  margin: 2%;
}


/*MODAL AYDUA IBAN (mis-datos.php)*/

.modal-ayuda-iban
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	margin-top:-362px;
	margin-left:278px;
	padding: 10px 15px;
	text-align: left;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-iban
{
  display: none;
}

.modal-ayuda-iban p
{	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-iban .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-iban .button-group .btn
{
  margin: 2%;
}
/*MODAL AYDUA SWIFT (mis-datos.php)*/

.modal-ayuda-swift
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	margin-top:-294px;
	margin-left:278px;
	padding: 10px 15px;
	text-align: left;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-swift
{
  display: none;
}

.modal-ayuda-swift p
{	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-swift .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-swift .button-group .btn
{
  margin: 2%;
}

/*MODAL AYUDA CCC (mis-datos.php)*/

.modal-ayuda-ccc
{
  position: absolute;
  z-index: 99999;
  color: #000;
  max-width: 420px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	margin-top:-229px;
	margin-left:278px;
	padding: 10px 15px;
	text-align: left;


	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-ayuda-ccc
{
  display: none;
}

.modal-ayuda-ccc p
{	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-ayuda-ccc .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-ayuda-ccc .button-group .btn
{
  margin: 2%;
}
/*FIN MODALES KAT*/


.modal-cerrar-sesion, .modal-carrito{
  position: absolute;
  z-index: 99999;
  color: #fff;
  width: 240px;
  background-color: #2f2f2f;
  border-radius: 4px;
  display: block;
  right: 0;
	top: 77px;
	padding: 10px 15px;
	text-align: center;
}
/*.modal-carrito
{
  max-width: 230px;
}*/

.modal-carrito
{
  right: 58px;
}
.modal-cerrar-sesion
{
  display: none;
}
.modal-cerrar-sesion:before, .modal-carrito:before
{
  border-bottom: 10px solid #2f2f2f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 19px;
	top: -9px;
	width: 0;
}
.modal-cerrar-sesion p
{
  text-transform: none;
  font-family: "NeoSans";
  font-size: 12px;
}

.modal-cerrar-sesion .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-cerrar-sesion .button-group .btn
{
  margin: 2%;
}

.modal-carrito
{
  display: none;
}
.modal-carrito ul
{
  margin: 0;
  padding: 0;
  font-family: "NeoSans";
  font-size:12px;
  text-align: left;

}
.modal-carrito ul li
{
  list-style: none;
  padding: 5px 0;

}


.modal-carrito i
{
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -1px;
}
.modal-carrito .producto
{
  position: relative;
  margin-left: 22px;
}
.modal-carrito .premio
{
  font-family: "NeoSans-Bold";
  color: #c3d6e0;
  margin-left: 3px;
  text-align: right;
  float: right;
}
.modal-carrito .btn
{
  letter-spacing: 0;
  font-family: "NeoSans-Medium";
}
.modal-carrito.responsive
{
  right: 21px;
  top: 85px;
  z-index: 999999;
}
.modal-carrito.responsive:before
{
  right: 7px;

}

.datepicker
{
  padding: 5px;
}

thead
{
  margin-left: -5px;
  margin-right: -5px;
}

.modal-login
{
  position: fixed;
  top: 21%;

  left: 50%;
  background-color: #2b2b2b;
  z-index: 999999;
  width: 361px;
  margin-left: -180px;

  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.login-header
{
  padding: 3px 15px;
  position: relative;
  background-color: #0098be;
}
.login-header h4
{
  font-size: 24px;
  font-family: "NeoSans-Bold";
  margin-left: 64px;
	max-width: 75%;
	position: relative;
	font-weight:normal !important;
}

.login-header h4:before
{
  bottom: 0;
	content: url("../img/Candado.png");
	left: -51px;
	position: absolute;
}
.close-login
{
  background-color: #2f3742;
	border-radius: 3px;
	font-size: 19px;
	padding: 0 6px;
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.login-body
{
  padding: 19px 26px;
  text-align: center;
}
.login-body p
{
  font-size: 13px;
}
.login-body .form-group
{
  width: 84%;
  margin-bottom: 20px;
  vertical-align: middle;
}
.login-body form
{
  overflow: hidden;
  text-align: center;
  border: 0 none;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	width: auto;
	float: left;
}

.input-contrasena input
{
  margin-right: 15px;
  margin-left:21px;
  width: 50%;
  float: left;
}

.errorLoginInput{
	margin-left:0 !important;
}

.input-contrasena .btn
{
  float: left;
  font-family: "NeoSans-Medium";
  letter-spacing: 0;
}

.login-body h5
{
  color: #0098be;
  font-family: "NeoSans-Bold";
  font-weight:normal !important;
}
.login-footer
{
  text-align: center;
  background-color: #3e3e3e;
  padding: 19px 5px 13px 15px;
}
.login-footer .btn
{
  letter-spacing: 0;
  font-size: 11px;
  font-family: "NeoSans"

}


.login-body ::-webkit-input-placeholder { /* WebKit browsers */
	color:    #000;
	font-size: 13px;
	font-family: "NeoSans-Light"
}
.login-body :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #000;
	opacity:  1;
	font-size: 13px;
	font-family: "NeoSans-Light"
}
.login-body ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #000;
	opacity:  1;
	font-size: 13px;
	font-family: "NeoSans-Light"
}
.login-body :-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #000;
	font-size: 13px;
	font-family: "NeoSans-Light"
}

.login-body .form-control
{
  padding: 2px 12px;
  height: 30px;
}

.modal-login-responsive .login-header 
{
  padding-top: 15px;
  color: #fff;
}
.modal-login-responsive .login-header h4
{
  font-size: 19px;
}

.modal-login-responsive .login-body
{
  overflow: hidden;
}

.modal-login-responsive .login-body form
{
  width: 100%;
}


.modal-login-responsive .login-body .form-control
{
  height: 40px;

}

.modal-login-responsive .form-control:-moz-placeholder {
  color: #000;
  font-size: 14px;
}

.modal-login-responsive .form-control::-moz-placeholder {
  color: #000;
  font-size: 14px;
}

.modal-login-responsive .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}

.modal-login-responsive .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

.modal-login-responsive .login-body .form-group
{
  width: 100%;
}

.modal-login-responsive .login-body h5
{
  font-size: 13px;
}
.modal-login-responsive
{
  margin-top: 40px;
  margin-bottom: 40px;
  border:1px solid #fff;
}
.panel1
{
  display: block;
  overflow: hidden;
}

.formulario .col-md-6,.col-md-8.col-sm-8.borde-derecha
{
  overflow: visible;
}
.cbp-spmenu-left.cbp-spmenu-open li.usuario
{
  background-color: #0098be;
  font-family: "NeoSans-Medium";
}

.cbp-spmenu-left.cbp-spmenu-open li.usuario .saldo
{
  text-transform: none;
}

.nav.navbar-nav.center li.mas-productos
{
  display: none;
}

.hide, .hidechat
{
  display: none;
}
.mostrar
{
  display: inline-block;
}

.navegacion-apuestas
{
  clear: both;
}
.navegacion-apuestas ul
{
  padding: 0;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
}
.navegacion-apuestas ul li
{
  list-style: none;
	width: 32.6%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "NeoSans";
	display: inline-block;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
	height: 64px;
}
.navegacion-apuestas ul li a
{
  position: relative;
  padding: 0 8px;
}
.navegacion-apuestas ul li a:hover,.navegacion-apuestas ul li a:focus
{
  color: #0098be;
}
.navegacion-apuestas ul li.active a
{
  font-family: "NeoSans-Medium";
  color: white;
}
.navegacion-apuestas ul li.active
{
  background-color: rgb(0, 152, 190);
}


.icono-reloj:before
{
  content: url(../img/Icono-reloj.png);
  display: inline-block;
  position: absolute;
  left: -94px;
  top: 22px;
}
.navegacion-apuestas ul li.active .icono-reloj:before
{
  content: url(../img/Icono-reloj-active.png);
}
.icono-lista:before
{
  content: url(../img/Icono-lista.png);
  display: inline-block;
  position: absolute;
  left: -102px;
  top: 22px;
}
.navegacion-apuestas ul li.active .icono-lista:before
{
  content: url(../img/Icono-lista-active.png);
}
.navegacion-apuestas .icono-calendario:before
{
  content: url(../img/Icono-calendario.png);
  display: inline-block;
  position: absolute;
  left: -108px;
  top: 22px;
}
.navegacion-apuestas ul li.active .icono-calendario:before
{
  content: url(../img/Icono-calendario-active.png);
}
.icono-ayuda:before
{
  content: url(../img/Icono-ayuda.png);
  display: inline-block;
  position: absolute;
  left: -41px;
  top: 22px;
}
.navegacion-apuestas ul li.active .icono-ayuda:before
{
  content: url(../img/Icono-ayuda-active.png);
}
.icono-misDatos:before
{
  content: url(../img/Icono-misDatos.png);
  display: inline-block;
  position: absolute;
  left: -94px;
  top: 19px;
}
.navegacion-apuestas ul li.active .icono-misDatos:before
{
  content: url(../img/Icono-misDatos-active.png);
}
.icono-banco:before
{
  content: url(../img/Icono-banco.png);
  display: inline-block;
  position: absolute;
  left: -94px;
  top: 20px;
}
.navegacion-apuestas ul li.active .icono-banco:before
{
  content: url(../img/Icono-banco-active.png);
}
.icono-direccion:before
{
  content: url(../img/Icono-direccion.png);
  display: inline-block;
  position: absolute;
  left: -94px;
  top: 20px;
}
.navegacion-apuestas ul li.active .icono-direccion:before
{
  content: url(../img/Icono-direccion-active.png);
}

.relative
{
  position: relative;
}
.share-popup
{
  position: absolute;
  background-color: #2f3742;
  z-index: 999999;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  text-align: center;
  left: 11px;
  top: 46px;
}
.share-popup h5
{
  margin: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.share-popup a
{
  color: #fff;
}

.share-popup .fa-twitter, .share-popup .fa-facebook, .share-popup .fa-google-plus
{
  background-color: #0098be;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 23px;
}
.share-popup:before
{
  border-bottom: 10px solid #2f3742;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	content: "";
	height: 0;
	position: absolute;
	right: 50%;
	width: 0;
	margin-right: -10px;
}
.header-filtro
{
  position: relative;
  cursor: pointer;
}
.popupFiltro
{
  position: absolute;
  background-color: #2f3742;
  z-index: 999999;
  border-radius: 4px;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  left: 18px;
  top: 40px;
  width: 134px;
}

.cuenta-pop{
	left:-10px;
}

.popupFiltro h5
{
  margin: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.popupFiltro ul
{
  margin-left: 0;
  padding-left: 0;
}
.popupFiltro li
{
  list-style: none;
  text-transform: none;
  font-family: "NeoSans-Light";
  padding: 5px 0;
  cursor: pointer;
  font-size: 13px;
}

.popupFiltro li:hover
{
	background:#0098be;
}

.cuenta-pop-links{
	color:#fff;
}
.cuenta-pop-links:hover{
	color:#11cdff !important;
}
.popupFiltro:before
{
	border-bottom: 10px solid #2f3742;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	content: "";
	height: 0;
	position: absolute;
	right: 50%;
	width: 0;
	margin-right: -10px;
}
/*Popup acciones*/
.popupAcciones
{
  position: absolute;
  background-color: #FFFFFF;
  z-index: 999999;
  border-radius: 4px;
  color: #000;
  padding: 10px 5px;
  text-align: center;
  right: 10px;
  top: 46px;
  width: 50%;
  text-align: center;
  font-size:13px;
  text-transform:none;
  font-family:'NeoSans-Light';
  border:1px solid #c3d6e0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.popupAcciones:before
{
	content:url('../img/active-white.png');
	top: -10px;
	height: 0;
	position: absolute;
	right: 16%;
	width: 0;


}
/*Popup Combinaciones*/



.popupCombinaciones
{
  position: absolute;
  background-color: #FFFFFF;
  z-index: 999999;
  border-radius: 4px;
  color: #000;
  padding: 10px 5px;
  text-align: center;
  /*left: 11%;*/
	left: 28%;
  top: 106px;
  width: 50%;
  text-align: center;
  font-size:13px;
  text-transform:none;
  font-family:'NeoSans-Light';
  border:1px solid #c3d6e0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.popupCombinaciones:before
{
	content:url('../img/active-white.png');
	top: -10px;
	height: 0;
	position: absolute;
	right: 53%;
	width: 0;
}

.popupCombinaciones .num-lotos li{
	color:#000;
}

.popupCombinaciones .num-lotos li span{
	margin-left:3px;
}

.dt-group strong
{
  text-transform: uppercase;
}
.inline .input-group
{
  display: inline;
}

.inline .input-group-addon, .inline .input-group-btn, .inline .input-group .form-control
{
  display: inline-block;
}

.inline .input-group .form-control.date
{
  width: 85px;
}
.inline .input-group-addon
{
  background-color: transparent;
}
.date .input-group-addon
{
  background-color: transparent;
  cursor:pointer;

}

.input-group.date
{
  max-width: 125px;
}
.input-group.date.full
{
  max-width: 100%;
  width: 100%;
}


.input-group.date.full .form-control {
	background: #fff;
	border: 1px;
	padding: 6px 8px;
}

.full.date .input-group-addon
{
  background-color: #fff;
}
.input-group.date .form-control
{
  background: none repeat scroll 0 0 transparent;
	border: 0 none;
	padding: 6px 0;
}
.inline .form-control
{
  border:0px;
  padding: 0;
  height: auto;
  font-size: 13px;
}
.white-box
{
  background-color: #fff;
  margin-top: 8px;
  border:1px solid #c3d6e0;
}
.cabecera-box
{
  background-color: #0098be;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px; 
}


.inline .form-control:-moz-placeholder {
  color: #000;
  font-size: 13px;
}

.inline .form-control::-moz-placeholder {
  color: #000;
  font-size: 13px;
}

.inline .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 13px;
}

.inline .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
}
.col-md-6.less-padding-left
{
  padding-left: 4px
}
.col-md-6.less-padding-right
{
  padding-right: 4px
}
.grupos
{
  margin-bottom: 20px;
}

.grupos h5, .cabecera-grupos h5
{
  color: #0098be;
  font-size: 13px;

}
.cabecera-grupos h5
{
  border-bottom: 1px solid #ebedef;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.grupos p
{
  font-size: 13px;
}
.contenedor-box
{
  padding: 11px 19px;
}
.cajaQuiniela{
	padding: 1% 0%!important; 
}
dd
{
  font-family: "NeoSans-Light";
}
.comb-ganadora
{
  text-align: center;
  padding:4px 0;
}
.comb-ganadora-grupos
{
  text-align: center;
  padding: 10px 0;


}
.comb-ganadora .num-lotos li, .comb-ganadora-grupos .num-lotos li
{
  color: #000;
  overflow:unset !important;
  padding:1px !important;
  background-color:transparent !important;
}

.contenedor-box dl
{
	margin-bottom: 0;
}
.contenedor-box .dt-group
{
  margin-top: 0;
}

.btn-play-again
{
  margin-bottom: 3px;
	margin-top: 41px;
	overflow: hidden;
}

.grupos-group
{
  margin-top: 20px;
}
.cabecera-grupos
{
  margin-bottom: 12px;
}

.grupos-box
{
  padding-bottom: 15px;
}
.volver-apuestas
{
  margin-top: 10px;
}


.link-modal-apuestas{
	font-size:13px;
	letter-spacing:.4px;
	cursor:pointer;
	float:left;
	margin:20px 0 0px 0;
}
.link-modal-apuestas .glyphicon{
	font-size:11px;
	margin-left:5px;
}

.inline-form
{
  float: left;
  margin-left: 15px;
}
.inline-form:first-child
{
  margin-left: 0;
}
.inline-form.styled-select
{
  width: 219px;
  height: 30px;
}
.inline-form label
{
  width: 104%;
}
.white-cards
{
  background-color: #fff;
  display: inline-block;
}
.white-cards img
{
  margin: 2px;
  float: left;
}
.contenedor-tarjetas
{
	margin-top: 10px;
}
.margin-top
{
  margin-top: 20px !important;
}
.margin-top-xl
{
  margin-top: 30px !important;
}
.margin-top-xxl
{
  margin-top: 40px !important;
}
.form-group.full-width
{
  width: 100%;
}
.width-input
{
  width: 214px;
}

.navbar-inverse .navbar-nav > .active > a span.white, .navbar-inverse .navbar-nav > .active > a span.white:hover, .navbar-inverse .navbar-nav > .active > a span.white:focus
{
  color: #fff;
}

.enlaces-footer
{
  font-family: "NeoSans-Medium";
  margin-top: 5px;
  display: inline-block;

}
.regular
{
  font-family: "NeoSans"!important;
  font-weight: normal;
}

.medium
{
  font-family: "NeoSans-Medium"!important;
  font-weight: normal;
}
.bold{
  font-family: "NeoSans-Bold"!important;
  font-weight: normal;
}
.grey
{
  color: #565656;
}
.no-margin-bottom
{
  margin-bottom: 0!important;
}
.margin-top-less
{
  margin-top: 2px;
}
.margin-left-17{
	margin-left:17px;
}
.form-pago .styled-select select
{
  font-size: 12px;
}
.lower-case
{
  text-transform: none!important;
}
.uppercase
{
  text-transform: uppercase;
}
dt strong
{
  font-family: "NeoSans";
}
h3 .margin-bottom
{
  margin-bottom: 8px;
}
.te-ha-tocado h3, .botes h3
{
  margin-bottom: 21px;
}
.registro-ok
{
  border-right: 1px solid #dddee1;
}

.navbar.saldo
{
  display: none;

}

.cerrar-sesion-bottom
{
  margin-bottom: 200px;
}

.navbar.nav-scroll .fa
{
  display: none;
}

.txt-check img
{
  margin-left: 15px;
}
.hero-info .group5
{
  display: none;
}

.show-627{
	displisplay:none; 
}

.float-left
{
  float: left;
}


.cbp-spmenu {
  background: #fff;
  position: fixed;
  font-family: "NeoSans";
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
}
.cbp-spmenu a i
{
  /*color: #096985;*/
  margin-right: 5px;
}
.cbp-spmenu a i.fa
{
  font-size: 15px;
}

.cbp-spmenu a:hover {
  background: #e9e9e9;
  color: #0098be;
  text-decoration: none;
  text-decoration: none;
}

.cbp-spmenu a:active {
  background: #e9e9e9;
  color: #616161;
  text-decoration: none;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #e9e9e9;
  padding:0.9em 1em;
  font-size: 12px;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  background-color: #2f2f2f;
	overflow: auto;
}

.cbp-spmenu-left.cbp-spmenu-open li
{
  list-style-type:none;
  text-transform: uppercase;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}



/* Push classes applied to the body */

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

.cbp-spmenu-push-toZero {
  left: 0px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*TABLAS RESPONSIVE*/

/* 
/* 
  Generic Styling, for Desktops/Laptops 
*/
.tabla-responsive th
{
	position: relative;
}
.tabla-responsive th .fa
{
	font-size: 12px;
	position: absolute;
	left: 118px;
	top: 20px;
}
.tabla-responsive th .fa.fa-search
{
	left: 138px;
	top: 21px;
}
.chrome .tabla-responsive th .fa.fa-search
{
	left: 190px;
	top: 21px;
}
.tabla-responsive
{
	border-radius: 4px;
	overflow: visible;
	border: 1px solid #c3d6e0;
	background-color: #fff;
	color: #000000;
	margin:0 15px 15px 0;
	position:relative;
}
.tabla-responsive.tabla-grupos
{
	border: 0px solid #c3d6e0;
}
.tabla-responsive table { 
	width: 100%; 
	border-collapse: collapse;


}
/* Zebra striping */
.tabla-responsive tr:nth-of-type(odd) { 
	background: #fff; 
}
.tabla-responsive tr:nth-of-type(even) { 
	/*VIEJO*/
	/*background: #f5f6f7;*/
	/*NUEVO*/
	background: #E8E8E8;
}

.tabla-responsive.tabla-grupos tr:nth-of-type(odd) { 
	background: #f5f6f7; 
}
.tabla-responsive.tabla-grupos tr:nth-of-type(even) { 
	background: #fff; 
}
.tabla-responsive th { 
	background: #0098be; 
	color: white; 
	font-weight: bold;
	text-transform: uppercase;
}
.tabla-responsive td,.tabla-responsive th { 
	padding: 10px 0;   

}
.tabla-responsive .tabla-que-es td{ 
	padding: 5px;   

}
.tabla-responsive .tabla-que-es th{ 
	padding: 15px;   

}

.tabla-responsive th
{
	text-align: center; 
}
.tabla-responsive.tabla-grupos td
{
	padding: 0;
}

.tabla-responsive .comb-ganadora-grupos
{
	padding: 0;
}
.tabla-responsive td
{
	font-family: "NeoSans-Light";
	font-size: 13px;
	position: relative;
}

.tabla-responsive .blue-bg{
	position:absolute;
	width:100%;
	height:53px;
	/*VIEJO*/
	/*background:#5190b3;*/
	opacity:0.1;
	margin-top:-36px;
	margin-left:-17px;
}

.tabla-responsive tr.premiado td
{
	font-family: "NeoSans-Medium";
	color: #0098be;
}
.tabla-responsive #combinacionProd{
	cursor:pointer !important;
}
.tabla-responsive tr.cobro-premios td
{
	font-family: "NeoSans-Medium";
	color: #000000;
}
.tabla-responsive .saldo-movimientos
{
	font-family: "NeoSans-Medium";
	color: #000000 !important;
}


.tabla-responsive.mis-apuestas tr td:first-child{
	width: 88px;
}


.tabla-responsive.tabla-compra tr td:first-child
{
	width: 43px;
}
.tabla-responsive.tabla-compra tr td:first-child {
	width: auto;
}

.tabla-responsive.tabla-compra tr td:nth-child(2) {
	width: 205px;
	font-size: 11px;
}
.tabla-responsive.tabla-compra tr td:nth-child(5) {
	width: 50px;


}
.tabla-responsive.tabla-compra tr td:nth-child(6) {
	width: 50px;

}

.tabla-responsive .fa-stack
{
	width: 30px;
	float: left;
}
.tabla-responsive .fa-stack-2x
{
	font-size: 1.5em;
  color: #0098be;
}
.tabla-responsive .fa-stack-1x {
	font-size: 0.8em;
	line-height: 1.9em;
}

.iconos-mis-apuestas .fa-stack.fa-lg{
	width:26px;
}
.tabla-responsive  tr td:nth-of-type(even), .tabla-responsive th:nth-of-type(even) { 
	padding-left: 0;
	padding-right: 0;
}
.tabla-responsive p
{
	overflow: hidden;
	margin: 0;
}
.tabla-responsive tr th
{
	font-family: "NeoSans-medium";
	font-weight:normal !important;
}

/*
* Style twaks
* --------------------------------------------------
*/
body {
  /*padding-top: 70px;*/
}
footer {
  padding-left: 15px;
  padding-right: 15px;
}

.apuestas-qExperto{
	margin-top:20px !important;
}

.total-saldo-movimientos{
	float:right;
	font-size:20px;
}
.total-saldo-movimientos span{
	color:#000;
}

.total-saldo-encabezado p{
	font-size:20px;
}
.total-saldo-encabezado p span.medium{
	color:#000;

}
.form-saldo p{
	float:left;
	position:relative;
	margin-top:4px;
	font-size:14px;
}
.form-saldo input{
	text-align:right;
	min-width:50px;
}
.form-mis-datos label{
	font-size:13px;
	color:#555555;
}

/*FORMULARIO MIS DATOS*/
.form-mis-datos input[type="checkbox"] {
	display:none;
}
.form-mis-datos input[type="checkbox"] + label{
	font-style: normal;
	font-size: 13px;
}
.form-mis-datos input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../img/check_radio_sheet.png) left top no-repeat;
	cursor:pointer;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-mis-datos input[type="checkbox"]:checked + label span {
	background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}


.form-mis-datos .tipoDocGris{
	color: #ccc;
}
.form-mis-datos p{
	font-size:13px;
}
.form-mis-datos .margin-minus{
	margin-left:-20px;
}
.form-mis-datos .margin-minus-sm{
	margin-left:-15px;
}
.form-mis-datos .margin-minus-l{
	margin-left:-50px;
}
.horizontal-line{
	border-bottom:1px solid #ccc;
	margin-top:25px;
	margin-bottom:25px;
}
.horizontal-line-2{
	border-bottom:1px solid #ccc;
	margin-left:15px;
	margin-top:25px;
}
.horizontal-line-3{
	border-bottom:1px solid #ccc;
	margin-top:25px;
	margin-bottom:25px;
}
.horizontal-line-4{
	border-bottom:1px solid #ccc;
	margin-top:15px;
	margin-bottom:25px;
}
.encabezado-regular{
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:25px;
}

.total-saldo-standard{
	margin:0px 0 30px 0;
	padding:0px 10px 0 0;  
}
.total-saldo-standard p{
	/*color: #5190b3;*/
	font-size: 14px;
}
.total-saldo-standard p span{
	color: #000;
	font-size: 14px;

}
.total-saldo-standard p button{
	margin-left: 30px;
}

.text-black{
  color:#000;
  margin-left:5px;
  margin-right:5px;
}

.padding-zero{
	padding:0 0 0 inherit !important;
}

.setWidth-1{
	max-width:190px;
}

.padding-none{
	padding:0 0 0 5px !important;
}
.padding-left-standard{
	padding-left:15px !important;
}

.p-mis-datos{
	margin-top:70px;
	color:#555555!important;
}

.tarjetas-admitidas{
	float:left;
}

.margin-minus{
	margin-left:-20px;
}

a.link-standard{
	font-size:14px;
}
a.link-standard:hover{
	color:#0a6a86;
}
.link-standard-arrow{
	font-size:11px;
}

/*ACORDEÓN GRUPOS PEÑA EUROMILLONES*/
.title-grupos{
	text-transform: none !important;
	font-size:16px;
	text-align:center;
	color:#555555 !important;
}

.heading-grupos{
	text-transform:none !important;
	color:#0098be !important;
	/*color:#0a6a86 !important;*/

}
.heading-grupos span{
	font-size:15px;
	color:#555555;
	font-family: "NeoSans-bold" !important;
	font-weight:normal;
}

.heading-grupos .heading--grupos-multibotes{
	font-size:12px;
	text-align:center;
	color:#000;
}

.heading-grupos .heading-grupos-right{
	color: #555555 !important;
	font-family: "NeoSans" !important;
	font-size: 13px !important;
	font-weight: normal;
}

.acordeon-grupos .panel-body p{
	font-size:13px;
}
.acordeon-grupos .fechaInicioFin span{
	color: #0098be;
	text-transform: uppercase;
}
.acordeon-grupos .panel-body p span{
	font-size:13px;
}


.comb-ganadora-grupos .num-lotos .productos-grupos{
	font-size:14px;
}

.comb-ganadora-grupos .num-lotos li.circulo span{
	color:#fff;
}

/*iconos más menos*/
.panel-title .group-plus{
	float:right;
	width:21px;
	height:21px;
	font-size:16px;
	color:#555555 !important;
	background:url(../img/+ico.png);
}
.panel-title .group-minus{
	float:right;
	width:21px;
	height:21px;
	font-size:16px;
	color:#555555 !important;
	background:url(../img/-ico.png);
}

.acordeon-grupos{
	padding:0.5% 3% 3% 3%;
}

.acordeon-grupos .panel-default{
	border:none !important;
	background:transparent !important;
}
.acordeon-grupos .panel-heading{
	background:#fff !important;
}
/*.recuadro-grupos{
border:1px solid #c3d6e0;
background:#fff;
padding:15px;
}*/

/*AÑADIR SALDO*/
.literales-pago{
	width:40px;
	height:40px;
	border-radius:100px;
	background:#575d65;
}
.literales-pago p{
	width:100%;
	font-size:22px;
	margin-top:5px;
}
.literales-title{
	color:#575d65;
}

.margin-left-special{
	margin-left:15px;
}

.FAQ .white-box{
	margin-top:0px !important;
	border:none !important;
	padding:20px;
}


/*mis apuestas en detalle*/
/*EU individual*/
.margin-top-bottom{
	margin-top:46.5px;
	margin-bottom:46.5px;
}
.margin-top-bottom-xs{
	margin-top:4px;
	margin-bottom:4.5px;
}

/*apuestas detalle nacional*/
.decimo-nacional-detalle{
	text-align:center;
	position:relative;
}

.serieYfraccion{
	font-family:'NeoSans-medium';
}
.combinacionDecimo{
	position:absolute;
	margin-left:43%;
	margin-top:16px;
	font-family:'NeoSans-Bold';
	font-size:22px;
	letter-spacing:3px;
	z-index:9999999;
}

.decimoNacionalImg{
	z-index:1;	
}

.minimize-header-font{
	font-size:17px !important;
}


/*AYUDA EUROMILLONES*/

/*Tabla ¿qué es euromillones?*/
.tabla-responsive.tabla-que-es tr td:first-child
{
	width: 43px;
}
.tabla-responsive.tabla-que-es tr td:first-child {
	width: auto;
}

.tabla-responsive.tabla-que-es tr td:nth-child(2) {
	width: 205px;
	font-size: 11px;
}
.tabla-responsive.tabla-que-es tr td:nth-child(5) {
	width: 50px;


}
.tabla-responsive.tabla-que-es tr td:nth-child(6) {
	width: 50px;

}
/*Tabla últimos resultados euromillones?*/
.tabla-responsive.tabla-ultimos-res tr td:first-child
{
	width: 43px;
}
.tabla-responsive.tabla-ultimos-res tr td:first-child {
	width: auto;
}

.tabla-responsive.tabla-ultimos-res tr td:nth-child(2) {
	width: 205px;
	font-size: 11px;
}
.tabla-responsive.tabla-ultimos-res tr td:nth-child(5) {
	width: 50px;


}
.tabla-responsive.tabla-ultimos-res tr td:nth-child(6) {
	width: 50px;

}
.line-height-ayuda{
	line-height:26px;
}

.tabla-que-es ul {
	padding:0 0 0 40% !important;
}

.tabla-que-es ul li{
	padding:0.3em !important;
}

.tab-content .tabla-que-es li:nth-child(odd)
{
  background-color:transparent !important;
}

.tabla-ultimos-res ul {
	padding:0 0 0 35% !important;
}
.tabla-ultimos-res ul.numSolo {
	padding:0 0 0 44%;
}

.tabla-ultimos-res ul li{
	padding:0.3em !important;
}

.tab-content .tabla-ultimos-res li:nth-child(odd)
{
  background-color:transparent !important;
}

.tabla-que-es ul.numSolo {
	padding:0 0 0 49%;
}

#FAQ blockquote span{
	font-family:'NeoSans-Medium';
}

.ayudaEU-comoJugar{
	display:block;
}
.ayudaPrimitiva-comoJugar{
	display:block;
}
.ayudaGordo-comoJugar{
	display:block;
}
.ayudaEU-comoJugar-m{
	display:none;
}

blockquote{
	font-size:13px;
}

.fecha-sorteo-res{
	font-family:'NeoSans' !important;
	margin-right:5px;
}

#ultimos-res{
	padding:20px 45px;
	position:relative;
}
#apuestas{
	padding:20px 45px;
}
.ayuda-multibotes .asker{
	margin-top:0 !important;
}
.ayuda-multibotes #down-accordeon{
	margin:0 10px 0 0 !important;
}
.partidosAyuda .partidosApuestas .partido{
	font-size:10px;
}
#ultimos-res .icono-calendario{
	margin:-5px 0 0 0px !important;
}

#ultimos-res input#fecha{
	font-family:'NeoSans-bold';
	color:#555555  !important;
	float:left;
}

#ultimos-res .fechaSorteo-title{
	position:relative;
	float:left;
	margin:6px 10px 0 0;
}

#ultimos-res .caja-fecha-sorteo{
	width:100%;
	border-bottom:1px solid #ececec;
	height:10px;
	clear:left;
}

#ultimos-res .num-lotos{
	text-align:center;
	width:100%;
	margin:45px 0;
}


#apuestas input#fecha{
	font-family:'NeoSans-bold';
	color:#555555  !important;
	float:left;
}

#apuestas .fechaSorteo-title{
	position:relative;
	float:left;
	margin:6px 10px 0 0;
}

#apuestas .caja-fecha-sorteo{
	width:100%;
	border-bottom:1px solid #ececec;
	height:10px;
	clear:left;
}

#apuestas .num-lotos{
	text-align:center;
	width:100%;
	margin:45px 0;
}

.ayuda-quiniela #ultimos-res .num-lotos{
	text-align:center;
	width:100%;
	margin:25px 0 10px 0;
}
.ayuda-qExperto #ultimos-res .num-lotos{
	text-align:center;
	width:100%;
	margin:25px 0 10px 0;
}
.ayuda-quiniela #ultimos-res .num-lotos.pleno15{
	margin:0 0 45px 0 !important;
}
.ayuda-qExperto #ultimos-res .num-lotos.pleno15{
	margin:0 0 45px 0 !important;
}
.ayuda-quiniela #ultimos-res .skyblue-circle{
	height: 33px;
	width: 33px;
	background: none no-repeat scroll center center #3a9daa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 3px;
	text-align: center;
	font-size: 16px;
	width: 38px;
	letter-spacing:1px;
}
.ayuda-qExperto #ultimos-res .skyblue-circle{
	height: 33px;
	width: 33px;
	background: none no-repeat scroll center center #3a9daa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 3px;
	text-align: center;
	font-size: 16px;
	width: 38px;
	letter-spacing:1px;
}

.ayuda-multibotes #apuestas .num-lotos{
	text-align:center;
	width:100%;
	margin:15px 0 10px 0;
}
.ayuda-multibotes #apuestas .num-lotos.pleno15{
	margin:0 0 45px 0 !important;
}

.ayuda-multibotes #apuestas .skyblue-circle{
	height: 33px;
	width: 33px;
	background: none no-repeat scroll center center #3a9daa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 3px;
	text-align: center;
	font-size: 16px;
	width: 38px;
	letter-spacing:1px;
}
.ayuda-multibotes #apuestas .numeros-eu.producto-bonoloto{
	margin:0 auto;
	width:100%;
}

.ayuda-multibotes #apuestas .contenedor-apuesta{
	margin:0 auto;
	width:75%;
}

.ayuda-multibotes #apuestas .nombre-producto{
	text-align:center;
}

/*Ayuda apuestas genérica peñas sin grupos*/
.ayuda-penas #apuestas-eu .num-lotos{
	text-align:center;
	width:100%;
	margin:15px 0 10px 0;
}
.ayuda-penas #apuestas-eu .num-lotos.pleno15{
	margin:0 0 45px 0 !important;
}

.ayuda-penas #apuestas-eu .skyblue-circle{
	height: 33px;
	width: 33px;
	background: none no-repeat scroll center center #3a9daa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 3px;
	text-align: center;
	font-size: 16px;
	width: 38px;
	letter-spacing:1px;
}
.ayuda-penas #apuestas-eu .numeros-eu.producto-bonoloto{
	margin:0 auto;
	width:100%;
}

.ayuda-penas #apuestas-eu .contenedor-apuesta{
	margin:0 auto;
	width:100%;
}

.ayuda-penas #apuestas-eu .nombre-producto{
	text-align:center;
}






.nombre-producto > span{
	font-color:#666;
	text-transform:lowercase;
}
.ayuda-quiniela .partidosAyuda .partidosApuestas {
	width:98%;
}
.ayuda-qExperto .partidosAyuda .partidosApuestas {
	width:98%;
}
.ayuda-quiniela .partidosAyuda .partidosApuestas .partido span.num{
	margin-right:5px;
}
.ayuda-qExperto .partidosAyuda .partidosApuestas .partido span.num{
	margin-right:5px;
}
.ayuda-quiniela .partidosAyuda .pleno15{
	float:left;
}
.ayuda-qExperto .partidosAyuda .pleno15{
	float:left;
}

.ayuda-quiniela .partidosAyuda{
	width:100%;
	min-width:210px;
	float:left;
	height:auto;
	margin:0 0 45px 0;
}
.ayuda-qExperto .partidosAyuda{
	width:100%;
	min-width:210px;
	float:left;
	height:auto;
	margin:0 0 45px 0;
}
.ayuda-quiniela .partidosAyuda .cabecera .jornada{
	width:auto;
}
.ayuda-qExperto .partidosAyuda .cabecera .jornada{
	width:auto;
}
.ayuda-quiniela .partidosAyuda .partidosApuestas .casillas{
	float:right;
	margin-top:-26px;
}
.ayuda-qExperto .partidosAyuda .partidosApuestas .casillas{
	float:right;
	margin-top:0px;
	text-align:center;
}
.ayuda-quiniela.reducida .partidosAyuda .partidosApuestas .casillas{
	margin-top:0;
	text-align:center;
}

.ayuda-quiniela .partidosAyuda .partidosApuestas .partido{
	width: 87%;
}

.ayuda-quiniela  .partidosAyuda .cabecera{
	padding:8px 6px;
}

.ayuda-quiniela .partidosAyuda .partidosApuestas .casillas .casilla-pleno{
  background: none repeat scroll 0 0 #fff;
  float: left;
  height: 20px;
  margin: 3px 0 0 3px;
  width: 66px;
}

.ayuda-qExperto .partidosAyuda .partidosApuestas .partido{
	width: 87%;
}

.ayuda-qExperto  .partidosAyuda .cabecera{
	padding:8px 6px;
}

.ayuda-qExperto .partidosAyuda .partidosApuestas .casillas .casilla-pleno{
  background: none repeat scroll 0 0 #fff;
  float: left;
  height: 20px;
  margin: 3px 0 0 3px;
  width: 66px;
}

.comb-ganadora-ayuda{
	font-family: "NeoSans-Light" !important;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #000;
	text-transform:none;
}

.ayuda-quiniela .text-center li{
	float:none;
}

.ayuda-quiniela .tabla-que-es ul{
	padding:0 !important;
}

.tabla-ultimos-res.quiniela ul{
	padding:0 !important;
}

.tabla-ultimos-res.quiniela td ul li{
	float:none;
}

#ultimos-res .numeros-eu{
	float:left;
	margin-left:24%;
}
#ultimos-res .numeros-gordo{
	float:left;
	margin-left:29%;
}
#ultimos-res .estrellas-eu{
	float:left;
}
#ultimos-res .cr-primitiva{
	float:left;
}
#ultimos-res .cr-gordo{
	float:left;
}
#ultimos-res .num-lotos li.numeros{
	color:#555555;
	font-size:17px;
	width:36px;
	height:35px;
	border:1px solid #d6d6d6;
	padding:3px 0 0 0;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#ultimos-res .estrella-big{
	color:#555555;
	font-size:17px;
	width:38px;
	height:36px;
	background:url(../img/bg-estrella-big.png);
	padding:6px 0 0 0;
}

#ultimos-res .circulo-big{
	color:#ffffff;
	font-size:17px;
	width:38px;
	height:36px;
	background:url(../img/bg-circulo-big.png);
	padding:6px 0 0 0;
}
#ultimos-res .circulo-big.circulo-fucsia-big{
	background:url(../img/bg-circulo-fucsia-big.png);
}
#ultimos-res .circulo-big.circulo-naranja-big{
	background:url(../img/bg-circulo-naranja-big.png) no-repeat;
}
#ultimos-res .proximo-bote{
	font-size:19.5px;
	margin:22px 0 50px 0;
	position:relative;
	float:left;
}
#ultimos-res .bote{
	font-size:36px;
	margin-left:7%;
	margin-top:5px;
	position:relative;
	float:left;
	color:#555555;
}
#ultimos-res .call-to-action{
	font-size:19.5px;
	color:#0098be;
	margin-left:6%;
	margin-top:18px;
	position:relative;
	float:left;
}
#ultimos-res .call-to-action-img{
	margin-left:1%;
	margin-top:25px;
	float:left;
}



#apuestas .numeros-eu{
	display:inline-block;
}
#apuestas .numeros-gordo{
	float:left;
	margin-left:29%;
}
#apuestas .estrellas-eu{
	display:inline-block;
}
#apuestas .cr-primitiva{
	float:left;
}
#apuestas .cr-gordo{
	float:left;
}
#apuestas .num-lotos li.numeros{
	color:#555555;
	font-size:13px;
	width:25px;
	height:25px;
	border:1px solid #d6d6d6;
	padding:0px 0 0 0;
	line-height:25px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#apuestas-eu .num-lotos li.numeros{
	color:#555555;
	font-size:13px;
	width:25px;
	height:25px;
	border:1px solid #d6d6d6;
	padding:0px 0 0 0;
	line-height:25px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#apuestas .estrella-big{
	color:#555555;
	font-size:13px;
	width:25px;
	height:25px;
	background:url(../img/bg-estrella.png);
	background-repeat:no-repeat;
	padding:0px 0 0 0;
	line-height:25px;
}

#apuestas-eu .estrella-big{
	color:#555555;
	font-size:13px;
	width:25px;
	height:25px;
	background:url(../img/bg-estrella.png);
	background-repeat:no-repeat;
	padding:0px 0 0 0;
	line-height:25px;
}


#apuestas-eu .circulo-big{
	color:#ffffff;
	font-size:17px;
	width:38px;
	height:36px;
	background:url(../img/bg-circulo-big.png);
	padding:6px 0 0 0;
}
#apuestas-eu .circulo-big.circulo-fucsia-big{
	background:url(../img/bg-circulo-fucsia-big.png);
}
#apuestas-eu .circulo-naranja{
	background:url(../img/Elipse-naranja.png) no-repeat;
	padding:0px 0 0 0;
	font-size:13px;
	line-height:25px;
	width:25px;
	height:25px;
	color:#FFF;
}
#apuestas-eu .proximo-bote{
	font-size:15px;
	margin:22px 0 50px 0;
	position:relative;
	float:left;
}
#apuestas-eu .bote{
	font-size:32px;
	margin-left:2%;
	margin-top:5px;
	position:relative;
	float:left;
	color:#555555;
}
/*#apuestas-eu .call-to-action{
font-size:19.5px;
color:#0098be;
margin-left:3%;
margin-top:18px;
position:relative;
float:left;
}
#apuestas-eu .call-to-action-img{
margin-left:1%;
margin-top:25px;
float:left;
}
*/
.tabla-responsive .tabla-ultimos-res td{ 
	padding: 5px;  
	text-align:center; 
}

.tabla-responsive .tabla-ultimos-res th{ 
	padding: 15px;   
	text-align:center;
}

.ayudaEuromillonesSimpleMultiple{
	margin-bottom:30px;
}

.num-lotos h5 span.espacio{
	margin-left:28px;
}

.asker{
	margin-top:60px;
}
.askerBonoloto{
	margin-top:3px;
}

/*LOTERÍA NACIONAL*/

.num-lotos.numerosDecimos li{
	color:#555555;
	font-size:17px;
	padding:0;
}
.num-lotos.numerosDecimos li.sf{
	font-size:20px;
}
.num-lotos.numerosDecimos .display-xs{
	display:none;
}

.primer-premio{
	color:#555555;
}
.margin-topBottom-minus{
	margin-top:10px !important;
	margin-bottom:15px !important;
}

.tabla-que-es th.th-decimosNacional{
	background:#ebedef;
	color:#555555;
	padding:5px 0 !important;
}

.tabla-que-es th.th-decimosNavidad{
	background:none;
	color:#555555;
	padding:5px 0 !important;
}
.title-sorteos-decimosNacional{
	display:none;
}

/*Páginas de conteido - PRECIOS*/

.tabla-que-es-precios th.th-precios{
	background:none !important;
	padding:5px;
	text-align:center;
}
.tabla-que-es-precios tbody tr{
	background:none !important;
}
.tabla-que-es-precios thead tr{
	background:#fafafb !important;
}

.tabla-que-es-precios {
  border-collapse: collapse;
  border:none !important;
}
.tabla-que-es-precios td, .tabla-que-es-precios th {
  border: 1px solid #979797 !important;
  text-transform:uppercase !important;
  font-weight:normal !important;
  color:#555555 !important;
}

.tabla-que-es-precios tr:first-child th {
  border-top: 0;
}
.tabla-que-es-precios tr:last-child td {
  border-bottom: 0;
}
.tabla-que-es-precios tr td:first-child,
.tabla-que-es-precios tr th:first-child {
  border-left: 0;
}
.tabla-que-es-precios tr td:last-child,
.tabla-que-es-precios tr th:last-child {
  border-right: 0;
}

.tabla-que-es-precios{
	border:0 !important;
}

.title-precios{
	font-size:16px;
	color:#555555;
}

.tabla-simple th.th-precios{
	background:none !important;
	padding:5px;
	text-align:center;
}
.tabla-simple tbody tr{
	background:none !important;
}
.tabla-simple thead tr{
	background:#fafafb !important;
}

.tabla-simple {
  border-collapse: collapse;
  border:none !important;
}
.tabla-simple td, .tabla-simple th {
  border: 1px solid #979797 !important;
  text-transform:uppercase !important;
  font-weight:normal !important;
  color:#555555 !important;
	padding: 5px;
	text-align: center;
}

.tabla-simple tr:first-child th {
  border-top: 0;
}
.tabla-simple tr:last-child td {
  border-bottom: 0;
}
.tabla-simple tr td:first-child,
.tabla-simple tr th:first-child {
  border-left: 0;
}
.tabla-simple tr td:last-child,
.tabla-simple tr th:last-child {
  border-right: 0;
}

.tabla-simple{
	border:0 !important;
}

.no-transform{
	text-transform:none !important;
}

/*Páginas de Contenidos Cómo jugar*/

.clear{
	clear:left;
}

.blue-border-img{
	width:154px;
	margin-top:15px;
	border:1px solid #c3d6e0;
}



/*contacto*/
.iframe-maps{
	margin-left:-30px;
}

.contact-form-txt{
	font-size:13px;
}

.contact-textarea{
  width:100%;
  display: block;
  height: 120px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;

}

.mensaje-contacto{
	/*width:auto;*/
	width:254px;
	padding-right:20px;
}

/*Condiciones Generales*/

.title-legal{
	font-size:16px;
	color:#555555;
	margin:0 !important;
}

.title-legal-xs{
	font-size:12px;
	color:#555555;
}

.title-legal-md{
	font-size:14px;
	color:#555555;
}

.underline{
	text-decoration:underline;
	color:#000 !important;
}

.lista-legal li{
	list-style-type:square;
	font-family:'NeoSans-Light';
	margin-left:30px;
}

.lista-legal li:before{
	content:none !important;
}


.quote-legal{
	font-size:11.5px;
	color: #000 !important;
}
.quote-legal span{
	margin-right:10px;
	color: #000 !important;
	font-family:'NeoSans';
}

.margin-less{
	margin-top:-14px;
}

/*PÁG 404*/
.color-555{
	color:#555555;
}

.webmap-title{
	font-size:14px;
}

.webmap-links:before{
	content:none !important;
}

.parent{
	font-size:12px;
	color:#000;
}

.webmap-links a{
	line-height:24px;
	cursor:pointer;
}
.webmap-links a:hover{
	color:#0a6a86;
}

.mini-height{
	margin-top:-10px;
}

dd a:hover{
	color:#0a6a86;
}

.line-less .dt-group{
	margin-bottom:10px !important
}

.font13{
	font-size:13px;
}

.ico-pago{
	margin:0 0 0 5px;
	border:none !important;
}

/*ayuda Lotería de Navidad*/

.tabla-que-es-decimosNavidad th.padding{
	padding:5px 15px !important;
}

#logForm{
	margin:0 !important;
}

/*FOOTER*/

.footer-links:hover{
	color:#FFF;
}

.blue-footer-links:hover{
	color:#0098be !important;
}

.arrows-titles-footer{
	margin:-11px 0 0 5px;
}

/*Lotería Empresas*/

.lista-empresas li{
	list-style-type:square;
	font-family:'NeoSans-Light';
	font-size:13px;
	margin-left:30px;
}

.lista-empresas li:before{
	content:none !important;
}

/*Transferencia OK*/

.hideForm{
	margin:0 !important;
}

.transferencia-ok h4{
	font-size:13px;
}

.transferencia-ok table.datosTransferencia th{
	font-size:13px;
	color:#0098be;
	text-transform:uppercase;
	font-family:'NeoSans';
}

.no-text-transform{
	text-transform:none !important;
}

.transferencia-ok table.datosTransferencia td{
	font-size:13px;
}

.transferencia-ok table.datosTransferencia{
	line-height:40px;
}

.transferencia-ok .contenidoOperaciones{
	font-size:13px;
}

.transferencia-ok .mensaje-operaciones{
	background:#fff;
	border:1px solid #2d343f;
	border-radius:4px;
}

.transferencia-ok .mensaje-operaciones h4{
	margin-left:25px;
}

#ayudaDatosTransferencia{
	background:#fff;
	border:1px solid #2d343f;
	border-radius:4px;
	padding:5px 10px;
	font-size:13px;
}

#ayudaDatosTransferencia .tooltiptitle{
	font-family:'NeoSans';
}


dd {
  margin-left: 0 !important;
}

/*.chrome .iconos-mis-apuestas{
	padding-left:30px;
}*/

.no-margin-top{
	margin-top:0 !important;
}


.no-padding{
	padding:0 !important;
}

/*Preguntas Frecuentes*/

.acordeon-preguntas{
	background:#fff;
	border:1px solid #c3d6e0;

}
.panel-heading.cabecera-acordeon{
	background:none; 
	border-bottom:0 !important;
	border-top-left-radius:0 !important;
	border-top-right-radius:0 !important;
	height:80px;

}
.acordeon-preguntas .panel-title{
	color:#555;
	font-family:'NeoSans-Medium';
	font-weight:normal;
	font-size:14px;
	/*height:80px;*/
	width:100%;
	float:left;
}
.acordeon-preguntas .panel{
	border:0 !important;
	border-radius:0 !important;
	margin-top:0 !important;
}
.acordeon-preguntas .panel.odd{
	background:#f5f6f7;
}
.acordeon-preguntas .literales-pago{
	margin-right:20px;
	float:left;
	margin-top:10px;
}

.acordeon-preguntas .literales-title{
	padding-right:20px;
	margin-top:19px;
	/*float:left;*/
	width:87%;
}

#down-accordeon{
	float:right;
	margin-top:-25px;
}

a.blue-hovers:hover{
	color:#fff;
}

/*olvido contraseña*/
.form-group.input-contrasena{
	float:left;
	width:100%;
}

.contrasenia-olvido input{
	margin-left:0 !important;
}

.olvido-eres-nuevo{
	margin-top:0 !important;
}

.olvido-eres-nuevo h3{
	margin-top:0 !important;
}


.euromillonesBig-hero1:before
{
  content: url('../img/euromillones-big.png');
}

.euromillones100mBig-hero1:before
{
  content: url("../img/euromillones100-big.png");
}

.euromillones120mBig-hero1:before
{
  content: url("../img/euromillones120-big.png");
}

.euromillones130mBig-hero1:before
{
  content: url("../img/euromillones130-big.png");
}

.euromillones190mBig-hero1:before
{
  content: url("../img/euromillones190-big.png");
}

.euromillones210mBig-hero1:before
{
  content: url("../img/euromillones210-big.png");
}

.euromillones220mBig-hero1:before
{
  content: url("../img/euromillones220-big.png");
}

.euromillones230mBig-hero1:before
{
  content: url("../img/euromillones230-big.png");
}

.hero1-md .hero1 .euromillonesBig-hero1:before
{
  content: url('../img/euromillones-big.png');
  margin-left: -69px;
	position: absolute;
	margin-top: -12px;
}

.hero1-md .hero1 .euromillonesSmall-especial:before
{
  content: url('../img/euromillonesEspecial.png');
  margin-right: 4px;
  margin-left: -72px;
  position: absolute;
  margin-top:-7px;
}

.hero1-md .hero1 .euromillonesSmall-especial-210:before
{
  content: url('../img/euromillonesEspecial-210.png');
  margin-right: 4px;
  margin-left: -72px;
  position: absolute;
  margin-top:-7px;
}

.hero1-md .hero1 .euromillonesSmall-especial-220:before
{
  content: url('../img/euromillones220-big.png');
  margin-right: 4px;
  margin-left: -72px;
  position: absolute;
  margin-top:-7px;
}

.hero1-md .hero1 .euromillones-bote-especial:before
{
  content: url('../img/euromillones-especial-big.png');
  margin-left: -62px;
	position: absolute;
	margin-top: -7px;
}

.hero1-md .hero1-premium-1XX .euromillones-bote-especial:before
{
  content: url('../img/euromillones-especial-big.png');
  margin-left: -62px;
	position: absolute;
	margin-top: -7px;
}

.hero1-md .hero1-premium-1XX .euromillonesBig-hero1:before
{
  content: url('../img/euromillones-big.png');
  margin-left: -68px;
	position: absolute;
	margin-top: -15px;
}

.hero1-md .hero1-elMillon .euromillonesBig-hero1:before
{
  content: url('../img/euromillones-big.png');
  margin-left: -68px;
	position: absolute;
	margin-top: -15px;
}

.laPrimitivaBig-hero1:before
{
  content: url('../img/laPrimitiva-big.png');
}

.hero1-md .hero1 .laPrimitivaBig-hero1:before
{
  content: url('../img/laPrimitiva-big.png');
	margin-left: -68px;
	position: absolute;
	margin-top: -11px;
}

.elGordoBig-hero1:before
{
  content: url('../img/elGordo-big.png');
}

.hero1-md .hero1 .elGordoBig-hero1:before
{
  content: url('../img/elGordo-big.png');
  margin-left: -68px;
	position: absolute;
	margin-top: -14px;
}

.bonolotoBig-hero1:before
{
  content: url('../img/bonoloto-big.png');
}

.hero1-md .hero1 .bonolotoBig-hero1:before
{
  content: url('../img/bonoloto-big.png');
	margin-left: -68px;
	position: absolute;
	margin-top: -12px;
}

.quinielaBig-hero1:before
{
  content: url('../img/quiniela-big.png');
}

.hero1-md .hero1 .quinielaBig-hero1:before
{
  content: url('../img/laQuinielaYproductos.png');
  margin-right: 4px;
  margin-left: -43px;
  position: absolute;
  margin-top:-7px;
}

.quinigolBig-hero1:before
{
  content: url('../img/quinigolBig.png');
}

/*.hero1-md .hero1 .quinigolBig-hero1:before
{
  content: url('../img/laQuinielaYproductos.png');
  margin-right: 4px;
  margin-left: -43px;
  position: absolute;
  margin-top:-7px;
}*/

.multibotesBig-hero1:before {
	content: url("../img/multibotes-big.png");
}

.multibotesBig-carrito:before
{
  content: url('../img/multibotes-big-cab.png');
	left: 65px;
	position: absolute;
	margin-top: -6px;
}

.nacionalBig-hero1:before
{
  content: url('../img/nacional-big.png');
}

.hero1-md .hero1 .nacionalBig-hero1:before
{
  content: url('../img/nacional-big.png');
	margin-left: -68px;
	position: absolute;
	margin-top: -12px;
}

.navidadBig-hero1:before
{
  content: url('../img/navidad-big.png');
}

.hero1-md .hero1 .navidadBig-hero1:before
{
  content: url('../img/navidad-carrito.png');
	margin-left: -58px;
	position: absolute;
	margin-top: -6px;
}

.hero1-md .div-agotado .navidadBig-hero1:before
{
  content: url('../img/navidad-carrito.png');
	margin-left: -58px;
	position: absolute;
	margin-top: -6px;
}

.ninoBig-hero1:before
{
  content: url('../img/nino-big.png');
}

.hero1-md .hero1 .ninoBig-hero1:before
{
  content: url('../img/nino-big.png');
  margin-right: 4px;
  margin-left: -70px;
  position: absolute;
  margin-top:-7px;
}

.hero1-md .div-agotado .ninoBig-hero1:before
{
  content: url('../img/nino-big.png');
  margin-right: 4px;
  margin-left: -70px;
  position: absolute;
  margin-top:-7px;
}

.inviernoBig-hero1:before 
{
	content: url("../img/logoInvierno.png");
}

.hero1-md .hero1 .inviernoBig-hero1:before
{
  content: url('../img/logoInvierno.png');
  margin-left: -68px;
	position: absolute;
	margin-top: -14px;
}

.sanValentinBig-hero1:before 
{
	content: url("../img/sorteoSanValentinBig.png");
}

.hero1-md .hero1 .sanValentinBig-hero1:before
{
  content: url('../img/sorteoSanValentinBig.png');
  margin-left: -68px;
	position: absolute;
	margin-top: -1px;
}

.diaDelPadreBig-hero1:before 
{
	content: url("../img/sorteoDiaPadreBig.png");
}

.hero1-md .hero1 .diaDelPadreBig-hero1:before
{
  content: url('../img/sorteoDiaPadreBig.png');
	margin-left: -64px;
	position: absolute;
	margin-top: -1px;
}

.diaMadreBig-hero1:before 
{
	content: url("../img/logoMadre.png");
}

.hero1-md .hero1 .diaMadreBig-hero1:before
{
  content: url('../img/logoMadre.png');
	margin-left: -64px;
	position: absolute;
	margin-top: -1px;
}

.diaDeEuropaBig-hero1:before 
{
	content: url("../img/sorteoDiaEuropaBig.png");
}

.hero1-md .hero1 .diaDeEuropaBig-hero1:before
{
  content: url('../img/sorteoDiaEuropaBig.png');
	margin-left: -66px;
	position: absolute;
	margin-top: -8px;
}

.vacacionesBig-hero1:before 
{
	content: url("../img/vacaciones-big.png");
}

.hero1-md .hero1 .vacacionesBig-hero1:before 
{
	content: url(../img/vacaciones-big.png);
	margin-left: -72px;
	position: absolute;
	margin-top: -9px;
}

.agostoBig-hero1:before 
{
	content: url("../img/agosto-big.png");
}

.hero1-md .hero1 .agostoBig-hero1:before 
{
	content: url(../img/agosto-big.png);
	margin-left: -72px;
	position: absolute;
	margin-top: -9px;
}

.septiembreBig-hero1:before 
{
	content: url("../img/septiembre-big.png");
}

.hero1-md .hero1 .septiembreBig-hero1:before 
{
	content: url(../img/septiembre-big.png);
	margin-left: -69px;
	position: absolute;
	margin-top: 0px;
}

.culturaBig-hero1:before 
{
	content: url("../img/cultura-big.png");
}

.hero1-md .hero1 .culturaBig-hero1:before 
{
	content: url(../img/cultura-big.png);
	margin-left: -69px;
	position: absolute;
	margin-top: 0px;
}

.hispanidadBig-hero1:before 
{
	content: url("../img/logoHispanidad.png");
}

.hispanidad-hero1:before 
{
	content: url("../img/logoHispanidad_carrito.png");
	margin-left: -57px;
	position: absolute;
	margin-top:1px;
}

.cancerBig-hero1:before 
{
	content: url("../img/cancer-big.png");
}

.hero1-md .hero1 .cancerBig-hero1:before
{
  margin-left: -66px;
  position: absolute;
  margin-top:-7px;
}

.cancer-hero1:before 
{
	content: url("../img/logoCancer_carrito.png");
	margin-left: -69px;
	margin-top: -2px;
	position: absolute;
	margin-top:-7px;
}

.primaveraBig-hero1:before 
{
	content: url("../img/primavera-big.png");
}

.hero1-md .hero1 .primaveraBig-hero1:before
{
  content: url('../img/menuPrimavera.png');
  margin-right: 4px;
  margin-left: -43px;
  position: absolute;
  margin-top:-7px;
}

.primavera-hero1:before 
{
	content: url("../img/logoPrimavera_carrito.png");
	margin-left: -53px;
	margin-top: -2px;
	position: absolute;
	margin-top:-7px;
}

.cruzRojaBig-hero1:before {
	content: url("../img/cruzRoja-big2.png");
}

.hero1-md .hero1 .cruzRojaBig-hero1:before
{
  content: url('../img/cruzRoja-big2.png');
	margin-left: -72px;
	position: absolute;
	margin-top: -9px;
}

.oroBig-hero1:before {
	content: url("../img/logoOro.png");
}

.hero1-md .hero1 .oroBig-hero1:before
{
  content: url('../img/logoOro.png');
	margin-left: -75px;
	position: absolute;
	margin-top: 1px;
}

.otonoBig-hero1:before {
	content: url("../img/logoOtono.png");
}

.hero1-md .hero1 .otonoBig-hero1:before
{
  content: url('../img/logoOtono.png');
	margin-left: -72px;
	position: absolute;
	margin-top: -9px;
}

.constitucionBig-hero1:before {
	content: url("../img/logoConstitucion.png");
}

.hero1-md .hero1 .constitucionBig-hero1:before
{
  content: url('../img/logoConstitucion.png');
	margin-left: -72px;
	position: absolute;
	margin-top: -1px;
}

.aniversarioBig-hero1:before 
{
	content: url("../img/aniversario-big.png");
	margin-left: -69px;
	margin-top: -2px;
	position: absolute;
	margin-top:-7px;
}


.tabla-que-es.tabla-que-es-decimosNacional th{
	text-align:center;
}

.tabla-que-es.tabla-que-es-decimosNacionalExtra th{
	text-align:center;
}


.transferencia-ok .logoTransf-container{
  display: table-cell;
  height: 242px;
  vertical-align: bottom;
}

.especial-buttons{
	width:auto;
}

.especial-buttons .btn-primary{
	background: #9e7337; /* Old browsers */
	background: -moz-linear-gradient(left,  #9e7337 0%, #968346 25%, #cba848 51%, #ad8548 74%, #844d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9e7337), color-stop(25%,#968346), color-stop(51%,#cba848), color-stop(74%,#ad8548), color-stop(100%,#844d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #9e7337 0%,#968346 25%,#cba848 51%,#ad8548 74%,#844d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #9e7337 0%,#968346 25%,#cba848 51%,#ad8548 74%,#844d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #9e7337 0%,#968346 25%,#cba848 51%,#ad8548 74%,#844d00 100%); /* IE10+ */
	background: linear-gradient(to right,  #9e7337 0%,#968346 25%,#bd972d 51%,#ad8548 74%,#844d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e7337', endColorstr='#844d00',GradientType=1 ); /* IE6-9 */
	display:inline;

	border:#eab92d;
}

.hero1-md .hero-info h1.big.big100m div{
  display: inline-block;
}
.hero1-md .hero-info h1.big.big100m {
	font-size: 48px;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(137, 84, 9, 1);
}

.overflow-show{
	overflow:visible;
}

.sidebar-nav .te-ha-tocado ul{
	cursor:pointer;
}

.sidebar-nav .te-ha-tocado ul:hover{
	color:#11cdff;
}

.shopping-full{
	background: none repeat scroll 0 0 #ff6137;
	border-radius: 10px;
	height: 13px;
	position: absolute;
	right: 2px;
	top: 11px;
	width: 13px;
	z-index: 999999;
	font-size: 7px;
	font-family: "Neosans-Bold";

	-webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    1px 0px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         1px 0px 3px 0px rgba(0, 0, 0, 0.75);

}
.shopping-full p{
	color: #000;
	text-align: center;
	text-shadow: 0px 1px 4px rgba(255, 255, 255, 1);
	margin-top: -3px;
	width: 100%;
}
.shopping-full:hover{
	background: none repeat scroll 0 0 #ff6137;
	width: 16px;
	height: 16px;
	font-family: "Neosans";
	padding-top:1px;

	-webkit-box-shadow: 1px 0px 3px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    1px 0px 3px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         1px 0px 3px 0px rgba(255, 255, 255, 0.75);

	font-size:10px !important;
}


.bote-ayudas .proximo-bote-ayuda{
	/*width:150px;*/
	float:left;
	color:#555;
	/*margin-left:110px;*/
	margin-left:100px;
	margin-right: 20px;
}

.bote-ayudas .proximo-bote-ayuda.bote-multibotes{
	color: #555;
	float: left;
	margin-left: 50px;
	margin-right: 20px;
	width:auto;
}

.bote-ayudas span{
	float:left;
	font-size:24px;
	margin-top:0;
}

.bote-ayudas .call-to-action{
	float:left;
	font-size:18px;
	margin-top:6px;
	margin-left:20px;
}
.bote-ayudas .call-to-action-img{
	font-size:20px;
	margin-top:0px;
	margin-left:5px;
}

.dudas-contacto li{
	list-style-type:square;
	font-family:'NeoSans-Light';
	font-size:13px;
	margin-left:0;
}

.dudas-contacto li:before{
	content:none !important;
}

.pointer{
	cursor:pointer;
}

.pointer .nombre-producto:hover, .pointer .date:hover{
	color:#0098be;
}

.resultados-portada{
	font-family:'NeoSans';
	font-size:16px;
	background:none !important;
}

/*menu desplegable de TU CUENTA*/
.dropdown-menu
{
  background-color: #2f3742;
  border-radius: 4px;
  text-align: center;
  text-align: center;
	top:50px;
  padding:10px 5px;
	margin-right:-34px;
}

.dropdown-menu li
{
  list-style: none;
  text-transform: none;
  font-family: "NeoSans-Light";
  padding: 5px 0;
  cursor: pointer;
  font-size: 13px;
}
.dropdown-menu li a
{
  color:#fff;
}

.dropdown-menu:before
{
	border-bottom: 10px solid #2f3742;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	margin-right: -10px;
	position: absolute;
	right: 50%;
	top: -10px;
	width: 0;
}
.datepicker.dropdown-menu:before
{
	border-bottom:none;
	border-left:none;
	border-right:none;

}
.dropdown-penas
{
  background-color: #2f3742;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 134px;
  text-align: center;
  top:54px;
  left:15px;
  padding:10px 5px;
  position:absolute;
  z-index:999999;
}

.dropdown-penas li
{
  list-style: none;
  text-transform: none;
  font-family: "NeoSans-Light";
  padding: 5px 0;
  cursor: pointer;
  font-size: 13px;
}
.dropdown-penas li a
{
  color:#fff;
}

.dropdown-penas:before
{
  border-bottom: 10px solid #2f3742;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	content: "";
	height: 0;
	position: absolute;
	right: 50%;
	width: 0;
	margin-right: -10px;
}

.menu-responsive li{
	list-style-type:none;
}

.footer-links > span .glyphicon-play{
	display:none !important;
}

.hero1-md .half.first{
	width:42%;
}
.hero1-md .half.last{
	width:62%;
}

.hero1-md .hero-info {
	margin-top: 0px;
	padding-bottom:0px;
}

.hero1-md .half.last #clock.publi{
	margin:0 0 0 40px;
}

.hero1-md .half.last #clock.publi .dias::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias2::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas2::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min2::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg2::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias3::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas3::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min3::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg3::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias4::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas4::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min4::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg4::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias5::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas5::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min5::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg5::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias6::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas6::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min6::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg6::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias7::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas7::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min7::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg7::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias8::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas8::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min8::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg8::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias9::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas9::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min9::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg9::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias10::after {
	font-size: 10px;
	right: 3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .horas10::after {
	font-size: 10px;
	right: -3px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .min10::after {
	font-size: 10px;
	right: 4px;
	top: 22px;
}
.hero1-md .half.last #clock.publi .seg10::after {
	font-size: 10px;
	right: 5px;
	top: 22px;
}

.hero1-md .half.last #clock.publi .dias, .hero1-md .half.last #clock.publi .horas, .hero1-md .half.last #clock.publi .min, .hero1-md .half.last #clock.publi .seg{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias2, .hero1-md .half.last #clock.publi .horas2, .hero1-md .half.last #clock.publi .min2, .hero1-md .half.last #clock.publi .seg2{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias3, .hero1-md .half.last #clock.publi .horas3, .hero1-md .half.last #clock.publi .min3, .hero1-md .half.last #clock.publi .seg3{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias4, .hero1-md .half.last #clock.publi .horas4, .hero1-md .half.last #clock.publi .min4, .hero1-md .half.last #clock.publi .seg4{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias5, .hero1-md .half.last #clock.publi .horas5, .hero1-md .half.last #clock.publi .min5, .hero1-md .half.last #clock.publi .seg5{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias6, .hero1-md .half.last #clock.publi .horas6, .hero1-md .half.last #clock.publi .min6, .hero1-md .half.last #clock.publi .seg6{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias7, .hero1-md .half.last #clock.publi .horas7, .hero1-md .half.last #clock.publi .min7, .hero1-md .half.last #clock.publi .seg7{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias8, .hero1-md .half.last #clock.publi .horas8, .hero1-md .half.last #clock.publi .min8, .hero1-md .half.last #clock.publi .seg8{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias9, .hero1-md .half.last #clock.publi .horas9, .hero1-md .half.last #clock.publi .min9, .hero1-md .half.last #clock.publi .seg9{
	font-size:21px;
}

.hero1-md .half.last #clock.publi .dias10, .hero1-md .half.last #clock.publi .horas10, .hero1-md .half.last #clock.publi .min10, .hero1-md .half.last #clock.publi .seg10{
	font-size:21px;
}

/*HERO ! MD PRoducto PRincipal mediano*/
.hero1-md{
	padding:0 !important;
}
.hero1-md .hero1{
	margin:0 !important;
}

.hero1-md .hero-info h4{
	margin-bottom:0 !important;
}



/*Formulario de registro responsive*/
.registro-desktop{
	display:block;
}
.registro-mobile{
	display:none;
}

/*bloques login/registro carrito no loggeado*/
.carrito-desktop{
	display:block;
}
.carrito-mobile{
	display:none;
}

.link-type{
	border:none !important;
	color:#0098be;
	cursor:pointer;
}

.modal-content{
	overflow-y:scroll;
	height:890px;
}

#error3 > li{
	list-style-type:none;
}

#privacidadModal .contacto-ok h4{
	font-size:13px;
}
.main-container .contacto-ok h4{
	font-size: 13px !important;
	font-weight: normal;
	margin-top: 0;
}
.contacto-ok dl{
	margin-bottom: 0;
}

#apuestasPremioSeguroModal .num-lotos li{
	width:13px;
	font-size:11px !important;
}
#apuestasPremioSeguroModal .num-lotos li.estrella{
	width:24px;
}
#apuestasPremioSeguroModal .num-lotos li.circulo{
	width: 25px;
  padding-top: 0px!important;
}

.registro-contacto .inline.text-primary > strong{
	text-transform:uppercase !important;
}

/*Mensaje Cookies Top*/

#cookiesAviso {
	background: none repeat scroll 0 0 #0098be;
	color: #fff;
	padding: 5px;
	position:fixed;
	bottom:0;
	z-index:999999;
	text-align: center;
	width:100%;
}


#cookiesAviso .roundedclose {
	font-family: 'NeoSans-Medium';
	color: #FFF;
}

#cookiesAviso .fa {
	font-size: 20px;
	margin-left: 10px;
}

/*carrito mobile*/

.carrito-responsive{
	background:#fff;
	margin:0px;
	padding:0;
	font-size:13px;
	text-align:center;
	font-family:'NeoSans-medium';
}
.carrito-responsive :nth-child(even).apuestas-carrito{
	background:#f5f6f7;
}

.carrito-responsive .apuestas-carrito{
	float:left;
	width:100%;
}

.carrito-responsive .carrito-div{
	margin:20px 0 0 20px;
	float:left;
}

.carrito-responsive .carrito-opciones{
	margin:15px 0 0 20px;
	float:left;
}
.carrito-responsive .fa-stack{
	line-height:1.5em !important;
}
.carrito-responsive .fa-stack-2x{
	font-size:26px !important;
	margin-top: -1px !important;
}

.carrito-responsive .fa-stack-1x{
	font-size:12px;
	margin-top:-2px;
}
.carrito-responsive a img{
	vertical-align:top !important;
}

.aEliminar{
	margin-left:-5px;	
}

.precioProducto{
	margin-left:20px;
	font-size:14px;
}
/*MODAL PopUp Apuestas*/
.modal-apuestasPopup
{
  position: absolute;
  z-index: 99999;
  color: #fff;
  background-color: #2d343f;
  border-radius: 4px;
  display: block;
	/*  right: 216px;*/
	/*  top: 0px;*/
	padding: 10px 15px;
	text-align: center;
 	margin: 2px 0 0 -10%;

	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.modal-apuestasPopup .estrella{
	padding:0.3em !important;
	background-position: center top;
	color:#000;
}

.modal-apuestasPopup h4{
	font-size:14px;
	width:100%;
	height:23px;
	border-bottom:1px solid #575d65;
	margin-left:10px;
}

.carrito-responsive .btn-x-close{
	position:absolute;
	float:right;
	background:none;
	border:0;
	color:#fff;
	top: 2px;
	margin-right: 8px;
	font-size:20px;
}
.modal-apuestasPopup
{
  display: none;
}

.modal-apuestasPopup p
{
  position:relative;
  float:left;	
  text-transform: none;
  font-family: "NeoSans-Light";
  font-size: 13px;
}

.modal-apuestasPopup .btn
{
  font-family: "NeoSans";
  font-size: 11px;
  padding: 4px 7px;
}
.modal-apuestasPopup .button-group .btn
{
  margin: 2%;
}
.comprar-mas{
	margin-top:5px;
}

/*Módulos pequeños Navidad*/
.panel1-navidad
{
  display: block;
  overflow: hidden;
}

.cestaNavidadSmall:before
{
  content: url('../img/cestaNavidadSmall.png');
  margin-right: 4px;
}
.cienPremiumSmall:before
{
  content: url('../img/100premiumSmall.png');
  margin-right: 4px;
}
.manolitaSmall:before{
  content: url('../img/manolitaSmall.png');
  margin-right: 4px;
}
.losMasBuscadosSmall:before{
  content: url('../img/losMasBuscadosSmall.png');
  margin-right: 4px;
}
.especiales-modulos h3{
	font-size:13px;
	font-family:'NeoSans-bold';
	font-weight:normal;
	text-align:left;
	width:84%;
}

.especiales-modulos h4{
	font-size:12px;
	font-family:'NeoSans-bold';
	font-weight:normal !important;
	clear:both;
}

.especiales-modulos .full-width{
	width:100%;
}

.modulo-4x .header-opacity
{
  height:70px;
}

.fast-box-navidad
{  
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  background-repeat: no-repeat;

  background-color:#0098be;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.col-xs-6.col-sm-6.col-md-3.fast-box-navidad
{
  padding: 0;
  margin: 1%;
  width: 23%;
  /*padding-bottom: 19.8%;*/
	padding-bottom: 16.8%;
  border-radius:3px;

}
.col-xs-6.col-sm-6.col-md-6.fast-box-navidad
{
  padding: 0;
  margin: 1%;
  width: 48%;
  padding-bottom: 19.8%;
  border-radius:3px;

}
.col-xs-6.col-sm-6.col-md-4.fast-box-navidad
{
  padding: 0;
  margin: 1%;
  width: 31.3%;
  padding-bottom: 26.8%;
  border-radius:3px;
}

.fast-box-navidad .button-absolute
{
  position: absolute;
  bottom: 10px;
  right:10px;
}

/*Módulos mitad 2x Navidad*/
.modulo-2x h3{
	font-size:34px;
	text-align:center;
	/*width:100%;*/
	width:90%;
}
.modulo-2x.normales h3{
	font-size:18px;
	text-align:center;
	width:100%;
	font-family:'NeoSans-medium';
	margin-top:10px;
}
.modulo-2x.normales h1{
	margin-top:10px;
}
.bote-2x{
	font-size:50px;
}
.modulo-2x.normales h3:before{
	content: url("../img/euromillones.png");
	left: 27%;
	margin-right: 4px;
	top:18px;
	position: absolute;
}
.modulo-2x h4{
	font-size:16px;
	text-align:center;
	width:100%;
	font-weight:normal;
	top:12px;
	position:relative;
}
.modulo-2x .header-opacity
{
  padding: 15px 7px 25px 7px;
  background-color: rgba(0,0,0,0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

/*AGOTADOS PORTADA*/

.button-agotado
{
	background:#636363  !important;
	border-color:#636363 !important;
}

.txt-agotado{
	color:#8d9393 !important;
	text-transform:none;
	font-size:18px;
	margin:50px 0 50px 0;
}
.button-agotado:hover, .button-agotado:active, .button-agotado:focus, .button-agotado:active
{
	background:#636363 !important;
	border-color:#636363 !important;
}
img.agotadoBanda-2x{
	position:relative;
	z-index:9999999;
	margin-top:66px
}

.agotadoBanda{
	text-align: center;
	width:105%;
	height:50px;
	background:#bd1d1d;
	position:absolute;
	z-index:100;
	margin:103px 0 0 -1%;
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	background: #bd1d1d; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #bd1d1d 0%, #8e1616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#bd1d1d), color-stop(100%,#8e1616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #bd1d1d 0%,#8e1616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #bd1d1d 0%,#8e1616 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #bd1d1d 0%,#8e1616 100%); /* IE10+ */
	background: linear-gradient(135deg,  #bd1d1d 0%,#8e1616 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd1d1d', endColorstr='#8e1616',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.modulo-4x .agotadoBanda{
	margin:73px 0 0 -1%;
}

.agotadoBanda h5{
	font-size:32px;
	line-height: 28px;
}

.decimos-2x-agotado{
	background-image: url("/user/img/hero-2x-decimos-agotado.png") !important;
}

.decimosNino-2x-agotado{
	background-image: url("/user/img/hero-2x-decimosNino-agotado.png") !important;
}

.participaciones-2x-agotado{
	background-image: url("/user/img/hero-2x-participaciones-agotado.png") !important;
}

i.agotado4x{
	opacity:0.5;
}

/*Modulos pequeños Navidad 3x*/
.modulo-3x{
	height:188px;
}
.col-xs-6.col-sm-6.col-md-4.fast-box-navidad.especiales-modulos.modulo-4x.modulo-3x{
	padding:0;
}

/*Ventajas de Jugar online */

.ventajas-online div{
	margin:15px 0;
}
.ventajas-online img{
	width:50px;
}
.ventajas-icos{
	float:left;
	margin-right:20px;
}

.ventajas-online p{
	display:inline;
	font-size:14px;
}

/*CALENDARIO DE APUESTAS*/
.table-responsive.mis-apuestas.calendario-apuestas{
	height:495px;
	overflow:hidden;	
	position:relative;
	margin:0;
	background:#f5f8f9;
	border:none;
}
.table-responsive.mis-apuestas.calendario-apuestas .slider{
	margin:0;
	background:#FFFFFF;
}
.cabecera-calendario .scrollAction{
	width:100%;
	height:55px;
	background:#0098be;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pie-calendario .scrollAction{
	width:100%;
	height:54px;
	background:#0098be;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cabecera-calendario .scrollAction .pull-right.txt{
	height:100%;
	line-height:50px;
	margin-right:20px;
	cursor:pointer;
}
.cabecera-calendario .scrollAction .pull-right.txt.irAmes{
	height:100%;
	line-height:54px;
	margin-right:60px;
	cursor:pointer;
}
.pie-calendario .scrollAction .pull-right.txt{
	height:100%;
	line-height:50px;
	margin-right:20px;
	cursor:pointer;
}
.pull-left.txt.anio{
	height:100%;
	line-height:50px;
	cursor:pointer;
	font-size:20px;
	top:20px;
	width:100px;
	text-align:center;
}

.table-responsive.mis-apuestas.calendario-apuestas th .pull-right.white > span{
	font-size: 20px;
}
.white{
	color:white;
}

.calendario-apuestas th{
	width:100px;
	border:none !important;
}
.calendario-apuestas .month-name{
	/*position:absolute;*/
	top:0;
	text-align:center;
	font-size:15px;
	width:130px;
	font-family:'NeoSans-medium';
	font-weight: normal;
	color:#3d3d3f;
	text-align:center;
	letter-spacing: 0.9px;
	line-height:30px;
	text-transform:uppercase;
	background:#f5f8f9;
}

.calendario-apuestas .month-day{
	width:50px;
	text-align:center;
	padding:4px !important;
	font-size:12px;
}

.calendario-apuestas th, .calendario-apuestas td{
	padding:4px !important;
}

/*CHECKBOX MIS APUESTAS*/
.tabla-responsive.mis-apuestas label{
	font-size:13px;
	color:#555555;
	width:21px;
	margin:3px 0 0 5px;
	background:#FFF;
}

.tabla-responsive.mis-apuestas input[type="checkbox"] {
	display:none;
}
.tabla-responsive.mis-apuestas input[type="checkbox"] + label{
	float:left;
	font-style: normal;
	font-size: 13px;
}
.tabla-responsive.mis-apuestas input[type="checkbox"] + label span {

	width:21px;
	height:21px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../img/check_radio_sheet.png) left top no-repeat;
	cursor:pointer;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.tabla-responsive.mis-apuestas input[type="checkbox"]:checked + label span {
	background:url(../img/check_radio_sheet.png) -18px center no-repeat;
}
/*BANNERS PRODUCTOS */
.bannerQexperto{
	border-radius:4px;
	background:url(/user/img/bannerQexperto.png) no-repeat;
	background-position:0px -285px;
	background-size:cover;
	overflow: hidden;
}
.bannerDecimosNavO{
	border-radius:4px;
	background:url(/user/img/bannerDecimosNavOnline.png) no-repeat;
	/*background-size:cover;*/
	overflow: hidden;
}
.bannerDecimosNavF{
	border-radius:4px;
	background:url(/user/img/bannerDecimosNavFisicos.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerLaCesta{
	border-radius:4px;
	background:url(/user/img/bannerLaCestaDeNavidad.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerFondoNino{
	border-radius:4px;
	background:url(/user/img/bannerFondoNino.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerParticipaciones{
	border-radius:4px;
	background:url(/user/img/bannerParticipaciones.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerParticipaciones-nacional{
	border-radius:4px;
	background:url(/user/img/bannerParticipaciones-nacional.jpg) no-repeat;
	background-position:0px -202px;
	background-size:cover;
	overflow: hidden;
}
.bannerMultibotes{
	border-radius:4px;
	background:url(/user/img/bannerMultibotes.jpg) no-repeat;
	/*background-position:0px -248px;*/
	background-size:cover;
	overflow: hidden;
}
.bannerMultibotes-SI{
	border-radius:4px;
	background:url(/user/img/bannerMultibotes-SI.jpg) no-repeat;
	overflow: hidden;
}
.bannerMultibotes-BF{
	border-radius:4px;
	background:url(/user/img/bannerMultibotes-BF.jpg) no-repeat;
	overflow: hidden;
}
.bannerMultibotes-promo{
	border-radius:4px;
	background:url(/user/img/bannerMultibotes-promo.jpg) no-repeat;
	overflow: hidden;
	height: 85px;
}
.bannerEuroabono{
	border-radius:4px;
	background:url(/user/img/bannerEuroabono.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerEuroabono-promo{
	border-radius:4px;
	background:url(/user/img/bannerEuroabono-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerAbonoloto{
	border-radius:4px;
	background:url(/user/img/bannerAbonoloto.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerAbonoloto-promo{
	border-radius:4px;
	background:url(/user/img/bannerAbonoloto-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerGordoabono{
	border-radius:4px;
	background:url(/user/img/bannerGordoabono.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerGordoabono-promo{
	border-radius:4px;
	background:url(/user/img/bannerGordoabono-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerAportodas{
	border-radius:4px;
	background:url(/user/img/bannerAportodas.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerAportodas-promo{
	border-radius:4px;
	background:url(/user/img/bannerAportodas-promo.jpg) no-repeat;
	/*background-size:cover;*/
	overflow: hidden;
	height: 89px;
}
.bannerPremioSeguro{
	border-radius:4px;
	background:url(/user/img/bannerPremioSeguro.jpg) no-repeat;
	background-position: 16% 24%; 
	overflow: hidden;
}
.bannerPremioSeguro-promo{
	border-radius:4px;
	background:url(/user/img/bannerPremioSeguro-promo.jpg) no-repeat;
	background-position: 16% 24%; 
	overflow: hidden;
}
.bannerBigFriday{
	border-radius:4px;
	background:url(/user/img/bannerBigFriday.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerBigFriday-BF{
	border-radius:4px;
	background:url(/user/img/bannerBigFriday-BF.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerBigFriday-promo{
	border-radius:4px;
	background:url(/user/img/bannerBigFriday-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaPremium{
	border-radius:4px;
	background:url(/user/img/bannerPenaPremium.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaPremium-promo{
	border-radius:4px;
	background:url(/user/img/bannerPenaPremium-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaPrimium{
	border-radius:4px;
	background:url(/user/img/bannerPenaPrimium.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaSuperPrimi{
	border-radius:4px;
	background:url(/user/img/bannerPenaSuperPrimi.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerFondoApuestasEU{
	border-radius:4px;
	background:url(/user/img/bannerFondoApuestasEU.jpg) no-repeat;
	background-position:0px -78px;
	background-size:cover;
	overflow: hidden;
}
.bannerPrimiabono{
	border-radius:4px;
	background:url(/user/img/bannerPrimiabono.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPrimiabono-promo{
	border-radius:4px;
	background:url(/user/img/bannerPrimiabono-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaPrimitiva{
	border-radius:4px;
	background:url(/user/img/bannerPenaPrimitiva.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaPrimitiva-promo{
	border-radius:4px;
	background:url(/user/img/bannerPenaPrimitiva-promo.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 85px;
}
.bannerPenaPrimitiva-promo_BQ{
	border-radius:4px;
	background:url(/user/img/bannerPenaPrimitiva-promo_BQ.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 85px;
}
.bannerPenaPrimi40{
	border-radius:4px;
	background:url(/user/img/bannerPenaPrimi40.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaGordo{
	border-radius:4px;
	background:url(/user/img/bannerPenaGordo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaGordo-promo{
	border-radius:4px;
	background:url(/user/img/bannerPenaGordo-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
	height: 85px;
}
.bannerPenaEuromillones{
	border-radius:4px;
	background:url(/user/img/bannerPenaEuromillones.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaEuromillones-nuevo{
	border-radius:4px;
	background:url(/user/img/bannerPenaEuromillones-nuevo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
	background-position: 25%; 
}
.bannerPenaEuromillones-promo{
	border-radius:4px;
	background:url(/user/img/bannerPenaEuromillones-promo.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
	height: 85px;
}
.bannerPenaEuromillones-promo_BQ{
	border-radius:4px;
	background:url(/user/img/bannerPenaEuromillones-promo_BQ.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
	height: 85px;
}
.bannerPenaEuro40{
	border-radius:4px;
	background:url(/user/img/bannerPenaEuro40.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaLluvia{
	border-radius:4px;
	background:url(/user/img/bannerPenaLluvia.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaEuroMas{
	border-radius:4px;
	background:url(/user/img/bannerPenaEuroMas.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaMillonPlus{
	border-radius:4px;
	background:url(/user/img/bannerPenaMillonPlus.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerMasBuscados{
	border-radius:4px;
	background:url(/user/img/bannerMasBuscados.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerMasBuscadosBF{
	border-radius:4px;
	background:url(/user/img/bannerMasBuscadosBF.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerMasBuscadosNino{
	border-radius:4px;
	background:url(/user/img/bannerMasBuscadosNino.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}

.banner100premium{
	border-radius:4px;
	background:url(/user/img/banner-100-premium.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.banner100premiumBF{
	border-radius:4px;
	background:url(/user/img/banner-100-premiumBF.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}

.bannerDonaManolita{
	border-radius:4px;
	background:url(/user/img/banner-penaManolita.png) no-repeat;
	background-position:0px -304px;
	background-size:cover;
	overflow: hidden;
}

.bannerDonaManolitaNavidad{
	border-radius:4px;
	background:url(/user/img/banner-penaManolitaNavidad.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}

.bannerDel13{
	border-radius:4px;
	background:url(/user/img/bannerDel13.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerDel13BF{
	border-radius:4px;
	background:url(/user/img/bannerDel13BF.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannervacaciones{
	border-radius:4px;
	background:url(/user/img/banner-penaVacaciones.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannervacaciones-part{
	border-radius:4px;
	background:url(/user/img/banner-partVacaciones.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannersanvalentin{
	border-radius:4px;
	background:url(/user/img/bannerSanValentin.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaSanValentin{
	border-radius:4px;
	background:url(/user/img/banner-penaSanValentin.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerdiadelpadre{
	border-radius:4px;
	background:url(/user/img/bannerDiaPadre.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaDiaDelPadre{
	border-radius:4px;
	background:url(/user/img/banner-penaDiaDelPadre.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannercancer{
	border-radius:4px;
	background:url(/user/img/bannerCancer.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaCancer{
	border-radius:4px;
	background:url(/user/img/bannerPenaCancer.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerprimavera{
	border-radius:4px;
	background:url(/user/img/bannerPrimavera.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaPrimavera{
	border-radius:4px;
	background:url(/user/img/bannerPenaPrimavera.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannercruzroja{
	border-radius:4px;
	background:url(/user/img/bannerCruzRoja.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaCruzRoja{
	border-radius:4px;
	background:url(/user/img/bannerPenaCruzRoja.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerinvierno{
	border-radius:4px;
	background:url(/user/img/bannerInvierno.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaInvierno{
	border-radius:4px;
	background:url(/user/img/banner-penaInvierno.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerPenaSorteoEspecial{
	border-radius:4px;
	background:url(/user/img/bannerPenaSorteoEspecial.png) no-repeat;
	background-size:cover;
	overflow: hidden;
}
.bannerLoteriaSocial{
	border-radius:4px;
	background:url(/user/img/bannerLoteriaSocial.jpg) no-repeat;
	background-size:cover;
	overflow: hidden;
}

.bannerInfo{
	margin-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position:relative;
}
.bannerMultibotes .bannerInfo h2{
	font-size:24px !important;
}
.bannerMultibotes-promo .bannerInfo h2{
	font-size:24px !important;
}

.bannerInfo h2{
	font-size:26px !important;
}
.bannerInfo h5{
	font-size:15px ;
}

.bannerInfo p{
	font-size:14px;
	margin:5px 0 0 0;
}
.bannerInfo p span{
	font-size:12px;
}
.bannerInfo h2, h5{
	margin:8px 0 0 0;
}

.bannerInfoQexperto{
	height:123px;
	margin-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position:relative;
}
.bannerInfoQexperto h2{
	font-size:26px !important;
}
.bannerInfoQexperto h5{
	font-size:15px !important;
}
.bannerInfoQexperto p{
	font-size:14px;
	margin:5px 0 0 0;
}
.bannerInfoQexperto p span{
	font-size:12px;
}
.bannerInfoQexperto h2, h5{
	margin:8px 0 0 0;
}

.resaltadoExperto{
	color:#ffd884;
	font-size:18px !important;
	text-transform:uppercase;
}
.labelQexperto{
	position:absolute;
	bottom:0; 
	right:0;
}

.salto414{
	display:none;
}

/*Estadísticas La Cesta de Navidad*/

/*GRUPO 1*/
#estadisticas{
	color:#555;
	float: left;
}
.stats-grupo1{
	margin-top:25px;
	padding-left:40px;
}
#estadisticas p{
	font-size:13px;
}
#estadisticas .stats-grupo1 .izq{
	width:138px;
	float:left;
	padding-top:70px;
}

#estadisticas .stats-grupo1 .izq a{
	font-size:12px;
}
#estadisticas .stats-grupo1 .izq a .glyphicon{
	font-size:10px;
}
.termStats{
	float:left;
	position:relative;
	width:412px;
	margin:20px 0 0 40px;
}
.termStats .statsBorder{
	width:392px;
	height:100%;
	border-left:7px solid #f3deb2;
	border-bottom:7px solid #f3deb2;
	float:left;
	padding:0 0 5px 15px;
}

.termStats .p0, .p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8, .p9{
	position:absolute;
	z-index:888888;
	margin-top:125px !important;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.p0{
	margin-left:12px !important;
}
.p1{
	margin-left:48px !important;
}
.p2{
	margin-left:84px !important;
}
.p3{
	margin-left:120px !important;
}
.p4{
	margin-left:156px !important;
}
.p5{
	margin-left:192px !important;
}
.p6{
	margin-left:228px !important;
}
.p7{
	margin-left:264px !important;
}
.p8{
	margin-left:300px !important;
}
.p9{
	margin-left:336px !important;
}

.veryOuter{

}

.outer {
	width: 30px;
	height: 141px;
	/*border: 1px solid #fff;*/
	/*overflow: hidden;*/
	float:left;
	position: relative;
}

.outer p{
	text-align:center !important;
	color:#25282a;
}



.inner, .inner div {
	width: 100%;
	overflow: hidden;
	left: 0px;
	position: absolute;
}

.inner {
	bottom: 0;
	padding:0 0 0 11px;
}

.inner div {
	font-family:'NeoSans-Bold';
	width: 100%;
	color:#FFF;
	font-size:13px;
	margin-left:10px;
	bottom:0;
}


/*separador oscuro*/

.outerSep {
	width: 6px;
	height: 141px;
	border: 0;
	overflow: hidden;
	float:left;
	position: relative;
}

.innerSep, .innerSep div {
	width: 100%;
	overflow: hidden;
	left: 0;
	position: absolute;
}

.innerSep {
	border: 0;
	border-top-width: 0;
	background-color: #FFF;
	height:18px;
	bottom: 0;

}

.innerSep div {
	top: 0;
	width: 100%;
	height: 0;
}

/*los números de los porcentajes están separados 6px del borde rojo*/

.porcent0{
	margin-top:13px !important
}
.porcent1{
	margin-top:13px !important
}
.porcent2{
	margin-top:13px !important
}
.porcent3{
	margin-top:13px !important;
}
.porcent4{
	margin-top:13px !important
}
.porcent5{
	margin-top:13px !important
}
.porcent6{
	margin-top:13px !important
}
.porcent7{
	margin-top:13px !important
}
.porcent8{
	margin-top:13px !important
}
.porcent9{
	margin-top:13px !important
}


.txt-termStats{
	float:left;
	width:100%;
	font-size:12px;
	margin-top:5px !important;
}

.txt-termStats span{
	font-weight:bold;
}

.txt-termStats a{
	margin-left:38px;
	text-decoration:underline !important;
}

.t0, .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9{
	min-height:68%;
	background:#e6c275;
}

/*GRUPO 2*/
#estadisticas .stats-grupo2{
	padding:68px 0 0 40px;
}
#estadisticas .stats-grupo2 .izq{
	width:250px;
	height:175px;
	float:left; 
}

#estadisticas .stats-grupo2 .izq .title{
	font-size:13px;
	margin-bottom:20px;
}
#estadisticas .stats-grupo2 .izq .nota{
	float:left;
	color:#000;
	margin:12px 0 0 38px;
}
#estadisticas .stats-grupo2 .izq .percent{
	width:36px;
	float:left;
	font-family:'Neosans-Bold';
}
#estadisticas .stats-grupo2 .izq .percent .paresNum{
	margin-top:2px;
}
#estadisticas .stats-grupo2 .izq .percent .imparesNum{
	margin-top:15px;
}
#estadisticas .stats-grupo2 .izq .percent .altosNum{
	margin-top:40px;
}
#estadisticas .stats-grupo2 .izq .percent .bajosNum{
	margin-top:17px;
}
#estadisticas .stats-grupo2 .izq .barras{
	width:214px;
	float:left;
	border-left:7px solid #f3deb2;
	padding-left:5px;
}
#estadisticas .stats-grupo2 .izq .barras p{
	color:#FFF;
	margin:2px 0 0 10px;
}
#estadisticas .stats-grupo2 .izq .barras .pares{
	width:40%;
	height:22px;
	background:#0098be;
	float:left;
}

#estadisticas .stats-grupo2 .izq .barras .impares{
	width:60%;
	height:22px;
	background:#0a6a86;
	float:left;
	clear:left;
	margin-top:12px;
}

#estadisticas .stats-grupo2 .izq .barras .altos{
	width:40%;
	height:22px;
	background:#e6c275;
	float:left;
	clear:left;
	margin-top:36px;
}
#estadisticas .stats-grupo2 .izq .barras .bajos{
	width:60%;
	height:22px;
	background:#c59429;
	float:left;
	clear:left;
	margin-top:12px;
}

/*GRUPO 3*/

#estadisticas .stats-grupo2 .der{
	float:left; 
	margin-left:82px;
}
#estadisticas .stats-grupo2 .der .titulo{
	float:left;
	width:117px;
	height:122px;
	border-bottom:7px solid #f3deb2;
	text-align:center;
	padding:72px 0 0 0;
}
#estadisticas .stats-grupo2 .der .barraTerm{
	float:left;
	width:35px;
	height:172px;
	margin-left:25px;
}
#estadisticas .stats-grupo2 .der .barraTerm .num{
	width:100%;
	height:34px;
	color:#FFF;
	text-align:center;
	padding-top:8px;
}

.Trece{
	background:#12b1de;
}
.sesentayNueve{
	background:#00a1c8;
}
.quince{
	background:#008cae;
}
.veintiDos{
	background:#00728e;
}
.siete{
	background:#00586e;
}
#estadisticas .stats-grupo2 .der .barraTermNum{
	float:left;
	width:70px;
	margin-left:13px;
	text-align:center;
}

#estadisticas .stats-grupo2 .der .barraTermNum .treceNum{
	margin-top:8px;
}
#estadisticas .stats-grupo2 .der .barraTermNum .sesentayNueveNum{
	margin-top:16px;
}
#estadisticas .stats-grupo2 .der .barraTermNum .quinceNum{
	margin-top:16px;
}
#estadisticas .stats-grupo2 .der .barraTermNum .veintiDosNum{
	margin-top:16px;
}
#estadisticas .stats-grupo2 .der .barraTermNum .sieteNum{
	margin-top:16px;
}

/*FONDO DE APUESTAS GRUPO 2*/
.FAQ-fondo #estadisticas .stats-grupo2{
	padding:50px 0 0 40px;

}
.FAQ-fondo #estadisticas .stats-grupo2 .izq{
	width:250px;
	height:220px;
	float:left; 
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq.izq-estrellas{
	margin-left:130px;
	height:180px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .title{
	font-size:13px;
	margin-bottom:40px;
}

.FAQ-fondo #estadisticas hr{
	margin:50px 0 30px 0;
}
.FAQ-fondo #estadisticas .title-numeros{
	font-size:14px;
	margin:0 0 60px 0;
	text-align:center;
}

.FAQ-fondo #estadisticas .izquierda-boleto{
	width:170px;
	height:337px;
	margin-left:80px;
	float:left;
}

.FAQ-fondo #estadisticas .izquierda-boleto .top{
	width:100%;
	height:207px;
	background:#ececec;
	border:1px solid #e23203;
	border-radius:4px;
	padding:2px 6px;
	overflow:hidden;
}
.FAQ-fondo #estadisticas .izquierda-boleto .top span{
	display:block;
	font-size:13px;
	color:#e23203;
	text-align:center;
}

.FAQ-fondo #estadisticas .izquierda-boleto .top .cont-cas{
	width:157px;
	height:182px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .top .cont-cas .col{
	float:left;
	width:27px;
	margin-left:-1px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .top .cas{
	width:100%;
	height:21px;
	border-top:1px solid #e23203;
	border-right:1px solid #e23203;
	border-bottom:1px solid #e23203;
	border-left:1px solid #e23203;
	background:#FFF;
	margin-top:-1px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .top .cas.blue{
	background:#d5e7f0;
} 
.FAQ-fondo #estadisticas .izquierda-boleto .top .cas .num{
	color:#ac0600;
	font-size:13px;
	text-align:center;
	line-height:21px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .bottom{
	width:100%;
	height:130px;
	background:#fff69b;
	border:1px solid #e23203;
	border-radius:4px;
	margin-top:-1px;
	padding:2px 6px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .bottom .col{
	float:left;
	width:30px;
	overflow:hidden;
	margin-right:20px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .bottom .star{
	background:url("../img/estellas_mobile.png");
	background-repeat:no-repeat;
	background-size:30px;
	width:100%;
	height:31px;
	position:relative;
	z-index:1;
}
.FAQ-fondo #estadisticas .izquierda-boleto .bottom .star .num{
	color:#ac0600;
	font-size:13px;
	z-index:9;
	position:absolute;
	top:6px;
	left:11px;
	padding:0;
}
.FAQ-fondo #estadisticas .izquierda-boleto .bottom .star .num.num2cifras{
	left:7px;
}

.FAQ-fondo #estadisticas .izquierda-boleto .bottom .star .blue{
	background:#d5e7f0;
	height: 16px;
	left: 6px;
	position: absolute;
	top: 8px;
	width: 18px;
	z-index: 2;
}

.FAQ-fondo #estadisticas .izquierda-boleto .bottom .star .blue.blue2cifras{
	left: 7px;
}

.FAQ-fondo #estadisticas .link-modal-apuestas{
	text-align:center;
	display:block;
	float:none !important;
	margin-bottom:20px;
}

/*Números más y menos seleccionados*/
.FAQ-fondo #estadisticas .col-numeros-mas{
	height:auto;
	padding:60px 0 0 0;
	float:left;
	margin-left:110px;
}
.FAQ-fondo #estadisticas .col-numeros-mas h6{
	font-size:13px;
	margin:0 0 20px 0;
	text-align:center;
}

.FAQ-fondo #estadisticas .col-numeros-mas h6.segundo{
	margin:40px 0 20px 0;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .nota{
	float:left;
	color:#000;
	margin:12px 0 0 38px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .percent{
	width:36px;
	float:left;
	font-family:'Neosans-Bold';
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .percent .paresNum{
	margin-top:2px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .percent .imparesNum{
	margin-top:15px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .percent .altosNum{
	margin-top:40px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .percent .bajosNum{
	margin-top:17px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .barras{
	width:214px;
	float:left;
	border-left:7px solid #f3deb2;
	padding-left:5px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .barras p{
	color:#FFF;
	margin:2px 0 0 10px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .barras .pares{
	width:40%;
	height:22px;
	background:#0098be;
	float:left;
}

.FAQ-fondo #estadisticas .stats-grupo2 .izq .barras .impares{
	width:60%;
	height:22px;
	background:#0a6a86;
	float:left;
	clear:left;
	margin-top:12px;
}

.FAQ-fondo #estadisticas .stats-grupo2 .izq .barras .altos{
	width:40%;
	height:22px;
	background:#e6c275;
	float:left;
	clear:left;
	margin-top:36px;
}
.FAQ-fondo #estadisticas .stats-grupo2 .izq .barras .bajos{
	width:60%;
	height:22px;
	background:#c59429;
	float:left;
	clear:left;
	margin-top:12px;
}

.infoPen{
	margin-top:15px !important;
	text-align:center;
}

.verNumeros{
	text-transform:none;
}

#numerosCesta{
	font-size:23px;
	margin-right:10px;
}

.verNumeros-content{
	height:auto !important;
}

.ayuda-100-premium .comb-ganadora-grupos .num-lotos{
	font-size:1px;
}

.FAQ h6{
	font-size:12px;
	color:#555555;
}

.esconder-boleto{
	display:none;
}

/*banners agotados PUBLI*/

.banners-agotados .modulo-2x{
	height:190px;
}

.banners-agotados .modulo-2x h3{
	font-size:36px;
}
.banners-agotados .modulo-2x h4{
	font-size:14px;
}

.banners-agotados .modulo-4x h3{
	font-size:12px;
	width:83%;
}

.banners-agotados .modulo-2x .agotadoBanda{
	margin:73px 0 0 -2%;
}

.banners-agotados .modulo-3x .agotadoBanda{
	margin:70px 0 0 -2%;
}

.btn.btn-primary.btn-block.active.button-agotado:before{
 	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #636363;
	bottom: -10px;
	content: "";
	height: 0;
	margin-right: -10px;
	position: absolute;
	right: 50%;
	width: 0;
}

.row.row-offcanvas.row-offcanvas-right{
	overflow:hidden;
}

.pagoYseguridad{
	background:#FFF;
	border-radius: 4px;
	height:auto;
	float:left;
	padding:10px;
}

.pagoYseguridad p{
	font-size:13px;
	margin-top:5px;
}


/*LA Quiniela de El Esperto*/
.squarebull{
	font-size: 11px;
	float: left;
	margin-right: 5px;
}

.quiniela-faq p{
	line-height:26px;
}
.n-apuestas-exp{
	height:50px;
	position:relative;
}
.n-apuestas-exp p{
	width:58%;
	float:left;
	text-align:right;
	margin-top:13px;
	font-size:14px;
}
.n-apuestas-exp div{
	width:40%;
	float:left;
	text-align:left;
	margin-left: 2%;
}

.stats-experto{
	width:90%;
	height:20px;
	background:#d3d3d3;
	margin:0 auto;
}

.stats-experto .progreso{
	/*width:10%;*/
	background:#0098be;
	height:100%;
}
.condiciones-reduccion{
	width:250px;
	color:#565656;
	margin-top:80px;
}
.condiciones-reduccion .no-bg{
	background:none !important;
}
.condiciones-reduccion p{
	line-height:20px;
}
.condiciones-reduccion .glyphicon{
	font-size:11px;
	margin-left:5px;
}

.partidosAyuda{
	width:280px;
	height:431px;
	background:#f3f5f6;
	border:1px solid #c3d6e0;
	color:#565656;
}
/*NUEVO*/
.partidosAyudaMisApuestas{
	width: 8%!important;	
	margin-right: 0.3%;
	padding: 0%!important;
}

.partidosAyuda .cabecera{
	width:100%;
	height:40px;
	background:#ffffff;
	border-bottom:1px solid #c3d6e0;
	padding:8px;
}

.partidosAyuda .cabecera .jornada{
	width:190px;
	float:left;
}
.partidosAyuda .cabecera .unoXdos{
	float:right;	
	text-align:center;
	font-size:15px;
	width:63px;
	letter-spacing: 12px;
}
.unoXdos-combinacion-ganadora{
	width:55px!important;
}

/*NUEVO*/
.unoXdosMisApuestas{
	width:51px!important;
	letter-spacing: 13px!important;
	padding-top: 9%!important;
	font-size:11px!important;
}
.unoXdosMisApuestasQuiniela{
	width:55px!important;
	letter-spacing: 13px!important;
	padding-top: 9%!important;
	font-size:11px!important;
}

.partidosAyuda .partidosApuestas{
	height: 24px; 
	margin: 0 auto;
	width: 100%;
}

/*NUEVO*/
.partidosApuestasMisApuestas{
	margin: 0!important;
	width: 100%!important;
	padding: 0 !important;
}

.partidosApuestas.especial{
	height: 26px;
}
.partidosAyuda .partidosApuestas .partido{
	text-transform:uppercase;
	font-size:10.5px;
	float:left;
	height:100%;
	border-bottom: 1px solid #f09881;
}

/*NUEVO*/
.partidoMisApuestas{
	width:75%!important;
}

.partidosAyuda .partidosApuestas .partido span{
	float:left;
	margin-top:4px;
}
.partidosAyuda .partidosApuestas .partido.sinBorde{
	border:0 !important;
}
.partidosAyuda .partidosApuestas .casillas{
	float:left;
	width:72px;
	height:100%;
	background:#f09881;
}

/*NUEVO*/
.casillasMisApuestas{
	width:100%!important;
}

.partidosAyuda .partidosApuestas .casillas .casilla{
	background: none repeat scroll 0 0 #fff;
	float: left;
	height: 20px;
	margin: 3px 0 0 3px;
	width: 20px;
	text-align:center;

}

/*NUEVO*/
.casillaMisApuestas{
	width: 27%!important;
}

.partidosAyuda .pleno15{
	width:100%;
	height:26px;
	background:#ffffff;
	border-bottom:1px solid #c3d6e0;
	border-top:1px solid #c3d6e0;
	padding:2px 0 0 8px;
}
.partidosAyuda .pleno15 .pleno{
	width:190px;
	float:left;
}
.partidosAyuda .partidosApuestas .casillas .casilla-pleno {
	background: none repeat scroll 0 0 #fff;
	float: left;
	height: 20px;
	margin: 3px 0 0 3px;
	text-align: center;
	width: 66px;
}

/*Modal Q Experto*/
#apuestasExpertoModal .print {
	float:left;
}
#apuestasExpertoModal .blue{
	color:#0098be;
}
#apuestasExpertoModal .tabla-responsive td{
	font-size:11px;
	text-transform:uppercase;
}
#apuestasExpertoModal .tabla th{
	padding:16px 0;
	font-size:11px;
	text-align: center;
	font-family:'NeoSans-light';
}
#apuestasExpertoModal .tabla th .margin{
	margin-left:2px;
}
#apuestasExpertoModal .tabla tr{
	padding:0 0 0 5px;
}

.info-modal{
	float:left;
	width:70% !important;
}
#apuestasExpertoModal .print{
	float:right;
	cursor:pointer;
}

/*política de devoluciones*/
.text-mini dt, .text-mini dd{
	color:#000;
	font-size:12px;
}


.form-group-btn {
	width: 25%;
	float:left;
}
.subtitle-pago{
	font-size:13px;
	float:left;
	clear:left;
	width:100%;

	margin-top:5px;
	text-align:center;
}
.subtitle-pago a{
	margin-left:5px;
}
.form-pago.form-pago-transferencia{
	padding-top:20px;
}
.separador{
	border-top:1px solid #ccc;
	margin: 0 0 20px;
}

#pagoSlide{
	display:none;
}

.col-md-6.col-sm-6.col-xs-6.eres-nuevo.error-eresnuevo{
	margin-top:0;
}
/*Q reducida acordeón reduccciones*/

.reducciones-accordion.acordeon-preguntas .panel-title{
	border-bottom:#c3d6e0;
}

.reducciones-accordion.acordeon-preguntas .panel-title{
	float:none;
}
.reducciones-accordion .panel-heading{
	background:#FFF;
}
.reducciones-accordion .panel-heading.odd{
	background:#f5f6f7;
}
.reducciones-accordion .reducc{
	width:100%;
}

.reducciones-accordion .reducc.clase1{
	max-width:541px;
}

.reducciones-accordion .reducc.clase2{
	max-width:587px;
}

.blockOne{
	margin-bottom:0;
}
.balonTachado{
	display:block;
	width:130px;
}

.modal-login item{
	display:none;
}

/*RESULTADOS MULTIBOTES*/
.contenedor-result-bonoloto{
	margin-top:10px;
}
.contenedor-result-primitiva{
	margin-top:10px;
}
.acordeon-multibotes{
	margin-bottom:15px;
}
.acordeon-multibotes h5{
	font-size:14px;
}
.acordeon-multibotes .panel{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c3d6e0 !important;
	box-shadow:none !important;
	border-radius: 0 !important;
}

.acordeon-multibotes .panel-default > .panel-heading{
	background:#FFF;
}

.separador-resultados{
	margin-top:40px;
}
.ayuda-multibotes #ultimos-res .proximo-bote{
	font-size:15px;
}

.ayuda-multibotes .proximo-bote{
	font-size:15px;
	margin-left:2%;
}
.ayuda-multibotes #ultimos-res .bote{
	margin-left:2%;
	font-size:32px;
}

.ayuda-multibotes #ultimos-res .call-to-action{
	margin-left: 3%;
}

.ayuda-multibotes #como .proximo-bote{
	font-size:15px;
}
.ayuda-multibotes #como .bote{
	margin-left:2%;
	font-size:32px;
}

.ayuda-multibotes #como .call-to-action{
	margin-left: 3%;
}

.glyphicon.glyphicon-play.sm-playSize.call-resultados{
	font-size:15px;
}


.admin-cuenta .centro-iconos{
	margin-top:20px;
}

.col-md-21.col-sm-12.fecha-inicioFin{
	text-align:center;

}

.littlePasos{
	height: auto;
	width: 100%;
}
.mediumPasos{
	height: auto;
	width: 100%;
}
.bigPasos{
	height: auto;
	width: 100%;
}

/*Logos*/
.logoLoteriaNacionalSmall:before{
	content:url('../img/logoLoteriaNavidadSmall.png');
	margin-right: 4px;
}
.logoLoteriaNavidadSmall:before{
	content:url('../img/logoLoteriaNavidadSmall.png');
	margin-right: 4px;
}
.logoLoteriaNinoSmall:before{
	content:url('../img/logoLoteriaNinoSmall.png');
	margin-right: 4px;
}

.logoLoteriaNavidadBig-hero1:before{
	content: url('../img/logoLoteriaNavidad.png');
	margin-right: 4px;
	margin-left: -43px;
	position: absolute;
	margin-top: -7px;
}

.logoLoteriaNinoBig-hero1:before{
	content: url('../img/loteriaNino.png');
	margin-right: 4px;
	margin-left: -43px;
	position: absolute;
	margin-top: -7px;
}

/*Imagenes hero1*/

.hero1-decimos{
	background: url(../img/hero1-decimos.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}

.hero1-decimos2{
	background: url(../img/hero1-decimos2.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}

.hero1-decimosNino{
	background: url(../img/hero1-decimosNino.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-NumeroNino{
	background: url(../img/hero1-numeroNino.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-fondoNino{
	background: url(../img/hero1-fondoNino.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-fondoNino-big{
	background: url(../img/hero1-fondoNino-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-masBuscadosNino{
	background: url(../img/hero1-masBuscadosNino.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-masBuscadosNino-big{
	background: url(../img/hero1-masBuscadosNino-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}

.hero1-participaciones{
	background: url(../img/hero1-participaciones.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-participaciones-big{
	background: url(../img/hero1-participaciones-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cestaNavidad{
	background: url(../img/hero1-cesta.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-fondoNavidad{
	background: url(../img/hero1-fondo.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-fondoNavidad-big{
	background: url(../img/hero1-fondo-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-100premium{
	background: url(../img/hero1-100premium.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-100premium-big{
	background: url(../img/hero1-100premium-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-100terminaciones{
	background: url(../img/hero1-100terminaciones.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-manolita{
	background: url(../img/hero1-manolita.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-manolitaNavidad{
	background: url(../img/hero1-manolitaNavidad.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-manolitaNavidad-big{
	background: url(../img/hero1-manolitaNavidad-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-sanValentin-big{
  background: url(../img/hero1-sanValentin-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 0;
}
.hero1-sanValentin{
	background: url(../img/hero1-sanValentin.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-diaDelPadre-big
{
  background: url(../img/hero1-diaPadre-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 0;
}
.hero1-diaDelPadre{
	background: url(../img/hero1-diaPadre.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-diaDelPadrePena{
	background: url(../img/hero1-diaPadrePena.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-diaDelPadrePart{
	background: url(../img/hero1-diaPadrePart.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cancer{
	background: url(../img/hero1-cancer.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cancerPena{
	background: url(../img/hero1-cancerPena.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cancerParts{
	background: url(../img/hero1-cancerParts.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cancer-big
{
  background: url(../img/hero1-cancer-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero1-diaMadre{
	background: url(../img/hero1-diaMadre.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-diaDeEuropa{
	background: url(../img/hero1-diaDeEuropa.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-diaDeEuropa-big
{
  background: url(../img/hero1-europa-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
}
.hero1-primavera{
	background: url(../img/hero1-primavera.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-primaveraPena{
	background: url(../img/hero1-primaveraPena.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-primaveraParts{
	background: url(../img/hero1-primaveraParts.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-primavera-big
{
  background: url(../img/hero1-primavera-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-hispanidad{
	background: url(../img/hero1-hispanidad.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-hispanidad-big
{
  background: url(../img/hero1-hispanidad-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-cruzRoja{
	background: url(../img/hero1-cruzRoja.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cruzRojaPena{
	background: url(../img/hero1-cruzRojaPena.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cruzRojaPart{
	background: url(../img/hero1-cruzRojaPart.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-cruzRoja-big{
  background: url(../img/hero1-cruzRoja-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-oro{
	background: url(../img/hero1-oro.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-oro-big{
  background: url(../img/hero1-oro-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-vacaciones{
  background: url(../img/hero1-vacaciones.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-vacacionesPena{
  background: url(../img/hero1-vacacionesPena.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-vacacionesPart{
  background: url(../img/hero1-vacacionesPart.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-vacaciones-big{
  background: url(../img/hero1-vacaciones-big.png);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-agosto-big{
  background: url(../img/hero1-agosto-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-agosto{
  background: url(../img/hero1-agosto.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-septiembre-big{
  background: url(../img/hero1-septiembre-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-septiembre{
  background: url(../img/hero1-septiembre.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-cultura-big{
  background: url(../img/hero1-cultura-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 0;
}
.hero1-cultura{
  background: url(../img/hero1-cultura.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-otono{
	background: url(../img/hero1-otono.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-constitucion{
	background: url(../img/hero1-constitucion.png);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-ilusion{
	background: url(../img/hero1-ilusion.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-masBuscados{
	background: url(../img/hero1-masBuscados.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-masBuscados-big{
	background: url(../img/hero1-masBuscados-big.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-del13{
	background: url(../img/hero1-del13.jpg);
	background-size: cover;
	overflow: hidden;
	-ms-behavior: url(../js/backgroundsize.min.htc);
	margin-top: 17px;
}
.hero1-del13-big
{
  background: url(../img/hero1-del13-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
}
.hero1-sorteo-winToFly-big{
  background: url(../img/hero1-sorteo-winToFly-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
	height: 260px;
}
.hero1-cambio-precios-big{
  background: url(../img/hero1-cambio-precios-big.jpg);
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(../js/backgroundsize.min.htc);
  margin-top: 17px;
	height: 260px;
}
.anchoFormasPago{
	width: 98%;
}
.mright{
	margin-right: 10px!important;
}
.ayuda_pena_navidad{
	background: none;
	border: none;
	float: right;
	padding: 0;
}
.ayuda_pena_navidad img{
	margin: 4px 8px;
	margin-left: 0;
}
#contenedor_penas_navidad{
	background: #eaeaea;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	overflow: hidden;
	margin: 4px 5px;
	float: left;
	width: 92.5%;
	height: auto;
	padding: 0.5% 0.5% 0.5% 0.5%;
}
.caja_penas_navidad{
	width: 94%;
	margin-bottom: 5px;
}
.bannerPenasNavidad{
	border-radius: 4px;
	background: url(../img/bannerPenasNavidad.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;    
}
.bannerPenasNavidadBF{
	border-radius: 4px;
	background: url(../img/bannerPenasNavidadBF.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;    
}
.penas-titulo{
	padding: 4px 0.5% 4px 3%;    
}
.penas-titulo p{
	font-size: 12px;
	font-family: 'NeoSans-Bold';    
}
.caja_penas_navidad a{   
	color:#4e4e4e!important;
}

.producto-bote{
	width: 20%!important;
}
.bote button{
	margin-right: 33px;
}
.bote{
	color:#0091b6;
	text-transform:none !important;
	text-align:center;
}
.col-md-6.bote{
	width: 80%!important;
}
.producto-resultado{
	width: 23%!important;
	display: inline-block;
}
.result-btn{
	width: 60%!important;
	display: inline-block;
}
.result-btn button{
	margin-right: 0;
}

.btn-resultados button{
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	margin-right: 37px;
}

.btn-resultados{
	width: 15%;
	float: left;
}

.caja_resumen_apuesta{
	margin-top: 10px;
}

#contenedor_total_navidad{
	float: left;
	width: 94%;
	height: auto;
	padding: 0.5% 0.5% 0.5% 0.5%;
}

.cantidadMultiple{	
	line-height: 36px;
}

.tit-prod-mod-publi{
	color: white;
  text-shadow: 0 0 4px #000!important;
}

.fecha-prod-mod-publi{
  text-shadow: 0 0 4px #000!important;
}

.num-size-cesta{
	font-size: 10px!important;
}

.porcent0, .porcent2, .porcent4, .porcent6, .porcent8{
	line-height: 50px;
}

.size-bote-nav{
	font-size: 55px!important;
	margin: 0;
}

.new-tag{
	position: relative;
	top: -75px;
}
.new-tag img{
	margin-left: -2px;   
	width: 60px;
}
.resp-lg{
	display: none;
}

.paginacion{
	height: 34px;
	margin: 5px 0;
}
.paginacion ul{
	list-style-type:none;
	float:right;
	margin:0 auto;
}

.paginacion li{
	text-align:center;
	margin:0 3px;
	float:left;
	display:block;
}

.paginacion li a{
	color:#666666;
	display:block;
	text-align:center;
	padding:3px 0;
	width:18px;
	border:solid 1px #888;
}

.paginacion li a:hover{
	color:#FFF;
	background-color:#dd0000;
	border-color:#d00;
}

.paginacion li.activo{
	color:#FFF;
	background-color:#dd0000;
	display:block;
	text-align:center;
	padding:3px 0;
	width:18px;
	border:solid 1px #dd0000;
}

.pg-selected{
	background-color: #CED8F6!important;
}

p.txtContentRelojD {
	margin: 4% 0px 0 0;
}
p.txtContentHistoricoD {
	margin: 4% 0 0 0;
}
p.txtContentCalendarioD {
	margin: 4% 0 0 0;
}
p.txtContentActivasD {
	margin: 4% 0 0 0;
}
p.txtContentActivosD {
	margin: 4% 0 0 0;
}
p.txtContentInactivasD {
	margin: 4% 0 0 0;
}

.noupper{
	text-transform: none;
}
.azul{
	color: #0098be;
}
.estrella-azul{
	background-image: url("../img/bg-estrella_azul.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #555555;
	height: 25px;
	width: 25px;
	text-align: center;
}

#columna1{
	width: 37%;
  margin: 0% 0% 0% 1% !important
}

.cajasPrincipales{
	width: 25%!important;
}

.unoXdosCol1{
	padding-top: 5%!important;
}

.escrutinioMisApuestas{
	margin: 35px!important;
}

#dropColsQuiniela{
	display: none;
}

#dropColsQuinigol{
	display: none;
}

.numeroAcertado{
	color: #0098BE!important;
	font-family: "NeoSans-medium";
	font-weight: bold;
	font-size: 0.85em!important;
}

.inlineCalendar{
	display: inline !important;
	margin-right: 1%!important;
	float: left;
	margin-top: 0;
}

.calendarioMisApuestas{
	float: left !important;
}

.grupos-responsive{
	display: none;
}

.contenedor-quinigol-misApuestas{
	width:68%!important;
	height:101%!important;	
}

.col1-quinigol-misApuestas{
	height:14%!important;
}

.col2-quinigol-misApuestas{
	height:14%!important;
}

.comb-jugada-quinigol-misApuestas-resp{
	width: 115%;
}

.div-comb-quinigol{
	float: left; 
	width: 35%;
}

.cab-quinigol{
	margin-right: 7%!important;
	letter-spacing: 5px!important;
}

.col-reducida{
	float: left;
	width: 3.5%;
}

.cab-col-reducida{
	padding: 85.6% 0 3% 32.4%!important;
	border: 0!important;
}

.txt-cabecera-quinigol{
	width: 100%;
  letter-spacing: 0.3em;
  margin-left: 12%;
}

.bloque1-quinigol{
	margin: 0% 0% 0% 33%!important;
}

.lbl-comb-quini{
	float: left;
	margin-left: 46%;
	margin-top: 3.4%;
}

#columna1-reducida{
	margin-left: 28%;
}

.escrutinioPenas-margin{
	margin-bottom: 4%;
}

.margin-bottom-win-quini{
	margin-bottom: 0.7%;
}

.margin-bottom-comb-quini{
	margin-bottom: 1.2%;
}

.comb-play-multibotes{
	margin-top: 5%;
}
.comb-win-multibotes{
	margin-top: 5%;
	margin-bottom: 2%;
}

.novedad {
	width: 100%;
	height: 51px;
	background: #cf0304;
	color: white;
	background: #f85032;
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 36%, #f6290c 62%, #f02f17 84%, #e73827 100%);
	background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 36%,#f6290c 62%,#f02f17 84%,#e73827 100%);
	background: linear-gradient(to bottom, #f85032 0%,#f16f5c 36%,#f6290c 62%,#f02f17 84%,#e73827 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
}

.img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#acc-alert{
	top: 20%!important;
}

h5.medium.medium-resp-penasPlus {
	float: left;
	font-size: 2em;
	color: #935b9c;
	font-weight: 900;
	margin: 0 8px 0 0%;
	width: 100%;
}

h2.boldPlus {
	text-shadow: 1px 1px 2px rgb(66, 65, 65);
}

.bannerInfoPlus p {
	font-size: 14px;
	margin: 0px 0 0 0;
	width: 100%;
	float: left;
	color: #935b9c;
}

.bannerConSello{
	width: 62%; 
	float: left; 
	margin-left: 140px;
}

.divTipoSorteo-top {
	display: none;
	left: 27%;
}

b.text-select-date {
	font-size: 12.7px;
	color: #555555;
}
.design_select{
	height: 27px;
	width: 74%;
	font-size: 14px;
	border: 1px solid #ccc!important;
	border-radius: 4px;
	margin: 2px 0px;
}
.design_option{
	font-size:14px;
}

.checkbox-img:before{
  content: url('../img/check-img.png');
	cursor: pointer;
}

.li-ayuda-renovaciones{
	cursor: pointer;
	width: 18%!important;
	height: 62px;
}

.p-ayuda-renovaciones{
	margin-top: 7px;
}

.row-hispanidad{
	color: #ad640d;
}

.partidos-combinacion-ganadora{
	margin-left: 5%;
}

.partido-combinacion-ganadora{
	width: 200px;
	margin-left: 6px;
}

#partidos-acertados{
	width: 195px;
}

.onesignal-customlink-subscribe.button.medium{
	font-size: 11px!important;
	font-weight: normal!important;
	font-family: "NeoSans"!important;
	box-shadow: none!important;
	line-height: 1.428571429!important;
}

.parrafo_ult_tab_renovacion{
	padding-top: 78px;
	padding-left: 0;
	padding-right: 3px;
}

.div_img_detalle_misRenovaciones{
	padding-bottom: 26px;
}

.img_detalle_misRenovaciones{
	width: 105%;
}

.boteTextoCabecera{
	font-size: 58px!important;
	margin-top: 8px!important;
}

#footer{
	background-color: #2d2d2d;
	padding: 1em .8em;
	font-family: NeoSans;
}
#footer p
{
  font-family: "NeoSans-Light";
	margin:0;
	padding: 0; 
	font-size: 13px;
	line-height: 20px;
}
#footer h2.extra-bottom
{
  margin-bottom: 15px;
  display: inline-block;
}
#footer h2{
	margin:0;
	padding:0 0 5px 0; 
	color: #0098be;
	font-size: 16px;
	text-transform: uppercase;
	font-family: NeoSans;
	font-weight: 600;
}
#footer h3{
	color: #0098be;
	font-size: 16px;
	text-transform: uppercase;
	font-family: NeoSans;
	font-weight: 600;
}
#footer .textoPieAzul{
	color: #0098be;
}
#footer .lineaBottom{
	border-bottom: 1px solid #424242;
	padding: 20px 0;
}
#footer .sm-playSize{
	font-size: 9px;
}
#footer .logos{
	padding: 3px 8px;
}
#footer .logos div
{
	float: left;
	margin:10px 2px 0 2px;
}
#footer .logos .confianza-online {
	margin:0px 2px 0 2px;
}
#footer .logos div img{
	width:65px;
}
#footer .logos .confianza-online img{
	width:50px;
	margin-top:0px;
}
#footer .logos-pago{
	margin-left:6px;
}
#footer .txtBlanco{
	color: #fff;
}

.navPie.row{
	display: table;
	margin:0 auto; 
}
.navPie .nav-footer{
	margin:0 auto;
	padding: 0;
	text-align:center;
	font-weight: bold;
}
.navPie .nav-footer li{
	float:left;
	list-style-type: none;
	margin:15px 15px 0 15px;
	text-transform: uppercase;
}
.navPie .nav-footer li a{
	text-decoration: none;
}

.sidebar-nav{
	background-color: #2d343f;
	color: #FFF;
	text-align: center;
}
.sidebar-nav h2{
	font-size:18px;
	text-align: center;
	padding: 0 5px;
}
.sidebar-nav h3{
	font-size:16px;
	text-align: center;
}
.sidebar-nav h3 span{
	display: block;
}
.sidebar-nav ul{
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.sidebar-nav ul li{
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.sidebar-nav .lineaBase{
	border-top: 1px solid #777b81;
	padding-top: 10px;

}
.sidebar-nav .separador10{
	margin-top: 10px;
}
.tit-num-lotos ul li{
	padding-left: 5px;
}
.sidebar-nav .tit-num-lotos .titulo{
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar-nav .tit-num-lotos .fecha{
	font-size: 11px;
	color: #c0cdd4;
	padding-top: 1px;
	margin-left: 4px;
	float: right;
	font-family: "NeoSans";
}
.sidebar-nav .tit-num-lotos .nombre-producto{
	float: left;
}
.sidebar-nav .te-ha-tocado{
	background-color: #575d65;
	padding:10px 13px 25px 13px;
}
.sidebar-nav .premio a{
	color: #11cdff !important;
	font-family: "NeoSans-Medium";
	font-size:15px;
}
.sidebar-nav .premio a:hover{
	color: #FFF !important;	
}
.sidebar-nav .premio p{
	position: relative;
	display: inline-block;
}
.sidebar-nav .premio i{
	font-size: 9px;
	position: absolute;
	right: -13px;
	top: 4px;
}
.sidebar-nav .sabias-que{
	background-image:url('../img/sabias-eu.jpg');
	background-repeat: no-repeat;
	position: relative;
	min-height: 267px;
}
.sidebar-nav .sabias-que h3{
	margin-top: 0;
	margin-bottom:0 !important;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	text-transform: uppercase;
}

.sidebar-nav .sabias-que h3 span{
	display: inline;
}
.sidebar-nav .sabias-que .txtSabiasCenter{
	text-align: center;
	margin:0;
	font-size: 70px;
	text-shadow: 3px 0px 9px rgba(150, 150, 150, 1);
	line-height:125px;
}
.sidebar-nav .sabias-que .txtSabiasCenter span{
	letter-spacing:-9px;
}
.sidebar-nav .sabias-que .txtSabiasDown{
	position: absolute;
	bottom: 0;
	padding: 10px 7px;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	font-size: 15px;
	margin:0; 
	font-family:'NeoSans';
}

.num-lotos{
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	text-align: center;
	font-family: "NeoSans";
}
.num-lotos li{
	margin: 0 1px;
	font-size: 11px;
	color: #fff;
	line-height: 27px;
	display: inline-block;
}

.apuestas-manolita .comb-ganadora .num-lotos li, .comb-ganadora-grupos .num-lotos li{
	font-size:13px !important;
}

.estrella{
	background-image: url("../img/bg-estrella.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #555555;
	height: 25px;
	width: 25px;
	text-align: center;
}
.estrella span{
	display: block;
	color: #000;
}
/*resultados Primitiva*/
.circulo{
	background-image: url("../img/bg-circulo.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #fff;
	height: 25px;
	width: 25px;
}
.circulo span{
	display: block;
}
.btn.n-wrap{
	white-space: normal;
}
.btn-iconos{
	width: 100%;
	padding:5px;
	text-align: center;
}
.btn-iconos ul li{
	float: left;
	text-align: center;
}
.btn-iconos ul li img{
	width: 100%;
}
.btn-iconos ul li a{
	width: 33%;
}
.no-apdding{
	margin:0; 
	padding: 0;
}
.main-container h2{
	font-size: 24px;
}
.main-container .resultados h2{
	font-size: 16px;
}
.main-container .titulo-pagina{
	color: #0098be;
	font-weight:normal !important;
	font-family:'NeoSans-Bold';
}
.main-container .cabecera p{
	color: #555555;
	font-size: 18px;
	margin: 0 0 30px;
}
.main-container dl{
	font-size: 13px;
}
.main-container dl dd span{
	color:#555;
	font-weight: normal;
}
.main-container .dt-group{
	margin-bottom: 20px;
}
.main-container .white-box .dt-group{
	margin-bottom: 0px;
}
.main-container .mensaje{
	font-size: 13px;
	color: #000;
	padding-top: 0px;
	text-align: center;
}
.main-container .separacion60{
	margin-top: 60px;
}
.main-container .registro-ok h4{
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
}
.registro-ok dl
{
	margin-bottom: 0;
}
.main-container .borde-derecha{
	border-right:1px solid #dddee1;
}
.form-registro p{
	font-size: 13px;
}
.registro-usuarios{
	display: inline-block;
	margin-top: 35px;
}
.registro-usuarios h5, .registro-usuarios p{
	font-size: 13px;
	font-weight: normal;
}
.btn.btn-facebook{
	background-color: #507bbe;
	color: #fff;
	margin-bottom: 10px;

}
.btn.btn-facebook img{
	margin: 0 5px;
}
.btn.btn-googleplus{
	background-color: #434647;
	color: #fff;
}
.btn.btn-googleplus img{
	margin: 0 5px;
}
.registro-contacto dt, .registro-contacto dd{
	font-weight: normal;
	text-transform: none;
}
/* FIN SIDEBAR*/

.styled-select select {
	background: transparent;
	width:109%;;
	padding: 5px;
	font-size: 14px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 27px;
	-webkit-appearance: none;
	cursor:pointer;
}
.styled-select {
	width: 100%;
	height:27px;
	overflow: hidden;
	background: url(../img/new_arrow.png) no-repeat right #fff;
	border: 0;
	border-radius: 4px;
	color: #ccc;
}

.styled-select-2 select {
	background: transparent;
	width:128%;;
	padding: 5px 0;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 27px;
	-webkit-appearance: none;
}

.styled-select-2 {
	width: 28%;
	height:27px;
	overflow: hidden;
	background: url(../img/new_arrow.png) no-repeat right #fff;
	border: 0;
	border-radius: 4px;
	color: #ccc;
	padding:0;
}
.styled-select-2.dia {
	width: 23%;
	height:27px;
	overflow: hidden;
	background: url(../img/new_arrow.png) no-repeat right #fff;
	border: 0;
	border-radius: 4px;
	color: #ccc;
	padding:0;
}
.styled-select-2.dia select {
	width:133%;
}
.styled-select-2.mes {
	width: 44%;
	height:27px;
	overflow: hidden;
	background: url(../img/new_arrow.png) no-repeat right #fff;
	border: 0;
	border-radius: 4px;
	color: #ccc;
	padding:0;
	margin-left:5px;
}
.styled-select-2.mes select {
	width:118%;
}
.styled-select-2.anio {
	width: 28%;
	height:27px;
	overflow: hidden;
	background: url(../img/new_arrow.png) no-repeat right #fff;
	border: 0;
	border-radius: 4px;
	color: #ccc;
	padding:0;
	margin-left:5px;
}
.registro-rapido {
	text-align:left;
}
.registro-rapido .mensaje{
	text-align:left;
}
.registro-rapido h4{
	font-size: 13px;
}
.form-registro input[type="checkbox"] {
	display:none;
}
.form-registro input[type="checkbox"] + label{
	font-style: normal;
	font-size: 13px;
}
.form-registro input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../img/check_radio_sheet.png) left top no-repeat;
	cursor:pointer;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-registro input[type="checkbox"]:checked + label span {
	background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}
.form-registro .tipoDocGris{
	color: #ccc;
}
.txt-check {
	display: block;
	float: left;
	font-weight: normal;
	width: 85%;
	font-family: "NeoSans-Light";
}

span.glyphicon-calendar{
	color:#0098be;
	font-size: 19px;
}

.resultados-mis-apuestas label{
	float:left !important;
	width:auto;
	line-height:27px;
}
.resultados-mis-apuestas .styled-select{
	width:18%;
	float:left;
	margin-left:10px;
}
/* ADMINISTRAR CUENTA */
.admin-cuenta{
	font-size: 18px;
	font-weight: normal;
}
.admin-cuenta h2{
	color: #0098be;
	font-size: 24px;
}
.admin-cuenta .centro-iconos{
	overflow: hidden;
}
.admin-cuenta .centro-iconos h3{
	color: #0098be;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 5px 0;
}
.admin-cuenta .centro-iconos p{
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 5px;
}
.enlaces-distributiva{
	color:#000 !important;
}
.enlaces-distributiva:hover{
	color:#000 !important;
}
.cerrar-sesion{
	position: relative;
	color: #fff;
}
.pop-cerrar-sesion{
	background-color: #2d2d2d;
	padding: 0px 10px 10px 0px;
	border-radius: 4px;
	position: absolute;
	text-align: center; 
	width: 220px;
	margin-top: 20px;
}
.pop-cerrar-sesion .esquina{
	height: 30px;
	position: absolute;
	top: -8px;
	left:10px;
}
.pop-cerrar-sesion h4{
	font-size: 16px;
}
.pop-cerrar-sesion p{
	font-size: 12px; 
	color: #fff;
	padding-left:20px;
	padding-right: 20px;
	line-height: 20px;
}
.pop-cerrar-sesion button{
	margin:0 3px;
}


/* FIN ADMINISTRAR CUENTA*/


/*COMPRA*/
.tabla-compra li{
	line-height: 29px;
}
.tabla table { 
  width: 100%; 
  border-collapse: collapse;
  font-size: 13px;
  background-color: #fff;
}

/* Zebra striping */
.tabla  tr:nth-of-type(odd) { 
  background: none;
}
.tabla  th { 
  background: #0098be; 
  color: white; 
  font-weight: bold; 
}
.tabla th { 
  padding: 16px; 
  border: 0;
  font-size: 13px;
  vertical-align: top;
}
.tabla td{
	vertical-align: top;
	padding:5px 0; 
}
.titulo-tabla{
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: normal;
}
.tabla td p{
	font-size: 13px;
	font-family:'NeoSans-medium';
}
.tabla ul{
	margin:0;
	padding:0;
	overflow: hidden;
}
.tabla ul li{
	margin:0 2px;
	padding:0 2px;
	list-style: none;
	float: left;
}
.tabla .derecha{
	text-align: right;
	padding-right: 5px;
}
.final-tabla{
	padding: 15px;
	background-color: #fff;
	border-top: 1px solid #0098be;
	text-align: right;
	color: #000;
}
.total{
	border-top: 1px solid #0098be;
	padding: 10px;
	background-color: #fff !important;
}
.mas-respuestas{
	margin-top:28px;
	float: right;
}
.final-tabla .precio{
	font-size: 18px;
	color: #000;
}
.final-tabla .total-pagado{
	font-size: 12px;
	line-height: 28px;
	width: 101px;
}

.datetimepicker1 input{
	border: 0;
	background: none;
	width: 100px;
}
.datetimepicker1.full input{
  width: 100%;
}
.datepicker{
	padding: 3px;
	border-radius: 4px;
	font-size: 11px;
	background-color: #f5f6f7;
}
.datepicker .table-condensed thead > tr > th, .datepicker .table-condensed tbody > tr > th{
	text-align: center;
	font-family: "NeoSans";
}
.datepicker tbody td{
	border:1px solid #ebebeb;
	text-align: center;
}
.datepicker-days thead tr:first-child{
	background-color: #0098be;
	color:#fff
}
.datepicker .switch{
	text-align: center;
	font-size: 12px;
}
.datepicker .dow{
	cursor: default;
}
.datepicker .datepicker-switch{
	cursor: default;
}
.datepicker .next, .datepicker .prev{
	font-size: 21px;
	line-height: 17px;
	cursor: pointer;
}
.datepicker .day{
	background-color: #fff;
	cursor: pointer;
}
.datepicker .day.old{
	background-color: #f5f6f7;
}
.datepicker .day.new{
	background-color: #f5f6f7;
}
.datepicker .day.active{
	background-color: #a8c7d8;
}
.datepicker .day.disabled{
	color: #B3B3B3;
	cursor: not-allowed;
}

/*COMPRA NO LOGIN*/
.eres-nuevo{
	margin-top: 25px;
}
.eres-nuevo h3{
	font-size: 15px;
}
.eres-nuevo h3 a span i{
	font-size: 13px;
}
.eres-nuevo p{
	font-size: 13px;
}
.eres-nuevo-login input {
	display: block;
	margin: 5px 0;
	height: 31px;
}
.eres-nuevo-link{
	font-weight:normal;
	text-transform: uppercase;
	font-family:'NeoSans';
}
.txt-total-saldo{
	font-size: 13px;
}

/* COMPRA LOGIN */
.msg-compra-login{
	background-color: #FFF;
	padding:10px;
	border: 2px solid #000;
	border-radius: 4px;
	font-size: 12px;
	margin:30px 0;
	color:#C00;
}
.msg-compra-login h4{
	color: #000;
	font-size: 12px !important;
}
.msg-compra-login p{
	color: #c61e3d;
}
.msg-compra-login p strong {
	color: #000;
	font-family: "NeoSans";
	font-weight: normal;
}
.msg-compra-login p a{
	color: #c61e3d;
	text-decoration: none;
}
.total-saldo{
	margin:20px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:12px 10px;  
}
.total-saldo p{
	font-size: 14px;
}
.total-saldo p span{
	color: #000;
	font-size: 14px;
}
.total-saldo p button{
	margin-left: 30px;
}
.form-pago{
	border-top: 1px solid #ccc;
	padding:5px 0px; 
	display: inline-block;
	width: 100%;
}

.form-pago input[type="checkbox"] {
	display:none;
}
.form-pago input[type="checkbox"] + label{
	font-style: normal;
	font-size: 13px;
}
.form-pago input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../img/check_radio_sheet.png) left top no-repeat;
	cursor:pointer;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-pago input[type="checkbox"]:checked + label span {
	background:url(../img/check_radio_sheet_2.png) -19px top no-repeat;
}

.iconos-mis-apuestas{
	/*padding-left:20px;*/
	padding-left:6px;
}

.ayuda-mobile{
	display:none;
}

.pago-seguro{
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.pie-compra {
	float: left;
	font-size: 10px;
	margin-left: 0;
	margin-top: 10px;
	padding: 0 10px 0 0;
}
.pie-compra p{
	margin-left: 0;
	padding-left: 0;
	margin-bottom:5px;
	padding-bottom: 0;
}
.pie-compra .img18{
	margin-top: 23px;
}

.dia-cierre{
	background-color: #a8c7d8 !important;
}
.tabla-ultimos-res ul li{
  padding: 0.3em 0.3em 0.3em 0 !important;
  margin:0;
}

.distributiva-productos-img{
	height:45px;
}

.title-distributiva{
	color: #565656 !important;
	font-family: "NeoSans-Medium";
	font-weight: normal;
	font-size:15px !important;
	margin-bottom: 5px;
	margin-top: 25px;
	text-align: center;
}


/*CALENDARIO DE APUESTAS SELECT*/
.cabecera-calendario .styled-select-2.combos-calendario{
	width:11%;
	margin-top:12px;
}
.cabecera-calendario .styled-select-2.combos-calendario.anio{
	margin-left:0;
	margin-right:10px;
}
.cabecera-calendario .styled-select-2.combos-calendario.mes{
	margin-left:0;
	margin-right:30px;
}
.cabecera-calendario .styled-select-2.mes select{
	width: 121%;
}

/*QuickFlip jQuery Plugin*/
.quickFlip {
	position:relative;
}
.quickFlip .quickFlipPanel {
	position:absolute;
	top:0;
	left:0;
	margin:0!important;
	padding:0!important;
}
.flipColLeft, .flipColRight {
	position:absolute;
	top:0;
	overflow:hidden;
	margin:0!important;
	padding:0!important;
}
.flipColRight .quickFlipPanel {
	right:0;
	left:auto;
}
/*QuickFlip jQuery Plugin*/

.regular-txt{
	float:left;
	position:relative;
	font-size:13px;
}
.form-input {
  display: block;
  float:left;
  position:relative;
  width: 15%;
  height: 27px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-left:15px;
}
.form-input:focus {
  border-color: #66afe9;
  outline: 0; 
}
.info{
	font-family:'NeoSans-Light';
	font-size:13px;
	margin: 0 0 0;
}
.info2{
	font-family:'NeoSans-Light';
	font-size:13px;
}
.margin-left{
	margin-left:15px;
}
.margin-left-mini{
	margin-left:5px;
}

div#beacon-container .fcy-zobqt4 {
	z-index: 99999!important;
}

.hsds-beacon .hMPnUk{
	z-index: 99999!important;
}

.div-decimos-nav{
	border: 3px solid #0098be;
  border-radius: 22px;
	padding-bottom: 18px;
}

.h3-decimos-nav{
	margin-top: 0!important;	
	color: white;
	background-color: #0098be;
	width: 125px;
	margin: auto!important;	
}

.h5-decimos-nav{
	color: white;
	background-color: black;
	width: 95px;
	margin: auto!important;
	margin-bottom: 0!important;
	padding: 2px;
	font-size: 13px;
}

.p-dec-nav{
	margin-bottom: 0!important;
}

/*#icoDecimo{
	float: left;
}

#icoDecimoF{
	float: right;
}*/

.dropdown-menu-decimos{
	min-width: 134px;
}

.div-ico-papelera{
	text-align: right!important;
}

.radio-direcPrincipal{
	float:  left;
}

.div-datosDireccion{
	padding-left: 11px;
}

.div-mensajes-pagofinal{
	margin-top: 27px;
}

.img-pago-final1{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.img-pago-final2{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.span_agregarCarrito{
	text-transform: capitalize;
}

.img_agregarCarrito{
	float: left;
}

.p_agregarCarrito{
	margin-left: 33px;
  padding-top: 2px;
}

.popUp_agregarCarrito{
	background: rgba(255,255,255,0.94);
	padding: 11px 0px 1px 21px;
	position: absolute;
	margin-top: 15px;
	z-index: 9;
	width: 701px;
	box-shadow: 0 0 4px #282424;
}

.BeaconFabButtonFrame{
	z-index: 99999!important;
}

.BeaconContainer{
	z-index: 99999!important;
}