/* -Possibly- needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

#container {
	position: relative; 
	width: 619px; height: 380px; 
	padding: 5px 0; 
	overflow: visible;
	}
#container b#thumbs {
	display: block; 
	width: 175px; height: 225px; 
	overflow: auto; 
	float: left; 
	padding: 5px;
	}
#container b#thumbs a, #container b#thumbs a:visited {
	display: block; float: left; 
	margin: 0 5px 5px 0; 
	width: 70px; height: 70px; 
	border: 1px solid #bbb; 
	text-decoration: none; 
	outline: none; 
	}
#container b#thumbs a span   {display: none;}
#container b#thumbs a img.hr {width: 70px; height: 50px; border: 0;}
#container b#thumbs a img.vt {width: 50px; height: 70px; border: 0;}
#container b#thumbs a:hover  {border: 1px solid #000;}

#container b#thumbs a:hover span { /*pies de foto*/
	display: block; position: absolute; 
	width: 220px; height: 100px; 
	top: 260px; left: 0px; 
	padding: 5px; 
	text-align: left;
	background-color: #fff; color: #666;
	font-size: 0.85em; font-weight: normal;
	z-index: 50;
	}
#container b#thumbs a:hover span:first-line { /*primera línea pies de foto*/
	font-style: normal; font-weight: bold; 
	background-color: #fff; color: #000;
	}

#container b#thumbs a:active, #container b#thumbs a:focus {
	border: 1px dashed #666; 
	background-color: #e9e9e9; color: #000;
	background-image: url(../img/g_arrow.gif);
	}
#container b#thumbs a:active img, #container b#thumbs a:focus img {
	display: block; position: absolute; 
	z-index: 100; 
	}
#container b#thumbs a:active img.hr, #container b#thumbs a:focus img.hr {
	width: 400px; height: 300px; 
	left: 240px; top: 0px; 
	padding: 2px; 
	border: 1px solid #333;
	}
#container b#thumbs a:active img.vt, #container b#thumbs a:focus img.vt {
	width:300px; height:400px; 
	left:260px; top:0px; 
	padding: 2px; 
	border:1px solid #333;
	}
	
#container h1.foto {
	/*background-color: teal;*/
	float: right;/*hay que hacerlo así para que desaparezca bajo las fotos*/
	padding: 50px 120px 0 0; margin: 0;
	width:200px; text-align:center; 
	font-family: "Times New Roman", Times, serif; font-size: 2.5em; font-weight: normal; color: #666;
	}
#container h1.foto em {font-size:0.7em; color:#333; font-style: normal;}


/*tapiz*/

#dcha-tapiz {/*copiado de dcha-body pero sin indicar el tamaño de tipo*/
	width: 33em; height: 24em;
	margin: 0;
	float: left;
	overflow: auto;
	/*background-color: red;*/
	}
.rowbox {
	width: 25em; height: 7em; 
	padding: 0 0 0 2em; 
	margin: 0 0 0.5em 0;
	/*background-color: Yellow;*/
	}
.wpimg {
	height: 8.75em; width: 9.5em;
	font-size: 0.8em;
	text-align: center;
	float: left;
	margin: 0 0.5em 0 0;
	/*background-color: Aqua;*/
	}
.wplinks {
	height: 7em; width: 9em; 
	float: left;
	/*background-color: Blue;*/
	}
a.wp, a.wp:visited {
	display: block;
	font-size: 0.8em;
	width: 10em;
	text-decoration: none; text-align: center;
	margin: 0.3em 0;	padding: 0.2em;
	border: 1px solid #ffe; /*not white to get rid of CSS validator warning;*/
	background: #fff;	color: #000;
	}
a.wp:hover {
	background-color: #fff;	color: #000;
	border: 1px solid #000;
	}
a.wp:active, a.wp:focus {
	background-color: #777;	color: #fff;
	border: 1px solid #000;
	}
