/**********************/
/** CABECERA        **/
/*********************/
#vodafoneLogo{
	position:absolute;
	top:12px; 
	left:23px;
}
.iframeIMP
{
	position: absolute;
	top: 0;
	left: 12;
	width: 988px;
	height: 30px;
	text-align: right;
	vertical-align: top;
}
.globalNav li{
	float:left;
	border-right: 1px solid #fff;
	font-weight:bold;
}
.globalNav li a{
	padding: 4px 12px 4px 12px;
	background: #fe0000;
	height: 16px;
	*height: auto;
	color: #ffffff;
	display: block;
}
/*predomina sobre los demas*/
.globalNavActive{
	background:#cc0202 !important;
	height:11px; 
}
.globalNav li a:hover{
	background:#cc0202;
}
.globalNavShadow{
	width:988px; 
	height:5px;
	clear:both;
	display:block;
}
.globalNav{
	position:absolute;
	top:105px; 
	left:12px;
}
.globalNav ul{
	width:988px;
	height:24px; 
	background:#fe0000;
}
/** Barra de Informacion usuario/vpn/grupo **/
.infoNav
{
	position: absolute;
	top: 83px;
	left: 12px;
	width: 988px;
	height: 20px;
	*height:auto; /* IE Bug */
}
.infoNav ul li{
	display: inline;
	vertical-align: middle;
}
.infoNav ul{
	width: 988px;
	text-align: right;
	background: transparent;
	vertical-align: middle;
}
.infoNav li{
	border: 0px;
	font-weight: normal;
	vertical-align: middle;
	
}
.infoNav li a{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
}
.infoNav img{
	vertical-align: bottom;
}
.infoNav .continuo{
	padding: 0px 0px 0px 0px;
}
.infoNav li a:hover{
	color:#008698;
}
/** FIN barra Informacion usuario/vpn/grp*/
/** Primer Nivel de Navegacion en Cabecera*/
.firstLevelNav{
	position:absolute;
	z-index:10;
	top:140px;
	left:18px;
	width:984px;
}
.firstLevelNav ul li{
	display:inline;
}
.firstLevelNav a{
	padding:0 6px 0 6px; 
}

.firstLevelNav .selected{
	padding:0 6px 0 4px; 
	font-weight:bold;
}
/*********** FIN CABECERA ************/

/**********************/
/****  CONTENIDO   ****/
/**********************/
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 69%;
	background-color: #ffffff;
	color:#333333;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#008698;
}
h1, h2, h3, h4,h5,h6{
	font-weight:bold;
}
/*** FIN CONTENIDO ****/


/***********************************************/
/***      ESTILOS MENU   ***********************/
/***********************************************/
#arbol {
	width: 192px;
	position: absolute;
	top: 32px;
	left: 12px;
	visibility: visible;
	overflow: hidden;
	background: url(/img/menu/colBorder.gif);
}


#menuTitle {
	width: 183px;
	*width: 186px;
	position: absolute;
	top: 0px;
	left: 12px;
	background: #008698 ;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	*height: 32px;
	padding: 4px 0px 0px 3px;
	margin: 0px 3px 2px;
	vertical-align: middle;
}
#menuFoot {
	background-image: url(/img/menu/colFoot.gif);
	width: 192px;
	background-repeat: repeat-x;
}

/* Niveles del arbol de menu */
.menuFirstLevelNav{
	margin:0pt 3px;
   padding:0pt;
   position:relative;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

.menuFirstLevelNav li{
  	background: #fff url(/img/menu/dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	margin-left:1px;
	margin-right:1px;
}
	
.menuFirstLevelNav a{
	padding: 3px 0 3px 12px;
	height: auto; 
	display: list-item;
	position: relative;
}
/**Nivel_2 del Menu *****/
.menuFirstLevelNav .level2 a{
	padding-left:24px;
}

.menuFirstLevelNav li.selected{
	background:#bad4da;
	font-weight: bold;
}
/*********** FIN MENU ************/

