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

	body {
	margin-left: 0px;
	padding-left: 0px;
}

	
	.panel h2.title {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	color: #666;
	float: right;
	padding-right: 20px;
}

.panel  h1{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	font-weight: normal;
	color: #284b82;
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

.panel   p{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	width: 920px;
margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	padding-right: 40px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	float: right;
}



.link  a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	font-style: italic;
	text-decoration: underline;
	text-align: right;
	padding-right: 20px;
	width: 930px;
	margin-top: 0px;
	padding-top: 0px;
}


.link  a:hover{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #06C;
	font-style: italic;
	text-decoration: underline;
	text-align: right;
	width: 930px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}



	.coda-slider-wrapper { text-align: left }


/* Stuff to change */

	.coda-slider-wrapper { padding: 0 }
	.coda-slider {
	background-color: #f6f5ee;
	float: left;
	height: 400px;
	width: 960px;
}


	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 480px;
	overflow: 500px;
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 960px
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0  }
	
	/* Arrow styling */
	 .coda-nav-right a {
	color: #fff;
	width: 30px;
	background-color: #284b82;
	height: 73px;
	top: 200px;
	background-image: url(images/rigth.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	z-index: 999;
}
	
	.coda-nav-left a {
	color: #fff;
	width: 30px;
	background-color: #284b82;
	height: 73px;

	top: 200px;
	
		background-image:url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
		position: relative;
z-index: 500;
}
		
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	float: left;
}
	
	/* Preloader */
	.coda-slider p.loading {
	text-align: center;
}

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	#inner-body .coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	width: 960px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	height: 85px;
}
	
	/* Tab nav */
	#inner-body .coda-nav ul li a.current {
	background-color: #284b82;
	background-image: url(images/flecha.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
	
	
	
	#inner-body .coda-nav ul li {
	display: inline;
	width: 192px;
	height: 82px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-left: 0px;
}
	#inner-body .coda-nav ul li a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	height: 62px;
	width: 150px;
	background-color: #dd0021;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

	.coda-slider-wrapper { 
	clear: both; 
	overflow: auto 
		position: relative;
z-index: 500;
	}
	.coda-slider {
	overflow: hidden;
	position: relative;
	margin-left: 0px;
	float: left;
	position: relative;
z-index: 500;
}
	.coda-slider .panel {
	display: block;
	float: left;
	width: 960px;
}
	.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 }
	
