* {margin:0; padding:0}

#accordion {
	width:598px;
	margin:10px;
}

.accordion {
	width:598px; font:12px Verdana,Arial; color:#033; padding-top:5px;
}

.accordion dt {
	width:598px;
	height:22px;
	/*border:2px solid #9ac1c9;
	padding:8px;	margin-top:5px;*/
	padding-top:5px;
	padding-left:5px;
	font-weight:bold;
	cursor:pointer;
	background:url(../img/header.gif);
	margin-top:-1px;
}



.dt_text{
	padding-top:2px;
	padding-left:4px;
}

.accordion dt:hover {
	background:url(../img/header_over.gif)
}

.accordion dd {
	overflow:hidden; background:#fff
	height:318px;
	margin-bottom:1px;
}

.dd_modificat {
	height:318px;
}

html* .dd_modificat {
	height:330px;
	width:598px
}

.accordion span {
	display:block; 
	width:603px; 
	/*border:2px solid #9ac1c9; */
	background-color: #ffffdd;
	border-top:none; 
	padding:15px;
}

.accordion a{
	background:transparent url(../themes/cit/floppy.png) no-repeat;padding-left:14px;height:12px;
}

.seleccionat{
	background:url(../img/header_over.gif)
}



/*acordeon derecha*/
#accordionPrincipal {
	width:250px;
	margin:5px;
	margin-left:0px;
}

.ui-icon{
	float:right;
	margin-right:10px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: url("../img/bg_h2.gif") repeat-x ;
	font-family: Arial;
	border: 1px solid #CFB70D;
	color: #666 !important;
	font-weight: bold;
	cursor:pointer;
	height:17px;
	padding:8px 0px 5px 0px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: url("../img/bg_h2.gif") 0 -30px repeat-x ;
	border: 1px solid #CFB70D;
	font-family: Arial;
	color: #666 !important;
	font-weight: bold;
	height:17px;
	padding:8px 0px 5px 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: url("../img/bg_h2.gif") 0 -30px repeat-x ;
	border: 1px solid #CFB70D;
	font-family: Arial;
	color: #666 !important;
	font-weight: bold;
	height:17px;
	padding:8px 0px 5px 0px;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#666666 !important; 
	text-align:left;
	height: 30px;
	margin-left:10px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #666 !important;
	text-decoration: none;
	margin-left:10px;
}

/*
.ui-accordion-header{
	width:20px !important;
}*/


