/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	margin: 0;
	padding: 0;
	background-position:center top;
	background-image: url(izus-rulez.png);
	background-repeat: repeat-x;
	background-color:#F2F5F7;
}
h1.pagetitle {
	margin:0.4em 0 0.6em 0;
}

.issues-view h1.pagetitle {
	margin:0.4em 0 0 0;
}
.issue-cover{
	background-color:#F2F5F7;
}
.issue-cover img{
	border:10px solid #F2F5F7;
	border-left: none;
}
.issue-cover .quote{
	font-size:2em;
}

h3.issue-number{
	font-size:3em;
	line-height:1;
	margin:0.5em 0 0 0;
	padding:0;
}

p.quote {
	font-size:1.5em;
	color:#333;
	font-style:italic;
}

.message{
	background-color:#EC008C;
	padding:1em;
	margin:1em 0;
	color:#FFFFFF;
	font-weight:bold;
}

#logo{
	display:block;
	float:right;
	width:150px;
	height:50px;
	margin:50px 90px 49px 0;
	padding:0;
}
#logo a{
	display:block;
	width:150px;
	height:50px;
	background: url("logo-metrica.png") no-repeat top;
	margin:0;
	padding:0;
	text-indent:-50000px;
}
#logo a:hover{
	background-position:bottom;

}
#container{
	width:960px;
	margin: 0 auto;	
}
#content {
	border-top:1px solid #EC008C;
	width:950px;
	margin:0;
	/*background:url(grid.png);*/
	padding-bottom:10em;
	padding-top:3em;
}
.bg1 {
	background-color:#CED7DB;
}
.txtcolor1 {
	color:#EC008C;
}

a.btn-download{
	display:block;
	width:190px;
	height:25px;
	text-indent:-5000px;
	background:url(btn-descargar-pdf.png) no-repeat top left;
	margin-bottom:1em;
}

a.btn-download-pdf{
	display:block;
	width:230px;
	height:25px;
	text-indent:-5000px;
	background:url(btn-media-kit.png) no-repeat top left;
	margin-top:1em;
}

.issue img {
 display:block;
}
.issue .number {
 font-weight:bold;
 padding-right:1em;
}

.product-image img{
	display:block;
}
.product-description{

}
.product-description .price{
	font-size:2em;
	line-height:1em;
}

#footer{display:none;}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	float:left;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 110px;
	height: 110px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 10px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks li a{
	display: block;
	margin:0;
	padding:0;
	height: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#666666;
	background:none;
	background-repeat:no-repeat;
	text-indent:-50000px;
}
.kwicks .active a{
/*	background-position:bottom;*/
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

#kwick_1 a { 	background-image:url(nav-ediciones.gif); }
#kwick_2 a { 	background-image:url(nav-remeras.gif); }
#kwick_3 a {	background-image:url(nav-anunciantes.gif); }
#kwick_4 a { 	background-image:url(nav-revista.gif); }
#kwick_5 a { 	background-image:url(nav-contacto.gif); }

.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks a:hover{
	background-position:0 -110px;
} 

div#loader{
	z-index:0;
}