/* OBRAS */

.obras h2 {
	margin-left: 0;
}

body#historias, body#historias .rounded { background-color: #D49E27; }
body#clasicos, body#clasicos .rounded { background-color: #007DA3; }
body#palabra, body#palabra .rounded { background-color: #6F2C87; }

body#palabra #menu ul li#mm_palabra {
	background-image: url(../images/menu_bullet_palabra.png);
	height: 85px;
}

body#clasicos #menu ul li#mm_clasicos {
	background-image: url(../images/menu_bullet_clasicos.png);
	height: 85px;
}

body#historias #menu ul li#mm_historias {
	background-image: url(../images/menu_bullet_historias.png);
	height: 85px;
}

body#historias h2 { color: #D49E27; }
body#clasicos h2 { color: #007DA3; }
body#palabra h2 { color: #6F2C87; }


.thum_wrapper {
	width: 215px;
	height: 160px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	position: relative;
}

.thum_slide {
	width: 430px;
	height: 160;
	position: relative;
}

.thum_pic {
	width: 215px;
	height: 160px;
	float: left;
}

.thum_info {
	width: 215px;
	height: 160px;
	float: left;
}

.showInfo {
	left: -215px;
}

.thum_info .block {
	width: 185px;
	height: 130px;
}

.thum_info a, .thum_info a:visited {
	text-decoration: none;
	display: block;
	position: relative;
}

.thum_info a img {
	margin-bottom: 15px;
}

.playName {
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
}

.playDetails {
	font-family: 'Times New Roman', Times, serif;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	line-height: 30px;
}

.last-thum {
	margin-right: 0;
}


