@charset "utf-8";
/* CSS Document */

/* Fuentes */

 @font-face{ 
            font-family: "SEGOEUIL";
            src: url('http://www.fontsforweb.com/public/fonts/1409/SEGOEUIL.eot');
            src: local("Segoe UI Light"), url('http://www.fontsforweb.com/public/fonts/1409/SEGOEUIL.woff') format("woff"), url('http://www.fontsforweb.com/public/fonts/1409/SEGOEUIL.ttf') format("truetype");
        }
        .fontsforweb_fontid_1409 {
            font-family: "SEGOEUIL";
        }
		
font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
		
/* Documento - Body */

body{
	background:#1a1a1a;
	font-size:100%;
}


/* Documento - Navegador */

#nav{
	background-color:rgba(0,0,0,0.7);
	height:57px;
	padding-top:0.7%; /*13px*/
	position:fixed;
	width:100%;
}

#nav ul{
	float:right;
	margin-top:0.71428571428571%; /*7px*/	font-family:Maven Pro;font-size:1em; /*16px*/
	max-width: 240px;
    width: 100%;

}

#nav ul li{
	float:right;
	max-width:110px;
	width:100%;
	margin-left:4.16666666666667%; /*10px*/
}

#nav a{
	text-decoration:none;
}

.logo{
	display:block;
	float:left;
	background:url(../img/abckymlogo.png) no-repeat;
	background-size:100%;
	width:8.77551020408163%; /*86px*/
	max-width:86px;
	height:45px;
	text-indent:-9999px;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.logo:hover{
	opacity:0.5;
}

.btn_suscribe{
	display:block;
	background:url(../img/btn_suscribe.png) top;
	width:110px; /*110px*/
	height:32px;
	line-height:29px;
	color:#4f4f4f;
	text-align:center;
}

.btn_suscribe:hover{
	background:url(../img/btn_suscribe.png) bottom;
	color:#FFFFFF;
}

.btn_entrar{
	display:block;
	background:url(../img/btn_entrar.png) top;
	width:63.63636363636364%; /*70px*/
	height:32px;
	padding-left:36.36363636363636%; /*40px*/
	line-height:29px;
	color:#4f4f4f;
}

.btn_entrar:hover{
	background:url(../img/btn_entrar.png) bottom;
	color:#fff;
}


/* Documento - Promoción */

#promo{
	background:#d8e2e9;
	background-position:50% 50%; 
	background-repeat:no-repeat; 
	display:block; 
	height:484px; 
	-moz-background-size:cover; 
	-webkit-background-size:cover; 
	background-size:cover;
	padding-top:130px;
	font-family: 'Maven Pro', sans-serif;
}

#devices{
	background:url(../img/device.png) no-repeat;
	background-size:100%;
	max-width:400px;
	height:450px;/*450px*/
	overflow:hidden;
	text-indent:-9999px;
}

#promo h2{
	font-size:2.375em; /*38px*/
	color:#003b53;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#promo h1{
	font-size:2.25em; /*36px*/
	color:#003b53;
	font-weight:bold;
	text-align:center;
}

#promo h3{
	font-size:2.375em; /*38px*/
	color:#003b53;
	margin-top:40px;
	text-align:center;
}

.chapa{
	display:block;
	background:url(../img/chapa.png) no-repeat;
	background-size:100%;
	width:100%;
	height:108px;
	text-indent:-9999px;
	margin-left:-20px;
	margin-top:35px;
	margin-bottom:35px;
}

#promo ul li span{
	color:#1f4484;
}

#promo ul{
	width:50%;
	float:left;
	margin-top:22px;
}

#promo ul li{
	color:#2f2f2f;
	margin-bottom:13px;
}

.button{
width: 100%; height: 66px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #d40000; background-image: -webkit-linear-gradient(bottom, rgba(95,31,31,.35), rgba(212,0,0,.35)); background-image: -moz-linear-gradient(bottom, rgba(95,31,31,.35), rgba(212,0,0,.35)); background-image: -o-linear-gradient(bottom, rgba(95,31,31,.35), rgba(212,0,0,.35)); background-image: linear-gradient(to top, rgba(95,31,31,.35), rgba(212,0,0,.35));
	transition: all 0.3s ease-out 0s;
	display:block;
	text-align:center;
	line-height:66px;
	font-size:2em;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}

.ladillo{
	font-size:1.25em;
	text-align:right;
}

.button:hover{
	border-radius: 50px;
}

.cabeceras{
	font-size:25px;
	text-align:center;
	color:#003b53;
}

/* Documento - Contacto */

#contact dl{
	margin-top:50px;
}

.contact_item{
	border-right:dotted 1px #8f8f8f;
	margin-left:-0.10204081632653%;/*-1px*/	font-family:Maven Pro;color:#8f8f8f;
	height:81px;
	padding-left:10.71428571428571%;/*105px*/
	width:21.53061224489796%; /*211px*/
}

.lastchild{
	border:none;
}

.contact_item dt{
	font-size:1.4375em;/*23px*/
	margin-bottom:15px;
}

#phone{
	background:url(../img/icn_phone.png) no-repeat left;
	background-size:25.63291139240506%;
	
}

#mail{
	background:url(../img/icn_mail.png) no-repeat left;
	background-size:25.63291139240506%;
}

#twitter{
	background:url(../img/icn_twitter.png) no-repeat left;
	background-size:25.63291139240506%;
}

#phone dd{
	font-size:2.0625em;/*33px*/
	font-family:Open Sans;
	font-weight:500;
}

#mail dd{
	font-size:1.125em;/*18px*/
}

#twitter dd{
	font-size:1.6875em;/*27px*/
}

/* Documento - Footer */

#footer{
	margin-top:35px;
	background:#262626;
	-webkit-box-shadow: inset 0px 5px 5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 5px 5px 5px rgba(0, 0, 0, 0.4);
	padding-top:25px;
	padding-bottom:35px;
	border-bottom:solid 80px #1a1a1a;
}

#footer h4{	font-family:Maven Pro;font-size:1.125em; /*18px*/
	color:#fff;
	text-shadow: 0px 0px 3px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

#footer dt{	font-family:Maven Pro;font-size:1.125em; /*18px*/
	color:#fff;
	text-shadow: 0px 0px 3px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

#footer dd{
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;/*12px*/
	color:#b6b6b6;
	line-height:20px;
}

#available dl{
	margin-top:48px;
}

#available dl div{
	height:67px;
}

#tablet_device{
	border-right:dotted 1px #FFFFFF;
	padding-left:10.25991792065663%;/*75px*/
	padding-right:0.6%;/*5px*/
	width:21.06703146374829%;/*154px*/
	background:url(../img/bg_smartphone.png) no-repeat left;
	background-size:23.5042735042735%;
}

#smartphone_device{
	border-right:dotted 1px #FFFFFF;
	padding-left:8.20793433652531%;/*60px*/
	padding-right:0.6%;/*5px*/
	width:23.11901504787962%;/*169px*/
	background:url(../img/bg_tablet.png) no-repeat left;
	background-size:18.37606837606838%;
}

#computer_device{
	padding-left:12.72229822161423%;/*93px*/
	padding-right:0.6%;/*5px*/
	width:17.92065663474692%;/*131px*/
	background:url(../img/bg_pc.png) no-repeat left;
	background-size:34.18803418803419%;
}

#legal p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;/*14px*/
	color:#b6b6b6;
	margin-top:48px;
	line-height:15px;
}

#legal a{
	color:#b6b6b6;
}

#legal a:hover{
	color:#F03;
}

