body{
	color: #64C4F0;
	font-family: abel;
	font-weight: bold;
	
}
th {
	text-align: center;
	background-color: #056b9b;
	color: #ffffff;
}
nav#main-menu.navbar-default .navbar-nav > li > a:hover,
nav#main-menu.navbar-default .navbar-nav > .current-menu-ancestor > a,
nav#main-menu.navbar-default .navbar-nav > .current-menu-ancestor > a:hover,
nav#main-menu.navbar-default .navbar-nav > .current-menu-ancestor > a:focus {
 /* color: #00ffff;*/
  font-size=25px;
}
nav#main-menu.navbar-default .navbar-nav > li > a:hover {
  color: #00bfff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr ,
table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
	article a{
		color: #64C4F0;
	}
	
.mtb-button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 28px;
    min-height: 30px;
    font-size: 1rem;
    padding: 0 12px;
    background: #f7f7f7;
    color: #444;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
	

.mtb-button-primary {
    background-color: #009dd8;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
    background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
    border-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);

}	

/********************** TABLAS */
.mtb-table {
    width: 100%;
    margin-bottom: 15px;
}
.mtb-table th  {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

}
