body
{
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  background: rgb(223,223,223);
  SCROLLBAR-FACE-COLOR: #333333;
  SCROLLBAR-HIGHLIGHT-COLOR: gray;
  SCROLLBAR-3DLIGHT-COLOR: #333333;
  SCROLLBAR-DARKSHADOW-COLOR: #333333;
  SCROLLBAR-SHADOW-COLOR: gray;
  SCROLLBAR-ARROW-COLOR: gray;
  SCROLLBAR-TRACK-COLOR: #333333;
}
#divBar
{
  position:absolute;
  left:0;
  top:106;
  width:0;
  height:24;
  visibility:hidden;
  background-color:transparent;
  overflow:none;
  z-index:1;
  background-image:url(images/bg_botones.gif);
}
#divButtons
{
  position:absolute;
  left:0;
  top:130;
  width:146;
  height:0;
  visibility:hidden;
  background-color:transparent;
  overflow:none;
  z-index:1;
  background-image:url(images/bg_botones_lateral.gif);
}
#divData
{
  position:absolute;
  left:0;
  top:130;
  width:0;
  height:0;
  visibility:visible;
  background-color:transparent;
  overflow:auto;
  z-index:1;
  text-align:center;
}
#divMenu1
{
  position:absolute;
  left:5;
  top:129;
  width:200;
  height:0;
  display:none;
  background-color:rgb(200,200,200);
  overflow:none;
  z-index:1;
  border-color:black;
  border-style:solid;
  border-width:1px;
}
#divMenu2
{
  position:absolute;
  left:5;
  top:129;
  width:200;
  height:0;
  display:none;
  background-color:rgb(200,200,200);
  overflow:none;
  z-index:1;
  border-color:black;
  border-style:solid;
  border-width:1px;
}
#divMenu3
{
  position:absolute;
  left:5;
  top:129;
  width:200;
  height:0;
  display:none;
  background-color:rgb(200,200,200);
  overflow:none;
  z-index:1;
  border-color:black;
  border-style:solid;
  border-width:1px;
}
#divFooter
{
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:80;
  visibility:hidden;
  background-color:transparent;
  overflow:none;
  z-index:1;
  text-align: center;
  font-family: verdana, garamond, arial; 
  font-size: 10px; 
  font-weight: bold;
  color: black;
}
A.email:link  
{ 
  text-decoration: none; 
  BACKGROUND-COLOR: transparent;
  COLOR: blue;
  FONT-FAMILY: verdana, garamond, tahoma, arial; 
  FONT-WEIGHT: Bold;
  FONT-SIZE: 10;
}
A.email:visited  
{ 
  text-decoration: none; 
  BACKGROUND-COLOR: transparent;
  COLOR: blue;
  FONT-FAMILY: verdana, garamond, tahoma, arial; 
  FONT-WEIGHT: Bold;
  FONT-SIZE: 10;
}
A.email:hover
{
   BACKGROUND-COLOR: transparent;
   COLOR: red;
}

.text_barbutton
{  
	font-family: arial, verdana, garamond, arial; 
	font-size: 11px; 
	font-weight: bold;
	color: black;
}
.text_menu
{  
	font-family: verdana, garamond, arial; 
	font-size: 10px; 
	color: black;
}
.text_menu_sel
{  
	font-family: verdana, garamond, arial; 
	font-size: 10px; 
	font-weight: bold;
	color: black;
	background-color: white;
	cursor          : hand;
}
.text_present
{  
	font-family: arial, verdana, garamond, arial; 
	font-size: 14px; 
	font-weight: bold;
	color: black;
}
.text_titleopt
{  
	font-family: arial, verdana, garamond, arial; 
	font-size: 16px; 
	font-weight: bold;
	color: black;
}


