.coda-slider-wrapper {
	padding: 0px;
	overflow:hidden;
	height: 190px;
}
.coda-slider {
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	overflow: hidden !important;
	padding-right: 20px
}
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider, .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 450px;
	margin: 0px;
}
/* Arrow styling */
.coda-nav-left a {
	background:url("imagenes/anterior.png");
	width: 24px;
	height: 24px;
	text-indent:-999999px;
	position:relative;
	top: 160px;
	left:400px;
	z-index:99997;
}
.coda-nav-right a {
	background:url("imagenes/siguiente.png");
	width: 24px;
	height: 24px;
	text-indent:-999999px;
	position:relative;
	top: 136px;
	left:425px;
	z-index:99998;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
/* 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 {
	display: none;
}

/* 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;
}

/*Paneles*/
.panel-wrapper p {
	margin:0px 0px 0px 5px;
	padding:160px 0 0 0;
	line-height:12px;
	width:400px;
}
.p1 {
	background: url("imagenes/1.jpg") top center;
	height:300px;
	width:450px;
}
.p2 {
	background: url("imagenes/2.jpg") top center;
	height:300px;
	width:450px;
}
.p3 {
	background: url("imagenes/3.jpg") top center;
	height:300px;
	width:450px;
}
.p4 {
	background: url("imagenes/4.jpg") top center;
	height:300px;
	width:450px;
}
.p5 {
	background: url("imagenes/5.jpg") top center;
	height:300px;
	width:450px;
}
.p6 {
	background: url("imagenes/6.jpg") top center;
	height:300px;
	width:450px;
}
.p7 {
	background: url("imagenes/7.jpg") top center;
	height:300px;
	width:450px;
}
.p8 {
	background: url("imagenes/8.jpg") top center;
	height:300px;
	width:450px;
}
