		
		p.intro {
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}
		
		p#cross-links { text-align: center }

		
		a:focus { outline:none }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
		}

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

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 610px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 300px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
		}
		
		.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;
	width: 100%;
	list-style-type: none;
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: auto;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
	margin: 0px;
	padding: 0px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 5px;
	margin: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	float: right;
	margin-right: 15px;
		}
.content .inicio .texto1 .slider-wrap #slider1 .panelContainer .panel .wrapper a {
	color: #99C334;
	text-decoration: none;
	font-size: 12px;
}
#slider1 {
	border: none;
	height: auto;
	width: 660px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: riht;
		}
		
		.stripNav ul li {
	float: left;
	margin-right: 2px;
		}
		
		.stripNav a { /* The nav links */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #999999;
	text-decoration: underline;
	display: block;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
		}
		
		.stripNav li a:hover {
	color: #3A8566;
		}
		
		.stripNav li a.current {
	color: #5294D5;
		}
		
		.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;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
