/*001*/


/*002*/

nav ol {
    list-style-type: none;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

/*003*/
nav ol li {
    display: inline-block;
    
}
/*004*/
nav ol li a {
    display: block;
    color: #98a2a5;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/*014*/
nav ol li a:hover {
    background-color: #f0ecec;
}
/*014*/
nav ol li a.seleccionado {
    background-color: #911b4b;
    color:white;
}


/*005*/
main section ul li p, main section ul li a {
    padding: 8px;
    font-style: normal;
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: #000;
    border-left: 1px solid #911b4b;
}


/*013*/
main section a:hover{
     background-color: #f0ecec;
    color: #98a2a5;
}

.search{
    /* se activa cuando se escribe*/
	width: 80%;
	max-width: 65%;
	margin: auto;
	background: #fffdfd;
	padding:0 5px;
	padding-bottom: 5px;
	max-height: 100%;
	overflow-x: hidden;
    color:#98a2a5;
	display: none;
    
    box-shadow: 5px 5px 5px #a1a1a1;
}

.contenedor{
    /* se activa cuando se escribe*/
	width: 100%;
	max-width: 60%;
	margin: auto;
	/*background: #fffdfd;*/
	padding:10px;
	padding-bottom: 5px;
	max-height: 100%;
	overflow-x: hidden;
	padding: 10px;
}

.search-tabla{
	width: 100%;
    
}

tbody tr td{
	width: 80%;
    color:#98a2a5;
}

tbody tr td a{
	text-decoration: none;
	font-size: 18px;
	color: #313131;
	display: block;
	width: 100%;
	height: 50%;
	padding: 5px 5px;
	padding-left: 10px;
	/*border: 1px solid #fff;*/
}

tbody tr td a:hover{
    /* border que pone al poner el apuntador encima de la opcion*/
	border: 2px solid white;
    background-color: #98a2a5;
    color:white;
}

.search::-webkit-scrollbar{
	background:rgba(0,0,0,0);
}

.search::-webkit-scrollbar-button{
 	background:#fffefe;
}

.search::-webkit-scrollbar-thumb{
	background:#ffffff;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
	display: none;
}

input[type="search"] {
  height: 40px;
  box-sizing: content-box;
  /*border: 1px solid #911b4b;*/
  border-radius: 3px;
  color: #98a2a5;
  text-overflow: clip;
  background: transparent;
}

.tramyser-id{
    font-size: 18px;
    color:#494949;
}

.tramyser{
    font-size: 18px;
    color:#98a2a5;
}
.tramyser-dep{
    font-size: 14px;
    color:#6e659a;
}

.tramyser-id-li{
    font-size: 16px;
    color:#494949;
}

.tramyser-li{
    font-size: 14px;
    color:#494949;
}
.tramyser-dep-li{
    font-size: 12px;
    color:#494949;
}



