/*Link de menu*/
.linkmenu 						{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; }
.linkmenu:hover 				{ color: #ffffff; }

.chromestyle{
width: 968px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
/*margin: 0;*/
}

.chromestyle ul{
	position: relative;
	border: 0px solid #BBB;
	width: 967px;
	/*	background-color: #115d9a;*/
	background: url(../imagenes/lineab.png) center repeat-x; /*THEME CHANGE HERE*/
	padding-top: 1px;
	padding: 1px 0;
	margin: -2px;
	text-align: left; /*set value to "left", "center", or "right"*/
	top: 0px;
	height: 25px;
	left: 1px;
	/*left: 143px;*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
width: 100px;
padding: 0px 7px;
top: -8px;
text-align:center;
font-size:12px;
text-decoration: none;
border-right: 1px solid white;
}

.chromestyle ul li linkmenu:hover, .chromestyle ul li linkmenu.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(../imagenes/lineabdos.png) center center repeat-x repeat-y; /*THEME CHANGE HERE*/
background-image:url(../imagenes/barraprogra.png) center center repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0px;
border: 1px solid #BBB;
border-bottom-width: 1;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-image:url(../imagenes/lineab.png);
width: 140px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
font-size: 12px;
background-image:url(../imagenes/lineab.png);
color: white;
width: 100%;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #1956a1;*/
background-image:url(../imagenes/barraprogra.png);
}

