/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_droptab.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menunav {
	height:68px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:964px;
	z-index:500;
	background-image: url(img_rueda/fondomenublanco.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	font-weight: normal;
	text-transform: uppercase;
	overflow: hidden;
}
.menunav .table {
	display:table;
	margin:0px auto;
}
.menunav ul {
	margin:0px;
	padding-right: 3px;
	padding-left: 3px;
}
.menunav .select, .menunav .current {
	margin:0px;
	padding:0px;
	list-style:none;
	display:table-cell;
	white-space:nowrap;
}
.menunav li {
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}
.menunav .select a {
	display:block;
	height:25px;
	float:left;
	/*background: url(img_rueda/left.gif) no-repeat;*/
	padding:0px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#a9a8a8;
}
.menunav .select a b {
	display:block;
	padding:0px 16px 0px 10px;
	/*background:url(img_rueda/right.gif) no-repeat right 0px;*/
	font-weight: normal;
}
.menunav .current a {
	display:block;
	height:25px;
	float:left;
	/*	background: url(img_rueda/left.gif) no-repeat 0px -200px;*/
	padding:0px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#000000;
}
.menunav .current a b {
	display:block;
	padding:0px 16px 0px 10px;
	/*background:url(img_rueda/right.gif) no-repeat right -198px;*/
	font-weight: normal;
}
.menunav .select a:hover, .menunav .select li:hover a {
	/*background: url(img_rueda/left.gif) no-repeat 0px -100px;*/
	padding:0px;
	cursor:pointer;
	color:#666666;
}
.menunav .select a:hover b, .menunav .select li:hover a b {
	display:block;
	float:left;
	padding:0px 16px 0px 10px;
	cursor:pointer;			/*background-image: none;*/
}

.menunav .select .puntosinopciones a b {
	background:url(img_rueda/right.gif) no-repeat right 0px;
}

.menunav .select .puntoconopciones a b {
	background:url(img_rueda/right.gif) no-repeat right 0px;
}

.menunav .select li.puntoconopciones:hover a b {
	background-image: none;
}


.menunav .select_sub {
	display:none;
	position: relative;
}
.menunav table {  /* IE6 only */
	border-collapse:collapse;
	margin:0px 0px -1px;
	font-size:12px;
	width:0px;
	height:0px;
	left: -482px;
	top: 0px;
	position: absolute;
}
.menunav .sub {
	display:table;
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
				background-color: #FFFFFF;

}
.opciones {
	position: absolute;
	z-index: 150;
}
/* muestra las cursivas*/
.menunav .select :hover .select_sub,
.menunav .current .show {
	display:block;
	position:absolute;
	width:964px;
	top:45px;
	padding:0px;
	
	text-align:center;	/*background-color: #FFFFFF;*/
}

.menunav .select :hover .select_sub {z-index:100;}
.menunav .current .show {z-index:90;}



.menunav .select :hover .select_sub {
}
.borraalredor {
	background-image: url(img_rueda/barrablanca.gif);
	background-repeat: no-repeat;
	overflow: visible;
	left: -964px;
	top: 0px;
	position: absolute;
	background-position: 0px 0px;
	height: 35px;
	width: 2000px;
	z-index: 100;
	opacity:0.80;
	filter:alpha(opacity=80);
}
.menunav .current .show {
	z-index:10;
}
.menunav .select :hover .sub li a, .menunav .current .show .sub li a {
	display:block;
	float:left;
	/*background:transparent;*/
	padding:10px 0px 0px 5px;
	/*background: url(img_rueda/left.gif) no-repeat 0px 0px;*/ 
	margin:0px;
	white-space:nowrap;
	color:#a9a8a8;
	font-size:12px;
	height:20px;
	line-height:20px;	/*background-color: #FFFFFF;*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menunav .select :hover .sub li a i, .menunav .current .show .sub li a i {
	display:none;
}
.menunav .select :hover .sub li a b {
	padding:0px 5px;
	/*background: url(img_rueda/right.gif) no-repeat right 0px;*/
	font-weight:normal;
}
.menunav .current .sub li.sub_show a {
	color:#fc6;
	cursor:default;
	padding:0px 5px;
	/*background: url(img_rueda/left.gif) no-repeat 0px -200px;*/ 

}
.menunav .current .sub li.sub_show a b {
	padding:0px 10px 0px 5px;
	/*background: url(img_rueda/right.gif) no-repeat right -5px;*/
	font-weight:normal;

}
.menunav .current .sub li a b {
	padding:0px 5px;
	/*background: url(img_rueda/right.gif) no-repeat right -5px;*/
	font-weight:normal;
}
.menunav .select :hover .sub li a:hover, .menunav .current .sub li a:hover {
	visibility:visible;
	color:#666666;
	padding:10px 0px 0px 5px;	/*background: url(img_rueda/left.gif) no-repeat 0px -200px; */
	border-top: 0px;
	border-right: 0px;
	border-bottom: 3px solid #CCCCCC;
	border-left: 0px;
}
.menunav .select :hover .sub li a:hover b, .menunav .current .sub li a:hover b {
	padding:0px 5px;
	/*background: url(img_rueda/right.gif) no-repeat right -200px;*/
}
.menunav .select :hover .sub :hover i,
.menunav .current .show .sub :hover i,
.menunav .current .sub li.sub_show a i {
	display:block;
	width:750px;
	position:absolute;
	left:0px;
	top:30px;
	text-align:center;
	font-style:normal;
	background:#353;
	
}

.menunav .select :hover .sub :hover i,{
	z-index:100;
}
.menunav .current .show .sub :hover i,
.menunav .current .sub li.sub_show a i {
	z-index:90;
}

.menunav .current .sub li.sub_show a:hover, .menunav .current .sub li.sub_show a:hover i {
	color:#fc6;
}
.menunav .current .sub li.sub_show a i {
	z-index:50;
}
