.slider-wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 280px;
}

.noimg p {
	width: 750px !important;	
}

#productos p {
	text-align: left;
	margin: 15px;
	width: 460px;
	float: left;
	font-weight: bold;
}

#productos p, ul {
	font-size: 13px;
	line-height: 22px;
	color: #1B5D90;
} 
		
#productos p a, li a {
	color: #39c;
	text-decoration: none;
}
			
#productos a:focus {
	outline:none;
}
		
#productos img {
	border: 0;
}


#productos img.espec {
	margin-top: -10px;	
}
		
#productos h3 {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 3px;
	text-align: left;
	font-weight: 900;
	color: #F58220;
}
		
#productos .stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	float: left;
}

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

#productos .stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin-top: -257px;
	margin-bottom: 35px;
	float: right;
	width: 780px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	background: #FFF;
}
		
#productos .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: 780px;
	list-style-type: none;
}
		
#productos .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 780px; /* Also specified in  .stripViewer  above */
}
		
#productos .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
	
#productos .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	width: 200px;
}
		
#productos .stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 190px;
		*width: 140px;
		*text-align: left;
}
		
#productos .stripNav ul li {
	float: left;
	margin-right: 10px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	margin-bottom: 10px;
}
		
#productos .stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 13px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
	
#productos .stripNav li a:hover {
	color: #F58220;
}
		
#productos .stripNav li a.current {
	color: #1B5D90;
}

.img_prod {
	float: right;
	margin-top:	-15px !important;
	margin-right: 15px;
}