/*Estilos para menus flotantes*/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
 
 li {
  float: left;
  position: relative;
  width: 10em;
  }
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

li:hover ul, li.over ul{ display: block; }
/*Fin estilos menus flotantes*/
A:hover
{
	background-color: #a89ac8;
	text-decoration: none;
}
tr td
{
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom-color:White;
	border-top-color:White;
	border-left-color:White;
	border-right-color:White;
}

body
{
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white; 
	SCROLLBAR-3DLIGHT-COLOR: white; 
	SCROLLBAR-ARROW-COLOR: #0038a8; 
	SCROLLBAR-DARKSHADOW-COLOR: white; 
	SCROLLBAR-BASE-COLOR: white;
}	
.menusuperior
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.resaltadoazulb
{
	font-weight: bold;
	font-size: 12px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
} 
.resaltadoverdeb
{
	font-weight: bold;
	font-size: 12px;
	color: #009900;
	font-family: Verdana;
	text-decoration: none;
} 
.resaltadonegrob
{
	font-weight: bold;
	font-size: 14px;
	color:Black;
	font-family: Verdana;
	text-decoration: none;
} 
.resaltadoazul
{
	font-size: 12px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
}
.especial
{
	font-weight: bold;
	font-size: 13px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
}
.tituloazul
{
	font-weight: bold;
	font-size: 14px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
} 
.normal
{
	font-size: 12px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.normalfecha
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}

.normalblanco
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.normalruta
{
	font-size: 9px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.titulocabecera
{
	font-weight: bold;
	font-size: 16px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
} 
.menuizq
{
	font-weight: bold;
	font-size: 11px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
} 
.menuizqamarillo
{
	font-weight: bold;
	font-size: 12px;
	color: yellow;
	font-family: Verdana;
	text-decoration: none;
} 
.tituloizq
{
	font-weight: bold;
	font-size: 16px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
} 
.subtituloinicio
{
	font-weight: bold;
	font-size: 12px;
	color: #0038a8;
	font-family: Verdana;
	text-decoration: none;
} 