/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* Insignificant stuff, for demo purposes */
.panel .title {display:none; margin:0;}
noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
.coda-slider-wrapper {
	
}

	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 750px;
	background-color:transparent;
} 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav */
.coda-nav ul li a.current {
	background: #e2221f;
	color:#FFFFFF;
	text-decoration: none;
	cursor:default;
}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0 1px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
	clear: both;
	overflow: hidden;
	/*float:left;*/
	margin:0 0 0 auto;
}
.coda-nav ul li { display: inline; font-size:12px; margin:0;}
.coda-nav ul li a {
	background: #f8d82e;
	color: #D80009;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 15px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #FFF;
}
	

	
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	width: 592px;
	height: 260px;
	position: relative;
	z-index: 2;
}
.coda-slider {
	/*float: left;*/
	overflow: hidden;
	position: relative;
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/*NAF*/
.coda-nav{
	/*position:absolute;
	right:166px;
	z-index:2;
	bottom:-48px;*/
	width:100% !important;
	text-align:right;
	background:#f8f8f8;
	border:1px solid #e3e3e3;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #e3e3e3;
	padding:10px;
}
.caja-slider{
	width:322px;
	height:256px;
	float:left;
	z-index:-2;
}
.caja-slider object{
	z-index: -2;
}
.descripcion-slider{
	height:255px;
	margin-left:338px;
	padding-top:2px
}
.descripcion-slider p{ font-size:13px;}
.descripcion-slider img{ margin:0 2px;}


/*Mundos*/
.panel .producto-home{ width:50%; vertical-align:top; display:inline-block; padding:10px 0 20px;}


@media (min-width: 979px) and (max-width: 1170px) {
.coda-slider, .coda-slider .panel{ width:600px;}
}
@media (max-width: 769px) {
.coda-slider, .coda-slider .panel{ width:640px;}
}
@media (max-width: 680px) {
.coda-slider, .coda-slider .panel{ width:420px;}
.coda-slider .listado img{ width:100px; height:auto;}
.listado .resumen{ margin-left:120px; min-height:120px;}
.panel .producto-home{ width:100%;}
}

@media (max-width: 460px) {
.coda-slider, .coda-slider .panel{ width:320px;}
.panel .producto-home{ padding-bottom:10px;}
}