
/* styling for BOTTOM gallery */


/* needed for IE to make :active state work first time */
a, a:visited {color:#000;}

/* common styling for all galleries */
a.gallery, a.gallery:visited {
	display:block; 
	display:inline-block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:75px; 
	height:47px; 
	float:left; 
	margin:4px; 
	z-index:50;
}

a.slidea {background:url(../img/entrada/puerta-thum.jpg);}
a.slideb {background:url(../img/entrada/cerca2-thum.jpg);}
a.slidec {background:url(../img/entrada/pension-thum.jpg);}
a.slided {background:url(/pensio/modular/img/entrada/);}

a.gallery em, a.gallery span {
	display:none;
}

a.gallery:hover {border:1px solid #fff;}

#container_bottom {
	position:relative; 
/*	width:325px; 
	height:325px; 
*/
	width:400px;
	height:400px;

/*	background:#d1c8c3; 
*/	border:1px dotted #a49188; 
	margin:1em auto;
	background:gray;
}

#container_bottom img {	
	border:0;
	width:240px;
	height:300px;	
	height:290px;
	/* tamanyo de la imagen grande */

}

#container_bottom .thumbs {
	position:absolute; 
	left:70px;/*posicion de la miniaturas, tb influye en la posicion de la imagen central*/ 
	bottom:0; 
}

#container_bottom a.gallery:hover span {/*texto de las miniaturas*/

	display:block; 
	position:absolute; 
	width:402px; 
	height:50px; 
	top:-45px; 
	left:-60px; 
	padding:5px; 
	font-style:italic; 
	color:#fff;  
	z-index:100;
}

#container_bottom a.gallery:hover span:first-line {
	font-style:normal; 
	font-weight:bold; 
	font-size:1.1em; 
	color:#000;
}

#container_bottom a.gallery:active, #container_bottom a.gallery:focus {
	border:1px solid #000;

}

#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {
	display:block; 
	position:absolute; 
	/*width:i200px; 
	height:200px; 
	*/
/*	top:-260px; 	
	left:-30px;
*/	
	/*margen de la foto q sale tras clicar*/ 

	top:-340px;
	left:0;
	padding:5px; 
	color:#000; 
	z-index:50;
	border:1px solid #3d330f; 
}

#container_bottom h1 {
/*	clear:both; 
*/	margin:0; 
	padding-top:80px; 
	text-align:center; 
	font-family: georgia, "times new roman", serif; 
	font-size:3em; 
	font-weight:normal; 
	color:#fff;
}

#container_bottom h1 em {
	font-size:0.6em; 
	color:#000;
}

