@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';
  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-bottom60 {padding-bottom:60px;}
.Pad-bottom80 {padding-bottom:80px;}
.Pad-Top10 {padding-top:10px;}
.Pad-Top20 {padding-top:20px;}
.Pad-Top30 {padding-top:30px;}
.Pad-Top40 {padding-top:40px;}
.Left{float: left;}
.Right{float: right;}
.No-Pad-Bottom {padding-bottom:0px;}
.No-Pad-Top {padding-top:0;}
img.positionPhono {
	float: right;
	margin-right: 10%;
	padding-left:20px;
}
span.Block { display:block; font:inherit;}


/* =Globales 
------------------------------------------------------- */
body, html {height: 100%;}
section, figure, article, aside {
  width: 100%;
  position: relative;
  display: block;
	z-index:1;
}

/* =Figure 
------------------------------------------------------- */
figure {
	background-color: #004F87;
	overflow: hidden;
}
figure article {
	height: 150px;
	margin: 0 auto;
	display: table;
	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: 0;
}

/* =Section - css
--------------------------------------- */
section {
	border-bottom: 1px solid #E8E8E8;
}
section:last-of-type {
	border-bottom: none;
}
section {
	background: none repeat scroll 0 0 #FFF;
	clear: both;
	width: 100%;
	padding:50px 0;
}
section img {display:block;}
section p {color: #494b4c; line-height: 24px;}
section a {
	color: #00aeef;
	text-decoration: none;
	width: 100%;
	font: 16px/24px 'fontDinReg';
}
section a:hover {color: #058ab5;}
section a i.fa {font-size:12px;}
section a.acceso{
	font-weight: bolder;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
section a.acceso:hover {
  color: #058ab5;
}
section aside {
	font:11px/16px 'fontDinReg';
	color: #666;
	padding-bottom:20px;
}

/* =Simbolo List - css
--------------------------------------- */
a.cargar h2 abbr {
    float: right;
    margin: 0 15px 0 0;
    font-size: 30px;
    color: #00aeef;
}
a.cargar h2 abbr:after {
    content: '+';
}
a.cargar h2 abbr.active:after {display:none;}
a.cargar h2 abbr.active:before {content: '-'; margin-right: 4px;}

/* List - css
--------------------------------------- */
section article div.list-contentl h1 {
	font:40px/42px 'fontDinReg';
	padding:0 0 30px 0;
	letter-spacing: -0.025em;
	color: #666;
}

section article div.list-content h2 {
	font: 22px/28px 'fontDinMed';
	padding: 0 0 18px;
	letter-spacing: -0.025em;
	color: #666;
}

section article div.list-content div.BoxChannel span {
	font: 18px/24px 'fontDinMed';
	letter-spacing: -0.020em;
	padding: 17px 0 20px 0;
	color: #666;
	display:inline-block;
	width:100%;
}

.BoxChannel ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  behavior: url(/Shared/JS/boxsizing.htc);
  color: #999;
  font-size: 14px;
  list-style-type: disc;
  margin-left: 17px;
  padding-bottom: 10px;
  padding-left: 5px;
}

section article div.list-content {
	width:33.3%;
	float:left;
}
body section article div.list-content ul {
	width:90%;
}