@charset "utf-8";
/* CSS Document */

#Master {
	position:relative;
	top:-5px;
	width:980px;
	height:1564px;
	z-index:2;
	margin: auto;
}
#Logo {
	position:absolute;
	left:382px;
	top:6px;
	width:235px;
	height:199px;
	z-index:12;
}

#suscripcion {
	position:absolute;
	left:700px;
	top:175px;
	width:285px;
	height:67px;
	z-index:10;
}
#Menu {
	position:absolute;
	left:1px;
	top:192px;
	width:979px;
	height:261px;
	z-index:10;
}
#video {
	position:absolute;
	left:-3px;
	top:273px;
	width:981px;
	height:269px;
	z-index:9;
}
#Submenu {
	position:absolute;
	left:-1px;
	top:541px;
	width:980px;
	height:201px;
	z-index:8;
}
#Cuerpo {
	position:absolute;
	left:-2px;
	top:738px;
	width:978px;
	height:599px;
	z-index:7;
}
#ofertas {
	position:absolute;
	left:-2px;
	top:1336px;
	width:981px;
	height:174px;
	z-index:6;
}
#pie {
	position:absolute;
	left:-1px;
	top:1504px;
	width:981px;
	height:82px;
	z-index:5;
}
#Copy {
	position:absolute;
	left:-1px;
	top:1588px;
	width:980px;
	height:43px;
	z-index:3;
}
#skl {
	position:absolute;
	left:823px;
	top:-10px;
	width:154px;
	height:38px;
	z-index:1;
}
#subc {
	position:absolute;
	left:24px;
	top:29px;
	width:256px;
	height:68px;
	z-index:16;
}
#interway {
	position:absolute;
	left:4px;
	top:9px;
	width:133px;
	height:205px;
	z-index:13;
}
.Estilo1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#apDiv3 {
	position:absolute;
	left:387px;
	top:147px;
	width:120px;
	height:21px;
	z-index:20;
}
#apDiv4 {
	position:absolute;
	left:500px;
	top:142px;
	width:84px;
	height:36px;
	z-index:21;
}
#apDiv1 {
	position:absolute;
	left:5px;
	top:-1463px;
	width:172px;
	height:285px;
	z-index:3;
}
#apDiv2 {
	position:absolute;
	left:1270px;
	top:-1392px;
	width:154px;
	height:3031px;
	z-index:3;
}
.style1 {color: #FFFFFF}
#apDiv3 {
	position:absolute;
	left:387px;
	top:147px;
	width:120px;
	height:21px;
	z-index:20;
}
#apDiv4 {
	position:absolute;
	left:500px;
	top:142px;
	width:84px;
	height:36px;
	z-index:21;
}

-->

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 550px;
	position: relative;
	margin: 1% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
 -->