
html {
	overflow-y: scroll!important;/*grant that scroll do not appear/disappear*/
}
html * {margin:0;padding:0;background-color: transparent}
/*bg transp to reduce flickering in ie*/
body {
	text-align:center;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#444;
	background-color: #fff;
}
a {
	color:  #D45930;
	text-decoration: none;
}
a:visited {
	color:  #D45930;
}
a img {
	vertical-align: baseline;
	border: none;
}
#wrapper {
	width:850px;
	visibility: hidden; /*hide content until get screen resolution and set proper class*/
	margin: 8px auto 0;
	text-align: left;
	background-color: #fff;
}

.screen800 {
	width:777px;
	/*left 245 -> 31%*/
	/*right 520 -> 67%*/
}

/*
#right #mainImage a.thickbox img -> en 1024 ajusta segun las dim de la imagen, si 800, establecer respetando aspect ratio*/
/*
imagen para 1024:
566 * 424

imagen para 800:
width:518px;
height: 388px;
*/
.screen1024 {
	width:850px;
}

#head {
	color:#CDD9E7;
	background-color: #fff;
	text-align:right;
	font-weight:bold;
	letter-spacing:-1px;
	background-image: url(iso_head.png);
	background-position: right 10px; 
	background-repeat: no-repeat;
	height: 45px;
	position: relative;
}

.navigation {
	display: block;
	width: auto;
	height: 24px;
	margin: 0 auto;
	background:#fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	clear:both;
}
#mainNav {
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
	border-left: 8px solid #fff;
}
#subNav {
	display: none;
	border-top: none;
	background-color: #555;
	border-left: 8px solid #C74A47;
}
#subNav li img {
	height: 24px;
}
#subNav li a{
	color: #c0c0c0;
	border: 1px solid #555555;
	border-width: 0px 1px;
	padding: 0;
	height: 24px;
	float: left;
}
#subNav ul li a:hover, #subNav ul li a.active{
	background-color:#dcdcdc;
	border-color:#dcdcdc;
	color:#444;
}
#subNav ul li a.active{
	border-color: #bbb;
}
.navigation ul, .navigation ul li {
	list-style: none;
	padding: 0;
}
.navigation ul {
	display: block;
	margin:0 0;
	clear:both;
}

.navigation ul li {
	float: left;
}
.navigation ul li a img{
	border: none;
}

.navigation ul li a {
	display: block;
	text-decoration:none;
	border: none;
	padding: 0px 10px;
	color: #444;
}
/*colores kuler sandy stone beach*/
#mainNav ul li a:hover,#mainNav ul li a:active,#mainNav ul li a.active{
}
#mainNav ul li a.active{
}

#mainNav li {
	height: 22px;
	overflow: hidden;
}

#language {
/*	float: right;*/
	position:absolute;
	bottom: -1px;
	right: 0px;
	font-weight: normal;
}
#language img{
	border:none;
}

#language a{
	color: #666;
	text-decoration: none;
}
#language a:hover{
	color: #444;
}
#content {
	font-size: 12px;
	background-color: #f8f8f3;
	border-right: 1px solid #E5E5D1;
	border-top:  1px solid #aaa;
}
#content.topBorder {
	border-top-color:#B5B59F;
}

#content #title {
/*	font-family:Arial, Tahoma, sans-serif;*/
	clear:both;
	margin: 12px 0px 0px 8px;
	font-size: 20px;
	font-family: "Times New Roman", serif;
}
#title .bold {
}

#leftPanel{
	float:left;
	clear:left;
	width: 31%;
	height: 388px;
	position: relative;
	margin-left: 0px;
	background-color: transparent;

	background-color: #f8f8f3;
	
	padding-left: 1px;	
	background-image: url(top_gradient.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
#leftPanel p {
	margin:0px 10px 0px 2px;
	line-height:155%; 
	display: block!important;
	width: 245px;
}
.screen800 #leftPanel p {
	width: 235px;	
}
#leftPanel a,#leftPanel a:visited,#right a,#right a:visited  {
	color:  #D45930;
}

.jScrollPaneContainer {
	margin-top: 20px;
}
#leftPanel #expandedData{
	width: 99%;
	padding-left: 10px;
	padding-bottom: 2px;
	overflow: auto;
	height: 335px;
	font-size: 11px;
}
#leftPanel #expandedData *{
	overflow: hidden;
}
#leftPanel #expandedData.short{
	height: 260px;
}

#leftPanel #expandedData p{
	width: 96%;
}


#leftPanel #images {
	position: absolute;
	bottom: 10px;
	left: 13px;
	width: 96%;
	line-height: 155%
}


#leftPanel #images .outer {
	float: left;
	width: 42px;
	height: 42px;
	overflow: hidden;
	margin: 4px 4px 0px 0px;
	position: relative;
	border: 1px solid #C4C5A7;
	background-color: #EEEEE1;
	position: relative;
}
.screen800 #leftPanel #images .outer {
	height:40px;
	width:40px;
	margin: 2px 2px 0px 0px;
}
#leftPanel #images img{
	position: absolute;
	cursor:pointer;
	filter: alpha(opacity=80);
	opacity: .80;
	width: auto;
	border: none;
}
.screen800 #leftPanel #images img {
	width: 60px;
}

#leftPanel #images img.over, #leftPanel #images img.selected{
	filter: alpha(opacity=100);
	opacity: 1;
}

#leftPanel #images div.outer.selected {
	border-color: #8E915F;
}

#leftPanel li {
	font-size: 11px;
	margin: 0px 0px 6px 16px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(list-style-image.gif);
	line-height: 120%;
}
#leftPanel .data, #right .data {
	padding:10px 0px 0px 5px;
}

#leftPanel, #right {
	margin-bottom: 1px;
}

#right{
	float: right;
	width: 570px;
	background-color: #F8F8F3;
	overflow: hidden;
}
#right .data {
	text-align: right;
	padding: 0px;
}

#right #mainImage {
	background-color: #F8F8F3;
	position: relative;
	float: right;
	overflow: hidden;
	text-align: center;
	height: 1px;	
}
/*
.screen800 #right #mainImage{
	width: 518px;
}
.screen800 #right #mainImage #big{
	height: 388px;	
}
.screen800 #leftPanel {
	height: 388px;
}
*/
.screen1024 #right #mainImage{
	width: 565px;
}
.screen1024 #right #mainImage #big{

}
.screen1024 #leftPanel {
	height: 424px;
}

#right #mainImage #navigate, #right #currArtistImg #navigateArt {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 80px;
	height: 48px;
}
#right #mainImage #navigate img, #right #currArtistImg #navigateArt img{
	float: right;
	width:18px;
	height: 18px;
	border: none;
	margin-top: 29px;
	cursor: pointer;
}


#right #aditData {
	text-align: left;
	padding:20px 20px 20px 0px;
	line-height: 155%;
	clear: both;
}

#footer {
	clear: both;
	height: 18px;
	font-size: 9px;
	text-align: left;
	padding-top: 2px;
	padding-left: 12px; /*	color: #747458;*/
	margin-bottom: 5px;
	background-image: url(sw.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #EEEEE1;
	border-top: 1px solid #DCDCC2;
	color: #87827C;
}

div#validCode {
	text-align: right;
	font-size: 9px;
	color: #7F7D7F;
}
div#validCode *{
	border: none;
}
div#validCode img{
	vertical-align: top
}
.clear {clear:both}

/*intro*/
body.intro {
	height: 100%;
	padding-top: 80px;
} 
#intro {
	width: 366px;
	margin: 0px auto 0px;
	text-align: center;
	color: #666;
	position: relative;
	line-height: 150%;
}
#intro a, #intro a:visited {
	color: #B74A26;
}
#intro #puerta img {
	border-bottom: 1px solid #eee;
}
#intro #logo {
	clear: both;
	margin: 10px 0 12px;
	font-size: 18px;
	height: 32px;
}
#intro #logo img{

}
#intro #ornament {
	margin: 0px 0px;
}

#intro #lang {
	margin-top: 20px;
	font-size: 13px;
}
#intro #lang a,#intro #lang a:visited {
	color: #999;
	text-decoration: none	
}
#intro #lang a:hover {
	color: #444;
}
#intro #lang img {
	border: none;
	vertical-align: middle;
	margin-left: 2px;
}


/*art*/
div#art {
	text-align: left;
	margin-top: 4px;
}
div#art #artistsList{
	margin-top: 50px;
}

div#art .artistLink{
	margin-bottom: 20px;
	margin-left: 20px;
	width: 350px;
	background-image: url(subr_gradient.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#art .artistLink a {
	padding: 1px;
	display: block;
}

div#art .artistLink .thumb{
	height: 52px;
	margin-right: 28px;
	margin-bottom: 1px;
	vertical-align:	middle;

}
div#art .artistName {
	margin-top: 0px;
	vertical-align:	top;
}
/*fix para leftpanel*/
#leftPanel #title .artistName {
	margin-left: 2px;
}
#leftPanel #title .artistThumb {
	border: none;
	margin: 16px 0px 2px 4px;
}

div#art #currArtistWorks{
	width: 98%;
	margin-top: 8px;
}
div#art #currArtistWorks #currArtistImg {
	height: 377px;
	text-align: center;
	position: relative;
	overflow: hidden;
	clear: both;
}
div#art #currArtistWorks #currArtistImg table{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}
div#art #currArtistWorks #currArtistImg td{
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
div#art #currArtistWorks #currArtistImg img#artistBig{
	border: 1px solid #D8D8BC;
}

div#art #currArtistWorks #currArtistImg #label{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	background-color:  #F8F8F3;
	filter: alpha(opacity=70);
	opacity: .7;
	padding: 2px 0;
	color: #222;
}


div#art #currArtistWorks #currArtistSlide {
	margin-bottom: 4px;
	margin-top: 4px;
	height: auto;
	text-align: center;
}
div#art #currArtistWorks #currArtistSlide img{
	cursor: pointer;
	border: 1px solid #DFDFC8;
	margin: 4px 1px 0px;
	
	filter: alpha(opacity=80);
	opacity: .80;
	
	vertical-align: middle;
}
div#art #currArtistWorks #currArtistSlide img.selected, div#art #currArtistWorks #currArtistSlide img.over{
	border-color: #BFC1A0;
	filter: alpha(opacity=100);
	opacity: 1;
}
