
/* CSS Document */
/*este css es de las tumbas y texto */
#menu {
	background-color:#f1f2f8;
	border:solid #c8cace 1px;
	border-top:solid #c8cace 3px;
	width:300px;
	float:left;
	
}






.hover{
 color:#FFF;
 background-color:#1b79ae;
}


.pe{
	color:#FFF; 
}

/*este css es del sldeshow*/



#contenedor{
	border:solid #fe0000 5px;
	font-family:Arial, Helvetica, sans-serif;
	height:368px;
	
}
#gallery {
	position:relative;
	height:342px;
	
}
	#gallery a {
	float:left;
	position:absolute;
	left: 0px;
	top: 0px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:150px; 
		width:100%; 
		position:absolute;
		bottom:0px;
		clear:none;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	

	#contenedor .index {
		z-index:600; 
		float:left;
		background-color:#fe0000; 
		color:#FFF;
		font-weight:bold; 
		height:20px; 
		width:100%; 
		margin:0;
		position:relative;
		border-top:solid #a0a5a8 1px;
		font-size:12px;
		font-weight:normal;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:7px;
		padding-right:5px;
	}
.td_sld{
	vertical-align:top;
	margin-right:0px;
}
