#imageContainer { width: 98%; overflow: auto; height: 220px; margin:1em 2% 
1em 0;clear:both}
.imageCard { border: 1px solid gray; float: left; padding: .1em; margin: 
1em; }
#img_seleccionada 
{ border: 1px solid blue;

}

#imageList { width: 3000px; overflow: hidden; }
#imageList a { display: block; margin: 0 auto; padding:.5em }
#imageList img { display: block; float: none; }
#imageList .hide { display: none; }

/*---------------------------
	ESTILOS FOTOALBUM 2.0
----------------------------*/
.enc_fotoalbum { border-bottom:1px dotted  #999999; margin-left:10px; margin-bottom:10px; padding-bottom:5px;}

.extracto_album{
	float:left;
	background-image:url(../../images/back_album.jpg);
	background-repeat:no-repeat;
	padding:10px;
	width:280px;
	height:190px;
	margin-left:10px;
	position:relative;
	color:#333333;
	}
.extracto_album h3{ margin:0;width:150px; font-size:0.9em;}
.extracto_album h2{ margin:0;width:150px;font-size:1.5em;}
.prev_album {
	position:absolute;
	left:175px;
	top:24px;
	}
.bot_album { position:absolute; left:165px; top:150px;}
.descrip_album { font-size:0.8em; width:150px; border-top:1px dotted #666666; padding-top:10px; margin-top:10px;}
.descrip_album_vista { font-size:0.8em;border-top:1px dotted #666666; padding-top:10px; margin-top:10px;}

.extracto_album A:visited {
	color: #FF6600;
	text-decoration:none;
}
.extracto_album A:link {
	color: #FF6600;
	text-decoration:none;
}
.extracto_album A:hover {
	color: #333333;
	text-decoration:none;
}
.extracto_album A:active {
	color: #333333;
	text-decoration:none;
}

.cont_foto {
	float:left;
	background-image:url(../../images/back_foto.jpg);
	width:120px;
	height:120px;
	margin-right:10px;
	} 
.foto { margin:10px;}
.descrip_foto {}
.contenedor_minifotos_album {
	float:left;
	width:650px;
	margin-left:20px;
	}
.control {
	height:13px;
	margin-top:25px;
	padding:5px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	font-size:0.8em;
	}

.control_atras { float:left; width: 100px;}
.control_adelante {float:right; width: 100px;}

/*---------------------------
	estilo vista (foto sola)
----------------------------*/
.extracto_album_vista{
	background-image:url(../../images/back_album_vista.jpg);
	width:130px;
	padding-left:10px;
	padding-right:10px;
	height:430px;
	color:#333333;
	position:relative;
	float:left;
	}
	
.prev_album_vista { margin-left:15px; margin-top:5px;}
.foto_vista_hi{}
.descrip_foto_hi{}

