body {
	color: #828282;
	margin: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #e8e8ea;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

}
.btn {
	background: url(images/btn.gif) no-repeat;
	padding-left: 15px;
	font-size: 10px;

}
.btn a, #tabla .btn a:visited {
	color: #6e6e6e;
	text-decoration: none;
	display: block;
	width: 163px;
}
#pie {
	font-size: 9px;
	padding: 10px 5px 10px 10px;
}

.btn a:hover, #tabla .btn a:active {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}
h1 {
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	color: #828282;
	margin: 5px 5px 5px 10px;
	padding: 0px;
}
h2 {
	font-size: 10px;
	margin: 5px 10px 5px 25px;
	padding: 3px 3px 3px 6px;
	background: #990000;
	color: #FFFFFF;
}

#contenido p {
	margin: 0px 10px 5px;
}
#contenido {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#contenido a, #contenido a:visited {
	color: #990000;
	text-decoration: none;
}
#contenido a:hover, #contenido a:active {
	text-decoration: underline;
}
.formulario {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #999999;
	width: 150px;
	padding: 2px;
}
#submenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}
.lin-btn {
	background-image: url(IMAGES/Btn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#submenu li {
	padding: 0px;
	margin: 0px;
}
#submenu a, #submenu a:visited {
	color: #6e6e6e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#submenu a:hover, #submenu a:active {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}