﻿/* Menú Principal de las guías */

div#menugtp
{
	display:block;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 985px;
	color: Black;
	
	position: relative;
	top: 81px;
	left: -18px;
	clear: both;
	z-index: 10;
	top: 75px;
}


div#menugtp ul
{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 8pt;
	height: 40px;
	background-color: Transparent;

}

div#menugtp ul li
{
	position:relative;
	top:0;
	left:0;
	margin: 0 5px;
	float: right;
	display: inline;
	width: 160px;
	height: 40px;
}

div#menugtp ul li:first-child
{
	float: left;
	width: 70px;
}

div#menugtp ul li hr, div#menugtp ul li p
{
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

div#menugtp ul li a
{
	display: block;
	text-decoration: none;
	padding: 4px 5px 0px 5px;
	text-align: center;
	color: Black;
	font-weight:bold;
	background-color: #f2f4f6 ;
	border: none 0;
	vertical-align:middle;
	line-height: 22pt;
	/* Ponemos imagen de fondo */
	background-image: url(../images/BgMenu_Out.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: Transparent;

}

div#menugtp ul li a:hover
{
	background-color: White;
	/* Ponemos imagen de fondo */
	background-image: url(../images/BgMenu_Over.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: Transparent;

}

div#menugtp ul li a.sub
{
	/*
	background-image: url(../img/flechader.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	*/
}


div#menugtp ul li a span.bar
{
	display: block;
	position: relative;
	top: -24px;
	left: 0px;
	background: transparent top left;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
}

div#menugtp ul li a:hover span.bar
{
	background: transparent url(../images/G_indica_menu.gif) no-repeat top left;
}


div#menugtp ul li a.sub:hover
{
	/*
	background-image: url(../img/flechaderh.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	*/
}



/* Menu, nivel anidado */
div#menugtp ul li ul
{
	display: none;
	position:absolute;
	left:100px;
	top:10px;
	z-index: 10;
	left:-5px;
	top: 33px;
	padding:0;
	margin: 0;
	height:auto;
}

div#menugtp ul li ul li
{
	height: auto;
	border-bottom: dotted 1px #ffcc00;
	background-color: #f2f4f6;
	width: 350px;
}

div#menugtp ul li ul li:first-child
{
	border-top: dotted 1px #ffcc00;
	width: 350px;
}

div#menugtp ul li ul li a
{
	padding: 5px;
	margin: 0;
	border-left: solid 6px #f2f4f6 ;
	border-right: solid 6px #f2f4f6  ;
	line-height:normal;
	font-size: 80%;
	text-align: left;
	background-image: none;
}


div#menugtp ul li ul li a:hover
{
	border-left: solid 6px #ffcc00 ;
	border-right: solid 6px #ffcc00 ;
	background-image: none;
	background-color: White;
}

div#menugtp ul li:hover ul
{
	display: block;
}

