h1 { font-size: 16pt; }

.panelheader {
  background-color : #30639A;
  height: 20px;
  width: 700px;
  color : #ced7ef;
  font-weight : normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
  font-weight : normal;
  padding-left: 5px;
}

.panelheaderA {
  background-color : #30639A;
  height: 20px;
  width: 700px;
  color : #ced7ef;
  font-weight : normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
  font-weight : normal;
  padding-left: 5px;
}

.mdHover {
  background-color : #63699c;
  color : #ffffff;
}

.mdSelected {
  background-color : #63699c;
  color : #ffffff;
  font-weight : bold;
}

.panelContent {
  border : 1px solid #1f669b;
  border-top-width    : 0px;
  border-bottom-width : 1px;
  font-size: smaller;
  overflow: auto;
  width: 700px;
}

.panelContentA {
  border : 1px solid #1f669b;
  border-top-width    : 0px;
  border-bottom-width : 1px;
  font-size: smaller;
  overflow: auto;
  width: 700px;
}

/* parte tabs */
.panelContentContainer {
  border : 0px solid #4f4f4f;
  clear:both;
  margin-left: 0px;
	/* margin-right: 1px; */
  align: left;
}

.panelheader1{
  height: 1.8em;
  color : #BBB;
  background: #D8E0E0;
  font-weight : bold;
  float: left;
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  white-space:nowrap;
  overflow:hidden;
  width: 20%;
  padding-top:3px;
}

.panelheader2{
  height: 1.8em;
  color : #BBB;
  background: #D8E0E0;
  font-weight : bold;
  float: left;
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  white-space:nowrap;
  overflow:hidden;
  width: 32%;
  padding-top:3px;
}

.panelheader3 {
	background-color : #ccccff;;
	height: 30px;
	width: 99%;
	color : #444444;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	line-height:30px;  
	border-bottom:1px solid #182052;
	border-top:1px solid #BDC7E7;
	padding-left: 5px;
}

.panelHover {
	color : #666;
	cursor: pointer;
}

.panelSelected {
	color : #444;
	background: #CFD4E6;
	cursor: auto;
}

.panelContent1 {
	border-top:1px solid #BDC7E7;
	border-left:1px solid #BDC7E7;
	border-right:1px solid #BDC7E7;
	border-bottom:1px solid #BDC7E7;
	background: #ffffff;
  	overflow: auto;
  	width: 730px;
}

.panelContentContainer2 {
	border : 0px solid #2f2f2f;
	clear:both;
	margin-left: 0px;
	align: left;
}

.panelContent2 {
	border-top:1px solid #BDC7E7;
	border-left:1px solid #BDC7E7;
	border-bottom:1px solid #BDC7E7;
	background: #ffffff;
  overflow: auto;
  width: 690px;
}

/* input { */
/*   margin-left: 2em; */
/* } */
