@charset "utf-8";
@import url(/Shared/CSS/font-face/fonts-rebranding.css);
/* CSS Document */

/* =Fonts 
------------------------------------------------------- */

/* =Reset BODY OLD - css
--------------------------------------- */
body {
  background: none repeat-x scroll 0 0 #fff !important;
}

/* =Reset - css
--------------------------------------- */
html,
body,
div,
li,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 16px;
  font-family: "fontDinReg", Helvetica;
  list-style: none;
  color: #303030;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
section p,
section li {
  color: #303030;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.clear {
  clear: both;
}
.Center {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.Center-img {
  display: block;
  margin: 0 auto;
}
.Bg {
  background-color: #f9f9f9;
}
.Bord-bottom {
  border-bottom: 1px solid #dcdcdc;
}
.Pad-bottom10 {
  padding-bottom: 10px;
}
.Pad-bottom20 {
  padding-bottom: 20px;
}
.Pad-bottom30 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.Pad-bottom40 {
  padding-bottom: 40px;
}
.Pad-Top20 {
  padding-top: 20px;
}
.Pad-Top30 {
  padding-top: 30px;
}
.Left {
  float: left;
}
.Right {
  float: right;
}
.No-Pad-Bottom {
  padding-bottom: 0;
}
.No-Pad-Top {
  padding-top: 0;
}
.col-left {
  float: left;
  width: 48%;
  padding-bottom: 30px;
}
.col-right {
  float: right;
  width: 38%;
  padding-bottom: 30px;
}
img.positionPhono {
  float: right;
  margin-right: 10%;
  padding-left: 20px;
}
span.Block {
  display: block;
  font: inherit;
}

/* =Acordeon 
------------------------------------------------------- */
a.verContenido {
  display: table;
  width: 100%;
  font: 22px/28px "fontDinMed";
  text-decoration: none;
  border-top: solid 1px #ccc;
  position: relative;
  padding: 20px 0 20px;
}
a.verContenido span {
  font: inherit;
  color: #686868;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 80%;
}
a:hover.verContenido span {
  font: inherit;
  color: #00abe3;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.verContenido span small {
  font: inherit;
  color: #686868;
  font-size: 15px;
}
a.verContenido.Big-Label abbr {
}
a.verContenido i {
  color: #686868;
  float: right;
  margin-right: 10px;
  line-height: 26px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.verContenido span strong,
a:hover.verContenido span strong {
  font: 16px "fontDinMed";
  color: #686868;
}
a.verContenido abbr {
  font: 19px "fontDinMed";
  color: #686868;
  float: left;
  width: 100%;
  clear: both;
}
.caja_contenido {
  clear: both;
  width: 100%;
  padding: 10px 0 0px;
}

div.combo-canal h4 {
  font-weight: bold;
  color: #686868;
  cursor: pointer;
  padding: 0 0 20px;
}

div.combo-canal p,
div.combo-canal li {
  padding: 0 0 20px 0;
}

article.No-Pad-Bottom.first h3 {
  padding: 0px;
}

div.combo-canal span.bold {
  font-weight: bold;
  padding: 0 0 0 18px;
}

div.combo-canal h4:hover {
  color: #00abe3;
}

div.combo-canal h4 abbr {
  width: 4px;
  height: 4px;
  float: left;
  background: #00abe3;
  border-radius: 100%;
  margin: 5px 15px 20px 0;
}
/* =Globales 
------------------------------------------------------- */
body,
html {
  height: 100%;
}
section,
figure,
article,
aside {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}

/* =Figure 
------------------------------------------------------- */
figure {
  background: #004f87;
  overflow: hidden;
  height: 150px;
}

figure article {
  height: 140px;
  margin: 0 auto;
  display: table;
  padding: 0;
  width: 952px;
}
figure h1 {
  color: #fff;
  font: 36px/45px "fontDinReg";
  letter-spacing: -0.025em;
  text-shadow: 1px 1px 2px #1b274d;
  display: table-cell;
  vertical-align: middle;
}
figure h1 span {
  display: block;
  font: inherit;
}

/* =Article - css
--------------------------------------- */
article {
  margin: 0 auto;
  position: relative;
  overflow: auto;
  width: 952px;
  padding: 30px 0;
}

article.content {
  border-bottom: solid 1px #ccc;
}

/* =Section - css
--------------------------------------- */
section {
  background: none repeat scroll 0 0 #fff;
  clear: both;
  width: 100%;
}
section h1 {
  font: 40px/42px "fontDinReg";
  padding: 0 0 30px 0;
  letter-spacing: -0.025em;
}
section h2 {
  font: 40px/44px "fontDinReg";
  padding: 0 0 18px;
  letter-spacing: -0.025em;
}
section h2 small {
  font: inherit;
  font-size: 0.8em;
}
section h3 {
  font: 20px/24px "fontDinMed";
  letter-spacing: -0.02em;
  padding: 0 0 15px;
}
section img {
  display: block;
}
section p {
  color: #494b4c;
  line-height: 24px;
}
section p.Legal-interno {
  font: 12px/20px "fontDinReg";
  color: #999;
}

div.points {
  border-top: 1px dotted #888686;
  padding: 20px 0 0;
}

li.title {
  font-weight: bold;
}

li.faq3 {
  float: left;
  width: 49%;
  margin: 0 0 20px;
}

section p.Ejemplo {
  background: #f2fbff;
  border: solid 1px #d9f4ff;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  display: inline-block;
}
section p.Ejemplo-two {
  background: #f2fbff;
  border: solid 1px #d9f4ff;
  padding: 20px;
  font-size: 14px;
  width: auto;
  display: inherit;
  overflow: hidden;
}
section p.Ejemplo-two img {
  float: right;
  padding: 0 0 0 20px;
}
section a {
  color: #00abe3;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
}
section a:hover,
section a:hover i.fa {
  color: #00abe3;
}
section a i.fa {
  font-size: 16px;
}

section aside {
  font: 11px/16px "fontDinReg";
  color: #666;
  padding-bottom: 20px;
}

.legal-hide {
  display: none;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.legal-hide h5 {
  font: 20px/24px "fontDinReg";
  color: #494b4c;
  padding: 20px 0 5px;
  letter-spacing: -0.02em;
}
.legal-hide h5:first-child {
  padding-top: 0;
}
.legal-hide p {
  font: 14px/22px "fontDinReg";
  color: #494b4c;
  padding-bottom: 10px;
}
.legal-hide p.Pad-bottom20 {
  padding-bottom: 20px;
}
.legal-hide p.NoPad {
  padding-bottom: 0;
}
.header-480f {
  font-family: "fontDinReg";
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
