/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#ededed;
	color:#494949;
}
ol, ul {
    color: #494949;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    list-style: disc inside none;
    padding-bottom: 6px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('fonts/myriadpro-semibold-webfont.eot');
    src: url('fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4{
    font-family: 'MyriadProSemibold';
	color:#494949;
}

#wrap{
	width:975px;
	overflow:hidden;
	margin:15px auto;
	background:#fff;
	border-radius:15px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
		    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
}

#header{
	background:url(img/cabecera2.png) no-repeat center;
    height: 126px;
    text-indent: -9999px;
}

#dispositivos{
	background:url(img/ipad.png) no-repeat center;
    float: left;
    height: 430px;
    width: 690px;
	text-indent:-9999px;
	margin-right: 25px;
}

#descripcion{
	float:left;
	width:215px;
	padding-top:15px;
}

#descripcion h2, h3, h4{
	text-align:center;
	padding: 5px 0;
}

#descripcion h2{
	font-size:25px;
}

#comodisfrutar p,
#descripcion p {
    color: #494949;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0;
}

#descripcion h4{
	background:url(img/codigo.png) no-repeat center;
    color: #FFFFFF;
    height: 43px;
    line-height: 43px;
}


#opciones {
   float: left;
    height: 140px;
    padding-left: 35px;
    width: 941px;
    margin-top: 20px;
}

#opciones h3{
    font-size: 20px;
    padding: 1px 0;
    text-align: right;
}

#opciones a{
	display:block;
	width:245px;
	height:125px;
	float:left;
	text-indent:-9999px;
	margin: 0 20px;
}

#comodisfrutar{
    float: left;
    height: 230px;
    width: 325px;
	text-align:right;
}

#comodisfrutar p {
    color: #494949;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 0;
}

#comodisfrutar p span {
    color: #4393dd;
}



.btn_registrado{
	background: url(img/btn_registrado.png) no-repeat top;
}

.btn_registrarme{
	background: url(img/btn_registrarse.png) no-repeat top;
}

.btn_registrado:hover{
	background: url(img/btn_registrado.png) no-repeat bottom;
}

.btn_registrarme:hover{
	background: url(img/btn_registrarse.png) no-repeat bottom;
}

.telefono{
	background:url(img/bgtelefono.png) no-repeat 50px top;
    color: #CFCFCF;
    float: left;
    font-family: 'MyriadProSemibold';
    font-size: 24px;
    margin: 15px 0 25px;
    padding-top: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF, -1px -1px 1px #A2A2A2;
    width: 975px;
}

.telefono span:hover{
	color:#005c7d;
}



#registrado {
    float: left;
    width: 975px;
	height:250px;
	display:none;

}


.topregistrado {
    background: url(img/topregistrado.png) no-repeat;
    float: left;
    height: 30px;
    width: 975px;
}

#registrado h4{
    color:#FFF;
	text-align:left;

}


#registrarme {
    float: left;
    width: 975px;
	height:250px;
	display:none;
}
.topregistrarme {
    background: url(img/topregistrarme.png) no-repeat;
    float: left;
    height: 30px;
    width: 975px;
}
#registrarme h4{
    color: #FFFFFF;
    font-size: 20px;
    text-align: left;

}


strong{
    font-family: 'MyriadProSemibold';
    font-size: 17px;
}

.tiendas{
    color: #FFFFFF !important;
    float: left;
    font-family: 'MyriadProSemibold' !important;
    font-size: 14px !important;
    list-style: square outside none !important;
}

.tiendas a{
	text-decoration:none !important;
}
a{
	color:#fff;
}

.paso1 ul,
.paso2 ul,
.paso3 ul{
    color: #4393dd;
    line-height: 21px;
    padding-left: 30px;
	font-family:Arial;
	font-size:12px;
	list-style:disc;
}

.paso1 span,
.paso2 span,
.paso3 span{
    color: #f6f6f6;
}

.paso1 li,
.paso2 li,
.paso3 li{
	padding:3px 0;

}

.paso1 img,
.paso2 img,
.paso3 img{
    float:left;
	margin-right:30px;
}


.paso1{
    background: url(img/bgregistrado.png) repeat;
    height: 225px;
    padding-left: 70px;
    padding-right: 60px;
	list-style: circle;
	margin-top:30px;
}
.paso2{
    background: url(img/bgregistrado.png) repeat;
    height: 225px;
    padding-left: 70px;
    padding-right: 60px;
	list-style: circle;
}
.paso3{
    background: url(img/bgregistrado.png) repeat;
    height: 175px;
    padding-left: 70px;
    padding-right: 60px;
	list-style: circle;
}

.ask{
    float: none !important;
    margin: 0 5px !important;
}

.ask:hover{
    opacity:0.8;
}


#footer {
    background: url(img/bgfooter.png) #F2F2F2;
    float: left;
    height: 120px;
    width: 975px;
}

.abc{
    background: url(img/abc.png) no-repeat center;
    float: left;
    height: 120px;
    text-indent: -9999px;
    width: 186px;
}

.benotac{
    float: left;
    height: 120px;
    text-indent: -9999px;
    width: 216px;
}

#footer p{
    color: #404040;
    float: left;
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
    padding-top: 39px;
    width: 510px;	
}

		#lightbox {
			position:fixed; /* keeps the lightbox window in the current viewport */
			top:0; 
			left:0; 
			width:100%; 
			height:100%; 
    		background: url(img/bglightbox.png) repeat center;
			text-align:center;
		}
		#lightbox p {
			text-align:right; 
			color:#fff; 
			margin-right:20px; 
			font-size:12px; 
		}
		#lightbox img {
			box-shadow:0 0 25px #111;
			-webkit-box-shadow:0 0 25px #111;
			-moz-box-shadow:0 0 25px #111;
			max-width:940px;
			margin: 150px auto;
		}
