/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:778px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(file:///C|/Documents%20and%20Settings/Tris/Configuraci%C3%B3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/FX0B082C/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(file:///C|/Documents%20and%20Settings/Tris/Configuraci%C3%B3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/FX0B082C/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:109px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
.input {
	FONT-SIZE: 11px; MARGIN: 0px; COLOR: #76787b; TEXT-DECORATION: none
}
.help {
	FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none
}
.ticker {
	PADDING-LEFT: 325px; FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none
}
.derechos {
	FONT-SIZE: 10px; COLOR: #000000; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.mnuHdrInicio {
	COLOR: #ffffff;
	BORDER-BOTTOM: #585858 3px solid;
}
.mnuHdrQuienesSomos {
	COLOR: #ffffff;
	BORDER-BOTTOM: #bf2b2d 3px solid;
	height: 22px;
}
.mnuHdrPersonas {
	COLOR: #ffffff; BORDER-BOTTOM: #2b5fbf 3px solid; HEIGHT: 22px
}
.mnuHdrEmpresas {
	COLOR: #ffffff; BORDER-BOTTOM: #1a791f 3px solid
}
.mnuHdrTarjetaCredito {
	COLOR: #ffffff; BORDER-BOTTOM: #d2be02 3px solid
}
.mnuHdrInterConsumo {
	COLOR: #ffffff; BORDER-BOTTOM: #c38a10 3px solid
}
.mnuHdrAgencias {
	COLOR: #ffffff; BORDER-BOTTOM: #8014a8 3px solid
}
.mnuHdrContactenos {
	COLOR: #ffffff; BORDER-BOTTOM: #3a4d77 3px solid
}
.mnuHdrQuienesSomos1 {
	COLOR: #ffffff;
	BORDER-BOTTOM: #bf2b2d 3px solid;
	height: auto;
	width: auto;
	background-image: url(../images/bkg-menu.jpg);
	background-repeat: repeat-x;
}
