@charset "UTF-8";
html {
  font-family: sans-serif;
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px;
	text-align: center;  }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }
  html,
body {
  width: 100%;
  min-height: 100%; }

body {
  background-color: #f6f6f6;
  font-family: AllerRegular, Arial, sans-serif; }
  body.orange {
    background-color: #f78f1e; }
  body.modal {
    overflow: hidden; }

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  outline: 0; }

a, a:hover, a:active {
  text-decoration: none; }

b {
  font-family: AllerBold, Arial, sans-serif;
  font-weight: bold; }

.no-select, .custom-accordion h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

.container {
  overflow-x: hidden; }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }

.show {
  display: block; }

.hide {
  display: none; }

table {
  border-collapse: collapse;
  background-color: transparent; }
  table th {
    text-align: left; }

figure {
  margin: 0;
  padding: 0; }
  .content-wrap {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
.content {
  position: relative;
color:#000000;/*#5f5e5e;*/text-align:justify;padding:10px 20px 0px 20px;font:normal 13px Arial, Helvetica, sans-serif;max-width:559px;margin:0 auto;  }

.content::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
/*.body{
    font:normal 13px Arial, Helvetica, sans-serif;
    color:#5e5e5e;
    margin: 0
}*/
.iframe-terminos{
	background: transparent;
}

.iframe-terminos .content{
	background:white;
}
.iframe-terminos .content .text {
	color: #5f5e5e; 
	text-align: justify;
	padding: 30px 30px 0px 40px;
	margin-left: -10px;
}
.iframe-terminos .content .text .subtitulo{
	font-weight: bold; 
	font-size: 14px;
	color: #F78F1E; 
	margin-top:0;
}
.iframe-terminos .content .text .subtitulo2{
	font-weight: bold; 
	font-size: 13px;
	color: #5f5e5e; 
	margin-top:0;
}

#cyber-monday-left{
	margin-left: -713px;
    margin-top: -56px;
    position: absolute;
}
#cyber-monday-right{
	margin-left: 333px;
    margin-top: -56px;
    position: absolute;
}
.term-condiciones-cyber{
	color: #000000;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    left: -249px;
    margin-top: 0;
    position: relative;
    right: 0;
    text-decoration: underline;
    top: 402px;
	cursor: pointer;
}
.register{
	height: 25px;
    left: 709px;
    position: absolute;
    top: 483px;
    width: 168px;
	cursor: pointer;
	/*para Firefox*/
	-moz-border-radius: 15px 15px 15px 15px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 15px 15px 15px 15px;
	/* para Opera */
	border-radius: 15px 15px 15px 15px;
}
.title-term-cond{
	color: #F78F1E;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
	text-align: center;
}
.align-title-first{
	margin-left: 150px;
}
.align-title-second{
     margin-left: 106px;
}
.contenedor-term-cyber-mdy{
	 margin: 11px;
}
.content-body-term{
	color: #5F5E5E;
    margin-top: 15px;
    text-align: justify;
	font-size: 12px;
}
.bakground-content{
background: none repeat scroll 0 0 #FFFFFF;
}

.content-wrap .bottom-message {
    background: #ffc600;
    padding: 10px;
    margin-top: 15px;
    color: #000000;
    text-align: center;
	
}
.content-wrap .bottom-message a {
    color: #000000;
    font-weight: bold;
}


#update-data {
color: #5F5B5B;
font: normal 13px Arial, Helvetica, sans-serif;
text-align: justify;
padding: 10px 15px 0 15px;
}
#update-data a{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #20A1E1;}
/*************/
ul.lista{counter-reset:list;}
ul.lista > li{list-style:none;position:relative;margin:5px 0 5px 0;}
ul.lista > li:before{counter-increment:list;content:counter(list, lower-alpha) ") ";position:absolute;left:-1.4em;font:bold 13px Arial, Helvetica, sans-serif;color:#5e5e5e;line-height:16px;}
ul.sublista{padding:0;margin:0;}
ul.sublista > li{list-style:none;position:relative;margin:5px 0 5px 15px;}
ul.sublista > li:before{content:'\2022';color:#000000;display:block;left:-0.4em;top:0.2em;position:relative;font-size:18px;line-height:10px;float:left;text-indent:-7px;}
.text h1{text-align:center;font:bold 13px Arial, Helvetica, sans-serif;color:#f78f1e;line-height:16px;margin:0;padding:0;}
.iframe-terminos .content .text-bono{color:#5f5e5e;text-align:justify;padding:10px 20px 0px 20px;margin-left:-10px;font:normal 13px Arial, Helvetica, sans-serif;line-height:18px;width:559px;margin:0 auto;}
.text-bono h1{text-align:left;font:bold 13px Arial, Helvetica, sans-serif;color:#000000;line-height:20px;margin:0;padding:0;}
.text-bono ul li b{font:bold 13px Arial, Helvetica, sans-serif;color:#f78f1e;}
.text-bono ul li a,.text-bono p a{text-decoration:underline;color:#000000;}
.iframe-terminos .content .header-bono{background: url("../img/header.jpg") no-repeat scroll 0px 0px transparent;overflow:hidden;height:245px;width:599px;margin:0 auto; border:0}
ul.slista{padding:0 0 0 20px;text-align:justify;counter-reset:list;}
ul.slista > li{list-style:none;/*list-style:decimal;*/position:relative;margin:5px 0 5px 0;}
ul.slista > li:before{counter-increment:list;content:counters(list, ". ")".";position:absolute;left:-1.4em;/*color:#ff9c00;*/font:normal 12px Arial, Helvetica, sans-serif;color:#000000;line-height:16px;/*display:block;left:-0.4em;top:0.2em;position:relative;font-size:18px;line-height:10px;float:left;text-indent:-7px;*/}