@charset "utf-8";
/**
 * FDesktop Style
 * @author Fernando Hernandez - Freelance Soft
 * www.freelancesoft.com.ar
 */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/fondo1.jpg);
	background-color: #000066;
	background-position: center top;
	background-repeat: no-repeat;	
}
h1{
 font-size: 14px;
 color: #000066;
 margin-left: 10px;
 margin-bottom: 10px;
}
#desktop{
	width: 100%;
	height: 100%;	
}
#menu_bar{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-image: url(../images/background_menubar.png);
  background-repeat: repeat-x;
  background-color: #666666;
  height: 30px;
  z-index: 5;
}
.menu_bar_separator{
  height: 30px;
}
#reloj{
  float: right;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 25px;
  margin-top: 8px;
}
#menu_inicio{
  float: left;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 8px;
  width: 60px;
  cursor: hand;
}
#menu_accesos_directos{
  float: left;
  margin-top: 3px;
}
#menu_bar_items{
  float: left;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left: 30px;
  margin-right: 40px;
  margin-top: 8px;
  overflow: auto;
  height: 40px;
  width: 60%;
}
.link_menu_item{
  color: #FFFFFF;
  text-decoration: none;
}
.link_menu_item:hover{
  color: #FF9900;
  text-decoration: none;
}
#accesos_directos{
 margin-left: 20px;
 margin-top: 10px;
}
#menu_desplegable{
  position: absolute;
  background-color: #666666;
  opacity: 0.8;
  filter: alpha(opacity=80);
  top: 30px;
  left: 0px;
  width: 150px;
  visibility: hidden;
  border: 1px solid #FFFFFF;
  z-index: 1;
}
#menu_desplegable ul{
   list-style: none;
   margin-left: 0;
   padding-left: 0em;
   text-indent: 0em;
}
#menu_desplegable a{
   color: #FFFFFF;
   text-decoration: none;
}
#menu_desplegable li{
  margin-left: 0px;
  background-color: #333333;
}
#menu_desplegable li:hover{
  background-color: #999999;
}