/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/* MENU */
#tablaMenu {
	height:20px; 
	width:98%; 
	/*background-image: url('imagenesPorN/fondomenu.gif');
	*/ 
	margin:0px; 
	border-collapse:collapse; 
	text-align:left;
}

#tablaMenu td {
	cursor:pointer; 
	border:none;
}
.divContenedor {
	position:absolute; 
	cursor:pointer; 
	display:none; 
	background-color:#0195FF;
	/*background-color: #7cbfe2;*/
	margin:5px 0px 0px -2px; 
	border: solid 2px #0195FF; 
	z-index:500;
}

.divUltimo{
	
		margin:0px -19px 0px -19px;
	
}

.divContenedor span {
	padding: 2px 50px 2px 2px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	white-space: nowrap;
	font-size: 12px;	
	font-family: ARIAL;
	color: white;
}

a.EnlaceMenu {
	text-decoration:none;
}

a.EnlaceMenu:hover span {
	background-color: #7CBEF2;
	/*background-color: #0000ff;*/
	color: white;		
}

.textomenun{
	text-align:center;
	/*vertical-align:top;*/
	font-size: 15px;
	font-family: Arial; 
	color: white;
	font-weight:bold;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
