/* DESKTOP */
@media not all and (max-width: 709px) 
{
	body
	{
		margin: 8px;
	}
	
	#contenido
	{
		width:800px;
	}
	
	.seguimiento_tipo, .seguimiento_adjunto, .seguimiento_reenviar
	{
		display: table-cell;
	}
	
	.fichaServicio, .fichaEstatus, .fichaPrecio
	{
		width: 100% !important;
	}
	
	#div_vehiculos, #div_clientes, #div_factura1, #div_factura2, #div_derecha { width: 50%; }
	
	#div_vehiculos, #div_clientes, #div_factura1, #div_factura2, #servicios_agencia, #servicios_total, #div_agregarArchivos, #div_comentario, #div_enviarA,
	#div_derecha
	{		
		float: left;		
	}
	
	#servicios_agencia { width: 63%; }
	
	#servicios_total { width: 35%; }
	
	#div_agregarArchivos { width: 48%; float:right;}
	
	#div_comentario { width: 48%; float:left;}
	
	#div_enviarA { width: 100%; }
	
	.chkEnviar{border-right: 3px solid #fff; border-bottom: 3px solid #fff; display: inline-block; margin-right: 5px; min-height:24px;padding-bottom: 3px;padding-right: 6px;padding-top: 3px;}
	
	#status_inputs div
	{			
		width: 33%;
		float: left;
	}
	
	.celdaDoble { width: 17%; }
	#normalTable{
		display:table;
	}
	#miniTable{
		display:none;
	}
}

/* MENOR A 800px */
@media all and (max-width: 709px) 
{	
	body
	{
		margin: 0px auto;
	}
	
	#contenido
	{
		width: 90%;
	}
	
	.seguimiento_tipo, .seguimiento_adjunto, .seguimiento_reenviar
	{
		/*display: none;*/
	}
	
	#div_vehiculos, #div_clientes, #div_factura1, #div_factura2, #servicios_agencia, #servicios_total, #div_vehiculo
	{		
		float: none;
		width: 99%;
	}
	
	#status_inputs div
	{			
		width: inherit;
		float: none;
	}
	
	.celdaDoble { width: 33%; }
	#normalTable{
		display:none;
	}
	#miniTable{
		display:block;
	}
}

/* CELULARES PEQUEÑOS */
@media screen and (max-device-width : 480px) {
	#tblFichaServicio .fichaServicio, .fichaEstatus
	{
		width: 80px;
	}
	#tblFichaServicio .fichaPrecio
	{
		width: 30px;
	}
}


/*
@media all and (max-width: 480px) and (min-width: 321px) {
	.fichaServicio, .fichaEstatus
	{
		width: 160px !important;
	}
	#tblFichaServicio .fichaPrecio
	{
		width: 60px !important;
	}
}
*/

@media all and (max-width: 709px) and (min-width: 481px) {
	.seguimiento_tipo, .seguimiento_adjunto, .seguimiento_reenviar
	{
		display: table-cell;
	}
	
	.fichaServicio, .fichaEstatus
	{
		width: 160px !important;
	}
	#tblFichaServicio .fichaPrecio
	{
		width: 60px !important;
	}
}