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

/*
#banner {
  position: relative;
  
  width: 920px;
  height: 262px;
  
  background-image: url(../images/background_banner_home.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
*/




	/* Tab nav */
	.coda-nav ul { 
	  position: absolute;
	  top: 0;
	  right: 22px;
	  z-index: 200;
	  
	  clear: both; 
	  display: block;  
	  list-style-type: none;
	}
	
	.coda-nav ul li {  }
	
	.coda-nav ul li a { 
	    width: 286px;
        height: 60px;
        
        padding: 12px 0 0 44px;
        
	    color: #a09a82; 
	    
	    font-size: 1.8em;
	    font-family: "Lucida Grande", sans-serif;
	    font-weight: 100;
	    text-decoration: none;

	    display: block;   
	}
	
	.coda-nav ul li a.current { 
	    color: #fff;
	    background-image: url(../images/flash_home/flecha.png);
	    background-repeat: no-repeat;
	    background-position: left top;
	}
	
	
	
	.coda-nav ul li a span {
	  margin-top: -5px;
	  
	  color: #7f7654;
	  font-size: 11px;
	  display: block;
	}
	
	.coda-nav ul li a.current span {
	  color: #a9c591;
	}
	
	



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

	.coda-slider-wrapper { }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 262px; overflow: auto !important;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 920px; height: 262px  } 
	
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 920px; }
	.coda-slider-wrapper.arrows .coda-slider {  }
	
	
	

	

	



	
	
	/* Panel padding */
	.coda-slider .panel-wrapper {  }
	
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }






	
	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.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 }
	
