/*-------------------------------------------------------------------------------
	menu fichas
-------------------------------------------------------------------------------*/

#menu_fichas {
	height:38px;
	padding: 0 0 0 5px;
    border: 1px solid #999;
    border-width: 0 0 1px 0;
}
#menu_fichas li {
	height:16px;
	float:left;
	display:inline;
	margin:0 3px 0 3px;
}
#menu_fichas li a, #menu_fichas li a:link, #menu_fichas li a:visited {
	height:25px;
	float:left;
	display:inline;
	font-weight:bold;
	text-align:center;
	color: #000;
	text-decoration: none;
	padding: 10px 15px 0px 15px;
}
#menu_fichas li.first a, #menu_fichas li.first a:link, #menu_fichas li.first a:visited {
	color:#1e1e1e;
}
#menu_fichas li.firstact a, #menu_fichas li.firstact a:link, #menu_fichas li.firstact a:visited {
	background : #f4f5f6;
    border: 1px dotted #999;
    border-width: 1px 1px 0 1px;
	padding: 10px 15px 0px 15px;
	height:25px;
}
#menu_fichas li.activado a{
	background : #f4f5f6;
}
#menu_fichas li.desactivado a{
	color: #404d6c;
	background : #e1e2e3;
    border: 1px dotted #999;
    border-width: 1px 1px 0 1px;
	margin: 5px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	height:19px;
}
#menu_fichas li a:hover {
	padding: 10px 15px 1px 15px;
	background : #fff;
	margin: 0px 0px 0px 0px;
	height:23px;
}
#panel1 {
	display:block;
}
#panel2,#panel3,#panel4,#panel5 {
	display:none;
}

#panel1, #panel2,#panel3,#panel4,#panel5 {
	text-align:justify;
	padding-bottom: 20px;
}

