body {
	color: #4D528C;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 75%; /* 1em now = 1px; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-image: url(../dot.gif);
	list-style-type: square;
}
a:link, a:visited, a:active {
	color: #4D528C;
	text-decoration: none;
}

.bborder {
	background: #F5F5FF;
	color: #000000;
	border: 1px solid #6581c1;
}

.tcat {
	background: #5672b2 url(../images/bgtable.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.tcat a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.tcat a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

td.row1	{ background-color : #e8e7d1; }
td.row2	{ background-color: #e0dfb0; }

.menu_td {
color:  #000000;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.menu_td a:link {
color:  #980033;
text-decoration: none;
}
.menu_td a:visited {
color:  #980033;
text-decoration: none;
}
.menu_td a:hover {
color:  #e0dfb0;
text-decoration: underline;
}
.menu_popup
{
	background: #D1D3E2;
	color: #000000;
	border: 1px solid #7b81cd;
}


.tborder
{
	background: #e2e1ea;
	color: #000000;
	border: 1px solid #6581c1;
}


.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; background: #e0dfb0;}
td.thead, div.thead { padding: 4px; }
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }

div.hr hr {
display: none;
}

td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #000000;
}

legend
{
	color: #22229C; 
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.header_bg {
background: #e8e7d1;
}

.inner_border {
width: 760px;
border: 1px solid #980033;
margin: 0px auto;
}
.outer_border {
width: 762px;
border: 5px solid #e0dfb0;
margin: 0px auto;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4D528C; letter-spacing: -1px;}
.box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #999;
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
	padding: 2px;
	margin: 0px 0 0px 0;
	/*width: 570px; */
	/* width: 82px; */
	}
input, button .cajas { text-indent : 2px; }
/*Todo lo que sea cajas de texto, incluyendo textareas select, etc.*/
.cajas,button {	background-color:#FAFAFA; border:1px solid #cccccc; padding:1px; font:8pt Tahoma, Arial, Serif; color : #333333;}
/* Solo Botones tipo submit*/
.submit1 {   BORDER: #cccccc 1px solid; FONT-SIZE: 8pt; FONT-FAMILY: Verdana;BACKGROUND-COLOR:#FAFAFA;color : #333333; }
TEXTAREA {	background-color:#FAFAFA; border:1px solid #cccccc; padding:1px; font:8pt Tahoma, Arial, Serif; }
SELECT {	background-color:#FAFAFA; border:1px solid #cccccc; padding:1px; font:8pt Tahoma, Arial, Serif; }

.bginput
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

a#head{
	display:block;
	height: 68px;
	margin: 0;
	padding: 0 0 0 80px;
	background: url("/images/bg.jpg") no-repeat right;
	background-color: #980034;
	font-size: 26px;
	line-height: 68px;
	color: #ffffff;
}
#subHead{
	border-top: 2px solid #000000;
	padding: 2px 0px;
	text-align: center;
	background-color: #E0DFB0;
	font-size: 0.9em;
}
#menu {
	border-top: 2px solid #000000;
	background: url("/images/tab8.gif") repeat-x;
	font-size: 0.75em;
}
#menu ul { /*root menu */
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  width: 850px;
}
#menu li { /*root menu items */
  float: left;
  background: url("/images/tableft.gif") no-repeat left top;
  padding: 0 0 0 20px; /* leave space for left tab image */
}
#menu li a {
  float: left;
  display: block;
  background: url("/images/tabright.gif") no-repeat right top;
  padding: 7px 20px 10px 0;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size:0.7em;
}
#content{
	margin: 10px 20px;
	position: relative;
}

.clr {
	margin: 0;
	padding: 0;
	clear:both;
}