.fondo{
	  background-color: #00263A;
}

.fondo_b{
	  background-color: #fff;
}

.fondo_g{
 background-color: #e6e6e6;
}

a.letra_celeste{
	color: #66ccff;
}

a.fondo
{
  background-color:#6B0000 ;
}

a{
  color: white;
  text-decoration: none !important;;
}

a.hover{
  color: white;
  text-decoration: none !important;;
}

.fondo_tit{
	  background-color: #005581;
}

hr
{
	height: 1px;
	color: #fff;
	background-color: #fff;
	border: none;
	
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{
	border: 1px solid #000;
}

.tabla_color
{
  background-color:#005581;
  color:white;
}



.nav-pills .nav-link {
    border-radius: 0px;
}


.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #00263A;
  
}
/*
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00263A;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.nav-pills > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

*/
.jumbotron {
  color: inherit;
  background-color: #005581;
}






.sidebar{
    background:#00263A;
    /*min-height:100vh;*/
    padding-top:4px;
}

.sidebar a{
    color:#63d3ff;
    display:block;
    padding:10px 10px;
    border-bottom:1px solid #7aa6b3;
}

.sidebar a:hover{
    //background:#0a4d61;
    text-decoration:none;
}

.sidebar .title{
    color:white;
    font-weight:bold;
}

.sidebar a.active{
//background:#0a4d61;
color:white;
}