/* Ficha de contenidos */
table.ficha_extensible{
	width:100%;
	border:none;
	border-collapse:collapse;
}
table.ficha_extensible{
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-bottom:#999 solid 2px;
	border-right:#999 solid 2px;
}
table.ficha_extensible td{
	border:none;
	padding:0px;
}
table.ficha_extensible thead td{
	font-size:13px;
	font-weight:bold;
	background-color:#EFEFEF;
	border-bottom:#ccc 1px dotted;
	cursor:pointer;
}
table.ficha_extensible thead td div{
	padding:5px;
}
table.ficha_extensible thead td:hover{
	background-color:#FFF;
	border-bottom:#0C0 1px dotted;
}
table.ficha_extensible tbody td{
	text-align:justify;
	background: url(/__img/fondo_panel_bocadillo.jpg) repeat;
}
table.ficha_extensible tbody td div.extensible{
	height:80px;
	padding:5px;
	border-bottom:#ccc 1px dotted;
	overflow:hidden;
}
table.ficha_extensible tfoot td{
	font-size:10px;
	background-color:#EFEFEF;
	padding:5px;
}
table.ficha_extensible img{
	border:none;
	margin-right:5px;
	vertical-align:middle;
	vertical-align:absmiddle;
}