/* -----------------------------------
** ESTILOS DE LA BARRA DE ARRIBA
*/

body
{
  padding: 2px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #aBe1FA;
  color: #08c;
  font-family: verdana;
  font-size: 10pt;
}

a
{
	font-size: 10pt; 
	font-family: arial;
	color: #003090; 
	text-decoration: none;
}

a:hover 
{
	font-size: 10pt; 
	font-family: arial;
	color: #FF0000; 
	text-decoration: underline;
}

table
{
	border-bottom: #5787af 5px solid; 
	padding: 0px 5px 0px 5px;
}

/* TABS */

#header ul 
{
    margin: 0; 
    padding: 0;
}
#header li 
{
   display:inline;
   margin:0; 
   padding:0;
   font: bold 13px Arial;	
}
#header a 
{
   float:right;
   background: url('images/tabmenuleft.png') no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span 
{
   float:right;
   display:block;
   background: url('images/tabmenuright.png') no-repeat right top;
   padding:6px 5px 3px 1px;
   color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span 
{
	float:none;
}
/* End IE5-Mac hack */
#header a:hover span 
{
	color:#FFF;
}
#header a:hover 
{
   background-position:0% -42px;
}
#header a:hover span 
{
   background-position:100% -42px;
}
#header #current a 
{
	background-position:0% -42px;
	color: #FFF;
}
#header #current a span 
{
	background-position:100% -42px;
	color: #FFF;
}


