@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
body {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 0px;
	margin-bottom: 60px;
	background-image: url(../images/fondo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;		
}
body, td, th {
	font-size: 14px;	
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #E9E9E9;
	z-index: 2;
	margin-left:-8px;
	margin-right:-8px;	
}
.encabezadoTabla{
	color:#003366;
	padding: 6px 0;
	line-height: 1.42857143;
	width:100%;	
}
.btn-personal {
	color: #dddddd;
	background-color: #003366;
	border-color: #003366;
	padding:10px 20px 10px 20px;
}
.bottomTo{
	margin-bottom:5px;
}
.lable {
	background-color: transparent;
	border: none;
	color: #333;
}