@charset "utf-8";
/* CSS Document */

#slide{
	max-width:100%;
	max-height:433px;
}	
		#slideshow {
	width: 100%;
	overflow: hidden;
	height: 433px;
}
		#showcase {
			position:relative;
			width: 100%;
			height: 433px;
			overflow: hidden;
	
}
		#showcase-loader {
			width:100%;
			position:relative;
			top:50%;
}
		#showcase #showcase-loader {
		float:none;
		position:absolute;
		vertical-align:middle;
		right:0px;
		text-align:center;
}
	#showcase .bigimage{
		width:100%;
		position:absolute;
		vertical-align:middle;
		right:0px;
		text-align:center;
	}
		#showcase .text {
		position:absolute;
		width: 100%;
		left: 0px;
		bottom: 0px;
		background: url("imagenes/background_transparent.png") 0 0 repeat;
		overflow:hidden;
}
		#showcase .text h2 {  color: #FFF; font-size: 16px; font-weight: 800; background-position:center;  }
		
		#showcase-nav ul { list-style: none; padding: 0; margin: 0; }
		#showcase-nav li { clear: both; margin: 0; padding: 0; } 
		#showcase-nav a { display: block; padding: 0px 0; overflow: hidden; border-bottom: 1px solid #000; text-decoration: none; }
		
		#showcase-nav .thumbnail { display: block; width: 0px; overflow: hidden;  }
		#showcase-nav .thumbnail img {
	border: 0px solid #EEE;
	
} 
		#showcase-nav .text {
	display: block;
	font-size: 15px;
	font-weight: 800;
	color: #EEE;
	
	overflow: hidden;
	
	
	font-family:Arial, Helvetica, sans-serif;
}
		#showcase-nav .last a { border: 0; }
		#showcase-nav .active a { background: #666; }
		#showcase-nav .active a .text { color: #EEE; }
		
#menu ul li {
	display:inline;
	/*Separar el texto*/
}
#menu ul li:hover {
      
        cursor: pointer; /* cambiar el aspecto del puntero */
		color:#FFF;
}
#menu ul {
        /* Linea para delimitar la botonera */
       margin-top:0px;        
}
 #showcase .image{
	width:100%;
	position:relative;
	height:433px;
}