
#canvas{
    
    
    background-color: #FFFFFF;
    
    
    
}


#documental{
    list-style-type: none;
}

#especiales{
    list-style-type: none;
}

#video_bunker{

        height: 300px;
        margin:0px;
        padding:0px;
        
	
}
.carousel-caption {
    color:yellow;
    font-weight: bold;
}


#cabecera {
	/*background-repeat: repeat;
	background-image: url(img/logo_contenedor_bunker.png);*/
	background-color: white;
}

#contenedor

{
	/*background-repeat: repeat;
	background-image: url(img/logo_contenedor_bunker.png);*/
	background-color: white;
	
}

#centro

{
	height: 55px;
	background-color: #4267b2;
}

#der{
	
	background-color: #4267b2;
	height: 55px;
}

#izq{
	background-color: #4267b2;
	height: 55px;

}

#navbarNav {
	background-color: #4267b2;
	margin-top: 5px;
}



.nav-text-item {

 font-weight: bold;

}

.jumbotron{

margin-top: 50px;
background-color: white;

}



  h2 {font-weight: bold;}
  
  #volver  {
      
      margin-bottom:10px;
  }
  
  #galeriaBtn {
      
      
      margin-bottom:10px;
      
  }
  
  #seguir{
      margin-bottom: 10px;
  }
  
 
  
  #map{
	width:100%;
	height:300px;
	background-color: #DDDDDD;
	
	-moz-border-radius: 25px 25px 25px 25px ;
    -webkit-border-radius: 25px 25px 25px 25px ;
	border:1px solid #317BB9;
	margin-top: 10px;
	margin-right: 10px;
	}
        
        
        
  /*
 @preserve
 bstreeview.css
 Version: 1.2.0
 Authors: Sami CHNITER <sami.chniter@gmail.com>
 Copyright 2020
 License: Apache License 2.0
 Project: https://github.com/chniter/bstreeview
*/
.bstreeview {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
   /*rgba(0,0,0,.125);*/
     border:1px solid #4267B2;
    border-radius: 9;
    
    padding: 0;
    overflow: hidden;
      padding-top: 0rem;
}

.bstreeview .list-group {
    margin-bottom: 0;
}

.bstreeview .list-group-item {
    border-radius: 9;
    border: 0px solid #4267B2;
    padding-top: 0.5 rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    color:#4267B2;
     background-color: white;
}

.bstreeview .list-group-item:hover {
    /*background-color:#dee2e6;*/

    background-color:#4267B2;
    color:white;
}

.bstreeview > .list-group-item:first-child {
    border-top-width: 0;

}

.bstreeview .state-icon {
    margin-right: 8px;
    width: 12px;
    text-align: center;
}
.bstreeview .item-icon {
    margin-right: 5px;
}
        



 
