@charset "utf-8";
/* CSS Document for Molaa.org
	NERD Interactive Thinking
	Buenos Aires. Argentina
	Date: 10.2008
	Dev: Juan Pablo Fernadez Vallejos
*/

/** BASIC ELEMENTS FOR LAYOUT */
body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #666666;
	text-align:center;
	margin: 10px;
	padding:0;
	height: 100%;
}

a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC3366;
}

img {
	border:0;
}
h1 {
	margin:0;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}
h2 {
	margin:0;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin:0;
}
h4 {
	margin:0;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
h5 {
	margin-bottom:5px;
	font-size: 12px;
	color: #CC3366;
	font-weight: bold;
}
ul {
}
li {
}
hr {
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	background-color: #999999;
	width:90%;
	height: 1px;
	border: 0; /* So important for FF! */
}
/** LAYOUT ELEMENTS */

#FDK {
	width: auto !important;
}
#ws-container {
	margin:0 auto;
	padding:20px;
	width: 860px;
	min-height:auto;
	height:100%;
	background-color: #FFFFFF;
}
#topHeader {
	height: 100px;
	background-color: #FFFFFF;
}
#logoType {
	text-align:left;
	position:relative;
	float: left;
	margin:0px;
	padding:0px;
	width:170px;
	height:50px;
}
#logoType img {
	border: none;
}
#topRightNavBar {
	color:#999999;
	font-size: 10px;
	text-align:left;
	position:relative;
	float: right;
	margin:0px 10px 0px 0px;
	padding:0px;
	width:auto;
	height:auto;
}
#topRightNavBar a {
	display: block;
	margin: 0;
	padding:0;
}
#topRightNavBar a:link {
	color: #999999;
	text-decoration: none;
}
#topRightNavBar a:active {
	color: #999999;
	text-decoration: none;
}
#topRightNavBar a:visited {
	color: #999999;
	text-decoration: none;
}
#topRightNavBar a:hover {
	color:#CC3366;
	text-decoration: underline;
}
#topRightNavBar ul li {
	list-style-type:none;
	list-style:none;
	float: left;
	margin:0;
	padding:5px;
	width:auto;
}
/* LEFT SIDEBAR */
#sideBar {
	float:left;
	margin:0px;
	padding:0px;
	width: 170px;
	min-height:700px;
	height:auto;
	background-color:#FFFFFF;
}
/* START MENU NAVIGATION */
#menu {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	width:150px;
	height:auto;
	float:left;
	text-align:left;
}

#menu ul {
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
}
#menu li {
	width:auto;
	list-style-type:none;
	margin: 0;
}
/*Nivel 1*/
.homeActive a
{
	display: block;
	margin: 0;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:5px;	
	text-decoration: none;	
	color: #000000;
	font-weight:bold;
	border-bottom: solid 1px #E6E6E6;
}

.homeActive a:hover
{
	text-decoration: underline;	
	
}


.level1 {
	border-bottom: solid 1px #E6E6E6;
}
.level1 a {
	display: block;
	margin: 0;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:6px;	
	text-decoration: none;	
	color: #000000;
}
.level1 a:hover {
	text-decoration: underline;
}
/*Separador*/
.level1Separador {
	height:10px;
	border-bottom: solid 1px #E6E6E6;
}
/*Nivel 1Activo*/
.level1Active {
	font-weight:bold;
}
.level1Active a 
{
	
	display: block;
	margin: 0;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:5px;	
	text-decoration: none;	
	color: #000000;
}

.level1Active a:hover {
	text-decoration: underline;
}
/*Nivel 2*/
.level2Active {
	font-size: 11px;
	font-weight:bold;
	/*height: 10px;*/
	/*Modificado antes: No heigh*/
}
.level2Active a {
	display: block;
	margin: 0;
	padding-left:0px;
	padding-top:3px;
	padding-bottom:3px;	
	text-decoration: none;	
	color: #000000;
}
.level2Active a:hover {
	text-decoration: underline;
}

.level2 {
	font-size: 11px;
	border: none 0 white;
	padding-left : 8px;
	padding-top:2px;
	padding-bottom:2px;		
	font-weight:normal;
}
.level2 a {
	display: block;
	margin: 0;
	padding-left:0px;
	text-decoration: none;	
	color: #000000;
}
.level2 a:hover {
	text-decoration: underline;
}

.level3 {
	font-size: 11px;
	border: none 0 white;
	padding-left : 8px;
	padding-top:2px;
	padding-bottom:2px;		
	font-weight:normal;
}
.level3 a {
	display: block;
	margin: 0;
	padding-left:0px;
	text-decoration: none;	
	color: #000000;
}
.level3 a:hover {
	text-decoration: underline;
}

/* START NEWS BOX */
#newsBox {
}
/* END SIDEBAR */
#breadcrumbs {
	width:680px;
	float:left;
	text-align:left;
	font-size:10px;
	color: #999999;
	padding-left:10px;
	padding-bottom:5px;
	letter-spacing: 1px;
	background-color:#FFFFFF;
}
#breadcrumbs a:link {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:active {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color:#CC3366;
	text-decoration: underline;
}
#breadcrumbs p {
	margin:0;
	padding:0;
}
#mainContent {
	float:left;
	width:690px;
	min-height: 700px;
	height:auto;
	background-color: #FFFFFF;
}
#mediaHolder {
	text-align: left;
	padding:0;
	border:0;
	position:relative;
	float:right;
	max-width:690px;
	width:690px;
	height:auto;
}
#sep {
	margin:0;
	padding:0;
	position:relative;
	float:right;
	width:690px;
	min-height:10px;
	height:10px;
	background-color: #FFFFFF;
	margin-top:10px;
}
.separator {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width:100%;
	min-height:2px;
	height:2px;
	background-color: #FFFFFF;
}
.separadorContenidoPrimario {
	margin:0;
	padding:0;
	width:385px;
	height:1px;
	background-color:#CCCCCC;
}
.separadorFormulario {
	margin-top:10px;
	width:385px;
	height:1px;
	background-color:#CCCCCC;
}
#sectionTitle {
	text-align: left;
	margin-left:10px;
	padding:4px 0px 0px 0px;
	position:relative;
	float:right;
	width:680px;
	min-height:25px;
	height:25px;
	/*	background-color: #CCCCCC;*/
	color:#CC3366;
}
#bLcontent0 {
	text-align: left;
	margin-left:10px;
	padding:0px 20px 0px 0px;
	position:relative;
	float:left;
	width:375px;
	min-height:400px;
	height:auto;
	border-right:1px solid #CCCCCC;
	/*	background-color: #660099;*/
	text-align:justify;
}

/*Begin Footer*/
#footer {
	margin-top:20px;
	padding:10px;
	width: 840px;
	min-height:160px;
	height:auto;
	background-color: #FFFFFF;
	border-top:1px solid #cccccc;
	font-size:10px;
	text-align:left;
	color: #333333;
}
#footer a:link {
	text-decoration: none;
	color: #646464;
}
#footer a:visited {
	text-decoration: none;
	color: #646464;
}
#footer a:hover {
	text-decoration: underline;
	color: #CC3366;
}
#footer a:active {
	text-decoration: none;
	color: #646464;
}
#footer ul {
	margin:0;
	padding:0;
	clear:both;
}
#footer li {
	font-size:10px;
	list-style-type:none;
	list-style:none;
	float:left;
	padding-right:5px;
	margin-right:5px;
	/*border-right:#666666 solid 1px;*/
}
#footer p {
	font-size:10px;
	padding:0;
}
.footerList {
	/*float:left;
	margin-right:12px;
	margin-bottom:20px;
	clear:inherit;*/
	clear:both;
	margin-bottom:5px;	
}
/*End Footer*/
/** START HELP CLASSES */
.more {
	font-size:10px;
	color: #CD2E64;
}
.topNavBar {
	font-size:10px;
	color: #686868;
	padding:0.5em;
	letter-spacing: 0.1em;
}
.clear {
	clear:both;
}
/* HOME BOTTOM CONTENT */

#homeContent {
	float:left;
	text-align:center;
	border:0;
	margin:25px 0px 0px 0px;
	padding:0;
	padding-left:10px;
	max-width:690px;
	background-image:url(/imags/background-home.gif);
	background-repeat:repeat-y;
}
#homeContent h2, #mainContent h2 {
	color: #000000;
	font-weight:bold;
	font-size:13px;
	padding:0;
	height:40px;
}
#homeContent img {
	margin:0;
	padding:0;
}
/* home modules: three boxes */
#homeBox01, #homeBox02 {
	width:183px;
	padding-right:15px;
	margin-right:15px;
}

#homeBox01, #homeBox02 {
	text-align:left;
	float: left;
	padding:0;
	margin-top:0px 15px 18px 15px;
	height:auto;
}
#homeBox03 {
	text-align:left;
	float: left;
	padding:0;
	margin-top:0px 15px 18px 15px;
	height:auto;
	width:240px;
}

#homeBox01 p, #homeBox02 p {
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	padding-right:20px;
	max-width:162px;
}
#homeBox03 p {
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	padding-right:20px;
	max-width:230px;
}

#indexContent {
	float:left;
	text-align:center;
	border:0;
	margin:25px 0px 0px 0px;
	padding:0;
	padding-left:10px;
	max-width:690px;
	width: 690px;
	background-image:url(/imags/background-home.gif);
	background-repeat:repeat-y;
}
#indexContent h2 {
	color: #000000;
	font-weight:bold;
	font-size:13px;
	padding:0;
	height:30px;
}
#indexContent img {
	margin:0;
	padding:0;
}

#indexContent a {
}
#indexContent a:link {
	color: #000000;
	text-decoration: none;
}
#indexContent a:active {
	color: #000000;
	text-decoration: none;
}
#indexContent a:visited {
	color: #000000;
	text-decoration: none;
}
#indexContent a:hover {
	color:#000000;
	text-decoration: underline;
}



#mainContentBlock p, #secondaryContent p {
	padding-right:20px;
}

#mainContentBlock ul, #secondaryContent ul {
	padding-right:20px;
}

.moreBtn {
	width:60px;
	float: right;
	margin:0;
	padding:0;
	bottom:0;
}
/* TWO COLUMNS LAYOUT:	 ABOUT MOLAA CONTENT */
#primaryContent {
	float: left;
	text-align:left;
	border:0;
	margin:25px 0px 15px 0px;
	padding:0px;
	min-height:370px;
	max-width:690px;
	/*background-color:#CCFF00;*/
}

#primaryContent h1 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#D62D66;
	margin-left:5px;
	margin-bottom:0px;
}
#mainContentBlock, #upcoming01 {
	float:left;
	text-align:left;
	margin-left:5px;
	padding:0;
	width:405px;
	min-height:370px;
	height:auto;
	border-right:1px solid #CCCCCC;
}
#secondaryContent, #upcoming02 { /* MODS: 04.11.2008 */
	float:left;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	padding:0;
	width:245px;
	min-height:370px;
}
.grayTables {
	width:90%;
	border-spacing:0;
	background-color: #E6E6E6;
}
.grayTables td {
	background-color: #E6E6E6;
	text-align:left;
}
.blankTable {
	padding:0px;
	background-color: #FFFFFF;
	text-align:left;
}
.blankTable td {
	padding:2px;
	padding-left:0px;
	background-color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	height:15px;
}
.formTable {
	padding:0px;
	text-align:left;
	margin-top:20px;
}
.formTable td {
	padding:0px;
	text-align:left;
	vertical-align:top;
	height:20px;
	padding-bottom:10px;
}
.formTextField {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
}

.formTextFieldShort {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:120px;
}
#photoCredit {
	width:auto;
	margin-top:30px;
	font-size:10px;
	color:#999999;
}

#employmentList {
	padding-top:10px;
}
.employmentModule {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	width:375px;
	height:auto;
}
.employmentModule p {
	margin:0;
	padding-bottom:8px;
}

.membershipLevelsModule {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	width:375px;
	height:auto;
}

.membershipLevelsModule p {
	margin:0;
}
.membershipLevelsModule .new {
	font-weight:bold;
}
.calltoaction {
	color: #CC3366;
}
.calltoaction a:link {
	color: #CC3366;
	text-decoration: none;
}
.calltoaction a:active {
	color: #CC3366;
	text-decoration: none;
}
.calltoaction a:visited {
	color: #CC3366;
	text-decoration: none;
}
.calltoaction a:hover {
	color:#CC3366;
	text-decoration: underline;
}


#pageTitle {
	height:30px;
}
/* ONE COLUMN LAYOUT */
#pureTextContent {
	float:left;
	text-align:left;
	border:0;
	margin:25px 0px 0px 0px;
	padding:5px;
	min-height:325px;
	max-width:690px;
}
#pureTextContent h1 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#D62D66;
	margin-left:0px;
	margin-bottom:20px;
}

#pureTextContent h2 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin-left:0px;
	margin-bottom:20px;
}
#pureTextContent ul li {
	margin-left:250px;
	color: #333333;
}
#pureTextContent li {
	list-style-type: circle;
	line-height:18px;
	margin-left:15px;
}
/* ART EXHIBITIONS TEXTS */
#artExhibitionsTexts {
	float:left;
	text-align:left;
	border:0;
	margin:0;
	padding:25px 20px 25px 20px;
	min-height:215px;
	width:650px;
	background-color:#E6E6E6;
	margin-bottom:15px;
}
#artExhibitionsTexts h1 {
	text-align:left;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color: #D62D66;
	margin-bottom:20px;
}
#artExhibitionsTexts h2 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
#artExhibitionsTexts .exhibitionDescription {
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#artExhibitionsTexts .exhibitionOpeningText {
	font-size:11px;
	font-style:italic;
}
/* MODULE FOR UPCOMING EXHIBITIONS */
.infoModule {
	float:left;
	border-bottom:1px solid #CCCCCC;
	width:375px;
	max-width:375px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding-bottom:15px;
}
.infoModule p {
	margin-top:5px;
	text-align:left;
	float:left;
	width:250px;
}
.infoModule a:link {
	text-decoration:none;
}
.infoModule a:active {
	color:#000000;
	text-decoration:none;
}
.infoModule a:visited {
	color:#000000;
	text-decoration:none;
}
.infoModule a:hover {
	color:#000000;
	text-decoration:underline;
}
.moreBtnLeft {
	margin-left:80px;
	width:170px;
	padding-top:10px;
}
.thumbnail {
	width:60px;
	height:60px;
	border:solid;
	border-width:1px;
	border-color:#999999;
	float:left;
	margin-right:18px;	
}

/* MODULE FOR PAST AUCTIONS*/
.pastAuctionModule {
	float:left;
	border-bottom:1px solid #CCCCCC;
	width:375px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding-bottom:15px;
}
.pastAuctionModule p {
	margin-top:5px;
	text-align:left;
	float:left;
	width:230px;
}
.pastAuctionModule a:link {
	text-decoration:none;
}
.pastAuctionModule a:active {
	color:#000000;
	text-decoration:none;
}
.pastAuctionModule a:visited {
	color:#000000;
	text-decoration:none;
}
.pastAuctionModule a:hover {
	color:#000000;
	text-decoration:underline;
}
.pastAuctionThumbnail {
	width:100px;
	height:130px;
	border:solid;
	border-width:1px;
	border-color:#999999;
	float:left;
	margin-right:18px;	
}
.pastAuctionPdfLink {
	margin-left:118px;
	width:200px;
	padding-top:10px;
}
/* MODULE: TITLE + TEXT + READ MORE BTN */
.gralModule {
	float:left;
	border:0;
	margin:0;
	padding:5px;
	width:165px;
	margin-bottom:15px;
}
.gralModule2 {
	float:left;
	border:0;
	margin:0;
	padding:5px;
	width:260px;
	margin-bottom:15px;
}

.gralModule h3, .gralModule2 h3, .grayModule h3, {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border:0;
	margin:0;
	padding:0;
}
.gralModule p, .gralModule2 p {
	padding:5px;
	margin-bottom:10px;
}
.pdfLink {
	padding:0;
	margin:0;
}
/* */
#moduleTitleGray {
}

#CrossNav {
	float:left;
	width:230px;
}

#CrossNav .title {
}

.CrossNavModule {
	margin-bottom:25px;
}
.CrossNavMoreBtn {
	margin:0;
}
.CrossNavModule h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin:0;
}
.CrossNavModule p {
		margin:0;
		padding-top:8px;
		padding-bottom:8px;
}

.grayModule {
	float:left;
	border:0;
	padding:5px;
	/*Modificado QA: antes padding 10px*/
	width:230px;
	max-width:230px;
	min-height:50px;
	height:auto;
	background-color:#e6e6e6;
	margin-bottom:20px;	
}
.grayModuleFirstColumn {
	float:left;
	border:0;
	margin-bottom:10px;
	padding:10px;
	width:355px;
	height:auto;
	background-color:#e6e6e6;
}
.sentMessage {
	font-weight:bold;
}
/* */
.grayModuleWithImage {
	float:left;
	border:0;
	margin-bottom:10px;
	padding:5px;
	width:auto;
	max-width:auto;
	min-height:150px;
	height:auto;
	background-color:#e6e6e6;
}
.grayModuleWithImage img {
	float:left;
	padding:0;
	margin:0;
}
/* */
.ModuleWithImage {
	float:left;
	border:0;
	margin-top:17px;
	width:95%;
	max-width:95%;
	min-height:150px;
	height:auto;
	border-bottom:1px solid #CCCCCC;
}
.ModuleWithImage img {
	border:1px solid #999999;
	float:left;
	padding:0;
	margin:0;
	width:103px;
	height:133px;
	background-color:#CCCCCC;
}
.ModuleWithImage img:hover, .grayModuleWithImage img:hover {
	border:1px solid #D62D66;
}
.ModuleWithImage p {
	float:left;
	padding:0;
	margin:20px 0px 20px 20px;
	width:250px;
	min-height:95px;
}

#photoCredit {
	width:auto;
	margin-top:30px;
	font-size:10px;
	color:#999999;
}
.auctionSponsors {
	width:auto;
	margin-top:30px;
	font-size:10px;
	color:#000000;
}
.caption {
	width:auto;
	font-size:10px;
	color:#000000;
}

.quotation {
	font-size:11px;
	font-style:italic;
}

.eventScheduleModule {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	width:375px;
	height:auto;
}
.eventScheduleModule p {
	margin:0;
}


#policies ul {
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
}
#policies li {
	width:auto;
	list-style-type:none;
	margin: 0;
	padding-bottom:5px;
}

/*Media Room*/

.mediaRoomModule {
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	width:375px;
	height:auto;
	color: #000000;
}
.mediaRoomModule img {
	border:none;
}
.mediaRoomModule p {
	margin:0;
	padding-bottom:8px;
}
.mediaRoomAssets {
	font-size:10px;
	color: #CC3366;
}

.mediaRoomAssets a:visited {
	text-decoration: underline;
	color: #CC3366;
}
.mediaRoomAssets a:active {
	text-decoration: underline;
	color: #CC3366;
}
.mediaRoomAssets a:hover {
	text-decoration: underline;
	color: #000000;
}

.mediaRoomAssets a:link {
	text-decoration: underline;
	color: #CC3366;
}


#spanishContent {
	margin:0;
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #CCCCCC;
	width:375px;
}

#spanishContent h1 {
	padding-left:0px;
	margin-left:0px;
}



.bulletsWithSeparation li {
	padding-bottom:10px;
}



.moreLink {background-image:url(/imags/more-btn.gif);background-repeat:repeat; width:100px; }

#homeBox01 h1, #homeBox02 h1  {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#D62D66;
	margin-left:5px;
	margin-bottom:0px;
}
/*20100601*/
.socialShare {
	width:155px;
	height:auto;
	margin:0;
	padding:0;
}
.socialShare ul {
	margin:0;
	padding:0;
}
.socialShare li {
	padding-bottom:10px;
}
.socialShare a {
	color:#000000;
	text-decoration:none;
}
.socialShare a:hover {
	color:#000000;
	text-decoration:underline;
}
.fb {
	padding-left:20px;
	background-image:url(/imags/ico-fb.gif);
	background-repeat:no-repeat;
}
.tw {
	padding-left:20px;
	background-image:url(/imags/ico-tw.gif);
	background-repeat:no-repeat;
}
.wp {
	padding-left:20px;
	background-image:url(/imags/ico-wp.gif);
	background-repeat:no-repeat;
}

.museumClosed {
	color:#CC3366;
	border-top: solid 1px #E6E6E6;
	padding-top:10px;
}

.museumClosed a:link, .museumClosed a:visited, .museumClosed a:active{
	color:#CC3366;
}

.museumClosed p {
	margin:0;
	padding:0;
}