table 
{
	border-collapse: collapse;
	border-spacing: 0;
	/*width: 100%;*/
	border: 1px solid #ddd;
	overflow: scroll;
	width: 99%;
    margin-left: auto;
    margin-right: auto;
}
  
th
{
	text-align: center;
	font-weight: bold;
	padding: 6px;
	vertical-align: center;
}

td
{
	text-align: center;
	padding: 5px 20px;
	/*width: 100%;*/
}

.opciones
{
	width: 250px;
}
  
tr:nth-child(even)
{
	background-color: #f2f2f2
}

@media 
(max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 3px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	.opciones
	{
		width: auto;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		vertical-align: middle;
	}
	
	/*
	Label the data
	*/
	.inclompletas:nth-of-type(1):before { content: "Nro."; }
	.inclompletas:nth-of-type(2):before { content: "Fecha"; }
	.inclompletas:nth-of-type(3):before { content: "Dependencia"; }
	.inclompletas:nth-of-type(4):before { content: "Problemas"; }
	.inclompletas:nth-of-type(5):before { content: "Detalle"; }
	.inclompletas:nth-of-type(6):before { content: "Comentarios"; }
	.inclompletas:nth-of-type(7):before { content: "Opciones"; }

	.busquedas:nth-of-type(1):before { content: "Nro."; }
	.busquedas:nth-of-type(2):before { content: "Fecha"; }
	.busquedas:nth-of-type(3):before { content: "Dependencia"; }
	.busquedas:nth-of-type(4):before { content: "Problemas"; }
	.busquedas:nth-of-type(5):before { content: "Detalle"; }
	.busquedas:nth-of-type(6):before { content: "Estado"; }
	.busquedas:nth-of-type(7):before { content: "Comentarios"; }
	.busquedas:nth-of-type(8):before { content: "Opciones"; }

	.previas:nth-of-type(1):before { content: "Nro."; }
	.previas:nth-of-type(2):before { content: "Fecha"; }
	.previas:nth-of-type(3):before { content: "Problemas"; }
	.previas:nth-of-type(4):before { content: "Detalle"; }
	.previas:nth-of-type(5):before { content: "Estado"; }
	.previas:nth-of-type(7):before { content: "Opciones"; }

	.finalizados:nth-of-type(1):before { content: "Nro."; }
	.finalizados:nth-of-type(2):before { content: "Dependencia"; }
	.finalizados:nth-of-type(3):before { content: "Problemas"; }
	.finalizados:nth-of-type(4):before { content: "Comentarios"; }
	.finalizados:nth-of-type(5):before { content: "Quien Finalizo"; }
	.finalizados:nth-of-type(6):before { content: "Fecha Finalizado"; }
	.finalizados:nth-of-type(7):before { content: "Opciones"; }

	.comentarios:nth-of-type(1):before { content: "Nro."; }
	.comentarios:nth-of-type(2):before { content: "tipo"; }
	.comentarios:nth-of-type(3):before { content: "Fecha"; }
	.comentarios:nth-of-type(4):before { content: "Persona"; }
	.comentarios:nth-of-type(5):before { content: "Comentarios"; }

	.adm_usuario:nth-of-type(1):before { content: "ID"; }
	.adm_usuario:nth-of-type(2):before { content: "Apellido y Nombre"; }
	.adm_usuario:nth-of-type(3):before { content: "DNI"; }
	.adm_usuario:nth-of-type(4):before { content: "Ciudad"; }
	.adm_usuario:nth-of-type(5):before { content: "Usuario"; }
	.adm_usuario:nth-of-type(6):before { content: "Habilitado"; }
	.adm_usuario:nth-of-type(7):before { content: "Conectado"; }
	.adm_usuario:nth-of-type(8):before { content: "Opciones"; }

	.adm_depes:nth-of-type(1):before { content: "ID"; }
	.adm_depes:nth-of-type(2):before { content: "Nombre"; }
	.adm_depes:nth-of-type(3):before { content: "Ciudad"; }
	.adm_depes:nth-of-type(4):before { content: "Domicilio"; }
	.adm_depes:nth-of-type(5):before { content: "Telefono"; }
	.adm_depes:nth-of-type(6):before { content: "Correo (@tdf.edu.ar)"; }
	.adm_depes:nth-of-type(7):before { content: "Opciones"; }

	.adm_depes_sol:nth-of-type(1):before { content: "Quien Solicito"; }
	.adm_depes_sol:nth-of-type(2):before { content: "Nombre"; }
	.adm_depes_sol:nth-of-type(3):before { content: "Ciudad"; }
	.adm_depes_sol:nth-of-type(4):before { content: "Domicilio"; }
	.adm_depes_sol:nth-of-type(5):before { content: "Telefono"; }
	.adm_depes_sol:nth-of-type(6):before { content: "Correo (@tdf.edu.ar)"; }
	.adm_depes_sol:nth-of-type(7):before { content: "Opciones"; }

	.dependencias:nth-of-type(1):before { content: "ID"; }
	.dependencias:nth-of-type(2):before { content: "Nombre"; }
	.dependencias:nth-of-type(3):before { content: "Ciudad"; }
	.dependencias:nth-of-type(4):before { content: "Domicilio"; }
	.dependencias:nth-of-type(5):before { content: "Telefono"; }
	.dependencias:nth-of-type(6):before { content: "Correo (@tdf.edu.ar)"; }
	.dependencias:nth-of-type(7):before { content: "Opciones"; }

	.incidencia:nth-of-type(1):before { content: "ID"; }
	.incidencia:nth-of-type(2):before { content: "Nombre"; }
	.incidencia:nth-of-type(3):before { content: "Grupo"; }

	.adm_inc_sol:nth-of-type(1):before { content: "Quien Solicito"; }
	.adm_inc_sol:nth-of-type(2):before { content: "Nombre"; }
	.adm_inc_sol:nth-of-type(3):before { content: "Grupo"; }
	.adm_inc_sol:nth-of-type(4):before { content: "Opciones"; }

	.adm_inc:nth-of-type(1):before { content: "ID"; }
	.adm_inc:nth-of-type(2):before { content: "Nombre"; }
	.adm_inc:nth-of-type(3):before { content: "Grupo"; }
	.adm_inc:nth-of-type(4):before { content: "Opciones"; }
	
	.mis_estadisticas:nth-of-type(1):before { content: "Mes"; }
	.mis_estadisticas:nth-of-type(2):before { content: "Cantidad"; }

	.busqueda_mensual_prov:nth-of-type(1):before { content: "Nro."; }
	.busqueda_mensual_prov:nth-of-type(2):before { content: "Fecha"; }
	.busqueda_mensual_prov:nth-of-type(3):before { content: "Dependencia o Institución"; }
	.busqueda_mensual_prov:nth-of-type(4):before { content: "Incidencias"; }
	.busqueda_mensual_prov:nth-of-type(5):before { content: "Detalles"; }

	.circulares_nuestras:nth-of-type(1):before { content: "Año"; }
	.circulares_nuestras:nth-of-type(2):before { content: "Nro."; }
	.circulares_nuestras:nth-of-type(3):before { content: "Titulo"; }
	.circulares_nuestras:nth-of-type(4):before { content: "Descripción"; }
	.circulares_nuestras:nth-of-type(5):before { content: "Descarga"; }
}

