

div.content {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

.main_container {
	margin-top: 60px;
}


div.title {
	font-family: 'FontLight', arial, helvetica, sans-serif;
	font-size: 30px;
	line-height: 1;
}

/* ------ EXPOSITIONS section ------- */

img#museum_logo_img {
	position: relative;
	top: 120px;
 	width:80%;
 	z-index: 999;
}

div#expositions_container {
	text-align: center;
    margin: auto;
    position: relative;
    margin-top: 40px;
}

div.exposition {
	position: relative;
	display:inline-block;
	width: 180px;
	line-height: 0.5;
	margin: 10px;
	height: 310px;
}

div.exposition a {
	text-decoration: none;
}

div.exposition_img_container {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	background: #000;
	display: inline-block;
	vertical-align: top;
}

img.image_A {
	position: absolute;
	display: none;
	z-index: 9;
}

img.image_B {
	position: absolute;
	display: none;
	z-index: 10;
}

div.exposition_title {
	position: relative;
	width: 100%;
	z-index: 12;
}

img.exposition_triangle {
	position: absolute;	
	width: 100%;
	left: 0;
	top: -30px;
}

div.title_text {
	line-height: 1.1;
	position: absolute;
	width: 95%;
	height: 100px;
	color:#fff;
	padding: 0;
	margin: 0;
	text-align: left;
	padding-left: 5%;
	font-family: 'FontLight', arial, helvetica, sans-serif;
	font-size: 20px;
}

/* ------ RELATED ARTIST section ------- */

div#highlighted_artists_title {
	margin-bottom: 30px;
}

div#highlighted_artists_container {
	position: relative;
	text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

div.related_artists_item {
	display:inline-block;
	height: 160px;
	margin: 5px 5px 5px 0;
	vertical-align: top;
	background: #4D4D4D;
}

div.related_artists_img_container {
	position: relative;
	height: 120px;
}

img.related_artists_img {
	display: block;
	max-height: 100%;
	position: relative;
}

div.highlighted_artists_text_container {
	position: relative;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 5px;
}

div.highlighted_artists_text {
	position: absolute;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

div.highlighted_artists_text a {
	text-decoration: none;
	color: #fff;
}

/* ------ ABOUT section ------- */

div#about_container {
	margin: 30px 20px 0 20px;	
}

div#summary_container {
	text-align: center;
	max-width: 700px;
	height: auto;
	margin: auto;
	position: relative;
	margin-top: 30px;
	max-width: 100%;
}

div#summary_museum_logo {
	max-width: 150px;
	vertical-align: top;
	margin-bottom: 10px;
}

img#museum_img {
	display: block;
	float: left;
	width: 500px;
	max-width: 100%;
	margin: 0 20px 10px 0;
}

img#summary_museum_logo {
	display: block;
	max-width: 175px;
}

div#summary_text {
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
}

img#timetable_icon {
	vertical-align: middle;
}
	
div#about_text {
	text-align: left;
	margin-top: 10px;
	max-width: 750px;
	margin: 0 auto;
}
 
a {
	color: #000;
}

/* ------ HORARIO section ------- */

div#timetable_anchor {
	position: relative;
	float: left;
	top: -80px;
}

div#timetable_container {
	margin-top: 20px;
}

div#timetables_text {
	line-height: 2;
}

/* ----- RESPONSIVE ------ */

@media all and (max-width: 736px) {
	div#summary_text {
		width: 100%;
		margin-top: 10px;
		
	}
}