@charset "utf-8";
/* CSS Document */

/* =Fonts 
------------------------------------------------------- */
@import url(/Shared/css/font-face/DIN-Font.css);


/* =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: Arial,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;}
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:url('/Shared/Images/genericos/Header-140-responsive.jpg') no-repeat scroll center top #1B274D;
	overflow: hidden;
}
figure article {
	height: 140px;
	margin: 0 auto;
	display: table;
	padding: 0;
	width: 952px;
}
figure h1 {
	color: #fff;
	font: 25px/25px "DTV-DIN-LIGHT";
	letter-spacing: -0.025em;
	text-shadow: 1px 1px 2px #1B274D;
	display: table-cell;
	vertical-align: middle;
}

/* =Article - css
--------------------------------------- */
article {
	margin: 0 auto;
	position: relative;
	overflow: auto;
	width: 952px;
	padding: 60px 0;
}

/* =Section - css
--------------------------------------- */
section {
	background: none repeat scroll 0 0 #FFF;
	clear: both;
	width: 100%;
}
section h1 {
	font:40px/42px 'DTV-DIN-LIGHT';
	padding:0 0 30px 0;
	letter-spacing: -0.025em;
}
section p {color: #494b4c; line-height: 24px;}
section a {
	color: #00abe3;
	font-weight: bolder;
	text-decoration: none;
	width: 100%;
}
section a:hover {color: #058ab5;}