img {
	border-style:none;
}
a:link {text-decoration:none; }
a:visited {
	text-decoration:none;
}
a:active {text-decoration:none; }
a:hover {
	text-decoration:underline;
}
.bodyGeneral {
	background-color: #E2E2E2;
	margin-top:8px;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:8px;
	width:100%;
	height:auto;
	z-index:1;
}

.textoNormalMenor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4E4E;
	line-height: 14px;
	letter-spacing: -0.2px;
}

.textoBlancoFibao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.enlacesMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	height: 20px;

}
.enlacesMenu:hover {
	font-size:14px;
	color: #414141;
	text-decoration:none;
}

.enlacesMenuResaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC1111;
	height: 20px;
}
.enlacesMenuResaltado:hover {
	text-decoration:none;
	color: #DC1111;
}

/*/////////// MENU \\\\\\\\\\*/

ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.menu {
  float: left;
  position: relative;
  /*width: 6.2em;*/
  width:5em;

}

li.menu_gestion{
	float: left;
  position: relative;
  width:12em;
}

li.menu_noticias{
float: left;
  position: relative;
  width:8.5em;

}

li.menu ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

/*Esto debe ser como viene despus para que el men funcione en IE*/
li.menu:hover ul, li.over ul{ display: block; }
/* MENU */



.table_head_page
{
	height:63px; background-image:url(assets/web/degradado_cabecera.gif); background-position:left; background-repeat:repeat-y;
}
.td_menu
{
	background-image:url(assets/web/fondo_menu.jpg); background-position:left; background-repeat:no-repeat;
}
