/* 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;
	margin-bottom:10px;
}
table.ficha_extensible td{
	border:none;
	padding:0px;
	margin:0px;
}
table.ficha_extensible td.lateral{
	vertical-align:top;
	width:100px;
	text-align:center;
	margin:0px;
	padding:0px;
}
table.ficha_extensible td.lateral div.lateral_informacion{
	vertical-align:top;
	width:100px;
	text-align:center;
	background-color:#CCC;
	margin:0px;
	padding:0px;
	border-right:#999 1px dotted;
}
table.ficha_extensible td.lateral div.titulo{
	font-weight:bold;
	font-size:18px;
	color:#666;
	border-bottom:#999 1px solid;
	padding:5px;
}
table.ficha_extensible td.lateral div.numero{
	font-weight:bold;
	font-size:18px;
	color:#666;
	border-bottom:#999 1px solid;
	padding:5px;
}
table.ficha_extensible td.lateral div.fecha{
	font-weight:bold;
	font-size:12px;
	color:#666;
	padding:5px;
}
table.ficha_extensible div.barra{
	padding:5px;
	background-color:#eee;
	border-bottom:#999 1px dotted;
	cursor:pointer;
}
table.ficha_extensible div.barra:hover{
	background-color:#F6F6F6;
	border-bottom:#0C0 1px dotted;
	cursor:pointer;
}
table.ficha_extensible td div.extensible{
	padding:5px;
	height:70px;
	text-align:justify;
	border-bottom:#ccc 1px dotted;
	background: url(/__img/fondo_panel_bocadillo.jpg) repeat;
}
table.ficha_extensible td.adicional{
	font-size:10px;
	padding:5px;
	background-color:#F6F6F6;
}
table.ficha_extensible td.adicional img{
	border:none;
	margin-right:5px;
	vertical-align:middle;
	vertical-align:absmiddle;
}
table.ficha_extensible td.enlace{
	background-color:#F6F6F6;
	text-align:right;
	padding:5px;
}