	html {
		height: 100%;
	}
	
	ul li {
		list-style:none;
		margin-left:-30px;
	}
	
	table tr td{ 
		/*border-bottom:1px dashed #a8a793;*/x
	}
	
	.volver {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		float:right;
		padding-top:75px;
		color:#000000;
	}
	
	.volver a{ 
		text-decoration:none;
		font-weight:bold;
		color:#000000;
	}
	
	.volver a:hover{ 
		text-decoration:underline;
		font-weight:bold;
		color:#000000;
	}
	
	#dhtmlgoodies_slideshow{
		width:900px;	/* Total width of slideshow */
	  margin: 0 auto;
		text-align: center;
		overflow-y: hidden;
		padding-top: 30px;
	}
	
	#dhtmlgoodies_slideshow:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	
	#previewPane{
		/*border:1px solid #000;*/
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		/*background-color: #000;*/
		background-color: #FFF;
		/* CSS HACK */
		float:left;
		width: 600px;
				
	}
	
	#previewPane:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		text-align: left;
		/* CSS HACK */
		height: 548px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/548px;	/* Other browsers */
		height: /**/548px;
		
		/* CSS HACK */
		width: 230px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/235px;	/* Other browsers */
		width: /**/235px;
				
		/*border:1px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
	
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:480px;	/* Height of boxes for the images */
		
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		clear: both;
		
	}
	#theImages img{
		border:0px;	/* No border */
		clear: both;
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:smaller;
		color: #FFF;
	}
	
	#previewPane h3 {
		font-size: 10px;
		color: #000;
		/*color: #A6AA8A;*/
		/*
		border-bottom: 1px dashed #C1BAC2;
		*/
		margin: 10px;
	}
	
		
	#previewPane p {
	margin-top: 10px;
		font-size: 10px;
		/*
		margin-left: 10px;
		*/
		margin-left: 58px;
		margin-right: 10px;
		color: #000;
	}
	
	
	
	#theImages .imageCaption{
		display:none;
	}
	
	.textoListadoNombre{
		font-family:Verdana;
		font-size:10px;
		font-weight:bold;
	}

	
	.textoListadoPersona{
		font-family:Verdana;
		font-size:10px;
		/*color:#FFF;*/
		color: #000;
		font-style:italic;
	}
	
	

