
.panel {
	margin: 0;
	padding: 0;
	position: relative;

}

.panel-head {
	height: 25px;
}

.panel-head-left {
	background: url("../images/00.gif") no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}

.panel-head-right {
	background: url("../images/02.gif") no-repeat;
	width: 34px;
	height: 25px;
	float: right;
}

.panel-head-center {
	background: url("../images/01.gif") repeat-x;
	height: 25px;
	margin-left: 25px;
	margin-right: 34px;
}

.panel-middle {
	background: url("../images/10.gif") repeat-y top left;
	width: 100%;
	float:left;
}

.panel-middle-2 {
	background: url("../images/12.gif") repeat-y top right;
	width: 100%;
	float:left;
}

.panel-middle-content {
	background: url("../images/11.gif");
	margin-left: 25px;
	margin-right: 34px;
}

.panel-footer {
	clear: both;
}

.panel-footer-left {
	background: url("../images/20.gif") no-repeat;
	width: 25px;
	height: 30px;
	float: left;
}

.panel-footer-right {
	background: url("../images/22.gif") no-repeat;
	width: 34px;
	height: 30px;
	float: right;
}

.panel-footer-center {
	background: url("../images/21.gif") repeat-x;
	height: 30px;
	margin-left: 25px;
	margin-right: 34px;
}

/* IE6 y anterior */
.panel-head-left, .panel-footer-left {
	_margin-right: -28px; /* ancho col. izq. +3 */
}

.panel-head-right, .panel-footer-right {
	_margin-left: -34px; /* ancho col. der. */
}
