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


	#contenido .panel h2.title { color:#003457;font-family:Arial, sans-serif;letter-spacing:0;font-size:24px;position:static;margin-bottom:20px; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.coda-slider-wrapper {padding: 20px 0 10px 30px }
	.coda-slider { border-top:1px solid #003457;background: #fff url(/img/bg-panel.jpg) no-repeat bottom; }
	
	/* 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: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 760px }
	.coda-slider-wrapper.arrows .coda-slider { margin:0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #003457; color: #fff; padding: 5px; width: 40px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #003457 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 50px 100px 50px 60px  }
	
	/* 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 {font-family:Arial;font-size:13px;clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #587ba7; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; 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 }
	.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 }
	.panel p {font-family:Georgia;font-size:13px;line-height:1.5;padding-bottom:15px;}

/*COOPERATIVA*/
.panel-wrapper ul {
  font-family:Georgia;
  font-size:13px;
  line-height:1.5;
  margin-left:50px;
  padding-bottom:15px;
}

.panel-wrapper li {padding-bottom:15px;}

.cooperativa #contenido h1 {
  letter-spacing:0;
  font-weight:normal;
  font-size:36px;
  text-transform:none;
  text-align:left;
  line-height:1;
  margin:30px 0 10px 75px;
  color:#003457;
}

#telefono {
  padding:10px 20px;
  text-align:center;
  position:absolute;
  top:30px;
  right:80px;
  font:24px Arial, sans-serif;
  font-weight:bold;
  color:#003457;
  border:2px solid white;
}

body.cooperativa {background:#587ba6;background:#f1f9fd;}

.cooperativa #contenido {
  background:#d1f0ff url(/img/fondo-nubes.jpg) no-repeat top;
  padding-bottom:10px;
}

.right {
  float:right;
}


/*EXTRAS COOPERATIVA TWITTER FACEBOOK*/
.extras-cooperativa {
  display:block;
  clear:both;
  width:760px;
  height:400px;
  margin-left:80px;
  margin-bottom:0px;
  padding-bottom:20px;
  background:#fff url(/img/bg-panel.jpg) no-repeat bottom;
}
.extras-cooperativa h3 {
  font: 24px Arial, sans serif;
  font-weight:bold;
  text-transform:none;
  letter-spacing:.03em; 
  padding:20px;
  color:#003457;
}
.extras-cooperativa img {
  margin:0 10px 20px 20px;
}


.cooperativa #pcontacto {display:none;}

