/*
	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.
*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0px 0px 0px}
	/* 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 margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px; padding:0px 0px 0px 0px;}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { padding: 0px; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 2px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center; position: relative;}

/* Don't change anything below here unless you know what you're doing */
	.coda-nav{ float:left;text-align:right;}

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { display: block; float: left; margin-right: 1px; padding: 2px 2px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	 .panel{width:600px;}
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: left; text-indent: -900em; width:20px;}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none;width: 20px; height:15px; }
	
/* Controla la presentacion de los paneles 1 2 3 4 ... */
	/*.coda-nav1{	float: right;}*/
	.coda-nav1 ul{list-style: none;margin: 0px;padding: 0px;}
	.coda-nav1li{padding: 0px;}
	.coda-nav1 a{display: block;width: 12px;text-indent: -999em;}

	.coda-nav1 li a { background: url("../img/aSlider.gif") no-repeat center; width: 10px; height:10px; }
	.coda-nav1 li a:hover { background: url("../img/hoverSlider.gif") no-repeat center; width: 10px; height:10px; }
	.coda-nav1 li a.current { background: url("../img/current.gif") no-repeat center; width: 20px; height:10px; }



	/* Cambia botones derecha izquierda slider */
	.coda-nav-right{background: url("../img/der.gif") no-repeat center;width:20px;height:15px;}

	.coda-nav-left{background: url("../img/izq.gif") no-repeat center;width:20px;height:15px;}

	.coda-nav-left a, .coda-nav-right a{
		float: left;
		display: block;
		width: 20px;
		height: 15px;
		text-indent: -900em;
		padding: 0px 3px 2px 0px;
	}

	/* Cambia botones derecha izquierda slider album */
	.coda-nav-right2{background: url("../img/der2.jpg") no-repeat center;width:20px;height:45px;}

	.coda-nav-left2{background: url("../img/izq2.jpg") no-repeat center;width:20px;height:45px;}

	.coda-nav-left2 a, .coda-nav-right2 a{
		display: block;
		width: 20px;
		height:45px;
		text-indent: -900em;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.coda-nav-left2 a, .coda-nav-left2 a img, .coda-nav-right2 a, .coda-nav-right2 a img{
		height: 41px;
	}


	

	/* Bloque por noticia */
.panel-wrapper .noticiaSlider{
	margin: 0px 0px 0px 0px;
	padding-left: 4px;
	padding-right: 4px;
	width:145px;
}

.panel-wrapper >.noticiaSlider{
	padding-left: 7px;
	padding-right: 7px;
}

	.noticiaSlider a img{
		float:left;
		border:0px;
	}

	
	/* Bloque por noticia */
	.panel-wrapper .noticiaSlider2 {
		margin: 0px 0px 0px 0px;
		padding-left: 4px;
		padding-right: 4px;
		width:145px;
		float:left;
	}


	.noticiaSlider2 a img{
		float:left;
		border:0px;
	}

.panel-wrapper >.noticiaSlider2{
	padding-left: 6px;
	padding-right: 6px;
}

