@charset "utf-8";
/* CSS Document */

#actualizarSeccion{
	z-index:1;
}

#seccionImagenesArtistas{
	position:absolute;
	top:80px;
	left:290px;
	width:519px;
}

#artistBiography{
	position:absolute;
	top:50px;
	left:0px;
	border:1px solid #737474;
}

.artistBiographyPanel{
}

#artistArtWork{
	position:absolute;
	top:50px;
	left:0px;
	width:555px;
}

#artistNamePhoto{
	font-family:"Century Gothic";
	width:500px;
	position:absolute;
	top:250px;
	left:20px;
	font-size:4em;
	line-height:.8em;
}

.artistNameForm{
	font-family:"Century Gothic";
	position:absolute;
	color:#837a63;
	top:5px;
	left:570px;
	font-size:1.8em;
	width:300px;
}

.artistBiographyText{
	font-family:"Century Gothic";
	padding:10px 10px;
	text-align:justify;
}


.artistRoster{
	background:#000;
	position:absolute;
	top:120px;
	left:1055px;
	width:200px;
}

.artistRosterTitle{
	font-family:"Century Gothic";
	font-size:1.8em;
}

#artistRosterWindow{
	font-family:"Century Gothic";
	overflow:hidden;
	border:1px solid #737474;
	height:310px;
}

#artFotosList{
	list-style:none;
	margin:0px;
	padding:0px;
}

#artFotosList li{
	margin:1px;
	padding:0px;
	height:50px;
}

#artRosterList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#artRosterList li {
	margin: 0px;
	padding: 0px;
	height: 31px;
}
#artRosterList a {
	background: #000 url(../Imagenes/filaArtista.gif) 0px 31px repeat-x;
	color:#fff;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	font-weight:normal;
}
#artRosterList a:hover {
	background: #000 url(../Imagenes/filaArtista.gif) 0px 0px repeat-x;
}

#artRosterList a.artistaSeleccionado{
	background: #000 url(../Imagenes/filaArtista.gif) 0px 0px repeat-x;
}

.artistName{
	font-size:1.2em;
}
.artistFrom{
	font-size:.8em;
}

.scrollUp{
	margin:4px 0px;
	background:#000 url(../Imagenes/scroll.gif) bottom center no-repeat;
	height:5px;
	cursor:pointer;
}

.scrollDown{
	margin:4px 0px;
	background:#000 url(../Imagenes/scroll.gif) top center no-repeat;
	height:5px;
	cursor:pointer;
}

#scrollUpGallery{
	position:absolute;
	top:170px;
	left:810px;
	width:80px;
	height:5px;
}

#scrollDownGallery{
	position:absolute;
	top:440px;
	left:810px;
	width:80px;
	height:5px;
}

#artistGallery{
	background:#000;
	overflow:hidden;
	position:absolute;
	top:182px;
	left:810px;
	border:1px solid #737474;
	width:82px;
	height:256px;
	z-index:100;
}

.artistGalleryImage{
	width: 80px;
	height: 50px;
	border:0px;
}

.artistGalleryCount{
	position:absolute;
	top:150px;
	left:810px;
	width:80px;
	height:20px;
	text-align:center;
	z-index:100;
}

#seccionArtistaGaleria{
	position:absolute; left:1px; top:0px; width:555px;
}

#btnArtistBio{
	font-family:"Century Gothic";
	width:120px;
	text-align:right;
	color:#c3cf21;
	font-size:1.4em;
}
.btnArtistBioBig{
	font: 1.5em "HoeflerText";
	font-weight:bolder;
}
#btnArtistBio a{
	text-decoration:none;
	color:#c3cf21;
}

#updateGalleryInfo{
	position:absolute;
	top:250px;
	left:570px;
	width:240px;
	font-family:"Century Gothic";
}
#GalleryInfoName{
	font-size:1.4em;
	padding-bottom:5px;
}
#GalleryInfoType{
	color:#7f7f7f;
	padding-bottom:5px;
}
#GalleryInfoMeasure{
	font-size:1.2em;
	padding-bottom:5px;
}

.moreinfoBox{
	font-family:"Century Gothic";
	position:absolute;
	top:410px;
	left:570px;
	font-size:1.1em;
	width:200px;
}

.moreinfoText{
	font-weight:bold;
	font-size:1.1em;
}