body {
  font-size: 18px;
}

a:link{color:#033669;text-decoration:none;}
/* a:link{color:#690936;text-decoration:none;} */
a:visited{color:#033669;text-decoration:none;}
/* a:visited{color:#690936;text-decoration:none;} */
a:hover{color:#999;text-decoration:none;}
a:active{color:#999;text-decoration:none;}

a.navbar-brand h1 {
	font-weight: 900;
	color: #d00;
}

a.btn-danger {
	color: #fff;	
}

div.contener {
  background-color: #f9f9f9;
  /* background-color: #e9ecef; */
}

header.navbar {
  background-color: #f9f9f9; 
}

nav.breadcrumb {
  padding: 3px;
  border-bottom: 1px solid #969696;
  margin-bottom: 0.25rem;
  /* border-top: 1px solid #636363; */
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80;
}  

.slide_top {
  width: 100%;
  height: 18rem;
  overflow-y: hidden;
}

div.alert-light {
  color: #363636;
  background-color: #f9f9f9;
  /* background-color: #e9ecef; */
}

div.card div.card-body {
	background-color: #f8f9fe;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}

.card img {
  max-width: 100%;
  max-height: 100%;
  /* width: 300px; */
  /* height: 300px; */
}

ol.carousel-indicators li {
	background-color: #333;
}

div.modal-content {
	background-color: #f8f9fe;
}

div.card div.card-body-index {
	height: 21em;
}

img.small_images{
	max-height: 200px;
}

div.bdtek_cell {
  line-height: 210px;
}

span.bdtek_cell_center {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;}

div.card h2.card-header{
	font-size:1.50em;
	background-color: #5e87b5;
}

div.card h3.card-header{
	font-size:1.50em;
	background-color: #5e87b5;
}

div.card h3.green{
	background-color: #30e080;
}

div.card h3.grey {
	background-color: #787878;
}

div.card h3.red {
	background-color: #ff0000;
}

img.descript_button{width:18px;height:18px;margin-left:6px;}
img.descript_button:hover{cursor:pointer;}
div.bdtek_descript{min-height: 306px;}
/* .carousel-control-next,.carousel-control-prev{filter: invert(100%);} */

@media screen and (max-width: 768px){
div.bdtek_cell {
  line-height: 100%;
}
}

