@charset "utf-8";
/* CSS Document */

/* =Imports 
------------------------------------------------------- */
@import url(/Shared/css/font-face/DIN-Font.css);
@import url(/Shared/CSS/master/buttons.css);
@import url(/Shared/css/general/padding-margin-rule.css);
@import url(mediaqueries.css);

/* CSS Document for DIRECTV LA - by Takeoff Media 
   Compatibilidad ie8 - 9 - 10 - Chrome - Firefox*/
	 

/* =Reset BODY - 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;
}
section h1, section h2, section h3, section h4, section h5, section h6, section p, section li {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* =PIE - css
--------------------------------------- */
.pie {
	behavior: url("/css/pie/PIE.htc");
	position: relative;
}
/* =Globales 
------------------------------------------------------- */
body, html {
	height: 100%;
}
section, figure, article, aside {
	width: 100%;
	position: relative;
	display: block;
}

/* =Figure 
------------------------------------------------------- */
figure {
	background: url('/informacion-usuarios-abonados/img/Header.png') no-repeat scroll center top #0C0F15;
	overflow: hidden;
	margin: 0 0 30px;
}
figure .Box {
	height: 130px;
	margin: 0 auto;
	overflow: visible;
	padding: 0;
	width: 952px;
	display: table;
}
figure .Box h1 {
	color: #fff;
	font: 40px/45px "DTV-DIN-LIGHT";
	letter-spacing: -0.025em;
	text-shadow: 1px 1px 2px #040e20;
	vertical-align: middle;
	display: table-cell;
}

/* =List - css
--------------------------------------- */
article ul li {
	float:left;
	width:50%;
	margin-bottom: 20px;
}

/* =Article - css
--------------------------------------- */
section {
	margin: 0 auto;
	overflow: auto;
	width: 952px;
}
section h3 {
	font: 22px/45px "DTV-DIN-MEDIUM", Verdana;
	letter-spacing: -0.022em;
	padding-bottom: 10px;
}
section a, .block-media {
	display: block;
	clear: both;
}

/* =Download-PDF - css
--------------------------------------- */
a.Download-PDF {
	background:url("/informacion-usuarios-abonados/img/ico-download.png") no-repeat;
	font:bold 16px/22px Arial;
	color:#555;
	padding: 5px 0 10px 50px;
}
a:hover.Download-PDF {
	color: #00ade7;
}
a.Link {
	background: url('/informacion-usuarios-abonados/img/img-link-arrow.jpg') right 3px no-repeat;
	font:bold 16px Arial;
	color: #00ade7;
	clear:both;
	display: inline-block;
}

a.Download-PDF, a:hover.Download-PDF, a.Link, a:hover.Link {
	moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none;
 }

/* =block-media - css
--------------------------------------- */
.block-media {
	cursor: pointer;
	border-bottom: solid 1px #dbdbdb;
	text-decoration: none;
}
.block-media h3 {
	vertical-align: middle;
	font-size: 24px;
	margin: 0;
	color: #666666;
}
.block-media {
	position: relative;
}
.block-media ::before, .block-media .top::before {
	content: url("/informacion-usuarios-abonados/img/img-arrow-down.png");
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15%;
	margin-top: -9px;
}
.block-media .top::before {
	content: url("/informacion-usuarios-abonados/img/img-arrow-up.png") no-repeat;
}
