/* ============================================================================ */
/* clases para la maquetacion de la galeria de imagenes */

/* sobreescribimos la clase */
/*
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:left;
	min-height:100%;
	background-image:url(../img/fondo_album.gif);
}
*/

#album_c1,#album_c2{
	width:120px;
	float:left;
	background-image:url(../img/borde_dch_120.gif);
	/* height:200px; */
	text-align:center;
}

#album_c3{
	width:460px;
	float:left;
	background-color:#ffffff;
	/* height:200px; */
	text-align:center;
}
.contenetitulo{
	margin:0;
	background-color:#FFFFFF;
	width:122px;
	height:32px;
	border-top:2px solid #FFFFFF
}
.contenetitulo2{
	margin:0;
	background-color:#FFFFFF;
	width:460px;
	height:32px;
	border-top:2px solid #FFFFFF
}
#album_c1 .paginator,#album_c2 .paginator{
	font-style:italic;
	color:#7e8aa2;
}
#album_c1 .paginator a,#album_c2 .paginator a{
	margin:0;
}
.album_thumb_container{
	margin:0 auto 10px auto;
}
.album_thumb_container_selected{
	margin:0 auto 10px auto;
	background-image:url(../img/fondo_columna_galeria.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.album_thumb{
	text-align:center;
	width:80px;
	/*height:80px;
	overflow:hidden;
	border:1px solid #ff9800; */
	margin:0 auto 10px auto;
}

.album_thumb_selected{
	width:80px;
	text-align:center;
	/*height:60px;
	overflow:hidden;
	 border:1px solid #ff9800; */
}
#album_c1 .album_thumb img,#album_c2 .album_thumb img{
	border:1px solid #ff9800;
}


.album_foto{
	margin-top:30px;
}
#album_c3 .album_foto img{
	border:2px solid #263248;
}

/* ============================================================================ */





