body {

background-color:#00386E;
font-family:verdana,arial,helvetica; font-size:10px; color:#B88444;

scrollbar-face-color:#4484C4;
scrollbar-highlight-color:#8CB6E0;
scrollbar-3dlight-color:#8CB6E0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#102C48;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#9CBEDF;
}

table, div { font-family:verdana,arial,helvetica; font-size:10px; color: #B88444;}
.nota { font-family: verdana,arial,helvetica; font-size: 10px; color: #000000; }

a{color:#00386E; font-weight: bold; text-decoration:none;}
a:hover{text-decoration:underline;}
a.neg{color:#FFFFFF; font-weight: bold; text-decoration:none;}
a.neg:hover{text-decoration:underline;}
.campos{font-family:verdana,arial,helvetica; font-size:10px; color:#00386E;}

.Titulo{font-family:verdana,arial,helvetica;font-size:20px;color:#00386E;}
.Subtitulo{font-family:verdana,arial,helvetica; font-size:12px; color:#00386E;}

/* ************************************************************************************************************************** */

/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menu_Horizontal, .menu_Horizontal  ul {
 border: 1px solid #FFFFFF;
 margin: 0; 
 padding: 0;
 list-style: none;
 height: 25; 
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menu_Horizontal ul {
 visibility: hidden;
 position: absolute;
 top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 10px;
 width: 250px;

}

/* Second and third etc. level submenus - position across from parent instead */
.menu_Horizontal ul ul {
 top: 0px;
 left: 155px;

}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menu_Horizontal li {
 float: left;
 position: relative;
 background: #B88444;
 width: 150px;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menu_Horizontal ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 border: 1px solid #FFFFFF;
}
.menu_Horizontal ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menu_Horizontal a {
 display: block;
 padding: 3px;
 color: #FFFFFF;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu_Horizontal a:hover, .menu_Horizontal a.highlighted:hover, .menu_Horizontal a:focus {
 color: #FFFFFF;
 background-color: #A64;
}
.menu_Horizontal  a.highlighted {
 color: #FFFFFF;
 background-color: #C86;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menu_Horizontal a#xyz {
      background-image: url(out.gif);
    }
    .menu_Horizontal a#xyz:hover, .menu_Horizontal a.highlighted#xyz, .menu_Horizontal a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menu_Horizontal a .subind {
 display:  none;
}
.menu_Horizontal ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu_Horizontal a {
 float: left;
}
.menu_Horizontal ul a {
 float: none;
}
/* \*/
.menu_Horizontal a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menu_Horizontal  ul li {
 float: left;
 height: 1%;
}
* html .menu_Horizontal  ul a {
 height: 1%;
}
/* End Hack */

/* ************************************************************************************************************************** */

/* VERTICAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menu_Lateral, .menu_Lateral ul {
 margin: 0;
 padding: 0;
 width: 170px; 
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menu_Lateral ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 170px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menu_Lateral li {
 position: relative;
 border: 1px solid #FFFFFF;
 background: #B88444;
 margin-bottom: -1px;
}
.menu_Lateral ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menu_Lateral a {
 display: block;
 padding: 3px;
 color: #FFFFFF;
 text-decoration: none;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menu_Lateral a:hover, .menu_Lateral a.highlighted:hover, .menu_Lateral a:focus {
 color: #FFFFFF;
 background-color: #A64;
}
.menu_Lateral a.highlighted {
 color: #FFFFFF;
 background-color: #C86;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menu_Lateral a#xyz {
      background-image: url(out.gif);
    }
    .menu_Lateral a#xyz:hover, .menu_Lateral a.highlighted#xyz, .menu_Lateral a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menu_Lateral a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menu_Lateral li {
 float: left;
 height: 1%;
}
* html .menu_Lateral a {
 height: 1%;
}
/* End Hack */
/* ************************************************************************************************************************** */
