#columna{
overflow: auto;
width: 500px;
height: 225px;
	margin-top: -20px;
	margin-left: 20px;

}
 #columna2{
overflow: auto;

height: 500px;
	margin-top: -75px;
}
	#columna3{
overflow: auto;

height: 500px;
	margin-top: -75px;
}
		
		* { padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	color: white;
}
		
		p, ul { font-size: 13px; line-height: 1.4em;
	color: white;
} 
		
		p a, li a { text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		
	
		.list1 li a:hover {
	color: #f4a900;
}
		
		.list1 li a.current {
			background: #000;
			color: #75d400;
		}

		
		
		
		
		
		
		
				
		
		p#cross-links a:hover { font-weight: bold;
}
p#cross-links2 { margin-bottom: 30px; padding-bottom: 30px;
	width: 50px;
	margin-left: 10px;
	margin-top: -20px;
}		p#cross-links { margin-bottom: 30px; padding-bottom: 30px;
	width: 130px;
	margin-left: 10px;
	margin-top: -20px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
		
		.slider-wrap {
			position: relative;
			width: 100%;
	margin: 20px 0 20px -7px;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; overflow: scroll;
}
		.csw .loading { text-align: center;
	margin: 200px 0 300px;
}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; /* this is the border. should have the same value for the links */
			margin: 125px auto auto 0;
			width: 550px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 540px;
			clear: both;
	border-color: #000;
	border-width: 5px;
}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 560px;
}
		
		.stripViewer .panelContainer .panel .wrapper {
	margin-top: -10px;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: -150px auto auto;
}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a {}
		.stripNav li.tab2 a {}
		.stripNav li.tab3 a {}
		.stripNav li.tab4 a {}
		.stripNav li.tab5 a {}
		
		.stripNav li a:hover {
		}
		
		.stripNav li a.current {
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
	margin-top: 230px;
}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
	margin-top: 230px;
	margin-right: -40px;
}
		
