/****************************************************************
							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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a{
text-decoration: none;
}

/****************************************************************
							RESET
****************************************************************/



/* Disable Open/Copy/Cancel alert with long link selection*/
   * {
	   -webkit-touch-callout: none;
	   /*Disable selection/Copy of UIWebView*/
	   -webkit-user-select: none;
   }




@font-face {
		font-family: 'InterstateRegularCompressed';
		src: url('../orbyt35/font/ipad/interstateregcom.ttf');
		src: url('../orbyt35/font/ipad/interstateregcom.eot?#iefix') format('embedded-opentype'),
				 url('../orbyt35/font/ipad/interstateregcom.woff') format('woff'),
				 url('../orbyt35/font/ipad/interstateregcom.ttf') format('truetype'),
				 url('../orbyt35/font/ipad/interstateregcom.svg#font') format('svg');
		font-weight: lighter;
		font-style: normal;
}

@font-face {
		font-family: 'clarendontextbol';
		src: url('../orbyt35/font/ipad/clarendontextbol.ttf');
		src: url('../orbyt35/font/ipad/clarendontextbol.eot?#iefix') format('embedded-opentype'),
				 url('../orbyt35/font/ipad/clarendontextbol.woff') format('woff'),
				 url('../orbyt35/font/ipad/clarendontextbol.ttf') format('truetype'),
				 url('../orbyt35/font/ipad/clarendontextbol.svg#font') format('svg');
		font-weight: lighter;
		font-style: normal;
}

@font-face {
		font-family: 'InterstateRegularCondensed';
		src: url('../orbyt35/font/ipad/interstateregcon.eot');
		src: url('../orbyt35/font/ipad/interstateregcon.eot?#iefix') format('eot'),
				 url('../orbyt35/font/ipad/interstateregcon.woff') format('woff'),
				 url('../orbyt35/font/ipad/interstateregcon.ttf') format('truetype'),
				 url('../orbyt35/font/ipad/interstateregcon.svg#webfontPDfnu2z9') format('svg');
		font-weight: lighter;
		font-style: normal;
}

@font-face {
		font-family: 'clarendonhv';
		src: url('../orbyt35/font/ipad/clarenhv.eot');
		src: url('../orbyt35/font/ipad/clarenhv.eot?#iefix') format('eot'),
				 url('../orbyt35/font/ipad/clarenhv.woff') format('woff'),
				 url('../orbyt35/font/ipad/clarenhv.ttf') format('truetype'),
				 url('../orbyt35/font/ipad/clarenhv.svg#webfontPDfnu2z9') format('svg');
		font-weight: lighter;
		font-style: normal;
}

h1{
	font-family:InterstateRegularCompressed;
	font-size:29px;
	color:#FFF;
}

h2{
	font-family:InterstateRegularCompressed;
	font-size:27px;
	color:#FFF;
}

p{
	font-family:InterstateRegularCompressed;
	font-size:17px;
	color:#FFF;
}


html{
	/*background-image:url(../assets/ipad/fondotest.jpg);
	width:768px;
	height:1024px;
	background-repeat:no-repeat;*/
}

body{
	width:768px;
	height:700px;
	overflow:hidden;
	/*
	margin-top:69px;*/
}

body{
	background-image:url(../../img/orbyt35/assets/ipad/fondo.png);
	background-repeat:no-repeat;
	width:768px;
	height:701px;
	border-bottom: 1px solid #4e4e4e;
	background-position:0 39px;
}

header{
	width:768px;
	height:38px;
	border-top: 1px solid #4e4e4e;
	background-color:#313131;
	margin-top:-700px;
	position:absolute;
	z-index: 5;
}

.flecha{
	float:left;
	width:40px;
	margin-left:10px;
	margin-top:7px;
	}

.titulo{
	margin-top:5px;
	float:left;
	width:auto;
	
	z-index:1;
}

.combo{
	float: left;
	margin-top: 5px;
	margin-left: 150px;
}

.lupa{
	float:right;
	width:72px;
	margin-top:3px;
	position:relative;
	z-index:2;
	cursor:pointer;
}

.bolitasSlider{
	height:38px;
	float:left;
	margin-left:335px;
	position:absolute;
	z-index:1;
}

.bolita{
	background-image:url(../../img/orbyt35/assets/ipad/bolita_slider.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_rosa{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_revista.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
	
	
}

.bolita_amarilla{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_amarillo.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_azul{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_verde{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_verde.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_naranja{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_naranja.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_morada{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_morado.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_verdeclaro{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_verdeclaro.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

.bolita_naranjafuerte{
	background-image:url(../../img/orbyt35/assets/header/bolita_slider_naranjafuerte.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	background-position:0 -19px;
	cursor:pointer;
	float:left;
	margin-top:12px;
}

	
.activo{
	background-position:0 0px;
}

#main{
	/*
	background-image:url(../imagenes/fondo.png);
	background-repeat:no-repeat;
	position:relative;
	*/
	width:768px;
	height:663px;
	border-bottom: 1px solid #4e4e4e;
	position:absolute;
}

.main_content{
	padding-top:12px;
	margin-left:11px;
	width:760px;
	height:768px;
	float:left;
}

.tamanio1{
	float:left;
	width:502px;
	height:216px;
	margin-right:1px;
	margin-left:1px;
}

.tamanio2{
	float:left;
	width:251px;
	height:216px;
	margin-left:1px;
	
}


.tamanio3{
	float:left;
	width:502px;
	height:109px;
	margin-right:1px;
	margin-left:1px;
}


.imagen{
	position:relative;
	z-index:0;
}

.imagen_tamanio1
{
	width:482px;
	height:194px;
}
.sombra_tamanio1{
	position:absolute;
	z-index:1;
	width:492px;
	height:204px;
}

.borde_tamanio1{
	width:482px;
	height:194px;
	border: 5px solid #db96ea;
	position:absolute;
	z-index:3;
	overflow:hidden;
	cursor:pointer;
}

.texto_tamanio1{
	background-image:url(../../img/orbyt35/assets/ipad/pixel_fondo_transparente.png);
	width:492px;
	height:61px;
	position:absolute;
	z-index:2;
	margin-top:143px;
}

.imagen_tamanio2
{
	width:230px;
	height:194px;
}

.sombra_tamanio2{
	position:absolute;
	z-index:1;
	width:240px;
	height:204px;
}

.borde_tamanio2{
	width:230px;
	height:194px;
	border: 5px solid #db96ea;
	position:absolute;
	z-index:3;
	overflow:hidden;
	cursor:pointer;
}

.texto_tamanio2{
	background-image:url(../../img/orbyt35/assets/ipad/pixel_fondo_transparente.png);
	width:240px;
	height:61px;
	position:absolute;
	z-index:2;
	margin-top:143px;
}

.texto_tamanio1 h2, .texto_tamanio2 h2, .texto_tamanio3 h2{
	margin-top:6px;
}



.flecha_interior{
	width:45px;
	float:left;
	margin-left:12px;
	margin-top:18px;
	padding-bottom:15px;
}

.imagen_tamanio3
{
	width:482px;
	height:85px;
}

.sombra_tamanio3{
	position:absolute;
	z-index:1;
	width:492px;
	height:95px;
}

.borde_tamanio3{
	width:482px;
	height:85px;
	border: 5px solid #db96ea;
	position:absolute;
	z-index:3;
	overflow:hidden;
	cursor:pointer;
}

.texto_tamanio3{
	background-image:url(../../img/orbyt35/assets/ipad/pixel_fondo_transparente.png);
	width:492px;
	height:61px;
	position:absolute;
	z-index:2;
	margin-top:34px;
}


/*********************************************************/
/*
#menu_buscador{
	background-image:url(../../img/orbyt35/assets/ipad/buscador/pixel_fondo_rallas.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:relative;
	z-index:5;
	margin-left:768px;
	opacity:0;
}*/

#menu_buscador{
	background-image:url(../../img/orbyt35/assets/ipad/buscador/pixel_fondo_rallas.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:relative;
	*postion : static;
	z-index:7;
	margin-left:970px;
	opacity:0;
	margin-top:0px;
	overflow:hidden;
}

.primer_nivel{
	width:155px;
	background-color:#d9d9d9;
	height:auto;
	float:left;
	position:relative;
	z-index:3;
	 -webkit-box-shadow: 4px 0px 8px #3c3c3c;
 	 -moz-box-shadow: 4px 0px 8px #3c3c3c;
}

.segundo_nivel{
	width:155px;
	background-color:#d9d9d9;
	float:left;
	overflow-y:auto;overflow-x:hidden;
	height:700px;
	position:relative;
	z-index:2;
	 -webkit-box-shadow: 4px 0px 8px #3c3c3c;
 	 -moz-box-shadow: 4px 0px 8px #3c3c3c;
}

.tercer_nivel{
	width:340px;
	height:100%;
	float:left;
	background-color:#212121;
	position:relative;
	z-index:1;
}

.primer_nivel .texto, .segundo_nivel .texto{
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	/*
	opacity:0;
	margin-left:-5px;
	*/
}

.primer_nivel .texto .icono{
	width:8px;
	height:40px;
	background-color:#6fb4e9;
	float:left;
	margin-left:5px;
}

.primer_nivel .texto .iconoImagen{
	float: left;
    height: auto;
    margin-left: 5px;
    margin-right: 13px;
    margin-top: 7px;
    width: 17px;
}

.primer_nivel .texto p{
	font-family:InterstateRegularCompressed;
	font-size:20px;
	color:#626262;
	padding:10px;
	margin-left:10px;
}

 .segundo_nivel .texto p{
	font-family:InterstateRegularCompressed;
	font-size:20px;
	color:#626262;
	padding:10px;
	margin-left:30px;
	position:relative;
	z-index:2;
}

.revista{
	margin-left:6px;
	margin-top:10px;
	cursor:pointer;
}

.flecha_seleccion{
	position:absolute;
	margin-top: -42px;
	margin-left: 108px;
	opacity: 0;
	z-index:3;
}

.fondonegro{
	background-color:#000;
	position:absolute;
	width:768px;
	height:700px;
	z-index:5;
	display:none;
}

/********************************************************/

.item_revista{
	width:240px;
	height:204px;
	float:left;
	margin-top:13px;
	margin-left:13px;
	cursor:pointer;
}

.sombreado{
	background-image:url(../../img/orbyt35/assets/ipad/sombreado_revista.png);
	width:229px;
	height:192px;
	border:5px solid #db96ea;
	position:relative;
}

.info{
	background-color:#db96ea;
	width:229px;
	height:69px;
	margin-left:5px;
	margin-top:128px;
	position:absolute;
}



.leer{
	margin-left: 100px;
	margin-top: 15px;
}


.cuotamensual{
	width:113px;
	height:69px;
	float:left;
	border-right:1px solid #9f69ab;
}

.cuota{
	width:220px;
	height:69px;
	margin-left:60px;
}

.cuotamensual p, .cuotaanual p, .cuota p , .cuotaunica p{
	font-family:InterstateRegularCompressed;
	font-size:17px;
	color:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin-top:10px;
	width:105px;
	text-align:center;
}

.cuotamensual .precio, .cuotaanual .precio, .cuota .precio{
	font-family: clarendonHv;
	font-size:24px;
	color:#000;
	width:105px;
	text-align:center;
}

.cuotaanual{
	width:113px;
	height:69px;
	float:left;
	border-left:1px solid #f6a3ff;
}

.logotipo_revista{
	margin-top:-200px;
}


.main_content_revista{
	width:770px;
	height:660px;
	float:left;
}


/********************************************************/


.visualizador{
	background-image:url(../../img/orbyt35/assets/ipad/revista/fondo_visualizacion.png);
	width:101px;
	height:42px;
	margin-top:10px;
	margin-left:5px;
}

.modo_slider{
	background-image:url(../../img/orbyt35/assets/ipad/revista/icono_modo_slider.png);
	width:17px;
	height:18px;
	position:absolute;
	margin-top:11px;
	margin-left:17px;
	background-position:0 -19px;
	cursor:pointer;
}

.modo_mosaico{
	background-image:url(../../img/orbyt35/assets/ipad/revista/icono_modo_mosaico.png);
	width: 18px;
	height:18px;
	position:absolute;
	margin-top:10px;
	margin-left:65px;
	background-position:0 -19px;
	cursor:pointer;
}

.mes_revista p {
	font-size:17px;
	color:#FFFFFF;
	margin-bottom:8px;
}

.contenido_mosaico{
	margin-top:30px;
	margin-left:80px;
	width:700px;
	float:left;
}

.revistas_mosaico{
	width:146px;
	margin-right:80px;
	margin-bottom:30px;
	float:left;
}

#contenedor_mosaico{
	position:relative;
	left:0px;
	height: 664px;
}

#contenido_slider{
	position:relative;
	left:0px;
	height: 664px;
}

.imagen_revista_slide{
	float:left;
}

.datos_revista{
	float:left;
	margin-left:15px;
}

.datos_revista .nombre p{
	font-family:InterstateRegularCompressed;
	font-size:28px;
	color:#FFF;
	margin-bottom:5px;
}

.datos_revista .fecha p, .datos_revista .numero p{
	font-family:InterstateRegularCompressed;
	font-size:17px;
	color:#FFF;
	margin-bottom:5px;
}

.revistas_slide{
	margin-left:180px;
	width:600px;
	float:left;
}

.info_revista_slide{
	background-image:url(../../img/orbyt35/assets/ipad/revista/fondo_precios.png);
	width:192px;
	height:194px;
	position:absolute;
	margin-top:350px;
	margin-left:-70px;
}


.info_revista_slide_cuotaunica{
	background-image:url(../../img/orbyt35/assets/ipad/revista/fondosolocuota.png);
	width:166px;
	height:168px;
 display:none;	position:absolute;
	margin-top:350px;
	margin-left:-70px;
}

.info_revista_slide .cuotamensual{
	width:113px;
	height:69px;
	float:left;
	border-right:none;
	border-left:none;
	margin-left:38px;
	margin-top:15px;
}

.info_revista_slide .cuotaanual{
	width:113px;
	height:69px;
	float:left;
	border-right:none;
	border-left:none;
	margin-left:38px;
	margin-top:-5px;
}

.info_revista_slide .cuotamensual .precio, .info_revista_slide .cuotaanual .precio{
	font-family: clarendontextbol;
	font-size:24px;
	color:#6d3e77;
	width:113px;
	text-align:center;
	margin-top:0px;
}



.info_revista_slide_leer{
	display:none; width:192px;
	height:194px;
	position:absolute;
	margin-top:350px;
	margin-left:-70px;
	cursor:pointer;
}

.info_revista_slide .cuotamensual, .info_prensa_slide .cuotamensual{
	width:113px;
	height:69px;
	float:left;
	border-right:none;
	border-left:none;
	margin-left:38px;
	margin-top:15px;
}

.info_revista_slide .cuotaanual, .info_prensa_slide .cuotaanual{
	width:113px;
	height:69px;
	float:left;
	border-right:none;
	border-left:none;
	margin-left:38px;
	margin-top:-5px;
}

.info_revista_slide_cuotaunica .cuotaunica{
	width:113px;
	height:69px;
	float:left;
	border-right:none;
	border-left:none;
	margin-left:30px;
	margin-top:35px;
}

.info_prensa_slide .cuotamensual .precio, .info_prensa_slide .cuotaanual .precio, {
	font-family: clarendontextbol;
	font-size:24px;
	color:#174467;
	width:113px;
	text-align:center;
	margin-top:0px;
}

.info_revista_slide .cuotamensual .precio, .info_revista_slide .cuotaanual .precio, .info_revista_slide_cuotaunica .cuotaunica .precio{
	font-family: clarendontextbol;
	font-size:24px;
	color:#000;
	width:113px;
	text-align:center;
	margin-top:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}



.footer{
	width:666px;
	height:38px;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color:#313131;
	margin-top:-42px;
	position:absolute;
	margin-left:102px;
}

.bolitasSliderMosaico{
	height:38px;
	float:left;
	margin-left:233px;
	position:absolute;
	z-index:1;
	display:none;
}

.lupa_interior{
	float:right;
	margin-top:-41px;
	cursor:pointer;
}

/***************************************************************/

#menu_buscador_revistas{
	background-image:url(../../img/orbyt35/assets/ipad/buscador/pixel_fondo_rallas.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:relative;
	z-index:4;
	margin-left:768px;
	margin-top:-49px;
	opacity:0;
}

.primer_nivel_revistas{
	width:155px;
	background-color:#d9d9d9;
	height:auto;
	float:left;
	position:absolute;
}

.segundo_nivel_revistas{
	width:175px;
	margin-left:155px;
	height:100%;
	float:left;
	position:absolute;
	background-color:#333333;
}

.primer_nivel_revistas .texto{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	cursor:pointer;
	/*
	opacity:0;
	margin-left:-5px;
	*/
}

.primer_nivel_revistas .texto p {
	font-family:InterstateRegularCompressed;
	font-size:19px;
	color:#626262;
	padding:10px;
	margin-left:5px;
}

.segundo_nivel_revistas .revista{
	margin-left:30px;
	margin-top:20px;
	margin-bottom:10px;
	cursor:pointer;
}


.fondonegro_revistas{
	background-color:#000;
	position:absolute;
	width:768px;
	height:700px;
	z-index:3;
	display:none;
	margin-top : -660px;
}
.codigo{position:absolute; left:150px; padding:10px; border-right:1px solid #000; border-left:1px solid #000;}
.codigo a{color:#FFFFFF;font-family: InterstateRegularCompressed;}
.codigo a:hover{ text-decoration:underline;}
.tutorial {
  left: 570px;
  position: absolute;
  top: 3px;
}
