.BarraDeNavegacionSuperior {
	color: #1e395b;
	line-height: 45px; 
	background: -webkit-linear-gradient(top, rgb(242, 246, 251) 0%, rgb(189, 208, 232) 100%);
	padding-left: 20px;
	font-family: ABeeZee;
	position: fixed; 
	width: 100%;
	height: 47px;
	z-index: 3434545;
}

.FilaAzulClaro {
    background-color: #f2f6fb;
    border-left: 1px solid #c4d9f6;
    border-right: 1px solid #c4d9f6;
    border-bottom: 1px solid #c4d9f6;
}

.FilaBlanca {
    background-color: #fbfbf3;
    border-left: 1px solid #c4d9f6;
    border-right: 1px solid #c4d9f6;
    border-bottom: 1px solid #c4d9f6;
} 

.barraTitulos
{
	bottom: 0; 
	border: 1px solid #c4d9f6; 
	position: absolute; 
	width: 100%;
	background: -webkit-linear-gradient(top,#f2f6fb 0%,#bdd0e8 100%);	
}

.fijo
{
	position: fixed;
}

.cursorPointer
{
	cursor: pointer; 
}

.overflowYConScroll
{
	overflow-y:scroll;
}




