@charset "utf-8";

#panel {
	width: 170px;
	font-family: Verdana;
	margin-top: 10px;
	margin-left: 5px;
}
#panel .header-panel {
	height: 30px; 
	background-image: url(imagenes/panel/header-panel.jpg); 
	background-repeat: no-repeat;
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
#panel .body-panel {
	background-image: url(imagenes/panel/body-panel.gif);
}
#panel .footer-panel {
	background-image: url(imagenes/panel/footer-panel.gif);
	background-repeat: no-repeat;
	height: 5px;
}
#panel ul.menu {
	width: 170px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#panel ul.menu li {
	border-top: #DDD solid 1px;
	font-size: 12px;
	line-height: 35px;
}
#panel ul.menu li a:link, ul.menu li a:visited {
	display: block;
	text-decoration: none;
	color: #036;
	height: 35px;
	padding-left: 10px;
}
#panel ul.menu li a:hover {
	display: block;
	text-decoration: none;
	color: #F60;
	height: 35px;
	background-image: url(imagenes/panel/background-over.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;	
}
#panel ul.menu li.selected a {
	text-decoration: none;
	color: #F60;
	background-image: url(imagenes/panel/background-over.jpg);
	background-repeat: no-repeat;
}
#panel .num {
	margin-top: 12px;
	margin-right: 5px;
}

/****************************/
.panel_036 {
	width: 96%;
	margin: 0 0 0 0; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(imagenes/panel/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
	display: block;
	float: left;
	z-index: -1;
}
.panel_036 .sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(imagenes/panel/sbbody-r.jpg) no-repeat bottom right;
	font-size: 96%;
	display: block;
}
.panel_036 .boxhead {
	background: url(imagenes/panel/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	z-index: -1;
	float:left;
}
.panel_036 .boxhead h2 {
	background: url(imagenes/panel/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 3px 0px 5px 0px;
	color: #FFF; 
	font-size: 11px; 
	font-weight: normal;
	/*line-height: 1em;*/
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.panel_036 .boxbody {
	background: url(imagenes/panel/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 6px 0px;
	/*overflow: hidden;*/
	width: 100%;
	z-index: -1;
	float: left;
}

.table-panel {
	margin: 2px;
	width: 95%;
}
.table-panel .head-left {
	background-image: url(imagenes/panel/head_left.jpg); 
	width: 5px;
}
.table-panel .head-center {
	background-image: url(imagenes/panel/head_center.jpg);
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #FFF; 
	font-size: 11px; 
	font-weight: normal;
	text-align: center;
}
.table-panel .head-right {
	background-image: url(imagenes/panel/head_right.jpg); 
	width: 8px	
}
.table-panel .body-left {
	background-image: url(imagenes/panel/body_left.jpg);
}
.table-panel .body-right {
	background-image: url(imagenes/panel/body_right.jpg);
}
.table-panel .foot-left {
	background-image: url(imagenes/panel/foot_left.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom;
}
.table-panel .foot-center {
	background-image: url(imagenes/panel/foot_center.jpg); 
	background-repeat: repeat-x; 
	background-position: bottom
}
.table-panel .foot-right {
	background-image: url(imagenes/panel/foot_right.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom;
}