
table{font-size:1.2rem;}
.milabel{
        font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.caja{
        box-shadow: 1px 3px 3px 1px #337ab7;
    margin-top: 6px;
    margin-bottom: 6px;
}
.oculto{
       display: none;
}
.marcada{
        background: #98c5d2; 
        color: white;
        font-weight: bold;
}
.form-control{
    padding:3;
    height: 24px;
}
.flechamarcada{
        background: #98c5d2; 
        color: white;
        font-weight: bold;
}


  html,body{
    background-color: #f8f8f8;
    height: 100%;
  
    
  }
  
  
  

.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {  
  max-height: 700px;
  overflow-y: scroll;
}
.bordeverde{
    background:  green;
    color: white;
    font-weight: bold;
    
}


ul#menu_arbol, ul#menu_arbol ul {
	list-style-type: none;
	background: url(/imagenes/linea_vertical.gif?a=3) repeat-y;
         font-family: monospace; 
}

ul#menu_arbol li {
        padding: 0 10px;
        background: url(/imagenes/nodo.gif?a=3) no-repeat;
}
	
		
ul#menu_arbol ul {
        margin-left: 5px;
}

ul#menu_arbol ul li {
        font-size: 14px;
}

