html,body {
    background: #009fe3;
    height: 100%;
}
  .img{
    float: left;
    margin-right:1rem;
}
#contenedor{
    width: 98%;
    height: 98%;
    margin: auto;
    background: #003E65;
    color: black;
    padding: 10px 10px 25px 25px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
}
#contenedortitulo{
    font-size: 3.5ex;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}
	.esri-feature-table .esri-feature-table-menu {  
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color: #FFFFFF; 
		color: black;  
    }
	
	.esri-feature-table {
	  border-collapse: collapse;
	  border-style: solid;
	  border-color: #AFAFAF;
	  border-width: 1px;
	  width: 100%;
	  height: 60%;
	}


	#myTableNode th {
    padding-top: 1px;
	  padding-bottom: 1px;
	  text-align: left;
	  background-color: #003E65;
	  color: white;
	}
	
	
.esri-feature-table .dgrid-row-even{
  background-color: #FFF;
}
.esri-feature-table .dgrid-row-odd {
  background-color: #CBE5F8;
}
.esri-feature-table .ui-state-active {
  background-color: #D3D1D1;
}

.esri-feature-table .ui-state-active:hover{
  background-color: #D3D1D1;
}
.dgrid-scroller {

    user-select: text !important;

}
.headcontainer {
  width : auto;
  height : auto;
  background : #003E65;
  display : flex;
  align-items : center;
  justify-content : start;
  padding : 0px 10px;
}

.headcontainer-image {
  border-radius : 0px;
}

.headcontainer-body {
  display : flex;
  flex-direction : column;
  height : 100%;
  flex : 1;
  padding-left : 5px;
  align-items: flex-start;
  justify-content: center;
}
	
	