#botonesExplorador button{
	margin:15px;
	width: 110px;
	


}
#botonesExplorador{
	margin: 0px;
	position: relative;
	padding: 0px;
	
	
	width: 145px;
	padding-left: 15px;
	
}
.ContenedorTabla{
	height: 100%;
	

}
.ContenedorTabla table{
	width: 100%;

}
.selected{
	background-color: #b6d9f3;
}
.selected:hover{
	background-color: #b6d9f3 !important;
}
.breadcrumb{
	margin-left: -40px;
}
.buscador{
	margin-right: -100px;
}

form label{
	padding: 0px;
}


thead, tbody, tr, td, th { display: block; }

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

thead th {
    height: 30px;

    /*text-align: left;*/
}

tbody {
    height: 300px;
    overflow-y: auto;
}

thead {
    /* fallback */
}


tbody td, thead th {
    width: 33%;
    float: left;
}
tr{
	cursor:default;


}
td::selection {
    background-color:none;
    color: black;
    text-shadow: 1px 1px #fff;
}

#btnAtras{
	margin-right: -100px;
}