/*thead, tbody { display: block; }

tbody {
    height: 630px;
    overflow-y:auto;
    overflow-x: hidden;
    
}
*/
table thead {
  color: #fff;
  background-color: #4682B4;
}


#tableMWMov{
	overflow-y: auto; /*hidden*/
	overflow-x: auto;
	height:700px;
}

#tableMW{
	overflow-y: auto;
	overflow-x: auto;
    height: 400px;   
}

#tableMW2{
	overflow-y: auto;
	overflow-x: auto;
    height: 150px;   
}

#tableMW3{
	overflow-y: auto;
	overflow-x: auto;
    height: 700px;   
}


/*nav-var */
#headMW{
	color: white;
	background-color: #0B3861;
}

/*head del formulario
#headmov{
	background-color: #0B3861;
	color: white;
	font-size: 30px;
}
*/

#footerMW{
	background-color: #4682B4;
}

/*aplicado a movimientos de chequera*/
#degrate{
	color: white;
	/*
	background: -webkit-linear-gradient(#01534A, white);
	background: -o-linear-gradient(#01534A, white);
	background: -moz-linear-gradient(#01534A, white);
	background: linear-gradient(#01534A, white);
	*/
	
	background: -webkit-linear-gradient(#0B3861, #999999); 
	background: -o-linear-gradient(#0B3861, #999999); 
	background: -moz-linear-gradient(#0B3861, #999999); 
	background: linear-gradient(#0B3861, #999999);
	
	/* For Safari 5.1 to 6.0 *//* For Opera 11.1 to 12.0 *//* For Firefox 3.6 to 15 *//* Standard syntax */
}
