/*****************************************************/
/*   CSS CORRESPONDIENTE A LOS TABS DEL SISTEMA      */
/*****************************************************/
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;		/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {
	height:			25px;
	background-image:	url( "imagenes/tab/tab.png" );
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 5px 0px 5px;
	border-top:		0;
	border-bottom:		0;
	border-left:		1px #91a7b4 solid;
	border-right:		1px #91a7b4 solid;
	z-index:		300;
	white-space:		nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	height:			24px !important;
	background-image:	url( "imagenes/tab/tab.active.png" ) !important;
	background-repeat:	repeat-x;
	border-top:		0;
	border-bottom:		0;
	border-left:		1px #91a7b4 solid;
	border-right:		1px #91a7b4 solid;
	z-index:		302;
	padding:		5px 5px 0px 5px;
	margin:			1px -3px -3px 0px;
	top:			-2px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	color:			Black;
	text-decoration:	none;
	cursor:			default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	height:			25px;
	background-image:	url( "imagenes/tab/tab.hover.png" );
	background-repeat:	repeat-x;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		#F4F4F4;
	z-index:		302;
	position:		relative;
	top:			-2px;
	color:			Black;
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		301;
	white-space:		nowrap;
}

.div_fijo
{
    position: fixed;
    top: 24;
    left: 6;
    padding: 1em;
    z-index: 10000;
}
