/*
	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 h2.title { margin-bottom: 10px; color:#fff !important; padding:20px; width:250px; position:relative; left:-10px; font-size:27x !important; text-align:center;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,132,25,1) 0%, rgba(214,152,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(209,132,25,1)), color-stop(100%,rgba(214,152,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,132,25,1) 0%,rgba(214,152,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,132,25,1) 0%,rgba(214,152,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,132,25,1) 0%,rgba(214,152,59,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,132,25,1) 0%,rgba(214,152,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6983b',GradientType=0 ); /* IE6-9 */ 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
	
	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}
	.coda-slider { background: #ebebeb }
	
	/* 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: 960px; overflow:hidden; } 
	
	/* 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; overflow:hidden; }
	.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: #9e5600; /* Old browsers */
	background: -moz-linear-gradient(top, #9e5600 1%, #e58d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9e5600), color-stop(100%,#e58d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9e5600 1%,#e58d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9e5600 1%,#e58d00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9e5600 1%,#e58d00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e5600', endColorstr='#e58d00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9e5600 1%,#e58d00 100%); /* W3C */
	
	color:#fff;-webkit-transition: 1s; -moz-transition: 1s; transition: 1s;; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* 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; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { /*background:url(../images/edificio/bg-nombre.jpg);*/ 
		background: #edde57; /* Old browsers */
		background: -moz-linear-gradient(top, #edde57 0%, #f98d11 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edde57), color-stop(100%,#f98d11)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #edde57 0%,#f98d11 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #edde57 0%,#f98d11 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #edde57 0%,#f98d11 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edde57', endColorstr='#f98d11',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #edde57 0%,#f98d11 100%); /* W3C */
	color: #f00; display: block; float: left; margin-right: 1px; padding: 9px 9px; text-decoration: none;; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
	.coda-nav ul li a:hover{
		background: #ead40e; /* Old browsers */
		background: -moz-linear-gradient(top, #ead40e 0%, #f95b00 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ead40e), color-stop(100%,#f95b00)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ead40e 0%,#f95b00 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ead40e 0%,#f95b00 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ead40e 0%,#f95b00 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead40e', endColorstr='#f95b00',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ead40e 0%,#f95b00 100%); /* W3C */
		 color:#000;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow:hidden;}
	
	.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 }
	
	.tab-custom h2{ color:#333; letter-spacing:1px;}
	
	/*
	Colores a{}
	*/
.coda-nav ul li a.green { /*background:url(../images/edificio/bg-nombre.jpg);*/ 
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #aac663 4%, #00d615 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#aac663), color-stop(100%,#00d615)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#aac663 4%,#00d615 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#aac663 4%,#00d615 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#aac663 4%,#00d615 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00d615',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ffffff 0%,#aac663 4%,#00d615 100%); /* W3C */
		color: #f00; display: block; float: left; margin-right: 1px; padding: 9px 9px; text-decoration: none;; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
	