@charset "UTF-8";

.panel_ct{
	position: relative;
	width: 478px;
	height: 271px;
}

.panel{ 
  display: block; 
  position: relative; 
  width: 478px; 
	height: 271px;
	float: left;
}
/*.slider { overflow: hidden;}*/

/* Home */

#slider_header{
 	width: 478px;
}

#slider{
	position: relative;
	width: 100%;
	overflow: hidden;
}
			
		/*Espacio para estilo del slideshow*/
			
		.slider_img{
			/*background: url("images/slider/bg-slider-text-1.png") no-repeat scroll 0 0 transparent;*/
			/*color: #FFFFFF;*/
			/*font: 15px/19px Arial,Helvetica,sans-serif;*/
			padding: 0;
			/*text-align: right;
			text-shadow: 1px 1px 1px #000000;*/
		}	
		
			/*.slider_text h3{
				font-size: 26px;
        font-style: italic;
        font-family: Georgia, "Times New Roman", Times, serif;
				letter-spacing: 0;
				line-height: 28px;
				padding-bottom: 9px;
        color: #FFF;
			}	*/
		
		.slider_text{
			font: 12px/15px Arial,Helvetica,sans-serif;
			padding: 8px 30px 15px;
      position: absolute;
			bottom: 0;
      right: 0;
      color: #FFF;
		}
		


/* Las flechas*/

#slider_content,
#slider_header{
	position: relative;
	overflow: hidden;
}

.coda-nav{display: none}

	.coda-nav-left,
	.coda-nav-right{
		position: absolute;
		z-index: 99999999;
	}
	
	.coda-nav-left{
		left: 0px;
		top: 20%;
		height: 189px;
		width: 17px;
		overflow: hidden;
	}
	
	#coda-nav-left-1{}
	
		.coda-nav-left a,
		.coda-nav-right a{
			display: block;
			width: 17px;
			height: 189px;
			overflow: hidden; 
			text-indent: -5000px;
      opacity: .9;
		}
		
		.coda-nav-left a{background: url(images/slider/arrowLeft.png) no-repeat 0 0;}
		
		
	.coda-nav-right{
		right: 0;
		top: 20%;
		height: 189px;
		width: 17px;
		overflow: hidden;
	}
	
	#coda-nav-right-1{}
	
		.coda-nav-right a{background: url(images/slider/arrowRight.png) no-repeat 0 0;}
		
    .coda-nav-left a:hover,
    .coda-nav-right a:hover{opacity: 1;}