

/*menu de bibli*/
#menu{
	height: 26px;
	margin: 0 0 5px 0;
	padding:0;
	background-color: transparent;
	border-bottom: 5px solid #05C2A0;
	background : transparent url(../images/header_bg_menu.jpg) no-repeat;
	}

	#menuizq{
	/*float:left;*/
	}
	#menu ul {
		/*margenes*/
		margin: 0;
		padding: 0;
		/*diseño*/
		list-style-type: none;
		}

	/*Elemento de lista en el menú*/
	#menu li{
		/*margenes*/
		margin: 0;
		padding: 0;
		/*flotación*/
		display: inline;
		}
		
		/*Propiedades de los elementos del menú a la izquierda*/
		#menuizq li a:link,
		#menuizq li a:active,
		#menuizq li a:visited{
			/*ancho y alto*/
			width: 150px;
			height:26px;
			/*margenes*/
			margin:0 2px 0 0;
			padding:5px 3px 3px 5px;
			/*flotación*/
			float:left;
			/*tipografía*/
		
			text-decoration:none;
			/*diseño*/
			background-position:0px 0%;
			background-repeat:no-repeat;
			color : White;
	font-weight : bold;
	font-size : 11px;
	text-transform : uppercase;
	font-family : Arial, Helvetica, sans-serif;
			background : transparent url(../images/pestanas/pestanaon.gif) no-repeat;
			text-align : center;
}
		#menuizq li a:hover{
			color: #195530;
			text-decoration:none;
			/*diseño*/
			background-position:0px 0%;
			background-repeat:no-repeat;
			background : transparent url(../images/pestanas/pestanaof.gif) no-repeat;
			}
			
			#menuizq li a#marcado{
				color:#FFF;
				text-decoration:none;
				/*diseño*/
				background-image: url(../images/bg01.gif);
				background-position:0px 0%;
				background-repeat:no-repeat;
				background-color:#FFF;
				}
/*final menu de binb*/
