/* Copyright Muchachamaca SCP, Spain - All rights reserved */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}	/* apply this class to a div that has imgs stretching it

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html { overflow-y: scroll; }	/* force vertical scrollbar in FireFox */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

body {
	text-align: center;	/* IE way to center blocks */
	margin: auto;		/* NS way to center blocks */
	margin-top: 20px;
	padding-top: 0px;
	background-color: white;
	width: 830px;
	position: relative;	/* make absolutely positioned children calculate their co-ordinates from the centered body, not the window */
}

tr {
	vertical-align: top;
}

h1, h2, h3, h4, h5 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 1.2em;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 1.2em;
}

.hidden {
	position: absolute;
	visibility: hidden;
	margin-top: -10000px;
}

#leftcolumn {
	float: left;
	width: 60px;
	text-align: right;
	margin-right: 20px;
}

#rightcolumn {
	float: left;
	width: 747px;
	text-align: left;
}

#langmenu {
	float: right;
}
#langmenu a:link { color: #666666; text-decoration: none; }
#langmenu a:visited { color: #666666; text-decoration: none; }
#langmenu a:hover { color: #666666; text-decoration: underline; }
#langmenu a:active { color: #666666; text-decoration: none; }


#topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: white;
	text-align: left;
	margin: 5px 0 0 0;
	padding-top: 6px;
	padding-bottom: 6px;
	color: black;
	width: 747px;
	border-top: 1px solid #919191;
	line-height: normal;
}
#topmenu ul {
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: default;
}
#topmenu li {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	cursor: default;
}
#topmenu li a {
	color: black;
	padding: 6px 20px;
}
#topmenu li a:link { text-decoration: none; }
#topmenu li a:visited { text-decoration: none; }
#topmenu li a:hover { color: #FE0000; text-decoration: none; }
#topmenu li a:active { text-decoration: none; }

.li_es_special {
	letter-spacing: normal;
	margin-left: 90px;
	padding: 6px 0;
	border-left: 1px dotted #919191;
	color: #919191;
	font-size: 9px;
}


/************************************************************/

#face {
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 747px;
	background-color: white;
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: black; }
a:active { color: black; }

.hilite_underline a:link { text-decoration: none; }
.hilite_underline a:visited { text-decoration: none; }
.hilite_underline a:hover { text-decoration: underline; }
.hilite_underline a:active { text-decoration: none; }

.hilite_red a:link { text-decoration: none; }
.hilite_red a:visited { text-decoration: none; }
.hilite_red a:hover { text-decoration: none; color: red; }
.hilite_red a:active { text-decoration: none; }

/*-----------------------*/

.expo_section {
	margin: 30px 4px 0 15px;
	position: relative;
}
.expo_section h1 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-bottom: 1em;
	padding-bottom: 0;
}
.expo_section h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0;
	color: black;
}

.expo_info {
	width: 320px;
}

/*
.expo_images {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-left: 20px;
}
*/
.expo_images {
	float: right;
	margin-left: 20px;
}

.expo_caption {
	font-size: 11px;
	text-align: right;
}

.expo_browse {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

.expo_presslinks {
	margin-left: 15px;
}
.expo_presslinks a:link { text-decoration: none; }
.expo_presslinks a:visited { text-decoration: none; }
.expo_presslinks a:hover { text-decoration: underline; }
.expo_presslinks a:active { text-decoration: none; }

.expo_list_arrow {
	position: absolute;
	visibility: hidden;
	margin-top: -1000px;
	margin-left: -15px;
}

.expoName {
	margin-bottom: 15px;
	font-weight: bold;
}

.expoName li a {
	color: black;
	font-weight: bold;
}
.expoName a:link { text-decoration: none; }
.expoName a:visited { text-decoration: none; }
.expoName a:hover { color: #FE0000; text-decoration: underline; }
.expoName a:active { text-decoration: none; }

.expoInfo {
	display: inline;	/* to avoid bug in IE with empty innerHTML, generating a blank like */
	width: 320px;
}
.expoInfo p {
	text-align: justify;
}

/*-----------------------*/

.artist_list {
	width: 200px;
}

.artist_list li {
	font-size: 12px;
	list-style: none;
	margin-bottom: 10px;
}

.artist_list li a {
	color: black;
}
.artist_list li a:link { text-decoration: none; }
.artist_list li a:visited { text-decoration: none; }
.artist_list li a:hover { color: #FE0000; text-decoration: underline; }
.artist_list li a:active { text-decoration: none; }

.artist_list_arrow {
	position: absolute;
	visibility: hidden;
	margin-top: -1000px;
	margin-left: -15px;
}

.artistName {
	margin-bottom: 15px;
	font-weight: bold;
}

.artistName li a {
	color: black;
	font-weight: bold;
}
.artistName a:link { text-decoration: none; }
.artistName a:visited { text-decoration: none; }
.artistName a:hover { color: #FE0000; text-decoration: underline; }
.artistName a:active { text-decoration: none; }

#artistFrame {
	position: absolute;
	visibility: hidden;
	margin-top: -10000px;
	top: 70px;
	margin-left: 40px;
	width: 675px;
	border: 1px solid #919191;
	background-color: white;
	padding: 1px 0;
}

#artistInfo {
/*	display: inline;	*/	/* to avoid bug in IE with empty innerHTML, generating a blank like */
	margin: 0;
	padding: 0;
	margin-top: 15px;
	height: 475px;
}
.artistPage {
/*	display: inline;	*/	/* to avoid bug in IE with empty innerHTML, generating a blank like */
	padding: 0 10px 5px 32px;
	position: relative;
}
#artistInfo p {
	text-align: justify;
}

.artistSubPanel {
/*	margin-left: 106px; */
/*	left: 138px; */
	background-image: url(../images/bg_border.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 522px;
	overflow: auto;
}

.artistCatalog {
}

.artistPress {
	margin: 0px 15px 0 20px;
	font-size: 9px;
}
.artistPress a:link { text-decoration: none; }
.artistPress a:visited { text-decoration: none; }
.artistPress a:hover { text-decoration: underline; }
.artistPress a:active { text-decoration: none; }

.artistProjects {
	margin: 20px 15px 0 40px;
}

/*
.artistInfo {
 	position: absolute;
	visibility: hidden;
	margin-top: -1000px;
	top: 108px;
	width: 500px;
	margin-left: 200px;
	text-align: justify;
}
*/
.artistTitle {
	font-size: 13px;
}
.artistTitle a:link { text-decoration: none; }
.artistTitle a:visited { text-decoration: none; }
.artistTitle a:hover { color: #FE0000; text-decoration: underline; }
.artistTitle a:active { text-decoration: none; }

.artistInfo h1 {
	margin-top: 0px;
	margin-bottom: 1.2em;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.artistPhoto {
/*	float: left;*/
	margin: 0 10px 10px 0;
}

.artistMenu {
/*	position: absolute; */
	border-top: 1px dotted #919191;
	border-bottom: 1px dotted #919191;
	text-align: right;
	width: 104px;
	margin: 20px 0 0 0;
	padding: 8px 0 3px 0;
}

.artistMenu ul {
	list-style-type: none;
/*	line-height: 2.5em;*/
	margin: 0;
	padding: 0;
	padding-right: 5px;
	text-indent: 0;
}

.artistMenu li {
	list-style-type: none;
/*	line-height: 2.5em; */
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	text-indent: 0;
}

.artistMenu a:link { text-decoration: none; }
.artistMenu a:visited { text-decoration: none; }
.artistMenu a:hover { color: #FE0000; text-decoration: underline; }
.artistMenu a:active { text-decoration: none; }

.artistImages {
	float: right;
	width: 360px;
	margin-left: 20px;
}

.artistCaption {
	font-size: 9px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.artistLargeImage {
	position: absolute;
	text-align: center;
	width: 500px;
	height: 300px;
}

.artistThumbs {
	margin-left: 10px;
}
.artistThumbs img {
	cursor: pointer;
}

.artistProductInfo {
	width: 165px;
	margin-right: 15px;
}

.artistProjectThumbs {
	margin-left: 10px;
}
.artistProjectThumbs img {
	cursor: pointer;
}

.artistProjectInfo {
	width: 165px;
	margin-right: 15px;
}

.jc_thumbnail {
	border: 1px solid #E2E2E2;
	margin-right: 7px;
}

/*-----------------------*/

.newsheader {
	margin: 15px 0 20px 15px;
}
.newsheader a:link { text-decoration: none; }
.newsheader a:visited { text-decoration: none; }
.newsheader a:hover { text-decoration: underline; }
.newsheader a:active { text-decoration: none; }

.news_arrow {
	position: absolute;
	margin-left: -15px;
	margin-top: 3px;
}

.news_title {
	font-weight: bold;	
}
.news_title a:link { text-decoration: none; }
.news_title a:visited { text-decoration: none; }
.news_title a:hover { text-decoration: underline; }
.news_title a:active { text-decoration: none; }

.news_brief {
	margin-top: 3px;
}

/*-----------------------*/

#bottommenu {
	color: #919191;
	font-size: 10px;
	text-align: left;
}
#bottommenu a:link { text-decoration: none; color: #919191; }
#bottommenu a:visited { text-decoration: none; color: #919191; }
#bottommenu a:hover { text-decoration: underline; color: #919191; }
#bottommenu a:active { text-decoration: none; color: #919191; }

/*---------------------------*/

#item_added {
	color: red;
}

.button_borrar {
}

.button_borrar a {
	font-size: 9px;
	color: #666666;
}

.button_borrar a:link { text-decoration: none; }
.button_borrar a:visited { text-decoration: none; }
.button_borrar a:hover { text-decoration: none; color: red; }
.button_borrar a:active { text-decoration: none; }

.cart_table {
}
.cart_table table {
	font-size: 9px;
	margin: auto;
	padding: 0;
}
.cart_table th {
	font-size: 9px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: left;
}
.cart_table td {
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top: 1px dotted #919191;
	text-align: left;
}

.cart_client_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cart_client_info_col1 {
	text-align: right;
	padding-right: 10px;
}
.cart_client_info_col2 {
	width: 300px;
	text-align: right;
}

/*---------------------------*/

.footer {
	text-align: right;
	font-size: 9px;
	color: #666666;
}

.footer a:link { color: #666666; text-decoration: none; }
.footer a:visited { color: #666666; text-decoration: none; }
.footer a:hover { color: #666666; text-decoration: underline; }
.footer a:active { color: #666666; text-decoration: none; }

