/* FICHA OBRA */

body#historias .triangle_down { background: url(../images/triangulo_down_ocre.png) no-repeat 15px; }
body#palabra .triangle_down { background: url(../images/triangulo_down_violeta.png) no-repeat 15px; }
body#clasicos .triangle_down { background: url(../images/triangulo_down_azul.png) no-repeat 15px; }

.row {
	margin-bottom: 15px;
}

.fichaDetails {
	background-color: #D49E27;
}

body#historias .otherPlays, body#palabra .otherPlays, body#clasicos .otherPlays {
	background-color: #E1DFD8;
}

.fichaDetails .block {
	padding: 10px;
}

.ficha_age, .ficha_title {
	font-weight: normal;
	color: #FFF;
	float: left;
}

.ficha_age {
	padding-right: 15px;
	border-right: 4px solid #FFF;
	margin-right: 15px;
	width: 60px;
}

.ficha_title {
	width: 320px;
}
	
.ficha_age p {
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

.ficha_title h4 {
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
}

.ficha_title p {
	margin: 0;
}

.fichaPhoto {
	margin-bottom: 15px;
/*	padding: 15px 0;*/
}


.otherPlays p.tit {
	font-family: 'ClarendonBold', 'Times New Roman', Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
}

.otherPlays table {
	width: 100%;
	margin-bottom: 15px;
}


.otherPlays table td.otherPl {
	width: 42%;
	border-bottom: 1px solid #FFF;
	padding: 5px 10px 5px 0;
}

.otherPlays table td.otherSpace {
	width: 6%;
}

.otherPlays table td.othArrow {
	padding: 5px 0; 
	border-bottom: 1px solid #FFF;
}


.otherPlays a, .otherPlays a:visited {
	text-decoration: none;
	display: block;
	font-size: 17px;
/*	color: #FFF;*/
	font-style: italic;
}

.otherPlays a:hover {
	color: #C0252C;
}



