.titulo{	
	padding:20px;
	margin-top:0px;
	background-color:#020A4D;
	color:white;
	font-size:23px;
	font-weight:600;
	text-align:center;	
	width:110%;
}
.volver{
	position:relative;
	left:1%;
}
.muestran{
	position:relative;
	left:1%;
}
table{
	white-space: nowrap;
	overflow-x: auto;
}
table th{
	text-align: center; 
	font-size:15.3px;
}
table td{
	text-align: center; 
	font-size:14.3px;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color:#E3E3E3;  
}
.encabezado{
	background-color:#AFC1FF;
}

    

